diff options
author | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
commit | ead8ef613ce66d51399a87d225b4cd52c6c7983e (patch) | |
tree | 28331e03ae7cced58068fc2a35dbf127d109a73e /icon-themes/HighContrast-SVG/scalable/actions | |
download | mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.bz2 mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/actions')
108 files changed, 11490 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am b/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am new file mode 100644 index 00000000..e6104b63 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/Makefile.am @@ -0,0 +1,140 @@ +themedir = $(datadir)/icons/HighContrast-SVG +size = scalable +context = actions + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA = \ + application-exit.svg \ + contact-new.svg \ + dialog-cancel.svg \ + dialog-close.svg \ + dialog-ok.svg \ + document-new.svg \ + document-open-recent.svg \ + document-open.svg \ + document-print-preview.svg \ + document-print.svg \ + document-properties.svg \ + document-revert.svg \ + document-save-as.svg \ + document-save.svg \ + edit-clear.svg \ + edit-copy.svg \ + edit-cut.svg \ + edit-delete.svg \ + edit-find-replace.svg \ + edit-find.svg \ + edit-paste.svg \ + edit-redo.svg \ + edit-undo.svg \ + folder-new.svg \ + format-indent-less.svg \ + format-indent-more.svg \ + format-justify-center.svg \ + format-justify-fill.svg \ + format-justify-left.svg \ + format-justify-right.svg \ + format-text-bold.svg \ + format-text-italic.svg \ + format-text-strikethrough.svg \ + format-text-underline.svg \ + go-bottom.svg \ + go-down.svg \ + go-first.svg \ + go-home.svg \ + go-jump.svg \ + go-last.svg \ + go-next.svg \ + go-previous.svg \ + go-top.svg \ + go-up.svg \ + help-about.svg \ + help-contents.svg \ + help-faq.svg \ + insert-image.svg \ + insert-object.svg \ + insert-text.svg \ + list-add.svg \ + list-remove.svg \ + mail-forward.svg \ + mail-mark-important.svg \ + mail-mark-read.svg \ + mail-mark-unread.svg \ + mail-message-new.svg \ + mail-reply-all.svg \ + mail-reply-sender.svg \ + mail-send-receive.svg \ + media-eject.svg \ + media-playback-pause.svg \ + media-playback-start.svg \ + media-playback-stop.svg \ + media-record.svg \ + media-seek-backward.svg \ + media-seek-forward.svg \ + media-skip-backward.svg \ + media-skip-forward.svg \ + object-flip-horizontal.svg \ + object-flip-vertical.svg \ + object-rotate-left.svg \ + object-rotate-right.svg \ + process-stop.svg \ + system-lock-screen.svg \ + system-log-out.svg \ + system-run.svg \ + system-search.svg \ + system-shutdown.svg \ + tool-check-spelling.svg \ + tools-check-spelling.svg \ + view-fullscreen.svg \ + view-refresh.svg \ + view-restore.svg \ + view-sort-ascending.svg \ + view-sort-descending.svg \ + window-close.svg \ + window-new.svg \ + zoom-fit-best.svg \ + zoom-in.svg \ + zoom-original.svg \ + zoom-out.svg + +placeholder_FILES = \ + address-book-new.svg \ + appointment-new.svg \ + call-start.svg \ + call-stop.svg \ + document-page-setup.svg \ + document-send.svg \ + edit-select-all.svg \ + format-text-direction-ltr.svg \ + format-text-direction-rtl.svg \ + insert-link.svg \ + mail-mark-junk.svg \ + mail-mark-notjunk.svg \ + mail-send.svg \ + system-reboot.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/actions/Makefile.in b/icon-themes/HighContrast-SVG/scalable/actions/Makefile.in new file mode 100644 index 00000000..859e7401 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/Makefile.in @@ -0,0 +1,480 @@ +# 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/actions +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 = actions +icondir = $(themedir)/$(size)/$(context) +icon_DATA = application-exit.svg contact-new.svg dialog-cancel.svg \ + dialog-close.svg dialog-ok.svg document-new.svg \ + document-open-recent.svg document-open.svg \ + document-print-preview.svg document-print.svg \ + document-properties.svg document-revert.svg \ + document-save-as.svg document-save.svg edit-clear.svg \ + edit-copy.svg edit-cut.svg edit-delete.svg \ + edit-find-replace.svg edit-find.svg edit-paste.svg \ + edit-redo.svg edit-undo.svg folder-new.svg \ + format-indent-less.svg format-indent-more.svg \ + format-justify-center.svg format-justify-fill.svg \ + format-justify-left.svg format-justify-right.svg \ + format-text-bold.svg format-text-italic.svg \ + format-text-strikethrough.svg format-text-underline.svg \ + go-bottom.svg go-down.svg go-first.svg go-home.svg go-jump.svg \ + go-last.svg go-next.svg go-previous.svg go-top.svg go-up.svg \ + help-about.svg help-contents.svg help-faq.svg insert-image.svg \ + insert-object.svg insert-text.svg list-add.svg list-remove.svg \ + mail-forward.svg mail-mark-important.svg mail-mark-read.svg \ + mail-mark-unread.svg mail-message-new.svg mail-reply-all.svg \ + mail-reply-sender.svg mail-send-receive.svg media-eject.svg \ + media-playback-pause.svg media-playback-start.svg \ + media-playback-stop.svg media-record.svg \ + media-seek-backward.svg media-seek-forward.svg \ + media-skip-backward.svg media-skip-forward.svg \ + object-flip-horizontal.svg object-flip-vertical.svg \ + object-rotate-left.svg object-rotate-right.svg \ + process-stop.svg system-lock-screen.svg system-log-out.svg \ + system-run.svg system-search.svg system-shutdown.svg \ + tool-check-spelling.svg tools-check-spelling.svg \ + view-fullscreen.svg view-refresh.svg view-restore.svg \ + view-sort-ascending.svg view-sort-descending.svg \ + window-close.svg window-new.svg zoom-fit-best.svg zoom-in.svg \ + zoom-original.svg zoom-out.svg $(am__append_1) +placeholder_FILES = \ + address-book-new.svg \ + appointment-new.svg \ + call-start.svg \ + call-stop.svg \ + document-page-setup.svg \ + document-send.svg \ + edit-select-all.svg \ + format-text-direction-ltr.svg \ + format-text-direction-rtl.svg \ + insert-link.svg \ + mail-mark-junk.svg \ + mail-mark-notjunk.svg \ + mail-send.svg \ + system-reboot.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/actions/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/actions/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/actions/address-book-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/address-book-new.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/address-book-new.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/actions/application-exit.svg b/icon-themes/HighContrast-SVG/scalable/actions/application-exit.svg new file mode 100644 index 00000000..84ba3472 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/application-exit.svg @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="application-exit.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + 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" /><dc:title>Application Exit</dc:title><dc:subject><rdf:Bag><rdf:li>exit</rdf:li><rdf:li>quit</rdf:li><rdf:li>application</rdf:li><rdf:li>program</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><defs + id="defs25"> + + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="944" + inkscape:window-width="1270" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="12.183333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" + width="48px" + height="48px" /> + <rect + style="fill:none;fill-opacity:0.33602151;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1906" + width="48" + height="48" + x="0" + y="-2.6645353e-15" /><path + style="fill-rule:nonzero;stroke:white;stroke-width:6.05700016;stroke-linejoin:round;stroke-miterlimit:4" + d="M 12,4.8 C 10.8,4.8 8.8,6.4 8.8,8 L 8.8,40 C 8.8,41.6 10.4,43.2 12,43.2 L 37.6,43.2 C 39.2,43.2 40.8,41.6 40.8,40 L 40.8,8 C 40.8,6.4 39.2,4.8 37.6,4.8 L 12,4.8 z " + id="path7" + sodipodi:nodetypes="ccccccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 12,4.8 C 10.4,4.8 8.8,6.4 8.8,8 L 8.8,40 C 8.8,41.6 10.4,43.2 12,43.2 L 37.6,43.2 C 39.2,43.2 40.8,41.6 40.8,40 L 40.8,8 C 40.8,6.4 39.2,4.8 37.6,4.8 L 12,4.8 z " + id="path9" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:white;fill-rule:nonzero;stroke:none;stroke-width:0.75709999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4" + d="M 28.1,29.6 C 28.1,30 28,30.2 27.7,30.4 L 13.6,40 C 12.64323,39.828686 11.998969,38.799683 12,38.4 L 12,8.8 C 12,8.4 12.4,8 12.8,8 L 27.5,6.8 C 27.9,6.8 28.2,7.1 28.2,7.5 L 28.2,29.7 L 28.1,29.6 z " + id="path13" + sodipodi:nodetypes="cccccccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 25.5,15.1 C 25.5,16.3 24.5,17.3 23.3,17.3 C 22.1,17.3 21.1,16.3 21.1,15.1 C 21.1,13.9 22.1,12.9 23.3,12.9 C 24.5,12.9 25.5,13.9 25.5,15.1 L 25.5,15.1 z " + id="path15" /><path + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 12.8,12.3 C 12.2,12.6 12.8,13 12.8,13.6 C 12.8,13.6 12.8,15.1 12.8,16.8 C 10.8,16.8 5.6,16.8 5.6,16.8 C 4,16.8 2.4,18.4 2.4,20 L 2.4,28 C 2.4,29.6 4,31.2 5.6,31.2 C 5.6,31.2 10.8,31.2 12.8,31.2 C 12.8,32.8 12.8,33.6 12.8,33.6 C 12.8,34.3 12.2,34.9 12.8,35.1 C 13.4,35.4 14.1,35.2 14.6,34.7 L 24.2,25.1 C 25.2,24.1 24.9,23 24.2,22.4 L 24.2,22.4 L 14.6,12.7 C 14.1,12.2 13.4,12.1 12.7,12.3 L 12.8,12.3 z " + id="path17" + sodipodi:nodetypes="ccccccccccccccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 14.4,13.6 C 14.4,13.4 14.6,13.4 14.7,13.5 L 23.2,23.4 C 23.5,23.7 23.4,23.8 23.2,24 L 14.6,33.7 C 14.5,33.8 14.4,33.7 14.4,33.6 L 14.4,28 L 6.4,28 C 6.4,28 5.6,28 5.6,27.2 L 5.6,20.8 C 5.6,20 6.4,20 6.4,20 L 14.4,20 L 14.4,13.6 z " + id="path19" + sodipodi:nodetypes="ccccccccccccc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:black;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path22" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/appointment-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/appointment-new.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/appointment-new.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/actions/call-start.svg b/icon-themes/HighContrast-SVG/scalable/actions/call-start.svg new file mode 100644 index 00000000..751478b7 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/call-start.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://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="call-start.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3306"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective8" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.083333" + inkscape:cx="10.243094" + inkscape:cy="29.303867" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:object-paths="true" + inkscape:object-nodes="false" + inkscape:snap-bbox="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3153" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Call Start</dc:title> + <dc:date>November 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>call</rdf:li> + <rdf:li>incoming</rdf:li> + <rdf:li>open</rdf:li> + <rdf:li>start</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>Start an incoming call</dc:coverage> + <dc:description>A phone receiver </dc:description> + <dc:contributor> + <cc:Agent> + <dc:title>A lot of mobile phones over the world :)</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.31854838000000002;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2381" + width="48.132595" + height="48.132595" + x="0" + y="0" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="path3668" + d="M 13,29 L 5,29 L 5,16 C 5,14 6,13 8,13 L 40,13 C 42,13 43,14 43,16 L 43,29 L 35,29 L 35,22 C 35,22 35,21 34,21 L 14,21 C 13,21 13,22 13,22 L 13,29 z" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-start:none;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:none;fill-opacity:1" + d="M 13,29 L 5,29 L 5,16 C 5,14 6,13 8,13 L 40,13 C 42,13 43,14 43,16 L 43,29 L 35,29 L 35,22 C 35,22 35,21 34,21 L 14,21 C 13,21 13,22 13,22 L 13,29 z" + id="path3155" + sodipodi:nodetypes="ccccccccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/call-stop.svg b/icon-themes/HighContrast-SVG/scalable/actions/call-stop.svg new file mode 100644 index 00000000..1891241a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/call-stop.svg @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="call-stop.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3306"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective8" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.083333" + inkscape:cx="9.0165748" + inkscape:cy="29.303866" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:object-paths="true" + inkscape:object-nodes="false" + inkscape:snap-bbox="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid3153" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Call Stop</dc:title> + <dc:date>November 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>call</rdf:li> + <rdf:li>close</rdf:li> + <rdf:li>stop</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>Stop an call</dc:coverage> + <dc:description>A hanged up phone receiver </dc:description> + <dc:contributor> + <cc:Agent> + <dc:title>A lot of mobile phones over the world :)</dc:title> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.31854838000000002;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2381" + width="48.132595" + height="48.132595" + x="0" + y="0" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="path3668" + d="M 13,29 L 5,29 L 5,16 C 5,14 6,13 8,13 L 40,13 C 42,13 43,14 43,16 L 43,29 L 35,29 L 35,22 C 35,22 35,21 34,21 L 14,21 C 13,21 13,22 13,22 L 13,29 z" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;marker-start:none;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <rect + ry="2.0552487" + y="24" + x="16" + height="5" + width="16" + id="rect2384" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:none;fill-opacity:1" + d="M 13,29 L 5,29 L 5,16 C 5,14 6,13 8,13 L 40,13 C 42,13 43,14 43,16 L 43,29 L 35,29 L 35,22 C 35,22 35,21 34,21 L 14,21 C 13,21 13,22 13,22 L 13,29 z" + id="path3155" + sodipodi:nodetypes="ccccccccccccc" /> + <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="rect3670" + width="16" + height="5" + x="16" + y="24" + ry="2.0552487" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/contact-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/contact-new.svg new file mode 100644 index 00000000..4b2bf10d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/contact-new.svg @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.43+0.44pre0" + sodipodi:docbase="/home/andreas/project/highcontrast/scalable/actions" + sodipodi:docname="contact-new.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="14" + inkscape:cx="30.627691" + inkscape:cy="22.829952" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1680" + inkscape:window-height="973" + inkscape:window-x="0" + inkscape:window-y="27" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>New Contact</dc:title> + <dc:date>September 2006</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>contact</rdf:li> + <rdf:li>address</rdf:li> + <rdf:li>add</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:source>http://www.gnome.org</dc:source> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:black;fill-opacity:1;stroke:white;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 24 2.0625 C 16.271999 2.0625 9.9999999 8.3229641 10 16.03125 C 10 20.477656 12.094241 24.442056 15.34375 27 L 10.34375 27 C 5.7138931 27 2 31.237 2 36.5 L 2 46 L 46 46 L 46 36.5 C 46 31.237002 42.286108 27 37.65625 27 L 32.65625 27 C 35.905759 24.442056 38.000001 20.477656 38 16.03125 C 38 8.3229641 31.728002 2.0625 24 2.0625 z " + id="rect4337" /> + <path + style="font-size:30.34267998px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:white;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" + d="M 25.938551,7.083704 L 25.938551,14.204306 L 32.993807,14.204306 L 32.993807,18.022255 L 25.938551,18.022255 L 25.938551,25.071428 L 22.055257,25.071428 L 22.055257,18.022255 L 15,18.022255 L 15,14.204306 L 22.055257,14.204306 L 22.055257,7.083704 L 25.938551,7.083704" + id="text4342" + sodipodi:nodetypes="ccccccccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/dialog-cancel.svg b/icon-themes/HighContrast-SVG/scalable/actions/dialog-cancel.svg new file mode 100644 index 00000000..0ea5e997 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/dialog-cancel.svg @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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="dialog-cancel.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.958333" + inkscape:cx="23.999998" + inkscape:cy="23.999998" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="950" + inkscape:window-x="0" + inkscape:window-y="26"> + <sodipodi:guide + orientation="horizontal" + position="24.000000" + id="guide6244" /> + <sodipodi:guide + orientation="vertical" + position="24.000000" + id="guide6246" /> + </sodipodi:namedview> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3312" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + rx="0.0000000" /> + <path + d="M 43.988319 24.006371 A 19.994690 19.994690 0 1 1 3.9989395,24.006371 A 19.994690 19.994690 0 1 1 43.988319 24.006371 z" + sodipodi:ry="19.994690" + sodipodi:rx="19.994690" + sodipodi:cy="24.006371" + sodipodi:cx="23.993629" + id="path7705" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + sodipodi:type="arc" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4768" + sodipodi:cx="23.993629" + sodipodi:cy="24.006371" + sodipodi:rx="18.992079" + sodipodi:ry="19.117405" + d="M 42.985708 24.006371 A 18.992079 19.117405 0 1 1 5.0015507,24.006371 A 18.992079 19.117405 0 1 1 42.985708 24.006371 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path6249" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="12.748488" + sodipodi:ry="12.748488" + d="M 36.748488 24.000000 A 12.748488 12.748488 0 1 1 11.251512,24.000000 A 12.748488 12.748488 0 1 1 36.748488 24.000000 z" + transform="matrix(0.950710,0.000000,0.000000,0.950710,1.182974,1.182974)" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect6977" + width="31.867102" + height="7.3353643" + x="-15.933557" + y="30.273449" + transform="matrix(-0.707107,0.707107,0.707107,0.707107,0.000000,0.000000)" + ry="0.0000000" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/dialog-close.svg b/icon-themes/HighContrast-SVG/scalable/actions/dialog-close.svg new file mode 100644 index 00000000..46d38f2d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/dialog-close.svg @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/luca" + sodipodi:docname="dialog-close.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="947" + inkscape:window-x="6" + inkscape:window-y="46" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="22" + sodipodi:ry="22" + d="M 46 24 A 22 22 0 1 1 2,24 A 22 22 0 1 1 46 24 z" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16.221825,16.221825 L 31.778175,31.778175" + id="path2186" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path3936" + d="M 31.778175,16.221825 L 16.221825,31.778175" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:none;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3938" + width="48" + height="48" + x="0" + y="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/dialog-ok.svg b/icon-themes/HighContrast-SVG/scalable/actions/dialog-ok.svg new file mode 100644 index 00000000..a4efc3ea --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/dialog-ok.svg @@ -0,0 +1,66 @@ +<?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.42" + sodipodi:docname="dialog-ok.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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" /><dc:title>Dialog OK</dc:title><dc:subject><rdf:Bag><rdf:li>OK</rdf:li><rdf:li>apply</rdf:li><rdf:li>check mark</rdf:li></rdf:Bag></dc:subject><cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs15" /><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" + showgrid="true" + gridtolerance="0.50000000px" + guidetolerance="0.50000000px" + inkscape:grid-points="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <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="rect7678" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + sodipodi:nodetypes="ccccccc" + id="path6950" + d="M 19.000000,27.000000 C 15.673634,23.673634 11.000000,19.000000 11.000000,19.000000 L 4.0000000,26.000000 L 18.000000,40.000000 L 44.000000,14.000000 L 38.000000,8.0000000 L 19.000000,27.000000 z " + style="fill-rule:evenodd;stroke:#ffffff;stroke-miterlimit:4.0000000;fill:#ffffff;fill-opacity:1.0000000;stroke-opacity:1.0000000;stroke-width:8.0000000;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" /><path + style="fill-rule:evenodd;stroke:none;stroke-miterlimit:4.0000000;fill:#000000;fill-opacity:1.0000000" + d="M 19.000000,27.000000 C 15.673634,23.673634 11.000000,19.000000 11.000000,19.000000 L 4.0000000,26.000000 L 18.000000,40.000000 L 44.000000,14.000000 L 38.000000,8.0000000 L 19.000000,27.000000 z " + id="path9" + sodipodi:nodetypes="ccccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-new.svg new file mode 100644 index 00000000..ffda31cb --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-new.svg @@ -0,0 +1,91 @@ +<?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" + sodipodi:docname="document-new.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions"><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>Luca Ferretti <[email protected]></dc:title></cc:Agent></dc:creator><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /><dc:subject><rdf:Bag><rdf:li>document new</rdf:li><rdf:li>document add</rdf:li></rdf:Bag></dc:subject><dc:description>A paper sheet with a + sign</dc:description></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs17"> + + + + + </defs><sodipodi:namedview + inkscape:window-height="944" + inkscape:window-width="1270" + 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="29.013055" + inkscape:window-x="0" + inkscape:window-y="25" + 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="cccccc" + 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.000000,41.000000 L 9.0000000,41.000000 L 9.0000000,6.0000000 L 26.000000,6.0000000 L 39.000000,20.000000 L 39.000000,41.000000 z " + id="path4775" /><path + id="path7" + d="M 39.000000,41.000000 L 9.0000000,41.000000 L 9.0000000,6.0000000 L 26.000000,6.0000000 L 39.000000,20.000000 L 39.000000,41.000000 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 36.991406,20 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 24.969291,8.0338583 L 36.991406,20 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:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 23,16 L 23,32" + id="path1309" + sodipodi:nodetypes="cc" /><path + id="path2184" + d="M 31,24 L 15,24" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-open-recent.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-open-recent.svg new file mode 100644 index 00000000..f9c9b121 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-open-recent.svg @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg3316" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="document-open-recent.svg"> + <defs + id="defs3318" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + 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="948" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3321"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.39595374;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect5508" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path3324" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="24.000000" + sodipodi:ry="24.000000" + d="M 48.000000 24.000000 A 24.000000 24.000000 0 1 1 0.0000000,24.000000 A 24.000000 24.000000 0 1 1 48.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4052" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="20.000000" + sodipodi:ry="20.000000" + d="M 44.000000 24.000000 A 20.000000 20.000000 0 1 1 4.0000000,24.000000 A 20.000000 20.000000 0 1 1 44.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4780" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="16.000000" + sodipodi:ry="16.000000" + d="M 40.000000 24.000000 A 16.000000 16.000000 0 1 1 8.0000000,24.000000 A 16.000000 16.000000 0 1 1 40.000000 24.000000 z" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 24.000000,24.000000 L 30.000000,30.000000" + id="path6236" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path6964" + d="M 24.000000,23.000000 L 24.000000,12.000000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-open.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-open.svg new file mode 100644 index 00000000..77da8459 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-open.svg @@ -0,0 +1,67 @@ +<?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.42" + sodipodi:docname="document-open.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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" /></cc:Work></rdf:RDF></metadata><defs + id="defs17"> + + + + + + </defs><sodipodi:namedview + inkscape:window-height="948" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.791667" + inkscape:cx="26.164026" + inkscape:cy="23.821205" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:0.44219652;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3315" + width="48.126648" + height="48.189972" + x="-0.063324541" + y="-0.063324541" /><path + sodipodi:nodetypes="ccccccscccccccc" + id="path5506" + d="M 6.0000000,9.0000000 C 5.0000000,9.0000000 4.0000000,10.000000 4.0000000,11.000000 L 4.0000000,36.000000 C 4.0000000,38.000000 5.0000000,39.000000 7.0000000,39.000000 L 35.000000,39.000000 C 37.000000,39.000000 38.000000,37.000000 38.000000,37.000000 L 44.000000,22.000000 C 44.584012,20.539971 44.000000,17.000000 41.000000,17.000000 L 36.000000,17.000000 C 36.000000,16.200000 36.000000,16.000000 36.000000,16.000000 C 36.000000,14.000000 35.000000,13.000000 33.000000,13.000000 L 20.000000,13.000000 L 20.000000,11.000000 C 20.000000,10.000000 19.000000,9.0000000 18.000000,9.0000000 L 6.0000000,9.0000000 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4.0000000;fill:#ffffff;fill-opacity:1.0000000;stroke-opacity:1.0000000;stroke-width:8.0000000;stroke-dasharray:none" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000;fill:#000000;fill-opacity:1.0000000" + d="M 6.0000000,9.0000000 C 5.0000000,9.0000000 4.0000000,10.000000 4.0000000,11.000000 L 4.0000000,36.000000 C 4.0000000,38.000000 5.0000000,39.000000 7.0000000,39.000000 L 35.000000,39.000000 C 37.000000,39.000000 38.000000,37.000000 38.000000,37.000000 L 44.000000,22.000000 C 44.584012,20.539971 44.000000,17.000000 41.000000,17.000000 L 36.000000,17.000000 C 36.000000,16.200000 36.000000,16.000000 36.000000,16.000000 C 36.000000,14.000000 35.000000,13.000000 33.000000,13.000000 L 20.000000,13.000000 L 20.000000,11.000000 C 20.000000,10.000000 19.000000,9.0000000 18.000000,9.0000000 L 6.0000000,9.0000000 z " + id="path9" + sodipodi:nodetypes="ccccccscccccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + d="M 9.0000000,35.000000 L 33.000000,35.100000 C 33.600000,35.100000 34.200000,34.700000 34.500000,34.200000 C 35.200000,33.200000 39.300000,23.600000 39.300000,21.700000 C 39.300000,21.300000 39.300000,21.000000 38.000000,21.000000 L 15.000000,21.000000 C 14.600000,21.000000 14.100000,21.300000 14.000000,21.900000 C 13.900000,23.400000 11.100000,33.138786 10.000000,34.438786 C 9.7000000,34.838786 9.0000000,35.000000 9.0000000,35.000000 L 9.0000000,35.000000 z " + id="path11" + sodipodi:nodetypes="cccscccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-page-setup.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-page-setup.svg new file mode 100644 index 00000000..da6e168a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-page-setup.svg @@ -0,0 +1,79 @@ +<?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="document-page-setup.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + 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>Document Page Setup</dc:title><dc:creator><cc:Agent><dc:title>Kevin Kubasik</dc:title></cc:Agent></dc:creator><cc:license + rdf:resource="" /><dc:subject><rdf:Bag><rdf:li>document</rdf:li><rdf:li>page setup</rdf:li><rdf:li>print margins</rdf:li></rdf:Bag></dc:subject><dc:description>A paper sheet with a gear sign</dc:description><dc:coverage>Set up magins and other for print</dc:coverage><dc:contributor><cc:Agent><dc:title></dc:title></cc:Agent></dc:contributor></cc:Work></rdf:RDF></metadata><defs + id="defs17" /><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.083333" + inkscape:cx="22.839779" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true" + objecttolerance="10000" + inkscape:object-nodes="true" + inkscape:object-paths="true"><inkscape:grid + type="xygrid" + visible="true" + enabled="true" + id="grid2392" /></sodipodi:namedview> + <rect + style="fill:none;fill-opacity:0.44354838000000002;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="cccccc" + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 39,41.125326 L 9,41.125326 L 9,6.1253264 L 26,6.1253264 L 39,20.125326 L 39,41.125326 z" + id="path4775" /><path + id="path7" + d="M 39.000000,41.000000 L 9.0000000,41.000000 L 9.0000000,6.0000000 L 26.000000,6.0000000 L 39.000000,20.000000 L 39.000000,41.000000 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 36.991406,20 L 36.996573,39.003906 L 11,39 L 11.016535,8.0181102 L 24.969291,8.0338583 L 36.991406,20 z " + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + sodipodi:nodetypes="cccccc" /> + +<g + id="g3285" + transform="matrix(-0.4999999,-0.8660254,0.8660254,-0.4999999,13.481629,56.411881)"><path + id="path2461" + d="M 30.908406,17.288836 L 28.042381,20.252938 C 27.676355,18.886912 25.078279,17.386913 23.712253,17.752938 L 24.846228,13.788836 L 19.5161,13.020887 L 20.265435,18.079122 C 19.672684,18.312176 18.718815,18.844118 18.248152,19.21704 L 14.418024,15.851015 L 11.418024,21.047168 L 16.248152,22.681142 C 16.117131,23.269427 16.191325,24.270343 16.277856,24.934122 L 11.516101,26.877295 L 14.846229,31.109346 L 17.712254,28.145244 C 18.078279,29.511269 20.676356,31.011269 22.042381,30.645244 L 20.908407,34.609346 L 26.238534,35.377294 L 25.640458,30.413193 C 26.520309,30.097906 26.824499,29.793582 27.506483,29.181142 L 31.336611,32.547167 L 34.33661,27.351014 L 29.506483,25.71704 C 29.637504,25.128756 29.726987,24.148769 29.640457,23.484989 L 34.238534,21.520887 L 30.908406,17.288836 z M 23.983271,26.681806 C 22.606842,27.276659 20.968543,26.659386 20.32263,25.289613 C 19.676716,23.91984 20.345049,22.274885 21.714822,21.628971 C 23.091251,21.034118 24.72955,21.651391 25.375464,23.021164 C 25.970318,24.397593 25.353045,26.035892 23.983271,26.681806 z" + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + sodipodi:nodetypes="ccccccccccccccccccccccccccsccc" /></g></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-print-preview.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-print-preview.svg new file mode 100644 index 00000000..80181ba8 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-print-preview.svg @@ -0,0 +1,123 @@ +<?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="document-print-preview.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0"><metadata + id="metadata31"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs29"> + + + + + + + + + + + + + + + + + + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="974" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="16.416667" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3981" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /><g + id="g3100" + style="stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;fill:#ffffff;fill-opacity:1"><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z " + id="path3102" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z " + id="path3104" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z " + id="path3106" + sodipodi:nodetypes="ccccccc" /></g><g + id="g3095"><path + sodipodi:nodetypes="ccccccccc" + id="path13" + d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path + sodipodi:nodetypes="ccccccccc" + id="path15" + d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path + sodipodi:nodetypes="ccccccc" + id="path17" + d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /></g><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" + d="M 36,27 L 12,27 L 12,9 C 12,9 12,8 13,8 L 35,8 C 36,8 36,9 36,9 L 36,27 z " + id="path19" + sodipodi:nodetypes="ccccccc" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:4;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" + d="M 16.6,21 L 31,21" + id="path21" + sodipodi:nodetypes="cc" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:4;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" + d="M 16.538776,14 L 31,14" + id="path23" + sodipodi:nodetypes="cc" /> + +<path + id="path25" + d="M 43.8385,37.1385 L 36.1385,29.4385 C 35.4385,28.7385 34.4385,28.5385 33.5385,28.8385 C 35.3385,26.7385 36.4385,23.9385 36.4385,20.9385 C 36.4385,14.1385 30.9385,8.6385002 24.1385,8.6385002 C 17.2385,8.6385002 11.7385,14.1385 11.7385,20.9385 C 11.7385,27.7385 17.2385,33.2385 24.0385,33.2385 C 27.0385,33.2385 29.7385,32.1385 31.8385,30.4385 C 31.5385,31.3385 31.7385,32.3385 32.4385,33.1385 L 40.1385,40.8385 C 41.1385,41.8385 42.8385,41.8385 43.8385,40.8385 C 44.8385,39.8385 44.8385,38.2385 43.8385,37.1385 L 43.8385,37.1385 z M 24.0385,29.9385 C 19.0385,29.9385 15.0385,25.8385 15.0385,20.9385 C 15.0385,15.9385 19.1385,11.9385 24.0385,11.9385 C 29.0385,11.9385 33.0385,16.0385 33.0385,20.9385 C 33.0385,25.9385 28.9385,29.9385 24.0385,29.9385 z " + style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:6.82299995;stroke-linejoin:miter;stroke-miterlimit:4" /><path + id="path27" + d="M 43.8385,37.1385 L 36.1385,29.4385 C 35.4385,28.7385 34.4385,28.5385 33.5385,28.8385 C 35.3385,26.7385 36.4385,23.9385 36.4385,20.9385 C 36.4385,14.1385 30.9385,8.6385002 24.1385,8.6385002 C 17.2385,8.6385002 11.7385,14.1385 11.7385,20.9385 C 11.7385,27.7385 17.2385,33.2385 24.0385,33.2385 C 27.0385,33.2385 29.7385,32.1385 31.8385,30.4385 C 31.5385,31.3385 31.7385,32.3385 32.4385,33.1385 L 40.1385,40.8385 C 41.1385,41.8385 42.8385,41.8385 43.8385,40.8385 C 44.8385,39.8385 44.8385,38.2385 43.8385,37.1385 L 43.8385,37.1385 z M 24.0385,29.9385 C 19.0385,29.9385 15.0385,25.8385 15.0385,20.9385 C 15.0385,15.9385 19.1385,11.9385 24.0385,11.9385 C 29.0385,11.9385 33.0385,16.0385 33.0385,20.9385 C 33.0385,25.9385 28.9385,29.9385 24.0385,29.9385 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.45559978;stroke-linejoin:round;stroke-miterlimit:4" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-print.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-print.svg new file mode 100644 index 00000000..7d1b0bbe --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-print.svg @@ -0,0 +1,117 @@ +<?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="document-print.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0"><metadata + id="metadata31"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs29"> + + + + + + + + + + + + + + + + + + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="974" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="16.416667" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3981" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /><g + id="g3100" + style="stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;fill:#ffffff;fill-opacity:1"><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z " + id="path3102" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z " + id="path3104" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1" + d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z " + id="path3106" + sodipodi:nodetypes="ccccccc" /></g><g + id="g3095"><path + sodipodi:nodetypes="ccccccccc" + id="path13" + d="M 41,42 C 41,42.4 40.4,43 40,43 L 8,43 C 7.6,43 7,42.4 7,42 L 7,40 C 7,39.6 7.5,39.3 7.9,39.3 L 39.8,39.3 C 40.2,39.3 41,39.6 41,40 L 41,42 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path + sodipodi:nodetypes="ccccccccc" + id="path15" + d="M 44,39 C 44,39.4 43.4,40 43,40 L 5,40 C 4.6,40 4,39.4 4,39 L 4,25 C 4,24.6 4.6,24 5,24 L 43,24 C 43.4,24 44,24.6 44,25 L 44,39 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /><path + sodipodi:nodetypes="ccccccc" + id="path17" + d="M 12,4 C 9,4 8,6 8,8 L 8,26 L 40,26 L 40,8 C 40,6 39,4 36,4 L 12,4 z " + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" /></g><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:7.43289995;stroke-linejoin:round;stroke-miterlimit:4" + d="M 36,27 L 12,27 L 12,9 C 12,9 12,8 13,8 L 35,8 C 36,8 36,9 36,9 L 36,27 z " + id="path19" + sodipodi:nodetypes="ccccccc" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:4;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" + d="M 16.6,21 L 31,21" + id="path21" + sodipodi:nodetypes="cc" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:4;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" + d="M 16.538776,14 L 31,14" + id="path23" + sodipodi:nodetypes="cc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-properties.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-properties.svg new file mode 100644 index 00000000..d0ff43ec --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-properties.svg @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="document-properties.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Document Properties</dc:title><dc:date>November 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Stainer</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org/</dc:source><dc:subject><rdf:Bag><rdf:li>document</rdf:li><rdf:li>properties</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas resize and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs15"> + + + + + </defs><sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2169" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:nodetypes="ccccccccsccsccc" + id="path3149" + d="M 40,27 C 41.3,25.8 41.4,24.5 42,23 L 40,17 L 34,23 L 27,21 L 25,14 L 31,8 L 25,6 C 23.5,6.6 22.2,7.8 21,9 C 17.2,12.8 16.1,18.3 18,23 L 7,34 C 5.1,35.9 5.1,39.1 7,41 C 8.9,42.9 12.1,42.9 14,41 L 25,30 C 29.7,32 36.2,30.8 40,27 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4;fill:#ffffff;fill-opacity:1;stroke-opacity:1;stroke-linejoin:round;stroke-linecap:round;stroke-width:8;stroke-dasharray:none" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 40,27 C 41.3,25.8 41.4,24.5 42,23 L 40,17 L 34,23 L 27,21 L 25,14 L 31,8 L 25,6 C 23.5,6.6 22.2,7.8 21,9 C 17.2,12.8 16.1,18.3 18,23 L 7,34 C 5.1,35.9 5.1,39.1 7,41 C 8.9,42.9 12.1,42.9 14,41 L 25,30 C 29.7,32 36.2,30.8 40,27 z " + id="path9" + sodipodi:nodetypes="ccccccccsccsccc" /> + +<path + sodipodi:type="arc" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="path2176" + sodipodi:cx="10" + sodipodi:cy="38" + sodipodi:rx="2" + sodipodi:ry="2" + d="M 12 38 A 2 2 0 1 1 8,38 A 2 2 0 1 1 12 38 z" /></svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-revert.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-revert.svg new file mode 100644 index 00000000..d7780353 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-revert.svg @@ -0,0 +1,82 @@ +<?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="document-revert.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="969" + inkscape:window-width="1274" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="16.416667" + inkscape:cx="23.978069" + inkscape:cy="24.011974" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="svg2" /> + <path + sodipodi:nodetypes="cccccc" + id="path4837" + d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z " + style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z " + id="path9" + sodipodi:nodetypes="cccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 39.8,38.7 L 12,38.7 L 8.2,34.9 L 8.2,8.8 L 39.8,8.8 L 39.8,38.7 z " + id="path11" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path20" /> + </g> +<path + sodipodi:nodetypes="ccccccccccsccccccc" + id="path13" + d="M 22.479937,9.1 C 22.479937,8.9000001 22.279937,8.9000001 22.079937,9 L 11.079937,20.1 C 10.679937,20.5 10.879937,20.9 11.079937,21.1 L 22.179937,32.8 C 22.279937,32.9 22.479937,32.8 22.479937,32.7 L 22.079937,25.1 L 27.079937,25.626203 C 28.079937,25.626203 29.079937,26.6 29.079937,29.1 L 29.079937,32.1 C 29.079937,35 24.079937,35.2 24.079937,36.1 C 24.079937,37 26.079937,38.1 26.079937,38.1 L 29.079937,38.1 C 33.079937,38.1 35.079937,33.8 35.079937,30.1 L 35.079937,25.1 C 35.079937,19.1 31.779937,16.1 26.979937,16.1 L 22.079937,16.1 L 22.479937,9.1 z " + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-save-as.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-save-as.svg new file mode 100644 index 00000000..b995450d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-save-as.svg @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="document-save-as.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata37"><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="defs35"><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 30 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="60 : 30 : 1" + inkscape:persp3d-origin="30 : 20 : 1" + id="perspective22" /></defs><sodipodi:namedview + inkscape:window-height="554" + inkscape:window-width="1024" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="31.882591" + inkscape:cy="25.1417" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2395" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + style="stroke:none" + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:12.33749962;stroke-linecap:round;stroke-linejoin:round" + d="M 37.3,37 L 11.7,37 L 8.2,33.5 L 8.2,9.4 L 37.4,9.4 L 37.4,37 L 37.3,37 z" + id="path7" /> + <path + style="fill:none;stroke:#000000;stroke-width:6.16879988;stroke-linecap:round;stroke-linejoin:round" + d="M 37.3,37 L 11.7,37 L 8.2,33.5 L 8.2,9.4 L 37.4,9.4 L 37.4,37 L 37.3,37 z" + id="path9" /> + <path + d="M 37.3,37 L 11.7,37 L 8.2,33.5 L 8.2,9.4 L 37.4,9.4 L 37.4,37 L 37.3,37 z" + id="path11" /> + <path + style="fill:#ffffff;stroke:#000000;stroke-width:1.54219997" + d="M 31,37.2 C 31,38.2 30.2,39.1 29.1,39.1 L 13.4,39.1 C 12.4,39.1 11.5,38.3 11.5,37.2 L 11.5,27.2 C 11.5,26.2 12.3,25.3 13.4,25.3 L 29.1,25.3 C 30.1,25.3 31,26.1 31,27.2 L 31,37.2 z" + id="path13" /> + <path + d="M 20.6,36.4 L 14.9,36.4 L 14.9,28 L 20.6,28 L 20.6,36.4 z" + id="path15" /> + <path + style="fill:#ffffff;stroke:#000000;stroke-width:1.54219997" + d="M 35.6,22.9 L 10.2,22.9 L 10.2,7.8 L 35.6,7.8 L 35.6,23 L 35.6,22.9 z" + id="path17" /> + <path + style="fill:none;stroke:#ffffff;stroke-width:12.33749962;stroke-linejoin:round" + d="M 39.9,33.6 L 22.9,16.6 L 13.3,12.8 L 16.7,23.6 L 33.2,40.2 L 39.9,33.5 L 39.9,33.6 z" + id="path19" /> + <path + style="fill:none;stroke:#000000;stroke-width:6.16879988;stroke-linejoin:round" + d="M 39.9,33.6 L 22.9,16.6 L 13.3,12.8 L 16.7,23.6 L 33.2,40.2 L 39.9,33.5 L 39.9,33.6 z" + id="path21" /> + <path + d="M 39.9,33.6 L 22.9,16.6 L 13.3,12.8 L 16.7,23.6 L 33.2,40.2 L 39.9,33.5 L 39.9,33.6 z" + id="path23" /> + <path + d="M 17.4,14.1 L 14.3,17.2 L 12.9,12.5 L 17.4,14.2 L 17.4,14.1 z" + id="path25" /> + <path + style="fill:none;stroke:#000000;stroke-width:1.54219997" + d="M 16.2,23.4 L 20,23.1 L 23,20.1 L 23.4,16.6" + id="path27" /> + <path + style="fill:#ffffff" + d="M 17.2,14.3 L 14.6,16.9 L 16.6,23.4 L 19.9,23.1 L 22.9,20.1 L 23.3,17.1 L 17.1,14.4 L 17.2,14.3 z" + id="path29" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path32" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-save.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-save.svg new file mode 100644 index 00000000..fc10d9a5 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-save.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" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + sodipodi:docname="document-save.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="974" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="16.416667" + inkscape:cx="23.978069" + inkscape:cy="24.011974" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:current-layer="svg2" /> + <path + sodipodi:nodetypes="cccccc" + id="path4837" + d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z " + style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 40,39 L 12,39 L 8,35 L 8,8 L 40,8 L 40,39 z " + id="path9" + sodipodi:nodetypes="cccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 39.8,38.7 L 12,38.7 L 8.2,34.9 L 8.2,8.8 L 39.8,8.8 L 39.8,38.7 z " + id="path11" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:1.67390001;stroke-miterlimit:4" + d="M 33,37 C 33,38.1 32.1,39 31,39 L 14,39 C 12.9,39 12,38.1 12,37 L 12,28 C 12,26.9 12.9,26 14,26 L 31,26 C 32.1,26 33,26.9 33,28 L 33,37 z " + id="path13" + sodipodi:nodetypes="ccccccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 21,37 L 15,37 L 15,28 L 21,28 L 21,37 z " + id="path15" + sodipodi:nodetypes="ccccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:1.67390001;stroke-miterlimit:4" + d="M 38,22 L 10,22 L 10,9 L 38,9 L 38,22 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path20" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/document-send.svg b/icon-themes/HighContrast-SVG/scalable/actions/document-send.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/document-send.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/actions/edit-clear.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-clear.svg new file mode 100644 index 00000000..b8c0b8b8 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-clear.svg @@ -0,0 +1,107 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2730" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="edit-clear.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata2753"><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="defs2751"><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 30 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="60 : 30 : 1" + inkscape:persp3d-origin="30 : 20 : 1" + id="perspective2755" /> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="878" + inkscape:window-width="1000" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" + inkscape:zoom="13.666667" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="236" + inkscape:window-y="76" + inkscape:current-layer="svg2730"><inkscape:grid + type="xygrid" + id="grid2757" + visible="true" + enabled="true" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:0.23643410000000001;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2759" + width="48" + height="48" + x="0" + y="0" /><path + id="path3552" + d="M 25.112337,20.011463 L 9.3292019,30.035487 L 16.234323,39.852828 C 17.220768,41.712955 20.081463,40.576212 20.081463,40.576212 L 40.994116,30.75887 C 40.994116,30.75887 33.694417,31.998955 32.116103,29.622124 L 25.112337,20.011463 z" + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + sodipodi:nodetypes="ccccccccc" + id="path3546" + d="M 31,20 L 29,17 C 28,15.3 25.7,15 24,16 L 7,26 C 5.3,27 5,29.3 6,31 L 8,34 C 8.5030488,34.542683 9,34 9,34 L 31,21 C 31,21 31.503049,20.51626 31,20 z" + style="fill-rule:nonzero;stroke-miterlimit:4;stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-dasharray:none" /><path + id="path3544" + d="M 19.956613,20.069551 C 21.063764,21.593516 20.44868,23.661752 18.726445,24.641443 C 17.004211,25.621134 14.666891,25.076862 13.55974,23.552897 L 4.5795139,10.163786 C 3.4723628,8.6398216 4.0874468,6.5715848 5.8096819,5.5918937 C 7.5319171,4.6122025 9.8692361,5.1564754 10.976387,6.6804394 L 20.07963,19.960697 L 19.956613,20.069551 z" + style="fill-rule:nonzero;stroke-miterlimit:4;stroke:#ffffff;stroke-opacity:1;stroke-width:8;stroke-dasharray:none" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-width:4.01176834;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 25.112337,20.011463 L 9.3292019,30.035487 L 16.234323,39.852828 C 17.220768,41.712955 20.081463,40.576212 20.081463,40.576212 L 40.994116,30.75887 C 40.994116,30.75887 33.694417,31.998955 32.116103,29.622124 L 25.112337,20.011463 z" + id="path2737" /><path + style="fill-rule:nonzero;stroke-miterlimit:4" + d="M 19.956613,20.069551 C 21.063764,21.593516 20.44868,23.661752 18.726445,24.641443 C 17.004211,25.621134 14.666891,25.076862 13.55974,23.552897 L 4.5795139,10.163786 C 3.4723628,8.6398216 4.0874468,6.5715848 5.8096819,5.5918937 C 7.5319171,4.6122025 9.8692361,5.1564754 10.976387,6.6804394 L 20.07963,19.960697 L 19.956613,20.069551 z" + id="path2739" /><path + style="fill-rule:nonzero;stroke-miterlimit:4" + d="M 31,20 L 29,17 C 28,15.3 25.7,15 24,16 L 7,26 C 5.3,27 5,29.3 6,31 L 8,34 C 8.5030488,34.542683 9,34 9,34 L 31,21 C 31,21 31.503049,20.51626 31,20 z" + id="path2741" + sodipodi:nodetypes="ccccccccc" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 20,34 C 22.2,37.3 25,38 25,38" + id="path2745" + sodipodi:nodetypes="cc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path2748" /> + </g> +<path + sodipodi:nodetypes="cc" + id="path3550" + d="M 25.5,31.5 C 27.7,34.8 30.5,35.5 30.5,35.5" + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-copy.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-copy.svg new file mode 100644 index 00000000..aa74522f --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-copy.svg @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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="svg16888" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/Scrivania" + sodipodi:docname="edit-copy.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs16890" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="14.958333" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:grid-points="true" /> + <metadata + id="metadata16893"> + <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>Edit Copu</dc:title> + <dc:date>November 2007</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://www.gnome.org</dc:source> + <dc:subject> + <rdf:Bag> + <rdf:li>edit</rdf:li> + <rdf:li>copy</rdf:li> + <rdf:li>copy to clipboard</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="48" + height="48" + x="0" + y="0" /> + <rect + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3155" + width="24" + height="21.357143" + x="19" + y="5" + ry="2.5" /> + <rect + ry="2.5" + y="21.642857" + x="5" + height="21.357143" + width="24" + id="rect2181" + style="fill:none;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:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect11064" + width="24" + height="21" + x="5" + y="22" + ry="3.0348189" /> + <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="rect11066" + width="18" + height="15" + x="8" + y="25" + ry="0" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10.999999,29.500001 L 22.999999,29.500001" + id="path12037" /> + <path + id="path13008" + d="M 10.999999,35.500001 L 22.999999,35.500001" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <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="rect16900" + width="24" + height="21" + x="19" + y="5" + ry="3.1685238" /> + <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="rect16902" + width="18" + height="15" + x="22" + y="8" + ry="0" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25,12.5 L 37,12.5" + id="path16904" /> + <path + id="path16906" + d="M 25,18.5 L 37,18.5" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-cut.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-cut.svg new file mode 100644 index 00000000..b7c6230b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-cut.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="edit-cut.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Edit Cut</dc:title><dc:date>November 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org</dc:source><dc:subject><rdf:Bag><rdf:li>edit</rdf:li><rdf:li>cut</rdf:li><rdf:li>move to clipboard</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas size and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs15"> + + + + + </defs><sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="opacity:1;fill:none;fill-opacity:0.29296875;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2169" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + +<path + transform="translate(-0.5,-2.5)" + d="M 20 39 A 4.5 6 0 1 1 11,39 A 4.5 6 0 1 1 20 39 z" + sodipodi:ry="6" + sodipodi:rx="4.5" + sodipodi:cy="39" + sodipodi:cx="15.5" + id="path6099" + style="fill:none;fill-opacity:0.29296875;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /><path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.29296875;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path5128" + sodipodi:cx="15.5" + sodipodi:cy="39" + sodipodi:rx="4.5" + sodipodi:ry="6" + d="M 20 39 A 4.5 6 0 1 1 11,39 A 4.5 6 0 1 1 20 39 z" + transform="translate(17.5,-2.5)" /><path + sodipodi:nodetypes="ccccccccccccccc" + id="path6101" + d="M 29.5,30.4 L 27,26 C 29.9,24 33.3,21.8 36,17 C 39.9,10.2 34,5 34,5 L 24,21 L 14,5 C 14,5 8.1,10.2 12,17 C 14.7,21.7 18.1,24.1 21,26 L 18.5,30.4 L 21,36 C 21.1,34.4 23,29 23,29 C 23,29 23.3,27.4 24,27 C 24.6,27.5 25,29 25,29 C 25,29 26.9,34.3 27,36 L 29.5,30.4 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4;fill:none;stroke-opacity:1;stroke-width:8;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 29.5,30.4 L 27,26 C 29.9,24 33.3,21.8 36,17 C 39.9,10.2 34,5 34,5 L 24,21 L 14,5 C 14,5 8.1,10.2 12,17 C 14.7,21.7 18.1,24.1 21,26 L 18.5,30.4 L 21,36 C 21.1,34.4 23,29 23,29 C 23,29 23.3,27.4 24,27 C 24.6,27.5 25,29 25,29 C 25,29 26.9,34.3 27,36 L 29.5,30.4 z " + id="path9" + sodipodi:nodetypes="ccccccccccccccc" /><path + sodipodi:type="arc" + style="fill:none;fill-opacity:0.29296875;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3148" + sodipodi:cx="15.5" + sodipodi:cy="39" + sodipodi:rx="4.5" + sodipodi:ry="6" + d="M 20 39 A 4.5 6 0 1 1 11,39 A 4.5 6 0 1 1 20 39 z" + transform="translate(-0.5,-2.5)" /><path + transform="translate(17.5,-2.5)" + d="M 20 39 A 4.5 6 0 1 1 11,39 A 4.5 6 0 1 1 20 39 z" + sodipodi:ry="6" + sodipodi:rx="4.5" + sodipodi:cy="39" + sodipodi:cx="15.5" + id="path4119" + style="fill:none;fill-opacity:0.29296875;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /></svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-delete.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-delete.svg new file mode 100644 index 00000000..e42bb121 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-delete.svg @@ -0,0 +1,93 @@ +<?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.42" + sodipodi:docname="edit-delete.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Delete</dc:title><dc:description>A cross</dc:description><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="defs23"> + + + + + + + + + </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" + inkscape:document-units="px" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.50000000px" + guidetolerance="0.50000000px" + inkscape:zoom="15.958333" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + 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="rect4035" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + style="fill-rule:evenodd;stroke:none;stroke-miterlimit:4.0000000" + d="M 11.100000,11.100000 L 36.900000,36.900000" + id="path7" /><path + style="fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 7.0000000,15.000000 L 33.000000,41.000000 L 41.000000,33.000000 L 15.000000,7.0000000 L 7.0000000,15.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 7.0000000,33.000000 L 15.000000,41.000000 L 41.000000,15.200000 L 32.800000,7.0000000 L 7.0000000,33.000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:evenodd;stroke:none;stroke-miterlimit:4.0000000" + d="M 7.0000000,15.000000 L 33.000000,41.000000 L 41.000000,33.000000 L 15.000000,7.0000000 L 7.0000000,15.000000 z " + id="path13" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:evenodd;stroke:none;stroke-miterlimit:4.0000000" + d="M 36.900000,11.100000 L 11.100000,36.900000" + id="path15" /><path + style="fill-rule:evenodd;stroke:none;stroke-miterlimit:4.0000000" + d="M 7.0000000,33.000000 L 15.000000,41.000000 L 41.000000,15.000000 L 33.000000,7.0000000 L 7.0000000,33.000000 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-find-replace.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-find-replace.svg new file mode 100644 index 00000000..16717781 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-find-replace.svg @@ -0,0 +1,128 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="edit-find-replace.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata35"><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>Edit Find Replace</dc:title><dc:date>April 2008</dc:date><dc:creator><cc:Agent><dc:title>Luca Ferretti <[email protected]></dc:title></cc:Agent></dc:creator><dc:contributor><cc:Agent><dc:title>Based on icon from Jakub Stainer</dc:title></cc:Agent></dc:contributor><dc:subject><rdf:Bag><rdf:li>edit</rdf:li><rdf:li>find</rdf:li><rdf:li>replace</rdf:li></rdf:Bag></dc:subject></cc:Work></rdf:RDF></metadata><defs + id="defs33"><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="perspective22" /></defs><sodipodi:namedview + inkscape:window-height="719" + inkscape:window-width="1024" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:snap-global="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:zoom="10.291667" + inkscape:cx="24" + inkscape:cy="14.005955" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid3180" + visible="true" + enabled="true" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:0.21538462000000000;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3182" + width="48" + height="48" + x="0" + y="0" /> + +<g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="pencil" + style="display:inline"><path + id="path3240" + d="M 37.749573,23.395238 L 25.473288,35.874234 L 23.295239,41.509909 L 29.631384,39.497169 L 41.610661,27.320085 L 37.749573,23.395238 z" + style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.98018265;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:4.8102951;stroke-linejoin:round;stroke-miterlimit:4" + d="M 37.743842,23.405147 L 25.48084,35.935833 L 23.305148,41.594852 L 29.634437,39.573775 L 41.600752,27.346251 L 37.743842,23.405147 z" + id="path17" /><path + style="fill-rule:nonzero;stroke-miterlimit:4" + d="M 37.7,23.3 L 25.3,35.7 L 23.1,41.3 L 29.5,39.3 L 41.6,27.2 L 37.7,23.3 z" + id="path19" /><path + style="fill-rule:nonzero;stroke-miterlimit:4" + d="M 37.7,23.3 L 25.3,35.7 L 23.1,41.3 L 29.5,39.3 L 41.6,27.2 L 37.7,23.3 z" + id="path21" /><path + style="fill-rule:nonzero;stroke-miterlimit:4" + d="M 23.8,38.9 L 25.6,40.7 L 22.8,41.5 L 23.8,38.9 L 23.8,38.9 z" + id="path23" /><path + style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.9048;stroke-miterlimit:4" + d="M 29.3,39.6 L 29.1,37.4 L 27.3,35.6 L 25.3,35.3" + id="path25" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke-miterlimit:4" + d="M 24,39 L 25.5,40.5 L 29.3,39.3 L 29.1,37.4 L 27.3,35.6 L 25.5,35.4 L 23.9,39 L 24,39 z" + id="path27" /></g><path + d="M 29,14.5 A 6.5,6.5 0 1 1 16,14.5 A 6.5,6.5 0 1 1 29,14.5 z" + sodipodi:ry="6.5" + sodipodi:rx="6.5" + sodipodi:cy="14.5" + sodipodi:cx="22.5" + id="path3238" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /><g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="magnifier" + style="display:inline"><path + sodipodi:nodetypes="ccccccccc" + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:9.83539581;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5.9951137,31.00673 C 7.963878,32.972126 9.1451365,31.792887 9.9326425,31.00673 L 15.838936,25.110542 C 16.429565,24.520924 15.838936,23.145147 15.838936,22.16245 L 14.854553,21.179751 C 13.870171,21.179751 12.492035,20.590132 11.901406,21.179751 L 5.9951137,27.075939 C 5.207608,27.862097 4.0263495,29.041335 5.9951137,31.00673 L 5.9951137,31.00673 z" + id="path3236" /><path + id="path13" + d="M 5.8974631,31.090552 C 7.893904,33.108893 9.0917685,31.897888 9.8903452,31.090552 L 15.879667,25.035532 C 16.4786,24.43003 15.879667,23.017192 15.879667,22.008022 L 14.881447,20.998852 C 13.883227,20.998852 12.485718,20.393351 11.886786,20.998852 L 5.8974631,27.053873 C 5.0988868,27.861209 3.9010222,29.072213 5.8974631,31.090552 L 5.8974631,31.090552 z" + style="fill-rule:nonzero;stroke:#000000;stroke-width:1.60980284;stroke-linejoin:round;stroke-miterlimit:4" + sodipodi:nodetypes="ccccccccc" /></g><path + sodipodi:type="arc" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3228" + sodipodi:cx="22.5" + sodipodi:cy="14.5" + sodipodi:rx="6.5" + sodipodi:ry="6.5" + d="M 29,14.5 A 6.5,6.5 0 1 1 16,14.5 A 6.5,6.5 0 1 1 29,14.5 z" /><path + sodipodi:type="arc" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3234" + sodipodi:cx="22.48143" + sodipodi:cy="14.591472" + sodipodi:rx="6.4801788" + sodipodi:ry="6.5914717" + d="M 28.961609,14.591472 A 6.4801788,6.5914717 0 1 1 16.001251,14.591472 A 6.4801788,6.5914717 0 1 1 28.961609,14.591472 z" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-find.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-find.svg new file mode 100644 index 00000000..62cd7755 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-find.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="edit-find.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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"><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 30 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="60 : 30 : 1" + inkscape:persp3d-origin="30 : 20 : 1" + id="perspective17" /></defs><sodipodi:namedview + inkscape:window-height="550" + inkscape:window-width="1023" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="16.17765" + inkscape:cx="29.096841" + inkscape:cy="29.070248" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2390" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + style="stroke:none" + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:6.96120024" + d="M 37.9,38.8 L 30.1,31 C 29.4,30.3 28.3,30.1 27.4,30.4 C 29.2,28.2 30.3,25.4 30.3,22.4 C 30.3,15.5 24.7,9.9 17.8,9.9 C 10.9,9.9 5.2,15.4 5.2,22.3 C 5.2,29.2 10.8,34.8 17.7,34.8 C 20.7,34.8 23.5,33.7 25.7,31.9 C 25.4,32.8 25.6,33.9 26.3,34.6 L 34.1,42.4 C 35.1,43.4 36.8,43.4 37.8,42.4 C 38.8,41.4 38.8,39.7 37.8,38.7 L 37.9,38.8 z M 17.8,31.5 C 12.7,31.5 8.6,27.4 8.6,22.3 C 8.6,17.2 12.7,13.1 17.8,13.1 C 22.9,13.1 27,17.2 27,22.3 C 27,27.4 22.9,31.5 17.8,31.5 z" + id="path7" /> + <path + style="fill:none;stroke:#ffffff;stroke-width:13.24499989;stroke-linejoin:round" + d="M 38.3,17.1 L 38.3,37.7 L 13,37.7 L 13,8.5 L 29.9,8.5 L 38.2,17 L 38.3,17.1 z" + id="path9" /> + <path + style="fill:none;stroke:#000000;stroke-width:6.62249994;stroke-linejoin:round" + d="M 38.3,17.1 L 38.3,37.7 L 13,37.7 L 13,8.5 L 29.9,8.5 L 38.2,17 L 38.3,17.1 z" + id="path11" /> + <path + d="M 38.3,17.1 L 38.3,37.7 L 13,37.7 L 13,8.5 L 29.9,8.5 L 38.2,17 L 38.3,17.1 z" + id="path13" /> + <g + id="g15"> + <path + style="fill:#000000" + d="M 38,38.9 L 30.2,31.1 C 29.5,30.4 28.4,30.2 27.5,30.5 C 29.3,28.3 30.4,25.5 30.4,22.5 C 30.4,15.6 24.8,10 17.9,10 C 11,10 5.4,15.6 5.4,22.5 C 5.4,29.4 11,35 17.9,35 C 20.9,35 23.7,33.9 25.9,32.1 C 25.6,33 25.8,34.1 26.5,34.8 L 34.3,42.6 C 35.3,43.6 37,43.6 38,42.6 C 39,41.6 39,39.9 38,38.9 z M 17.9,31.6 C 12.8,31.6 8.7,27.5 8.7,22.4 C 8.7,17.3 12.8,13.2 17.9,13.2 C 23,13.2 27.1,17.3 27.1,22.4 C 27.1,27.5 23,31.6 17.9,31.6 z" + id="path17" /> + <path + d="M 27.1,22.4 C 27.1,27.5 23,31.6 17.9,31.6 C 12.8,31.6 8.7,27.5 8.7,22.4 C 8.7,17.3 12.8,13.2 17.9,13.2 C 23,13.2 27.1,17.3 27.1,22.4 z" + id="path19" /> + </g> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path22" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-paste.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-paste.svg new file mode 100644 index 00000000..94e6d996 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-paste.svg @@ -0,0 +1,126 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg10056" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="edit-paste.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata10089"><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>Edit Paste</dc:title><dc:date>November 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org</dc:source><dc:subject><rdf:Bag><rdf:li>edit</rdf:li><rdf:li>paste</rdf:li><rdf:li>get form clipboard</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas size and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs10087" /><sodipodi:namedview + inkscape:window-height="945" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="50" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + inkscape:grid-bbox="true" + inkscape:zoom="14.958333" + inkscape:cx="24" + inkscape:cy="24.217764" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg10056" /> + + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2164" + width="48" + height="48" + x="0" + y="0" /><rect + ry="2.3420453" + y="6.4553409" + x="11.455341" + height="6.0893178" + width="18.589317" + id="rect5078" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path10084" /> + </g> +<rect + ry="2.5" + y="17" + x="20" + height="21" + width="23" + id="rect3136" + style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><rect + ry="3.8189301" + y="9" + x="6" + height="33" + width="29" + id="rect4107" + style="opacity:1;fill:none;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="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="rect10091" + width="29" + height="33" + x="6" + y="9" + ry="3.8189301" /><rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect11062" + width="18.589317" + height="6.0893178" + x="11.455341" + y="6.4553409" + ry="2.3420453" /><rect + 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="rect11064" + width="23" + height="21" + x="20" + y="17" + ry="2.5" /><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="rect11066" + width="18" + height="15" + x="22" + y="20" + ry="0" /><path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25,24.5 L 37,24.5" + id="path12037" /><path + id="path13008" + d="M 25,30.5 L 37,30.5" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /></svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-redo.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-redo.svg new file mode 100644 index 00000000..b4d2da1d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-redo.svg @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="edit-redo.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Edit Redo</dc:title><dc:date>Novembrer 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org/</dc:source><dc:subject><rdf:Bag><rdf:li>edit</rdf:li><rdf:li>redo</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas sizing and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs15"> + + + + + </defs><sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="opacity:1;fill:none;fill-opacity:0.3359375;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2187" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:nodetypes="cccccccccscccccccc" + id="path3166" + d="M 24.9,5.1 L 40,20 C 41,21 41,21 40,22 L 25,37 C 24.072543,37.072543 24,36 24,36 L 24,28 L 20,28 C 18.6,28 16,27.8 16,31 L 16,35 C 16,38.8 22.178827,40.043779 22.5,41.2 C 23,43 20,43 20,43 L 15,43 C 9.9,43.2 8,37.9 8,33 L 8,26 C 8,18.1 11.7,14 18,14 L 24,14 L 24,6 C 24,6 24,5 24.9,5.1 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4;fill:#ffffff;fill-opacity:1;stroke-opacity:1;stroke-linejoin:round;stroke-linecap:round;stroke-width:8;stroke-dasharray:none" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 24.9,5.1 L 40,20 C 41,21 41,21 40,22 L 25,37 C 24.072543,37.072543 24,36 24,36 L 24,28 L 20,28 C 18.6,28 16,27.8 16,31 L 16,35 C 16,38.8 22.178827,40.043779 22.5,41.2 C 23,43 20,43 20,43 L 15,43 C 9.9,43.2 8,37.9 8,33 L 8,26 C 8,18.1 11.7,14 18,14 L 24,14 L 24,6 C 24,6 24,5 24.9,5.1 z " + id="path9" + sodipodi:nodetypes="cccccccccscccccccc" /> + +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/edit-select-all.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-select-all.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-select-all.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/actions/edit-undo.svg b/icon-themes/HighContrast-SVG/scalable/actions/edit-undo.svg new file mode 100644 index 00000000..1369a26d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/edit-undo.svg @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="edit-undo.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Edit Undo</dc:title><dc:date>Novembrer 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org/</dc:source><dc:subject><rdf:Bag><rdf:li>edit</rdf:li><rdf:li>undo</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas sizing and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs15" /><sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="opacity:1;fill:none;fill-opacity:0.3359375;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2187" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:nodetypes="cccccccccscccccccc" + id="path3166" + d="M 24.1,5.1 L 9,20 C 8,21 8,21 9,22 L 24,37 C 24.927457,37.072543 25,36 25,36 L 25,28 L 29,28 C 30.4,28 33,27.8 33,31 L 33,35 C 33,38.8 26.821173,40.043779 26.5,41.2 C 26,43 29,43 29,43 L 34,43 C 39.1,43.2 41,37.9 41,33 L 41,26 C 41,18.1 37.3,14 31,14 L 25,14 L 25,6 C 25,6 25,5 24.1,5.1 z " + style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 24.1,5.1 L 9,20 C 8,21 8,21 9,22 L 24,37 C 24.927457,37.072543 25,36 25,36 L 25,28 L 29,28 C 30.4,28 33,27.8 33,31 L 33,35 C 33,38.8 26.821173,40.043779 26.5,41.2 C 26,43 29,43 29,43 L 34,43 C 39.1,43.2 41,37.9 41,33 L 41,26 C 41,18.1 37.3,14 31,14 L 25,14 L 25,6 C 25,6 25,5 24.1,5.1 z " + id="path9" + sodipodi:nodetypes="cccccccccscccccccc" /> + +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/folder-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/folder-new.svg new file mode 100644 index 00000000..08305851 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/folder-new.svg @@ -0,0 +1,104 @@ +<?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: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="48.000000px" + height="48.000000px" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg1358" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="folder-new.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions"> +<metadata + id="metadata1375"> + <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>New Folder</dc:title> + <dc:description>A folder with a + sign</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <dc:subject> + <rdf:Bag><rdf:li>folder</rdf:li><rdf:li>directory</rdf:li><rdf:li>new</rdf:li><rdf:li>add</rdf:li></rdf:Bag> + </dc:subject> + <dc:creator><cc:Agent><dc:title>Luca Ferretti</dc:title></cc:Agent></dc:creator></cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs1373" /><sodipodi:namedview + inkscape:window-height="944" + inkscape:window-width="1270" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:document-units="px" + showgrid="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + gridtolerance="0.50000000px" + gridempspacing="5" + inkscape:grid-points="true" + guidetolerance="0.50000000px" + inkscape:zoom="15.9375" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg1358" + 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="rect4762" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + id="path9126" + d="M 7.0000000,6.0000000 C 5.0000000,6.0000000 4.0000000,7.0000000 4.0000000,9.0000000 L 4.0000000,34.000000 C 4.0000000,36.000000 6.0000000,38.000000 8.0000000,38.000000 L 40.000000,38.000000 C 42.000000,38.000000 44.000000,36.000000 44.000000,34.000000 L 44.000000,16.000000 C 44.000000,14.000000 42.000000,12.000000 40.000000,12.000000 L 22.000000,12.000000 L 22.000000,9.0000000 C 22.000000,7.0000000 21.000000,6.0000000 19.000000,6.0000000 L 7.0000000,6.0000000 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill:#ffffff;fill-opacity:1.0000000;stroke-opacity:1.0000000;stroke-linejoin:round;stroke-linecap:round" + sodipodi:nodetypes="cccccccccccc" /><path + sodipodi:nodetypes="cccccccccccc" + style="fill-rule:nonzero;stroke:none;stroke-width:7.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill:#000000;fill-opacity:1.0000000" + d="M 7.0000000,6.0000000 C 5.0000000,6.0000000 4.0000000,7.0000000 4.0000000,9.0000000 L 4.0000000,34.000000 C 4.0000000,36.000000 6.0000000,38.000000 8.0000000,38.000000 L 40.000000,38.000000 C 42.000000,38.000000 44.000000,36.000000 44.000000,34.000000 L 44.000000,16.000000 C 44.000000,14.000000 42.000000,12.000000 40.000000,12.000000 L 22.000000,12.000000 L 22.000000,9.0000000 C 22.000000,7.0000000 21.000000,6.0000000 19.000000,6.0000000 L 7.0000000,6.0000000 z " + id="path1365" /> + +<path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,16 L 24,32" + id="path1872" + sodipodi:nodetypes="cc" /><use + x="0" + y="0" + xlink:href="#path1872" + id="use2760" + transform="matrix(0,1,-1,0,48,0)" + width="48" + height="48" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-indent-less.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-indent-less.svg new file mode 100644 index 00000000..08a35658 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-indent-less.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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000pt" + height="48.000000pt" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="format-indent-less.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="39.276609" + inkscape:cy="30.000000" + inkscape:document-units="pt" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1.0000000pt" + gridspacingx="1.0000000pt" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4034" + width="60.000000" + height="60.000000" + x="0.0000000" + y="0.0000000" + rx="0.0000000" + ry="0.0000000" /> + <rect + style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:9.3750000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;display:none" + id="rect1306" + width="48.000000pt" + height="48.000000pt" + x="0.0000000" + y="0.0000000" + sodipodi:insensitive="true" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.8329623;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + id="rect3307" + width="53.676632" + height="53.646313" + x="3.1669059" + y="3.1663959" + rx="5.5584183" + ry="5.8196278" /> + <rect + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4182" + width="42.500000" + height="42.500000" + x="8.7500000" + y="8.7500000" + rx="2.2813451" + ry="2.4462564" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.1250000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + id="rect3303" + width="22.514553" + height="5.2533064" + x="-35.014553" + y="12.246700" + ry="0.0000000" + rx="1.8750000" + transform="scale(-1.000000,1.000000)" /> + <use + x="0.0000000" + y="0.0000000" + xlink:href="#rect3303" + id="use4180" + transform="translate(0.000000,9.003300)" + width="60.000000" + height="60.000000" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.7227957;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 46.030306,21.421647 L 46.030306,46.078353 L 32.500000,33.750001 L 46.030306,21.421647 z " + id="path6808" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-indent-more.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-indent-more.svg new file mode 100644 index 00000000..27a8891a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-indent-more.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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000pt" + height="48.000000pt" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="format-indent-more.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="39.276609" + inkscape:cy="30.000000" + inkscape:document-units="pt" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1.0000000pt" + gridspacingx="1.0000000pt" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4034" + width="60.000000" + height="60.000000" + x="0.0000000" + y="0.0000000" + rx="0.0000000" + ry="0.0000000" /> + <rect + style="fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:9.3750000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;display:none" + id="rect1306" + width="48.000000pt" + height="48.000000pt" + x="0.0000000" + y="0.0000000" + sodipodi:insensitive="true" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.8329623;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + id="rect3307" + width="53.676632" + height="53.646313" + x="3.1669059" + y="3.1663959" + rx="5.5584183" + ry="5.8196278" /> + <rect + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4182" + width="42.500000" + height="42.500000" + x="8.7500000" + y="8.7500000" + rx="2.2813451" + ry="2.4462564" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:3.1250000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + id="rect3303" + width="22.514553" + height="5.2533064" + x="24.985447" + y="12.246694" + ry="0.0000000" + rx="1.8750000" /> + <use + x="0.0000000" + y="0.0000000" + xlink:href="#rect3303" + id="use4180" + transform="translate(1.455307e-2,8.750000)" + width="60.000000" + height="60.000000" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:2.7406998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 13.969694,21.250000 L 13.969694,46.232037 L 27.500000,33.741020 L 13.969694,21.250000 z " + id="path6808" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-justify-center.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-center.svg new file mode 100644 index 00000000..25add172 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-center.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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.42" + sodipodi:docname="format-justify-center.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="950" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0000000" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3321" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 12.000000,36.000000 L 12.000000,43.000000 L 36.000000,43.000000 L 36.000000,36.000000 L 12.000000,36.000000 z " + id="path7" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 12.000000,4.0000000 L 12.000000,11.000000 L 36.000000,11.000000 L 36.000000,4.0000000 L 12.000000,4.0000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 12.000000,36.000000 L 12.000000,43.000000 L 36.000000,43.000000 L 36.000000,36.000000 L 12.000000,36.000000 z " + id="path13" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path15" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 12.000000,4.0000000 L 12.000000,11.000000 L 36.000000,11.000000 L 36.000000,4.0000000 L 12.000000,4.0000000 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-justify-fill.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-fill.svg new file mode 100644 index 00000000..b66eafb2 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-fill.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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.42" + sodipodi:docname="format-justify-fill.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="950" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0000000" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3321" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,36.000000 L 5.0000000,43.000000 L 43.000000,43.000000 L 43.000000,36.000000 L 5.0000000,36.000000 z " + id="path7" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,4.0000000 L 5.0000000,11.000000 L 43.000000,11.000000 L 43.000000,4.0000000 L 5.0000000,4.0000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,36.000000 L 5.0000000,43.000000 L 43.000000,43.000000 L 43.000000,36.000000 L 5.0000000,36.000000 z " + id="path13" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path15" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,4.0000000 L 5.0000000,11.000000 L 43.000000,11.000000 L 43.000000,4.0000000 L 5.0000000,4.0000000 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-justify-left.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-left.svg new file mode 100644 index 00000000..5c004df2 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-left.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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.42" + sodipodi:docname="format-justify-left.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="950" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0000000" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3321" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,36.000000 L 5.0000000,43.000000 L 29.000000,43.000000 L 29.000000,36.000000 L 5.0000000,36.000000 z " + id="path7" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,4.0000000 L 5.0000000,11.000000 L 29.000000,11.000000 L 29.000000,4.0000000 L 5.0000000,4.0000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,36.000000 L 5.0000000,43.000000 L 29.000000,43.000000 L 29.000000,36.000000 L 5.0000000,36.000000 z " + id="path13" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path15" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,4.0000000 L 5.0000000,11.000000 L 29.000000,11.000000 L 29.000000,4.0000000 L 5.0000000,4.0000000 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-justify-right.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-right.svg new file mode 100644 index 00000000..20f50a6a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-justify-right.svg @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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.42" + sodipodi:docname="format-justify-right.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><metadata + id="metadata25"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs + id="defs23"> + + + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="950" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0000000" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3321" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 19.000000,36.000000 L 19.000000,43.000000 L 43.000000,43.000000 L 43.000000,36.000000 L 19.000000,36.000000 z " + id="path7" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 19.000000,4.0000000 L 19.000000,11.000000 L 43.000000,11.000000 L 43.000000,4.0000000 L 19.000000,4.0000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 19.000000,36.000000 L 19.000000,43.000000 L 43.000000,43.000000 L 43.000000,36.000000 L 19.000000,36.000000 z " + id="path13" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 5.0000000,20.000000 L 5.0000000,27.000000 L 43.000000,27.000000 L 43.000000,20.000000 L 5.0000000,20.000000 z " + id="path15" + sodipodi:nodetypes="ccccc" /><path + style="fill-rule:nonzero;stroke:none;stroke-width:6.6121998;stroke-linejoin:round;stroke-miterlimit:4.0000000" + d="M 19.000000,4.0000000 L 19.000000,11.000000 L 43.000000,11.000000 L 43.000000,4.0000000 L 19.000000,4.0000000 z " + id="path17" + sodipodi:nodetypes="ccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-text-bold.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-bold.svg new file mode 100644 index 00000000..bbc04e4c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-bold.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="format-text-bold.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Format Text Bold</dc:title><dc:date>November 2007</dc:date><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org</dc:source><dc:subject><rdf:Bag><rdf:li>format</rdf:li><rdf:li>text</rdf:li><rdf:li>bold</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas resize and pixel perfect by Luca Ferretti</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs25" /><sodipodi:namedview + inkscape:window-height="947" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + inkscape:grid-points="true" + showgrid="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true"><sodipodi:guide + orientation="vertical" + position="24.032922" + id="guide5104" /><sodipodi:guide + orientation="horizontal" + position="9.0864198" + id="guide7131" /><sodipodi:guide + orientation="horizontal" + position="18.962963" + id="guide8104" /><sodipodi:guide + orientation="horizontal" + position="38.781893" + id="guide8108" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6077" + width="48" + height="48" + x="0" + y="0" /><g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;stroke-width:2;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g5" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g7" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g9" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <path + style="stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" + 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" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + + </g> + </g> + <g + id="g17" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <path + sodipodi:nodetypes="cccccccccccccc" + id="path11026" + d="M 19,32 L 16,41 L 5,41 L 17,7 L 31,7 L 43,41 L 32,41 L 29,32.1 L 19,32 z M 28,26 L 25,15 L 23,15 L 20,26 L 28,26 z " + style="stroke-width:10;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;fill:none;stroke:#ffffff;stroke-opacity:1" /><path + style="stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round" + d="M 19,32 L 16,41 L 5,41 L 17,7 L 31,7 L 43,41 L 32,41 L 29,32.1 L 19,32 z M 28,26 L 25,15 L 23,15 L 20,26 L 28,26 z " + id="path19" + sodipodi:nodetypes="cccccccccccccc" /> + </g> + </g> + </g> + +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-text-direction-ltr.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-direction-ltr.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-direction-ltr.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/actions/format-text-direction-rtl.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-direction-rtl.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-direction-rtl.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/actions/format-text-italic.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-italic.svg new file mode 100644 index 00000000..ea0e2893 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-italic.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" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg7107" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="format-text-italic.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata7122"><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>Format Text Italic</dc:title><dc:creator><cc:Agent><dc:title>Jakub Steiner</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org/</dc:source><dc:subject><rdf:Bag><rdf:li>format</rdf:li><rdf:li>text</rdf:li><rdf:li>italic</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Canvas resize, pixel perfect and "sync" with format-text-bold by Luca Ferretti</dc:title></cc:Agent></dc:contributor></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs7120"> + + + + + </defs><sodipodi:namedview + inkscape:window-height="947" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg7107"><sodipodi:guide + orientation="vertical" + position="24.032922" + id="guide7129" /><sodipodi:guide + orientation="horizontal" + position="9.0864198" + id="guide7133" /><sodipodi:guide + orientation="horizontal" + position="18.962963" + id="guide8106" /><sodipodi:guide + orientation="horizontal" + position="38.91358" + id="guide8110" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect10054" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:nodetypes="ccccccccccccccccc" + id="path12966" + d="M 20,30 L 13,40 L 8,40 L 24.719383,16.73825 L 31,8 L 35,8 L 40,40 L 36,40 L 35,30 L 20,30 L 20,30 z M 35,27 C 35,27 34.1,13.8 34,12 L 33,12 C 31.9,13.8 22,27 22,27 L 34,27 L 35,27 z " + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill:none;fill-opacity:1;stroke-opacity:1" /><path + style="fill-rule:nonzero;stroke:#000000;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill:#000000;fill-opacity:1" + d="M 20,30 L 13,40 L 8,40 L 31,8 L 35,8 L 40,40 L 36,40 L 35,30 L 20,30 L 20,30 z M 35,27 C 35,27 34.1,13.8 34,12 L 33,12 C 31.9,13.8 22,27 22,27 L 34,27 L 35,27 z " + id="path7114" + sodipodi:nodetypes="cccccccccccccccc" /> + +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg new file mode 100644 index 00000000..831d3206 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="format-text-strikethrough.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Format Text Strikethrough</dc:title><dc:date>January 2008</dc:date><dc:creator><cc:Agent><dc:title>Luca Ferretti</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org</dc:source><dc:subject><rdf:Bag><rdf:li>format</rdf:li><rdf:li>text</rdf:li><rdf:li>striketrough</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Based on text-bold shape, plus minor editing</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs25" /><sodipodi:namedview + inkscape:window-height="947" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + inkscape:grid-points="true" + showgrid="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true"><sodipodi:guide + orientation="vertical" + position="24.032922" + id="guide5104" /><sodipodi:guide + orientation="horizontal" + position="9.0864198" + id="guide7131" /><sodipodi:guide + orientation="horizontal" + position="18.962963" + id="guide8104" /><sodipodi:guide + orientation="horizontal" + position="38.781893" + id="guide8108" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6077" + width="48" + height="48" + x="0" + y="0" /><g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;stroke-width:2;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g5" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g7" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <g + id="g9" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <path + style="stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" + 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" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + + </g> + </g> + <g + id="g17" + style="stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round"> + <path + sodipodi:nodetypes="cccccccccccccc" + id="path11026" + d="M 17,31 L 15,41 L 7,41 L 20,8 L 28,8 L 41,41 L 33,41 L 31,31 L 17,31 z M 30,28 L 25,12 L 23,12 L 18,28 L 30,28 z " + style="stroke-width:10;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round;fill:none;stroke:#ffffff;stroke-opacity:1" /><path + style="stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-linecap:round" + d="M 17,31 L 15,41 L 7,41 L 20,8 L 28,8 L 41,41 L 33,41 L 31,31 L 17,31 z M 30,28 L 25,12 L 23,12 L 18,28 L 30,28 z " + id="path19" + sodipodi:nodetypes="cccccccccccccc" /> + </g> + </g> + </g> + +<rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2170" + width="42" + height="13" + x="3" + y="17" + ry="3.8847735" /></svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/format-text-underline.svg b/icon-themes/HighContrast-SVG/scalable/actions/format-text-underline.svg new file mode 100644 index 00000000..0ca452e9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/format-text-underline.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="format-text-underline.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><dc:title>Format Text Underline</dc:title><dc:date>January 2008</dc:date><dc:creator><cc:Agent><dc:title>Luca Ferretti</dc:title></cc:Agent></dc:creator><dc:source>http://www.gnome.org</dc:source><dc:subject><rdf:Bag><rdf:li>format</rdf:li><rdf:li>text</rdf:li><rdf:li>underline</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title></dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs25" /><sodipodi:namedview + inkscape:window-height="947" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + inkscape:grid-points="true" + showgrid="true" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true"><sodipodi:guide + orientation="vertical" + position="24.032922" + id="guide5104" /><sodipodi:guide + orientation="horizontal" + position="9.0864198" + id="guide7131" /><sodipodi:guide + orientation="horizontal" + position="18.962963" + id="guide8104" /><sodipodi:guide + orientation="horizontal" + position="38.781893" + id="guide8108" /></sodipodi:namedview> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6077" + width="48" + height="48" + x="0" + y="0" /><g + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4155" + transform="translate(0,-3)"> + <g + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4157"> + <g + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4159"> + <g + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4161"> + <path + id="path4163" + 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 " + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4165"> + + </g> + </g> + <g + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g4167"> + <path + sodipodi:nodetypes="cccccccccccccc" + id="path4169" + d="M 18,29 L 15,38 L 7,38 L 20,9 L 28,9 L 41,38 L 33,38 L 30,29 L 18,29 z M 29,26 L 25,14 L 23,14 L 19,26 L 29,26 z " + style="stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g><rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2170" + width="42.119343" + height="9" + x="2.8806584" + y="37" + ry="3.5" /><g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + transform="translate(0,-3)"> + <g + id="g5" + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"> + <g + id="g7" + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"> + <g + id="g9" + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"> + <path + style="stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray: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" + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"> + + </g> + </g> + <g + id="g17" + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"> + <path + style="stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 18,29 L 15,38 L 7,38 L 20,9 L 28,9 L 41,38 L 33,38 L 30,29 L 18,29 z M 29,26 L 25,14 L 23,14 L 19,26 L 29,26 z " + id="path19" + sodipodi:nodetypes="cccccccccccccc" /> + </g> + </g> + </g> + +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-bottom.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-bottom.svg new file mode 100644 index 00000000..eec9f78e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-bottom.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="go-bottom.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata21"><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="defs19" /><sodipodi:namedview + inkscape:window-height="554" + inkscape:window-width="1024" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="11.643692" + inkscape:cx="39.264212" + inkscape:cy="37.958121" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2387" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:7.59009981;stroke-linejoin:round;stroke-miterlimit:4"> + <g + id="g5"> + <path + d="M 6.9,20 C 6.6,20 6.6,20.3 6.7,20.5 L 23.6,37.1 C 24.1,37.6 24.3,37.5 24.6,37.1 L 41.2,20.5 C 41.3,20.4 41.3,20.1 41.1,20.1 L 31.1,20.1 L 31.1,6.5 C 31.1,6.2 30.9,6 30.7,6 L 17.4,6 C 17.1,6 16.9,6.2 16.9,6.5 L 16.9,20 L 6.9,20 z" + id="path7" /> + <path + d="M 6.8,37.9 C 6.8,37.7 6.9,37.6 7.1,37.6 L 40.8,37.6 C 41,37.6 41.1,37.7 41.1,37.9 L 41.1,41.7 C 41.1,41.9 41,42 40.8,42 L 7.2,42 C 7,42 6.9,41.9 6.9,41.7 L 6.9,37.9 L 6.8,37.9 z" + id="path9" /> + <path + style="fill:#000000;stroke:none" + d="M 6.9,20 C 6.6,20 6.6,20.3 6.7,20.5 L 23.6,37.1 C 24.1,37.6 24.3,37.5 24.6,37.1 L 41.2,20.5 C 41.3,20.4 41.3,20.1 41.1,20.1 L 31.1,20.1 L 31.1,6.5 C 31.1,6.2 30.9,6 30.7,6 L 17.4,6 C 17.1,6 16.9,6.2 16.9,6.5 L 16.9,20 L 6.9,20 z" + id="path11" /> + <path + style="fill:#000000;stroke:none" + d="M 6.8,37.9 C 6.8,37.7 6.9,37.6 7.1,37.6 L 40.8,37.6 C 41,37.6 41.1,37.7 41.1,37.9 L 41.1,41.7 C 41.1,41.9 41,42 40.8,42 L 7.2,42 C 7,42 6.9,41.9 6.9,41.7 L 6.9,37.9 L 6.8,37.9 z" + id="path13" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path16" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-down.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-down.svg new file mode 100644 index 00000000..d8ce57d4 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-down.svg @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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.42" + sodipodi:docname="go-down.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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="950" + inkscape:window-width="1280" + 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.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3313" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="g5500" + transform="matrix(1.000000,0.000000,0.000000,-1.000000,0.000000,48.25000)"><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + id="path4046" + sodipodi:nodetypes="ccccccccccccc" /><path + sodipodi:nodetypes="ccccccccccccc" + id="path9" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /></g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-first.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-first.svg new file mode 100644 index 00000000..e3f8fad9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-first.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="go-first.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata21"><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="defs19" /><sodipodi:namedview + inkscape:window-height="554" + inkscape:window-width="1024" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="31.882591" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2387" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:7.59009981;stroke-linejoin:round;stroke-miterlimit:4"> + <g + id="g5"> + <path + d="M 28,6.9 C 28,6.6 27.7,6.6 27.5,6.7 L 10.8,23.6 C 10.3,24.1 10.4,24.3 10.8,24.6 L 27.4,41.2 C 27.5,41.3 27.8,41.3 27.8,41.1 L 27.8,31.1 L 41.4,31.1 C 41.7,31.1 41.9,30.9 41.9,30.7 L 41.9,17.4 C 41.9,17.1 41.7,16.9 41.4,16.9 L 27.9,16.9 L 28,6.9 z" + id="path7" /> + <path + d="M 10.1,6.8 C 10.3,6.8 10.4,6.9 10.4,7.1 L 10.4,40.8 C 10.4,41 10.3,41.1 10.1,41.1 L 6.4,41.1 C 6.2,41.1 6.1,41 6.1,40.8 L 6.1,7.2 C 6.1,7 6.2,6.9 6.4,6.9 L 10.2,6.9 L 10.1,6.8 z" + id="path9" /> + <path + style="fill:#000000;stroke:none" + d="M 28,6.9 C 28,6.6 27.7,6.6 27.5,6.7 L 10.8,23.6 C 10.3,24.1 10.4,24.3 10.8,24.6 L 27.4,41.2 C 27.5,41.3 27.8,41.3 27.8,41.1 L 27.8,31.1 L 41.4,31.1 C 41.7,31.1 41.9,30.9 41.9,30.7 L 41.9,17.4 C 41.9,17.1 41.7,16.9 41.4,16.9 L 27.9,16.9 L 28,6.9 z" + id="path11" /> + <path + style="fill:#000000;stroke:none" + d="M 10.1,6.8 C 10.3,6.8 10.4,6.9 10.4,7.1 L 10.4,40.8 C 10.4,41 10.3,41.1 10.1,41.1 L 6.4,41.1 C 6.2,41.1 6.1,41 6.1,40.8 L 6.1,7.2 C 6.1,7 6.2,6.9 6.4,6.9 L 10.2,6.9 L 10.1,6.8 z" + id="path13" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path16" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-home.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-home.svg new file mode 100644 index 00000000..e93b825a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-home.svg @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + sodipodi:docname="user-home.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/places" + version="1.0"><metadata + id="metadata23"><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>Home Folder Icon</dc:title><dc:coverage /><dc:description>The user's $HOME directory</dc:description><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /><dc:subject><rdf:Bag><rdf:li>folder</rdf:li><rdf:li>directory</rdf:li><rdf:li>home</rdf:li><rdf:li>user</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs21" /><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.895833" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="6" + inkscape:window-y="46" + inkscape:current-layer="svg2" + showguides="true" + inkscape:guide-bbox="true" /> + <rect + style="fill:none;fill-opacity:0.5096525;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1333" + width="48" + height="48" + x="0" + y="0" + rx="0.046648435" + ry="0" /><path + sodipodi:nodetypes="csscccccccccsccccccccc" + id="path2208" + d="M 5,22 C 5,22 4,22.6 4,23 C 4,23.2 3.9,23.8 4,24 C 4.3,24.6 5.3,25 6,25 C 6,25 6.9,25 8,25 C 8,27.4 8,39 8,39 C 8,40.1 9,41 10,41 L 38,41 C 39.1,41 40,40.1 40,39 C 40,39 40,27.4 40,25 C 41,25 42,25 42,25 C 42.8,25 43.7,24.7 44,24 C 44.1,23.8 44,23.2 44,23 C 44,22.5 43.5,22.4 43,22 C 43,22 39.9,19.7 39,19 C 39,17.8 39,10 39,10 C 39,8.8 38.2,8 37,8 L 31,8 C 30,8 29,9 29,10 C 27.1,8.4 25.4,6.7 25.4,6.7 C 25.4,6.7 23.7,6 22.8,6.7 L 5,22 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-miterlimit:4;fill-opacity:1;stroke-opacity:1;stroke-width:8;stroke-dasharray:none" /><path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-miterlimit:4" + d="M 5,22 C 5,22 4,22.6 4,23 C 4,23.2 3.9,23.8 4,24 C 4.3,24.6 5.3,25 6,25 C 6,25 6.9,25 8,25 C 8,27.4 8,39 8,39 C 8,40.1 9,41 10,41 L 38,41 C 39.1,41 40,40.1 40,39 C 40,39 40,27.4 40,25 C 41,25 42,25 42,25 C 42.8,25 43.7,24.7 44,24 C 44.1,23.8 44,23.2 44,23 C 44,22.5 43.5,22.4 43,22 C 43,22 39.9,19.7 39,19 C 39,17.8 39,10 39,10 C 39,8.8 38.2,8 37,8 L 31,8 C 30,8 29,9 29,10 C 27.1,8.4 25.4,6.7 25.4,6.7 L 25.5,6.8 C 24.8,6.1 23.7,6 22.8,6.7 L 5,22 z " + id="path9" + sodipodi:nodetypes="csscccccccccscccccccccc" /><path + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-miterlimit:4" + d="M 36,12 C 36,12 36,11 35,11 L 33,11 C 32,11 32,12 32,12 L 32,13.8 L 35.9,16.7 L 36,12 z " + id="path13" + sodipodi:nodetypes="ccccccc" /><path + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-miterlimit:4" + d="M 12,25 L 12,37 L 36,37 L 36,25 L 12,25 z " + id="path15" + sodipodi:nodetypes="ccccc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path18" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-jump.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-jump.svg new file mode 100644 index 00000000..31558a05 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-jump.svg @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="go-jump.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0" + 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" /><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs17" /><sodipodi:namedview + inkscape:window-height="858" + inkscape:window-width="1107" + 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="13.145833" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:0.4068768;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1318" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + id="path3073" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="21" + sodipodi:ry="21" + d="M 45 24 A 21 21 0 1 1 3,24 A 21 21 0 1 1 45 24 z" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 17.8,6.6 L 31.7,20.7 C 32.1,21.1 32,21.3 31.7,21.6 L 17.8,35.6 C 17.7,35.7 17,35.629099 17,35.429099 L 17,27 L 6.1,27.2 C 5.8,27.2 4,27.2 4,27 L 4,16 C 4,15.7 5.8,15.3 6.1,15.3 L 17,15 L 17,6.5454948 C 17,6.5454948 17,6 17.8,6.6 z " + id="path11" + sodipodi:nodetypes="ccccccccccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-last.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-last.svg new file mode 100644 index 00000000..e0dbfb1d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-last.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="go-last.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata21"><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="defs19" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2387" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:7.59009981;stroke-linejoin:round;stroke-miterlimit:4"> + <g + id="g5"> + <path + d="M 20,41.1 C 20,41.4 20.3,41.4 20.5,41.3 L 37.1,24.4 C 37.6,23.9 37.5,23.7 37.1,23.4 L 20.5,6.7 C 20.4,6.6 20.1,6.6 20.1,6.8 L 20.1,16.8 L 6.5,16.8 C 6.2,16.8 6,17 6,17.2 L 6,30.5 C 6,30.8 6.2,31 6.5,31 L 20,31 L 20,41.1 z" + id="path7" /> + <path + d="M 37.9,41.2 C 37.7,41.2 37.6,41.1 37.6,40.9 L 37.6,7.1 C 37.6,6.9 37.7,6.8 37.9,6.8 L 41.7,6.8 C 41.9,6.8 42,6.9 42,7.1 L 42,40.8 C 42,41 41.9,41.1 41.7,41.1 L 37.9,41.1 L 37.9,41.2 z" + id="path9" /> + <path + style="fill:#000000;stroke:none" + d="M 20,41.1 C 20,41.4 20.3,41.4 20.5,41.3 L 37.1,24.4 C 37.6,23.9 37.5,23.7 37.1,23.4 L 20.5,6.7 C 20.4,6.6 20.1,6.6 20.1,6.8 L 20.1,16.8 L 6.5,16.8 C 6.2,16.8 6,17 6,17.2 L 6,30.5 C 6,30.8 6.2,31 6.5,31 L 20,31 L 20,41.1 z" + id="path11" /> + <path + style="fill:#000000;stroke:none" + d="M 37.9,41.2 C 37.7,41.2 37.6,41.1 37.6,40.9 L 37.6,7.1 C 37.6,6.9 37.7,6.8 37.9,6.8 L 41.7,6.8 C 41.9,6.8 42,6.9 42,7.1 L 42,40.8 C 42,41 41.9,41.1 41.7,41.1 L 37.9,41.1 L 37.9,41.2 z" + id="path13" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path16" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-next.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-next.svg new file mode 100644 index 00000000..bc9dc0ce --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-next.svg @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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.42" + sodipodi:docname="go-next.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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="950" + inkscape:window-width="1280" + 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.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3313" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="g5500" + transform="matrix(5.556536e-18,1.000000,-1.000000,5.556536e-18,48.13761,0.112392)"><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + id="path4046" + sodipodi:nodetypes="ccccccccccccc" /><path + sodipodi:nodetypes="ccccccccccccc" + id="path9" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /></g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-previous.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-previous.svg new file mode 100644 index 00000000..d7f7db66 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-previous.svg @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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.42" + sodipodi:docname="go-previous.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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="950" + inkscape:window-width="1280" + 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.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <rect + style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3313" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="g5500" + transform="matrix(-5.556536e-18,1.000000,1.000000,5.556536e-18,-0.112392,0.112392)"><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + id="path4046" + sodipodi:nodetypes="ccccccccccccc" /><path + sodipodi:nodetypes="ccccccccccccc" + id="path9" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /></g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-top.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-top.svg new file mode 100644 index 00000000..931df073 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-top.svg @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="go-top.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata21"><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="defs19" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2387" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:7.59009981;stroke-linejoin:round;stroke-miterlimit:4"> + <g + id="g5"> + <path + d="M 41.1,28 C 41.4,28 41.4,27.7 41.3,27.5 L 24.4,10.8 C 23.9,10.3 23.7,10.4 23.4,10.8 L 6.7,27.5 C 6.6,27.6 6.6,27.9 6.8,27.9 L 16.8,27.9 L 16.8,41.5 C 16.8,41.8 17,42 17.2,42 L 30.5,42 C 30.8,42 31,41.8 31,41.5 L 31,27.9 L 41.1,28 z" + id="path7" /> + <path + d="M 41.2,10.1 C 41.2,10.3 41.1,10.4 40.9,10.4 L 7.1,10.4 C 6.9,10.4 6.8,10.3 6.8,10.1 L 6.8,6.4 C 6.8,6.2 6.9,6.1 7.1,6.1 L 40.8,6.1 C 41,6.1 41.1,6.2 41.1,6.4 L 41.1,10.2 L 41.2,10.1 z" + id="path9" /> + <path + style="fill:#000000;stroke:none" + d="M 41.1,28 C 41.4,28 41.4,27.7 41.3,27.5 L 24.4,10.8 C 23.9,10.3 23.7,10.4 23.4,10.8 L 6.7,27.5 C 6.6,27.6 6.6,27.9 6.8,27.9 L 16.8,27.9 L 16.8,41.5 C 16.8,41.8 17,42 17.2,42 L 30.5,42 C 30.8,42 31,41.8 31,41.5 L 31,27.9 L 41.1,28 z" + id="path11" /> + <path + style="fill:#000000;stroke:none" + d="M 41.2,10.1 C 41.2,10.3 41.1,10.4 40.9,10.4 L 7.1,10.4 C 6.9,10.4 6.8,10.3 6.8,10.1 L 6.8,6.4 C 6.8,6.2 6.9,6.1 7.1,6.1 L 40.8,6.1 C 41,6.1 41.1,6.2 41.1,6.4 L 41.1,10.2 L 41.2,10.1 z" + id="path13" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path16" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/go-up.svg b/icon-themes/HighContrast-SVG/scalable/actions/go-up.svg new file mode 100644 index 00000000..9a27fd9c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/go-up.svg @@ -0,0 +1,63 @@ +<?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.42" + sodipodi:docname="go-up.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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="950" + inkscape:window-width="1280" + 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.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <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="rect3313" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="g5500"><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;stroke-width:8.0000000;stroke-dasharray:none" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + id="path4046" + sodipodi:nodetypes="ccccccccccccc" /><path + sodipodi:nodetypes="ccccccccccccc" + id="path9" + d="M 41.000000,26.000000 C 41.300000,26.000000 41.588189,25.467717 41.000000,25.000000 L 25.000000,9.0000000 C 24.000000,8.0000000 24.000000,8.0000000 23.000000,9.0000000 L 7.0000000,25.000000 C 6.4015748,25.425197 6.8000000,26.000000 7.0000000,26.000000 L 17.000000,26.000000 L 17.000000,39.000000 C 17.000000,39.000000 17.000000,40.000000 18.000000,40.000000 L 30.000000,40.000000 C 31.000000,40.000000 31.000000,39.000000 31.000000,39.000000 L 31.000000,26.000000 L 41.000000,26.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" /></g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/help-about.svg b/icon-themes/HighContrast-SVG/scalable/actions/help-about.svg new file mode 100644 index 00000000..5598b5ad --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/help-about.svg @@ -0,0 +1,125 @@ +<?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/actions" + sodipodi:docname="help-about.svg"> + <defs + id="defs1874" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.208333" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="948" + 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>About</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>help</rdf:li> + <rdf:li>about</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A star</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.43817204;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3653" + width="48" + height="48.328766" + x="0" + y="0" + rx="0" + ry="0" /> + <path + transform="matrix(1.178198,0,0,1.183705,-4.271089,-1.080087)" + d="M 24.131507,5.1287675 L 28.999747,15.288887 L 40.129291,17.038475 L 31.970811,24.808096 L 33.746073,35.933573 L 23.835616,30.575343 L 13.803244,35.701679 L 15.836724,24.620489 L 7.8611155,16.663262 L 19.028333,15.17294 L 24.131507,5.1287675 z " + inkscape:randomized="0" + inkscape:rounded="0" + inkscape:flatsided="false" + sodipodi:arg2="-0.93085037" + sodipodi:arg1="-1.5591689" + sodipodi:r2="8.4827652" + sodipodi:r1="16.96553" + sodipodi:cy="22.093151" + sodipodi:cx="23.934246" + sodipodi:sides="5" + id="path5425" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8.45229244;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + <path + sodipodi:type="star" + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.69045842;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1880" + sodipodi:sides="5" + sodipodi:cx="23.934246" + sodipodi:cy="22.093151" + sodipodi:r1="16.96553" + sodipodi:r2="8.4827652" + sodipodi:arg1="-1.5591689" + sodipodi:arg2="-0.93085037" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 24.131507,5.1287675 L 28.999747,15.288887 L 40.129291,17.038475 L 31.970811,24.808096 L 33.746073,35.933573 L 23.835616,30.575343 L 13.803244,35.701679 L 15.836724,24.620489 L 7.8611155,16.663262 L 19.028333,15.17294 L 24.131507,5.1287675 z " + transform="matrix(1.178127,0,0,1.169169,-4.269399,-1.004399)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/help-contents.svg b/icon-themes/HighContrast-SVG/scalable/actions/help-contents.svg new file mode 100644 index 00000000..f78831ff --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/help-contents.svg @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="help-contents.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata35"><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="defs33" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="48.522267" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2394" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + style="stroke:none" + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:7.00640011;stroke-linejoin:round" + d="M 40.7,30.2 C 41.4,28.2 41.8,26.1 41.8,23.9 C 41.8,21.7 41.4,19.6 40.7,17.7 C 42.1,16.3 42.9,14.4 42.9,12.4 C 42.9,8.2 39.5,4.8 35.3,4.8 C 33.2,4.8 31.2,5.7 29.8,7.1 C 28,6.5 26,6.1 23.9,6.1 C 21.8,6.1 19.8,6.5 18,7.1 C 16.6,5.7 14.7,4.7 12.5,4.7 C 8.4,4.8 5,8.2 5,12.4 C 5,14.5 5.9,16.4 7.3,17.8 C 6.6,19.7 6.2,21.8 6.2,24 C 6.2,26.2 6.6,28.3 7.3,30.2 C 5.9,31.6 5,33.5 5,35.6 C 5,39.8 8.4,43.2 12.6,43.2 C 14.8,43.2 16.7,42.3 18.1,40.8 C 19.9,41.4 21.9,41.8 24,41.8 C 26,41.8 28,41.5 29.8,40.8 C 31.2,42.3 33.1,43.2 35.3,43.2 C 39.5,43.2 42.9,39.8 42.9,35.6 C 42.9,33.5 42,31.6 40.7,30.2 L 40.7,30.2 z M 35.3,7.9 C 37.7,7.9 39.7,9.9 39.7,12.3 C 39.7,13.1 39.5,13.9 39.1,14.5 C 37.6,12 35.5,10 32.9,8.5 C 33.6,8.1 34.4,7.8 35.2,7.8 L 35.3,7.9 z M 8.2,12.4 C 8.2,10 10.2,8 12.6,8 C 13.5,8 14.3,8.3 15,8.7 C 12.5,10.2 10.4,12.3 8.8,14.8 C 8.4,14.1 8.2,13.3 8.2,12.5 L 8.2,12.4 z M 12.6,40 C 10.1,40 8.2,38 8.2,35.6 C 8.2,34.7 8.4,33.9 8.9,33.3 C 10.4,35.8 12.6,37.9 15.1,39.4 C 14.4,39.8 13.6,40.1 12.7,40.1 L 12.6,40 z M 24,28.8 C 21.4,28.8 19.2,26.7 19.2,24 C 19.2,21.4 21.3,19.2 24,19.2 C 26.6,19.2 28.8,21.3 28.8,24 C 28.8,26.6 26.7,28.8 24,28.8 z M 35.3,40 C 34.4,40 33.6,39.7 32.9,39.3 C 35.4,37.8 37.5,35.8 39.1,33.3 C 39.5,34 39.7,34.7 39.7,35.6 C 39.7,38.1 37.7,40 35.3,40 L 35.3,40 z" + id="path7" /> + <path + d="M 6.3,24 C 6.3,33.8 14.3,41.8 24.1,41.8 C 33.9,41.8 41.9,33.8 41.9,24 C 41.9,14.2 33.9,6.2 24.1,6.2 C 14.3,6.2 6.3,14.2 6.3,24 L 6.3,24 z M 19.3,24 C 19.3,21.4 21.4,19.2 24.1,19.2 C 26.7,19.2 28.9,21.3 28.9,24 C 28.9,26.7 26.8,28.8 24.1,28.8 C 21.5,28.8 19.3,26.7 19.3,24 z" + id="path9" /> + <path + d="M 27.8,35.6 C 27.8,39.8 31.2,43.2 35.4,43.2 C 39.6,43.2 43,39.8 43,35.6 C 43,31.4 39.6,28 35.4,28 C 31.2,28 27.8,31.4 27.8,35.6 L 27.8,35.6 z M 31,35.6 C 31,33.1 33,31.2 35.4,31.2 C 37.9,31.2 39.8,33.2 39.8,35.6 C 39.8,38 37.8,40 35.4,40 C 33,40 31,38 31,35.6 z" + id="path11" /> + <path + d="M 5.1,35.6 C 5.1,39.8 8.5,43.2 12.7,43.2 C 16.9,43.2 20.3,39.8 20.3,35.6 C 20.3,31.4 16.9,28 12.7,28 C 8.5,28 5.1,31.4 5.1,35.6 L 5.1,35.6 z M 8.2,35.6 C 8.2,33.1 10.2,31.2 12.6,31.2 C 15,31.2 17,33.2 17,35.6 C 17,38 15,40 12.6,40 C 10.2,40 8.2,38 8.2,35.6 z" + id="path13" /> + <path + d="M 5.1,12.4 C 5.1,16.6 8.5,20 12.7,20 C 16.9,20 20.3,16.6 20.3,12.4 C 20.3,8.2 16.9,4.8 12.7,4.8 C 8.5,4.8 5.1,8.2 5.1,12.4 L 5.1,12.4 z M 8.2,12.4 C 8.2,10 10.2,8 12.6,8 C 15,8 17,10 17,12.4 C 17,14.8 15,16.8 12.6,16.8 C 10.2,16.8 8.2,14.8 8.2,12.4 z" + id="path15" /> + <path + d="M 27.8,12.4 C 27.8,16.6 31.2,20 35.4,20 C 39.6,20 43,16.6 43,12.4 C 43,8.2 39.6,4.8 35.4,4.8 C 31.2,4.8 27.8,8.2 27.8,12.4 L 27.8,12.4 z M 31,12.4 C 31,9.9 33,8 35.4,8 C 37.9,8 39.8,10 39.8,12.4 C 39.8,14.8 37.8,16.8 35.4,16.8 C 33,16.8 31,14.8 31,12.4 z" + id="path17" /> + <path + style="fill:#ffffff" + d="M 9.2,24 C 9.2,32.2 15.9,38.9 24.1,38.9 C 32.3,38.9 38.9,32.2 38.9,24 C 38.9,15.8 32.2,9.1 24,9.1 C 15.8,9.1 9.2,15.8 9.2,24 z M 16.9,24 C 16.9,20 20.1,16.8 24.1,16.8 C 28.1,16.8 31.3,20 31.3,24 C 31.3,28 28.1,31.2 24.1,31.2 C 20.1,31.2 16.9,28 16.9,24 z" + id="path19" /> + <path + d="M 9.2,31.2 L 18.7,25.9 C 19.7,27.7 20.5,28.5 22.1,29.3 L 17.5,39 C 14.4,37.8 10.4,33.9 9.2,31.2 z" + id="path21" /> + <path + d="M 31.5,39 L 26,29.4 C 27.9,28.4 28.7,27.6 29.5,25.9 L 39.6,30.6 C 38.3,33.7 34.3,37.9 31.6,39.1 L 31.5,39 z" + id="path23" /> + <path + d="M 38.9,16.8 L 29.5,22.2 C 28.6,20.3 27.7,19.6 26.1,18.8 L 30.7,8.9 C 33.7,10.1 37.7,14.1 38.9,16.8 L 38.9,16.8 z" + id="path25" /> + <path + d="M 16.6,9 L 22.1,18.4 C 20.2,19.4 19.4,20.2 18.6,21.8 L 8.6,17.3 C 9.9,14.2 13.9,10.2 16.6,9 z" + id="path27" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path30" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/help-faq.svg b/icon-themes/HighContrast-SVG/scalable/actions/help-faq.svg new file mode 100644 index 00000000..69873bb3 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/help-faq.svg @@ -0,0 +1,133 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1900" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="help-faq.svg"> + <defs + id="defs1902" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.25" + inkscape:cx="24" + inkscape:cy="29.245902" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata1905"> + <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>FAQ</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>help</rdf:li> + <rdf:li>faq</rdf:li> + <rdf:li>question</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A comic-strip bubble with a ? inside</dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:nodetypes="cccc" + id="path4571" + d="M 23.484375,44 C 19.344441,41.721176 18.475841,39.775718 18.631916,35.47541 L 11.943391,35.409836 C 11.746669,38.338798 14.828637,43.693989 23.484375,44 z " + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + ry="2.8351648" + rx="2.8351648" + y="4" + x="4" + height="32" + width="39.934425" + id="rect3684" + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1908" + width="39.934425" + height="32" + x="4" + y="4" + rx="2.8351648" + ry="2.8351648" /> + <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 23.484375,44 C 19.344441,41.721176 18.606988,39.972439 18.763063,35.672131 L 11.943391,35.606557 C 11.746669,38.535519 14.828637,43.693989 23.484375,44 z " + id="path2797" + sodipodi:nodetypes="cccc" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1879" + width="32.065575" + height="24" + x="8" + y="8" + rx="1.4581137" + ry="1.9171301" /> + <text + xml:space="preserve" + style="font-size:28px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans Mono" + x="14.814453" + y="30.557377" + id="text2770" + sodipodi:linespacing="100%"><tspan + sodipodi:role="line" + id="tspan2772" + x="14.814453" + y="30.557377">?</tspan></text> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/insert-image.svg b/icon-themes/HighContrast-SVG/scalable/actions/insert-image.svg new file mode 100644 index 00000000..524947df --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/insert-image.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="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/mimetypes" + sodipodi:docname="insert-image.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + <defs + id="defs1309"> + <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="perspective12" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="10.291667" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="783" + inkscape:window-height="710" + inkscape:window-x="487" + inkscape:window-y="81" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + objecttolerance="11" + gridtolerance="16" + showborder="true" + borderlayer="false"> + <inkscape:grid + type="xygrid" + id="grid2497" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="" /> + <dc:title>Insert Image</dc:title> + <dc:date>December 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Vinicius Depizzol <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>image</rdf:li> + <rdf:li>picture</rdf:li> + <rdf:li>photo</rdf:li> + <rdf:li>insert</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="opacity:1;fill:#8e8e8e;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect2385" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <rect + ry="3" + rx="3" + y="4" + 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" /> + <path + transform="matrix(1,0,0,0.7657825,2.6250001,11.689799)" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + inkscape:randomized="0" + inkscape:rounded="0" + inkscape:flatsided="true" + sodipodi:arg2="-1.5707963" + sodipodi:arg1="-2.6179939" + sodipodi:r2="4.3528457" + sodipodi:r1="8.7056913" + sodipodi:cy="30.875" + sodipodi:cx="21.375" + sodipodi:sides="3" + id="path3165" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:13.71287532000000020;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="star" /> + <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="rect1315" + width="40" + height="34" + x="4" + y="4" + rx="3.3" + ry="3.3" /> + <rect + ry="1.5" + rx="1.5" + y="8" + x="8" + height="26" + width="32" + id="rect6622" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0620155,30.062016 L 13,19 C 14.643411,17.20155 15.790698,18.007752 17,19 L 25,28 C 28.093023,31.108527 23.992248,34.093023 22,31 L 15,23 L 5.4883721,34.945736" + id="path2188" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="ccccccc" + id="path3962" + d="M 19.828527,22.121775 L 30.068838,12.920224 C 31.712249,11.121774 32.859536,11.927976 34.068838,12.920224 L 41.882791,19.067511 C 44.975814,22.176038 40.875039,25.160534 38.882791,22.067511 L 32.068838,16.920224 L 20.882791,27.067511" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10.28465649;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3187" + sodipodi:sides="3" + sodipodi:cx="21.375" + sodipodi:cy="30.875" + sodipodi:r1="8.7056913" + sodipodi:r2="4.3528457" + sodipodi:arg1="-2.6179939" + sodipodi:arg2="-1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + transform="matrix(1,0,0,0.7657825,2.6250001,11.689799)" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.57095861;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3159" + sodipodi:sides="3" + sodipodi:cx="21.375" + sodipodi:cy="30.875" + sodipodi:r1="8.7056913" + sodipodi:r2="4.3528457" + sodipodi:arg1="-2.6179939" + sodipodi:arg2="-1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + transform="matrix(1,0,0,0.7657825,2.6250001,11.689799)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/insert-link.svg b/icon-themes/HighContrast-SVG/scalable/actions/insert-link.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/insert-link.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/actions/insert-object.svg b/icon-themes/HighContrast-SVG/scalable/actions/insert-object.svg new file mode 100644 index 00000000..ef70a419 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/insert-object.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="insert-object.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2385" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + id="g5"> + <path + style="stroke:#ffffff;stroke-width:6.81409979;stroke-linejoin:round" + d="M 39.6,17.9 C 38.3,17.9 37.1,19.1 36.4,20.8 C 35.4,21.3 33.9,20.9 33.5,19.8 L 33.5,12.6 L 33.3,12.6 L 14.7,12.6 L 14.5,12.6 L 14.5,19.9 C 14.1,21.1 12.7,21.5 11.7,21 C 11.1,19.1 9.8,17.9 8.4,17.9 C 6.3,17.9 4.6,20.7 4.6,24.1 C 4.6,27.5 6.3,30.3 8.4,30.3 C 9.7,30.3 10.9,29.1 11.6,27.4 C 12.6,26.9 14.1,27.3 14.5,28.4 L 14.5,35.6 L 14.7,35.6 L 33.4,35.6 L 33.6,35.6 L 33.6,28.3 C 34,27.1 35.4,26.7 36.4,27.2 C 37,29.1 38.3,30.3 39.7,30.3 C 41.8,30.3 43.5,27.5 43.5,24.1 C 43.5,20.7 41.8,17.9 39.7,17.9 L 39.6,17.9 z" + id="path7" /> + <path + style="stroke:none" + d="M 39.6,17.9 C 38.3,17.9 37.1,19.1 36.4,20.8 C 35.4,21.3 33.9,20.9 33.5,19.8 L 33.5,12.6 L 33.3,12.6 L 14.7,12.6 L 14.5,12.6 L 14.5,19.9 C 14.1,21.1 12.7,21.5 11.7,21 C 11.1,19.1 9.8,17.9 8.4,17.9 C 6.3,17.9 4.6,20.7 4.6,24.1 C 4.6,27.5 6.3,30.3 8.4,30.3 C 9.7,30.3 10.9,29.1 11.6,27.4 C 12.6,26.9 14.1,27.3 14.5,28.4 L 14.5,35.6 L 14.7,35.6 L 33.4,35.6 L 33.6,35.6 L 33.6,28.3 C 34,27.1 35.4,26.7 36.4,27.2 C 37,29.1 38.3,30.3 39.7,30.3 C 41.8,30.3 43.5,27.5 43.5,24.1 C 43.5,20.7 41.8,17.9 39.7,17.9 L 39.6,17.9 z" + id="path9" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path12" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/insert-text.svg b/icon-themes/HighContrast-SVG/scalable/actions/insert-text.svg new file mode 100644 index 00000000..a011ab9b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/insert-text.svg @@ -0,0 +1,178 @@ +<?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="svg3189" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docname="insert-text.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3191"> + <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="perspective16" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="21.125" + inkscape:cx="21.403613" + inkscape:cy="26.206388" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + gridtolerance="10" + inkscape:object-paths="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:bbox-paths="true" + showborder="true" + inkscape:window-width="1270" + inkscape:window-height="723" + inkscape:window-x="0" + inkscape:window-y="25"> + <inkscape:grid + type="xygrid" + id="grid2389" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata3194"> + <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>Insert Text</dc:title> + <dc:date>2008-12-30</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Vinicius Depizzol <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>text</rdf:li> + <rdf:li>insert</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="opacity:1;fill:#888a85;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3793" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <rect + ry="3" + rx="3" + y="4" + 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" /> + <path + transform="matrix(1,0,0,0.7657825,2.6250003,11.689799)" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + inkscape:randomized="0" + inkscape:rounded="0" + inkscape:flatsided="true" + sodipodi:arg2="-1.5707963" + sodipodi:arg1="-2.6179939" + sodipodi:r2="4.3528457" + sodipodi:r1="8.7056913" + sodipodi:cy="30.875" + sodipodi:cx="21.375" + sodipodi:sides="3" + id="path3165" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:13.71287537;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + sodipodi:type="star" /> + <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="rect1315" + width="40" + height="34" + x="4" + y="4" + rx="3.3" + ry="3.3" /> + <rect + ry="1.5" + rx="1.5" + y="8" + x="8" + height="26" + width="32" + id="rect6622" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:10.28465652;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3187" + sodipodi:sides="3" + sodipodi:cx="21.375" + sodipodi:cy="30.875" + sodipodi:r1="8.7056913" + sodipodi:r2="4.3528457" + sodipodi:arg1="-2.6179939" + sodipodi:arg2="-1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + transform="matrix(1,0,0,0.7657825,2.6250003,11.689799)" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4.57095861;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path3159" + sodipodi:sides="3" + sodipodi:cx="21.375" + sodipodi:cy="30.875" + sodipodi:r1="8.7056913" + sodipodi:r2="4.3528457" + sodipodi:arg1="-2.6179939" + sodipodi:arg2="-1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 13.83565,26.522154 L 28.91435,26.522154 L 21.375,39.580691 L 13.83565,26.522154 z" + transform="matrix(1,0,0,0.7657825,2.6250003,11.689799)" /> + <path + style="fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 18.774625,26.500001 L 13.532834,26.500001 L 20.521889,11.500001 L 27.510946,11.500001 L 34.5,26.500001 L 29.25821,26.500001 L 27.510946,22.625 L 20.521889,22.57143 L 18.774625,26.500001 z M 27.15625,20.44643 C 27.15625,20.44643 24.948292,15.035716 24.598839,14.178572 L 23.433995,14.178572 C 23.142786,15.089287 21.019536,20.44643 21.019536,20.44643 L 27.15625,20.44643 z" + id="path19" + sodipodi:nodetypes="cccccccccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/list-add.svg b/icon-themes/HighContrast-SVG/scalable/actions/list-add.svg new file mode 100644 index 00000000..ae41ba81 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/list-add.svg @@ -0,0 +1,71 @@ +<?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.42" + sodipodi:docname="list-add.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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" /></cc:Work></rdf:RDF></metadata><defs + id="defs17" /><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" + showguides="true" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <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="rect3315" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000" + transform="translate(0.000000,-2.000000)"> + <g + style="stroke:none" + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 42.000000,21.000000 L 29.000000,21.000000 L 29.000000,8.0000000 L 19.000000,8.0000000 L 19.000000,21.000000 L 6.0000000,21.000000 L 6.0000000,31.000000 L 19.000000,31.000000 L 19.000000,44.000000 L 29.000000,44.000000 L 29.000000,31.000000 L 42.000000,31.000000 L 42.000000,21.000000 z " + id="path7" + sodipodi:nodetypes="ccccccccccccc" /> + <path + d="M 29.000000,44.000000 L 19.000000,44.000000 L 19.000000,8.0000000 L 29.000000,8.0000000 L 29.000000,44.000000 z " + id="path9" + sodipodi:nodetypes="ccccc" /> + <path + d="M 6.0000000,31.000000 L 6.0000000,21.000000 L 42.000000,21.000000 L 42.000000,31.000000 L 6.0000000,31.000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /> + </g> + </g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/list-remove.svg b/icon-themes/HighContrast-SVG/scalable/actions/list-remove.svg new file mode 100644 index 00000000..5119624e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/list-remove.svg @@ -0,0 +1,68 @@ +<?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.42" + sodipodi:docname="list-remove.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions"><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" /></cc:Work></rdf:RDF></metadata><defs + id="defs17" /><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" + showguides="true" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2" /> + <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="rect3315" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /><g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4.0000000" + transform="translate(0.000000,-2.000000)"> + <g + style="stroke:none" + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:8.0000000;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 42.000000,21.000000 L 6.0000000,21.000000 L 6.0000000,31.000000 L 42.000000,31.000000 L 42.000000,21.000000 z " + id="path7" + sodipodi:nodetypes="ccccc" /> + + <path + d="M 6.0000000,31.000000 L 6.0000000,21.000000 L 42.000000,21.000000 L 42.000000,31.000000 L 6.0000000,31.000000 z " + id="path11" + sodipodi:nodetypes="ccccc" /> + </g> + </g> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-forward.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-forward.svg new file mode 100644 index 00000000..2beb1d91 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-forward.svg @@ -0,0 +1,126 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg4932" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="mail-forward.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4934" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata4937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Mail Forward</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://www.gnome.org/</dc:source> + <dc:rights> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:rights> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>email</rdf:li> + <rdf:li>forward</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:contributor> + <cc:Agent> + <dc:title>Luca Ferretti: flipped mail-reply-sender :-)</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 43,22.97151 L 24.052697,6.0902282 L 24.024049,17.090228 C 12.909319,17.157811 10.942559,13.039736 10.938426,10.090314 L 4,9.977791 C 4,18.532886 11.078532,30.885724 24.024049,31.034772 L 24.024049,41.004442 L 43,22.97151 z " + id="rect4942" + sodipodi:nodetypes="cccccccc" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7865" + width="3" + height="3" + x="21" + y="-19.039213" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9805" + width="3" + height="3" + x="21" + y="-32.039215" + transform="scale(1,-1)" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2170" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-important.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-important.svg new file mode 100644 index 00000000..a85b2120 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-important.svg @@ -0,0 +1,119 @@ +<?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="svg10115" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="mail-mark-important.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs10117" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata10120"> + <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>Important</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem important</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10123" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="22" + sodipodi:ry="21.992188" + d="M 46 24 A 22 21.992188 0 1 1 2,24 A 22 21.992188 0 1 1 46 24 z" /> + <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="path10998" + 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:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path11873" + sodipodi:cx="24" + sodipodi:cy="36" + sodipodi:rx="3" + sodipodi:ry="3" + d="M 27 36 A 3 3 0 1 1 21,36 A 3 3 0 1 1 27 36 z" + transform="translate(0,-2)" /> + <path + transform="translate(-0.46875,0)" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 28.46875,15 C 28.46875,19 26.46875,30 24.46875,30 C 22.46875,30 20.46875,19 20.46875,15 C 20.46875,10.032 23.46875,10 24.46875,10 C 25.46875,10 28.46875,10.032 28.46875,15 z " + id="path12748" + sodipodi:nodetypes="csssc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-junk.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-junk.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-junk.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/actions/mail-mark-notjunk.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-notjunk.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-notjunk.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/actions/mail-mark-read.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-read.svg new file mode 100644 index 00000000..5b73a7e1 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-read.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="mail-mark-read.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.145833" + inkscape:cx="24" + inkscape:cy="26.574966" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata1312"> + <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>Email read</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>read email</rdf:li> + <rdf:li>read message</rdf:li> + <rdf:li>open email</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:description>An open envelope</dc:description> + </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:nodetypes="ccccccccccc" + id="path1875" + d="M 6.8503124,14 L 21.004249,4.888583 C 22.979408,3.6341125 24.16227,3.8321869 26.137429,4.888583 L 41.017638,14 C 42.207108,15.087542 43,15.768367 43,17.964949 L 43,40.035051 C 43,42.231633 41.203008,44 38.97087,44 L 9.0291295,44 C 6.7969918,44 5,42.231633 5,40.035051 L 5,17.964949 C 5,15.768367 6.0046946,14.924347 6.8503124,14 z " + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 6.8503124,14 L 21.004249,4.888583 C 22.913383,3.3700135 24.16227,3.4360383 26.137429,4.888583 L 41.017638,14 C 42.207108,15.087542 43,15.768367 43,17.964949 L 43,40.035051 C 43,42.231633 41.203008,44 38.97087,44 L 9.0291295,44 C 6.7969918,44 5,42.231633 5,40.035051 L 5,17.964949 C 5,15.768367 6.0046946,14.924347 6.8503124,14 z " + id="rect2248" + sodipodi:nodetypes="ccccccccccc" /> + <path + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 9,18 L 23.471802,7.9642363 L 39,18 L 39,40 L 9,40 L 9,18 z " + id="rect3123" + sodipodi:nodetypes="cccccc" /> + <path + sodipodi:nodetypes="cccc" + id="path1876" + d="M 8,18.174564 L 22,32 C 23.025769,32.868777 23.884336,32.940976 24.897756,32 L 40.077307,17.820449" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:2.5;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/actions/mail-mark-unread.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-unread.svg new file mode 100644 index 00000000..e465f407 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-mark-unread.svg @@ -0,0 +1,114 @@ +<?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" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="mail-mark-unread.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="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" /> + <dc:title>Email unread</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>unread email message</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="3.9649484" + rx="3.9631047" + y="9" + x="5" + height="30" + width="38" + id="rect4006" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;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="rect2248" + width="38" + height="30" + x="5" + y="9" + rx="4.0291295" + ry="3.9649487" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3123" + width="30" + height="22" + x="9" + y="13" + rx="0" + ry="0" /> + <path + style="fill:none;fill-opacity:0.75;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 8,13.174564 L 22,27 C 23.124807,28.198901 23.884336,28.18857 25.046312,27.033012 L 40.077307,12.820449" + id="path4000" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-message-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-message-new.svg new file mode 100644 index 00000000..e707b610 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-message-new.svg @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="mail-message-new.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24.296296" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="919" + inkscape:window-x="0" + inkscape:window-y="47" /> + <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" /> + <dc:title>New emal</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>new email message</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:description>A mail, the side with stamp and address</dc:description> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="3.9649484" + rx="3.9631047" + y="9" + x="5" + height="30" + width="38" + id="rect4006" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;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="rect2248" + width="38" + height="30" + x="5" + y="9" + rx="4.0291295" + ry="3.9649487" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3123" + width="30" + height="22" + x="9" + y="13" + rx="0" + ry="0" /> + <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="rect2164" + width="5.9506173" + height="7.1769547" + x="30" + y="16" + ry="1.5802469" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 13.25,24.75 L 25.25,24.75" + id="path3052" /> + <path + id="path3939" + d="M 13.25,29.75 L 34.073045,29.75" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg new file mode 100644 index 00000000..be519b03 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-all.svg @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg4932" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="mail-reply-all.svg" + sodipodi:docbase="/home/luca/Scrivania/hc" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4934"> + <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="perspective11" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="12.708333" + inkscape:cx="22.622951" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1150" + inkscape:window-height="817" + inkscape:window-x="80" + inkscape:window-y="58" + showguides="true" + inkscape:guide-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid2384" + visible="true" + enabled="true" /> + <sodipodi:guide + orientation="0,1" + position="47.685246,24.078689" + id="guide3158" /> + </sodipodi:namedview> + <metadata + id="metadata4937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Mail Reply All</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Kevin Kubasik</dc:title> + </cc:Agent> + </dc:creator> + <dc:source></dc:source> + <dc:rights> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:rights> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>email</rdf:li> + <rdf:li>sender</rdf:li> + <rdf:li>reply to</rdf:li> + <rdf:li>reply to sender</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="" /> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson, Luca Ferretti</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="foo" /> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:1;stroke:none;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2386" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + sodipodi:nodetypes="ccccccccccc" + id="path3164" + d="M 11.792261,26.10241 C 10.784144,25.086398 10.784144,23.054374 11.792261,22.038362 L 21.873448,7.8141937 C 22.881566,5.7821699 27.92216,4.7661577 27.92216,8.8302058 L 27.92216,17.974313 C 38.762522,18.012195 39.01495,13.761333 39.011466,10.86223 L 45.060176,10.86223 C 45.081978,19.271342 40.547536,29.9867 27.92216,30.166458 L 27.92216,39.310566 C 27.92216,43.374614 22.881566,42.358602 21.873448,40.326578 L 11.792261,26.10241 z" + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:6.07234573;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:6.13661909;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 3.8449037,26.020471 C 2.8094447,25.010237 2.8094447,22.989763 3.8449037,21.979529 L 14.199494,7.8362226 C 15.234954,5.8157504 20.412248,4.8055143 20.412248,8.8464587 L 20.412248,39.153542 C 20.412248,43.194486 15.234954,42.184249 14.199494,40.163777 L 3.8449037,26.020471 z" + id="path3162" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="ccccccc" + id="path3160" + d="M 4,26 C 3,25 3,23 4,22 L 14,8 C 15,6 20,5 20,9 L 20,39 C 20,43 15,42 14,40 L 4,26 z" + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 12,26 C 11,25 11,23 12,22 L 22,8 C 23,6 28,5 28,9 L 28,18 C 38.753064,18.037284 39.003458,13.853415 39,11 L 45,11 C 45.021627,19.276587 40.523702,29.823077 28,30 L 28,39 C 28,43 23,42 22,40 L 12,26 z" + id="rect4942" + sodipodi:nodetypes="ccccccccccc" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7865" + width="3" + height="3" + x="-103.625" + y="-21.539213" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9805" + width="3" + height="3" + x="-103.625" + y="-34.539215" + transform="scale(1,-1)" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2170" + width="48" + height="48" + x="-124.625" + y="2.5" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-sender.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-sender.svg new file mode 100644 index 00000000..1b08e529 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-reply-sender.svg @@ -0,0 +1,123 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg4932" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docname="mail-reply-sender.svg" + sodipodi:docbase="/home/luca/Scrivania/hc" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4934" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="8" + inkscape:cx="32.933637" + inkscape:cy="23.698123" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="986" + inkscape:window-height="714" + inkscape:window-x="286" + inkscape:window-y="246" /> + <metadata + id="metadata4937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Mail Reply Sender</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://www.gnome.org/</dc:source> + <dc:rights> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:rights> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>email</rdf:li> + <rdf:li>sender</rdf:li> + <rdf:li>reply to</rdf:li> + <rdf:li>reply to sender</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 4,22.97151 L 22.947303,6.0902282 L 22.975951,17.090228 C 34.090681,17.157811 36.057441,13.039736 36.061574,10.090314 L 43,9.977791 C 43,18.532886 35.921468,30.885724 22.975951,31.034772 L 22.975951,41.004442 L 4,22.97151 z " + id="rect4942" + sodipodi:nodetypes="cccccccc" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect7865" + width="3" + height="3" + x="21" + y="-19.039213" + transform="scale(1,-1)" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect9805" + width="3" + height="3" + x="21" + y="-32.039215" + transform="scale(1,-1)" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2170" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/mail-send-receive.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-send-receive.svg new file mode 100644 index 00000000..3096c77b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-send-receive.svg @@ -0,0 +1,119 @@ +<?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="mail-send.receive.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective10" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.333333" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:snap-bbox="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="795" + inkscape:window-height="750" + inkscape:window-x="451" + inkscape:window-y="31"> + <inkscape:grid + type="xygrid" + id="grid2383" + visible="true" + enabled="true" /> + <sodipodi:guide + orientation="1,0" + position="-2.4705882,27.352941" + id="guide3161" /> + </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>Mail Send Receive</dc:title> + <dc:date>December 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>send</rdf:li> + <rdf:li>receive</rdf:li> + <rdf:li>syncronize</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Two arrows, one pointing up, one pointing down</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:0.52479339000000003;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3165" + width="48" + height="48" + x="0" + y="0" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 42.5,30.5 L 31.5,42.5 L 20.5,30.5 L 27.5,30.5 L 27.5,15.5 L 36.5,15.5 L 36.5,30.5 L 42.5,30.5 z" + id="path3169" /> + <path + id="path3167" + d="M 5.5,17.5 L 16.5,5.5 L 27.5,17.5 L 20.5,17.5 L 20.5,32.5 L 11.5,32.5 L 11.5,17.5 L 5.5,17.5 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" /> + <path + style="fill:none;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 5.5,17.5 L 16.5,5.5 L 27.5,17.5 L 20.5,17.5 L 20.5,32.5 L 11.5,32.5 L 11.5,17.5 L 5.5,17.5 z" + id="path2387" /> + <path + id="path3159" + d="M 42.5,30.5 L 31.5,42.5 L 20.5,30.5 L 27.5,30.5 L 27.5,15.5 L 36.5,15.5 L 36.5,30.5 L 42.5,30.5 z" + style="fill:none;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/actions/mail-send.svg b/icon-themes/HighContrast-SVG/scalable/actions/mail-send.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/mail-send.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/actions/media-eject.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-eject.svg new file mode 100644 index 00000000..2d299b21 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-eject.svg @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-eject.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Media Eject</dc:title> + <dc:date>Janaury 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + <dc:subject> + <rdf:Bag> + <rdf:li>eject</rdf:li> + <rdf:li>tray open</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" + d="M 4,20 L 21,4 C 23,3 25,3 27,4 L 44,20 C 45.001112,20.899412 45.003335,24.100588 42,25 L 6,25 C 3,24 3,21 4,20 z " + id="rect7702" + sodipodi:nodetypes="ccccccc" /> + <rect + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect8578" + width="14" + height="42" + x="30" + y="3" + rx="4.2500458" + ry="4.4460835" + transform="matrix(0,1,1,0,0,0)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-playback-pause.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-pause.svg new file mode 100644 index 00000000..0b637285 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-pause.svg @@ -0,0 +1,140 @@ +<?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="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-playback-pause.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.805901" + inkscape:cx="30" + inkscape:cy="18.606428" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px"> + <sodipodi:guide + orientation="horizontal" + position="58.275941" + id="guide8580" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Media Pause</dc:title> + <dc:date>January 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + <dc:subject> + <rdf:Bag> + <rdf:li>pause</rdf:li> + <rdf:li>multimedia</rdf:li> + <rdf:li>audio</rdf:li> + <rdf:li>video</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <rect + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect8578" + width="19" + height="40" + x="-23" + y="4" + rx="3.4911091" + ry="3.6521399" + transform="scale(-1,1)" /> + <use + x="0" + y="0" + xlink:href="#rect8578" + id="use3134" + transform="matrix(-1,0,0,1,48,0)" + width="48" + height="48" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-playback-start.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-start.svg new file mode 100644 index 00000000..d96d2025 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-start.svg @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="media-playback-start.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.1875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="902" + inkscape:window-height="531" + inkscape:window-x="5" + inkscape:window-y="51" /> + <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"> + <g + id="g6359" + transform="matrix(0.000000,1.000000,-1.000000,0.000000,47.00000,0.000000)"> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + id="path5631" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path4903" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-playback-stop.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-stop.svg new file mode 100644 index 00000000..87ac8ac0 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-playback-stop.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-playback-stop.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.805901" + inkscape:cx="30" + inkscape:cy="21.994564" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Stop Playback</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>stop playback multimedia audio video</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:date>January 2008</dc:date> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + </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 + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2163" + width="38" + height="38" + x="5" + y="5" + rx="6.4137015" + ry="6.3199348" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-record.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-record.svg new file mode 100644 index 00000000..7d384cbd --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-record.svg @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-record.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px"> + <sodipodi:guide + orientation="vertical" + position="8.7244504" + id="guide4180" /> + <sodipodi:guide + orientation="horizontal" + position="58.275941" + id="guide8580" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Media Record</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>record multimedia audio video</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:date>January 2008</dc:date> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + </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 + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path12085" + sodipodi:cx="22" + sodipodi:cy="22" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 42 22 A 20 20 0 1 1 2,22 A 20 20 0 1 1 42 22 z" + transform="translate(2,2)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-seek-backward.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-seek-backward.svg new file mode 100644 index 00000000..d46be26b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-seek-backward.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="media-seek-backward.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="27" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect7126" + width="48.000000" + height="48.000000" + x="-48.000000" + y="0.0000000" + rx="0.0000000" + ry="0.0000000" + transform="scale(-1.000000,1.000000)" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 25.000000,7.0000000 L 25.000000,41.000000 L 6.0000000,24.000000 L 25.000000,7.0000000 z " + id="path6392" + sodipodi:nodetypes="cccc" /> + <g + id="g6359" + transform="matrix(0.000000,1.000000,1.000000,0.000000,8.000000,0.000000)"> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + id="path5631" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path4903" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> + <path + sodipodi:nodetypes="cccc" + id="path6394" + d="M 25.000000,7.0000000 L 25.000000,41.000000 L 6.0000000,24.000000 L 25.000000,7.0000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 23.000000,12.000000 L 23.000000,36.000000 L 8.4960630,24.000000 L 23.000000,12.000000 z " + id="path6398" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-seek-forward.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-seek-forward.svg new file mode 100644 index 00000000..85fcf0ec --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-seek-forward.svg @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/actions" + sodipodi:docname="media-seek-forward.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="27" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect7126" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + rx="0.0000000" + ry="0.0000000" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 23.000000,7.0000000 L 23.000000,41.000000 L 42.000000,24.000000 L 23.000000,7.0000000 z " + id="path6392" + sodipodi:nodetypes="cccc" /> + <g + id="g6359" + transform="matrix(0.000000,1.000000,-1.000000,0.000000,40.00000,0.000000)"> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + id="path5631" + sodipodi:nodetypes="cccc" /> + <path + sodipodi:nodetypes="cccc" + id="path4903" + d="M 7.0000000,33.000000 L 41.000000,33.000000 L 24.000000,14.000000 L 7.0000000,33.000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> + <path + sodipodi:nodetypes="cccc" + id="path6394" + d="M 23.000000,7.0000000 L 23.000000,41.000000 L 42.000000,24.000000 L 23.000000,7.0000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 25.000000,12.000000 L 25.000000,36.000000 L 39.503937,24.000000 L 25.000000,12.000000 z " + id="path6398" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-skip-backward.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-skip-backward.svg new file mode 100644 index 00000000..67bd2e0b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-skip-backward.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: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.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-skip-backward.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.805901" + inkscape:cx="30" + inkscape:cy="21.994564" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px"> + <sodipodi:guide + orientation="horizontal" + position="58.275941" + id="guide8580" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Media Skip Backward</dc:title> + <dc:date>January 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + <dc:subject> + <rdf:Bag> + <rdf:li>skip</rdf:li> + <rdf:li>backward. audio</rdf:li> + <rdf:li>video</rdf:li> + <rdf:li>multimedia</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <rect + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect8578" + width="14" + height="42" + x="5" + y="-45" + rx="4.2500458" + ry="4.4460835" + transform="scale(1,-1)" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 39,44 L 23,27.000001 C 22,25.000001 22,23.000001 23,21.000001 L 39,4 C 39.899412,2.998888 43.100588,2.996665 44,6 L 44,42 C 43,45 40,45 39,44 z " + id="rect7702" + sodipodi:nodetypes="ccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/media-skip-forward.svg b/icon-themes/HighContrast-SVG/scalable/actions/media-skip-forward.svg new file mode 100644 index 00000000..97f8fa89 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/media-skip-forward.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: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.45.1" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="media-skip-forward.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.805901" + inkscape:cx="30" + inkscape:cy="21.994564" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1px" + gridspacingx="1px" + gridoriginy="0.0000000pt" + gridoriginx="0.0000000pt" + gridtolerance="1.0000000pt" + guidetolerance="1.0000000pt" + inkscape:guide-points="true" + inkscape:window-width="1280" + inkscape:window-height="947" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" + width="48px" + height="48px" + gridanglex="37.5px" + gridanglez="37.5px" + grid_units="px"> + <sodipodi:guide + orientation="horizontal" + position="58.275941" + id="guide8580" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Media Skip Forward</dc:title> + <dc:date>January 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:publisher> + <cc:Agent> + <dc:title>http://www.gnome.org</dc:title> + </cc:Agent> + </dc:publisher> + <dc:subject> + <rdf:Bag> + <rdf:li>skip</rdf:li> + <rdf:li>forward</rdf:li> + <rdf:li>audio</rdf:li> + <rdf:li>video</rdf:li> + <rdf:li>multimedia</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:9.375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:none" + id="rect1306" + width="48" + height="48" + x="0" + y="0" + sodipodi:insensitive="true" /> + <rect + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect8578" + width="14" + height="42" + x="-44" + y="-45" + rx="4.2500458" + ry="4.4460835" + transform="scale(-1,-1)" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10,44 L 26,27.000001 C 27,25.000001 27,23.000001 26,21.000001 L 10,4 C 9.100588,2.998888 5.899412,2.996665 5,6 L 5,42 C 6,45 9,45 10,44 z " + id="rect7702" + sodipodi:nodetypes="ccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg b/icon-themes/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg new file mode 100644 index 00000000..7864c0b7 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg @@ -0,0 +1,119 @@ +<?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" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" + width="48px" + height="48px" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="object-flip-horizontal.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + stroke="#c4a000" + fill="#edd400" + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.645833" + inkscape:cx="24" + inkscape:cy="22.675411" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="891" + inkscape:window-height="932" + inkscape:window-x="27" + inkscape:window-y="33" + inkscape:grid-points="true" + showborder="true" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Flip horizontal</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>object flip horizontal</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:nodetypes="ccccccccccc" + id="path3969" + d="M 44,24 L 31,10 C 31,10 31,19 31,19 L 17,19 C 17,19 17,10 17,10 L 4,24 L 17,38 L 17,29 L 31,29 L 31,38 L 44,24 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.56160458;visibility:visible;display:block;overflow:visible" + d="M 44,24 L 31,10 C 31,10 31,19 31,19 L 17,19 C 17,19 17,10 17,10 L 4,24 L 17,38 L 17,29 L 31,29 L 31,38 L 44,24 z " + id="path1348" + sodipodi:nodetypes="ccccccccccc" /> + <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="rect3089" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <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="rect3091" + width="0" + height="0" + x="47.999996" + y="0" + rx="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/object-flip-vertical.svg b/icon-themes/HighContrast-SVG/scalable/actions/object-flip-vertical.svg new file mode 100644 index 00000000..5d20c91f --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/object-flip-vertical.svg @@ -0,0 +1,119 @@ +<?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" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" + width="48px" + height="48px" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="object-flip-vertical.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + stroke="#c4a000" + fill="#edd400" + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.645833" + inkscape:cx="24" + inkscape:cy="22.675411" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="891" + inkscape:window-height="932" + inkscape:window-x="27" + inkscape:window-y="33" + inkscape:grid-points="true" + showborder="true" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Flip vertical</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>object flip vertical</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:nodetypes="ccccccccccc" + id="path3969" + d="M 24,4 L 10,17 C 10,17 19,17 19,17 L 19,31 C 19,31 10,31 10,31 L 24,44 L 38,31 L 29,31 L 29,17 L 38,17 L 24,4 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.56160458;visibility:visible;display:block;overflow:visible" + d="M 24,4 L 10,17 C 10,17 19,17 19,17 L 19,31 C 19,31 10,31 10,31 L 24,44 L 38,31 L 29,31 L 29,17 L 38,17 L 24,4 z " + id="path1348" + sodipodi:nodetypes="ccccccccccc" /> + <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="rect3089" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <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="rect3091" + width="0" + height="0" + x="47.999996" + y="0" + rx="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-left.svg b/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-left.svg new file mode 100644 index 00000000..f47c4f6a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-left.svg @@ -0,0 +1,119 @@ +<?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" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" + width="48px" + height="48px" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="object-rotate-left.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + stroke="#c4a000" + fill="#edd400" + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.645833" + inkscape:cx="24" + inkscape:cy="24.134221" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="891" + inkscape:window-height="932" + inkscape:window-x="27" + inkscape:window-y="33" + inkscape:grid-points="true" + showborder="true" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:title>Rotate left</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>object rotate left</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" + d="M 41,4 C 17.950895,4 15,8.4929237 15,29 L 7,29 L 20,44 L 34,29 C 34,29 25,29 25,29 C 25,16.433925 27.453515,13 41,13 L 41,4 z " + id="path3066" + sodipodi:nodetypes="cccccccc" /> + <path + sodipodi:nodetypes="cccccccc" + id="path1348" + d="M 41,4 C 17.950895,4 15,8.4929237 15,29 L 7,29 L 20,44 L 34,29 C 34,29 25,29 25,29 C 25,16.433925 27.453515,13 41,13 L 41,4 z " + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.56160458;visibility:visible;display:block;overflow:visible" /> + <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="rect3089" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <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="rect3091" + width="0" + height="0" + x="47.999996" + y="0" + rx="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-right.svg b/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-right.svg new file mode 100644 index 00000000..5e59321e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/object-rotate-right.svg @@ -0,0 +1,119 @@ +<?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" + inkscape:export-ydpi="90.000000" + inkscape:export-xdpi="90.000000" + inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png" + width="48px" + height="48px" + id="svg11300" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="object-rotate-right.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + stroke="#c4a000" + fill="#edd400" + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.645833" + inkscape:cx="24" + inkscape:cy="24.134221" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:showpageshadow="true" + inkscape:window-width="891" + inkscape:window-height="932" + inkscape:window-x="27" + inkscape:window-y="33" + inkscape:grid-points="true" + showborder="true" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Rotate right</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>object rotate right</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" + d="M 7,4 C 30.049105,4 33,8.4929237 33,29 L 41,29 L 28,44 L 14,29 C 14,29 23,29 23,29 C 23,16.433925 20.546485,13 7,13 L 7,4 z " + id="path3066" + sodipodi:nodetypes="cccccccc" /> + <path + sodipodi:nodetypes="cccccccc" + id="path1348" + d="M 7,4 C 30.049105,4 33,8.4929237 33,29 L 41,29 L 28,44 L 14,29 C 14,29 23,29 23,29 C 23,16.433925 20.546485,13 7,13 L 7,4 z " + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.56160458;visibility:visible;display:block;overflow:visible" /> + <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="rect3089" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <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="rect3091" + width="0" + height="0" + x="47.999996" + y="0" + rx="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/process-stop.svg b/icon-themes/HighContrast-SVG/scalable/actions/process-stop.svg new file mode 100644 index 00000000..256411ba --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/process-stop.svg @@ -0,0 +1,68 @@ +<?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="svg1376" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docname="process-stop.svg" + sodipodi:docbase="/home/betatester/Desktop"><metadata + id="metadata1395"><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="defs1393" /><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" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:grid-points="true" + inkscape:zoom="15.895833" + inkscape:cx="24.000000" + inkscape:cy="23.220550" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg1376" /> + + <rect + style="fill:none;fill-opacity:0.30081302;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect2855" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> +<g + id="g5043"><path + transform="translate(-2.886580e-15,1.000000)" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 16.000000,5.0000000 L 32.000000,5.0000000 L 42.000000,15.000000 L 42.000000,31.000000 L 32.000000,41.000000 L 16.000000,41.000000 L 6.0000000,31.000000 L 6.0000000,15.000000 L 16.000000,5.0000000 z " + id="path3584" + sodipodi:nodetypes="ccccccccc" /><path + sodipodi:nodetypes="ccccccccc" + id="path2125" + d="M 16.000000,5.0000000 L 32.000000,5.0000000 L 42.000000,15.000000 L 42.000000,31.000000 L 32.000000,41.000000 L 16.000000,41.000000 L 6.0000000,31.000000 L 6.0000000,15.000000 L 16.000000,5.0000000 z " + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + transform="translate(-2.886580e-15,1.000000)" /><path + sodipodi:nodetypes="cc" + id="path4312" + d="M 15.500000,15.500000 L 32.500000,32.500000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /><path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 32.500000,15.500000 L 15.500000,32.500000" + id="path5040" + sodipodi:nodetypes="cc" /></g></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/system-lock-screen.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-lock-screen.svg new file mode 100644 index 00000000..7142511e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-lock-screen.svg @@ -0,0 +1,76 @@ +<?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="svg3465" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/emblems" + sodipodi:docname="emblem-readonly.svg"> + <defs + id="defs3467" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + 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="948" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3470"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4928" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + sodipodi:nodetypes="cccccccccccccsccsccccc" + inkscape:r_cy="true" + inkscape:r_cx="true" + id="path4200" + d="M 24.000000,4.0000000 C 17.000000,4.0000000 12.000000,8.1739046 12.000000,15.000000 L 12.000000,21.000000 L 10.000000,21.000000 C 8.0000000,21.000000 7.0000000,22.000000 7.0000000,24.000000 L 7.0000000,41.000000 C 7.0000000,41.980326 8.0000000,44.000000 10.000000,44.000000 L 39.384016,44.000000 C 41.000000,43.990546 42.000000,41.980324 42.000000,41.000000 L 42.000000,24.000000 C 42.000000,22.000000 41.000000,20.990546 39.000000,20.990546 L 37.000000,21.000000 L 37.000000,15.000000 C 37.000000,8.0000000 32.000000,4.0000000 25.000000,4.0000000 L 24.000000,4.0000000 z M 24.000000,9.0000000 L 25.000000,9.0000000 C 32.000000,9.0000000 32.000000,15.000000 32.000000,17.000000 L 32.000000,21.000000 L 17.000000,21.000000 L 17.000000,17.000000 C 17.000000,15.000000 17.000000,9.0000000 24.000000,9.0000000 z " + style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" /> + <path + style="opacity:1.0000000;color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" + d="M 24.000000,4.0000000 C 17.000000,4.0000000 12.000000,8.1739046 12.000000,15.000000 L 12.000000,21.000000 L 10.000000,21.000000 C 8.0000000,21.000000 7.0000000,22.000000 7.0000000,24.000000 L 7.0000000,41.000000 C 7.0000000,41.980326 8.0000000,44.000000 10.000000,44.000000 L 39.384016,44.000000 C 41.000000,43.990546 42.000000,41.980324 42.000000,41.000000 L 42.000000,24.000000 C 42.000000,22.000000 41.000000,20.990546 39.000000,20.990546 L 37.000000,21.000000 L 37.000000,15.000000 C 37.000000,8.0000000 32.000000,4.0000000 25.000000,4.0000000 L 24.000000,4.0000000 z M 24.000000,9.0000000 L 25.000000,9.0000000 C 32.000000,9.0000000 32.000000,15.000000 32.000000,17.000000 L 32.000000,21.000000 L 17.000000,21.000000 L 17.000000,17.000000 C 17.000000,15.000000 17.000000,9.0000000 24.000000,9.0000000 z " + id="path2086" + inkscape:r_cx="true" + inkscape:r_cy="true" + sodipodi:nodetypes="cccccccccccccsccsccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/system-log-out.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-log-out.svg new file mode 100644 index 00000000..c099f9a3 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-log-out.svg @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/luca" + sodipodi:docname="exit.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.854167" + 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="1268" + inkscape:window-height="947" + inkscape:window-x="6" + inkscape:window-y="46" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.51351351;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.46332046" + id="rect3065" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + sodipodi:nodetypes="cccccc" + id="path10953" + d="M 39,12 L 39,7 L 7,7 L 7,41 L 39,41 L 39,36" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <g + transform="translate(0,0.513798)" + id="g6569" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 22,23 L 40,23 L 31,16" + id="path6571" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 40,23 L 31,31" + id="path6573" + sodipodi:nodetypes="cc" /> + </g> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 39,12 L 39,7 L 7,7 L 7,41 L 39,41 L 39,36" + id="path1315" + sodipodi:nodetypes="cccccc" /> + <g + id="g6565" + transform="translate(-4.541393,1.009198)"> + <g + id="g7457" + transform="translate(4.541393,-0.504599)"> + <path + style="fill:none;fill-opacity:0.75;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 22,23 L 40,23 L 31,16" + id="path4815" /> + <path + style="fill:none;fill-opacity:0.75;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 40,23 L 31,31" + id="path4817" + sodipodi:nodetypes="cc" /> + </g> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/system-reboot.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-reboot.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-reboot.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/actions/system-run.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-run.svg new file mode 100644 index 00000000..af7ee7d1 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-run.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="system-run.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2385" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + id="g5"> + <path + style="fill:none;stroke:#ffffff;stroke-width:7.45779991;stroke-linejoin:round" + 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="stroke:none" + 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" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path12" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/system-search.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-search.svg new file mode 100644 index 00000000..b9c9a4ed --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-search.svg @@ -0,0 +1,157 @@ +<?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" + inkscape:export-ydpi="240.00000" + inkscape:export-xdpi="240.00000" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" + sodipodi:docname="search-base.svg" + sodipodi:docbase="/home/luca/Desktop" + inkscape:version="0.43" + sodipodi:version="0.32" + id="svg249" + height="48.000000px" + width="48.000000px"> + <defs + id="defs3" /> + <sodipodi:namedview + inkscape:window-y="45" + inkscape:window-x="102" + inkscape:window-height="872" + inkscape:window-width="929" + inkscape:document-units="px" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:current-layer="layer5" + inkscape:cy="23.999999" + inkscape:cx="23.999999" + inkscape:zoom="14.333333" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1" + bordercolor="#666666" + pagecolor="#b6b6b6" + id="base" + inkscape:showpageshadow="true" + showborder="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + fill="#729fcf" + stroke="#2e3436"> + <sodipodi:guide + orientation="horizontal" + position="28" + id="guide1415" /> + <sodipodi:guide + orientation="vertical" + position="19" + id="guide1417" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Zoom</dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <dc:date /> + </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 + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Text" + style="display:inline"> + <rect + style="fill:none;fill-opacity:0.27027026;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3244" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 40 20 A 20 20 0 1 1 0,20 A 20 20 0 1 1 40 20 z" + transform="matrix(-1,0,0,1,48.01255,0)" /> + <path + sodipodi:nodetypes="cczzzcc" + id="path2682" + d="M 18.512551,29.5 L 16.512551,36 L 9.5125512,43.5 C 9.0300792,44.016934 6.7803182,44.767767 5.0125512,43 C 3.5125512,41.5 3.9792182,38.997777 4.5125512,38.5 L 12.012551,31.5 L 18.512551,29.5 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <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="path4119" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 36 20 A 16 16 0 1 1 4,20 A 16 16 0 1 1 36 20 z" + transform="matrix(-1,0,0,1,48.01255,0)" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4994" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="12" + sodipodi:ry="12" + d="M 32 20 A 12 12 0 1 1 8,20 A 12 12 0 1 1 32 20 z" + transform="matrix(-1,0,0,1,48.01255,0)" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 18.512551,29.5 L 16.512551,36 L 9.5125512,43.5 C 9.0300792,44.016934 6.7803182,44.767767 5.0125512,43 C 3.5125512,41.5 3.9792182,38.997777 4.5125512,38.5 L 12.012551,31.5 L 18.512551,29.5 z " + id="path15511" + sodipodi:nodetypes="cczzzcc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/system-shutdown.svg b/icon-themes/HighContrast-SVG/scalable/actions/system-shutdown.svg new file mode 100644 index 00000000..df49d22a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/system-shutdown.svg @@ -0,0 +1,74 @@ +<?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" + sodipodi:docname="system-shutdown.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.958333" + 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="1280" + inkscape:window-height="950" + inkscape:window-x="0" + inkscape:window-y="26" /> + <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:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + id="path3312" + sodipodi:cx="24.000000" + sodipodi:cy="23.937336" + sodipodi:rx="20.929504" + sodipodi:ry="20.929504" + d="M 44.929504 23.937336 A 20.929504 20.929504 0 1 1 3.0704956,23.937336 A 20.929504 20.929504 0 1 1 44.929504 23.937336 z" + transform="matrix(1.025265,0.000000,0.000000,1.025196,-0.601612,-0.545680)" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 24.000000,9.0052219 L 24.000000,25.997389" + id="path4040" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:6.0000000;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 18.062663,13.872063 C 8.7845953,13.483029 5.8462784,36.065274 23.874674,36.065274 C 41.965729,36.065274 39.305483,13.357702 30.078329,14.122715" + id="path6224" + sodipodi:nodetypes="czz" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/tool-check-spelling.svg b/icon-themes/HighContrast-SVG/scalable/actions/tool-check-spelling.svg new file mode 100644 index 00000000..d5336597 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/tool-check-spelling.svg @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN" "http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd" [
+ <!ENTITY st0 "fill-rule:nonzero;clip-rule:nonzero;stroke:#FFFFFF;stroke-width:6.6871;stroke-linejoin:round;stroke-miterlimit:4;">
+ <!ENTITY st1 "fill-rule:evenodd;clip-rule:evenodd;">
+ <!ENTITY st2 "fill:none;stroke:none;">
+ <!ENTITY st3 "fill-rule:evenodd;clip-rule:evenodd;stroke:none;">
+ <!ENTITY st4 "fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;">
+ <!ENTITY st5 "stroke:none;">
+]>
+<svg width="48pt" height="48pt" viewBox="0 0 48 48" xml:space="preserve">
+ <g id="Layer_x0020_3" style="&st0;">
+ <g>
+ <path style="&st1;" d="M21.8,30.2c-2.8-2.8-6.5-6.5-6.5-6.5l-5.9,5.9l12.4,12.4l21.5-21.5l-5.9-5.9c0,0-11.5,11.5-15.7,15.7z"/>
+ <path style="&st3;" d="M21.8,30.2c-2.8-2.8-6.5-6.5-6.5-6.5l-5.9,5.9l12.4,12.4l21.5-21.5l-5.9-5.9c0,0-11.5,11.5-15.7,15.7z"/>
+ <g>
+ <path d="M9.2,17.2l-1,3.8H4.6L9.2,6.2h4.4l4.6,14.9h-3.6l-1.1-3.8H9.2z M12.9,14.7L12,11.6c-0.2-0.9-0.5-2-0.7-2.9h-0.1c-0.2,0.9-0.4,2-0.7,2.9l-0.9,3.2h3.3z"/>
+ <path d="M20.2,6.4c0.9-0.2,2.6-0.3,4.3-0.3c2,0,3.3,0.2,4.4,0.8c1,0.5,1.8,1.6,1.8,2.9c0,1.3-0.8,2.5-2.4,3.2v0c1.7,0.4,3,1.7,3,3.7c0,1.4-0.6,2.4-1.5,3.2c-1.1,0.9-2.9,1.3-5.8,1.3c-1.7,0-2.9-0.1-3.6-0.2V6.4z M23.5,12.1h1.1c1.8,0,2.7-0.7,2.7-1.8
+ c0-1.1-0.9-1.7-2.4-1.7c-0.7,0-1.2,0-1.4,0.1v3.4z M23.5,18.7c0.3,0.1,0.7,0.1,1.3,0.1c1.5,0,2.9-0.6,2.9-2.2c0-1.5-1.3-2.1-3-2.1h-1.1v4.2z"/>
+ </g>
+ <g style="&st5;">
+ <path d="M9.2,17.2l-1,3.8H4.6L9.2,6.2h4.4l4.6,14.9h-3.6l-1.1-3.8H9.2z M12.9,14.7L12,11.6c-0.2-0.9-0.5-2-0.7-2.9h-0.1c-0.2,0.9-0.4,2-0.7,2.9l-0.9,3.2h3.3z"/>
+ <path d="M20.2,6.4c0.9-0.2,2.6-0.3,4.3-0.3c2,0,3.3,0.2,4.4,0.8c1,0.5,1.8,1.6,1.8,2.9c0,1.3-0.8,2.5-2.4,3.2v0c1.7,0.4,3,1.7,3,3.7c0,1.4-0.6,2.4-1.5,3.2c-1.1,0.9-2.9,1.3-5.8,1.3c-1.7,0-2.9-0.1-3.6-0.2V6.4z M23.5,12.1h1.1c1.8,0,2.7-0.7,2.7-1.8
+ c0-1.1-0.9-1.7-2.4-1.7c-0.7,0-1.2,0-1.4,0.1v3.4z M23.5,18.7c0.3,0.1,0.7,0.1,1.3,0.1c1.5,0,2.9-0.6,2.9-2.2c0-1.5-1.3-2.1-3-2.1h-1.1v4.2z"/>
+ </g>
+ </g>
+ </g>
+ <g id="crop_x0020_marks" style="&st4;">
+ <path style="&st2;" d="M48,48H0V0h48v48z"/>
+ </g>
+</svg>
diff --git a/icon-themes/HighContrast-SVG/scalable/actions/tools-check-spelling.svg b/icon-themes/HighContrast-SVG/scalable/actions/tools-check-spelling.svg new file mode 100644 index 00000000..73465ac8 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/tools-check-spelling.svg @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="tools-check-spelling.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata29"><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="defs27" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2391" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_3" + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:6.68709993;stroke-linejoin:round;stroke-miterlimit:4"> + <g + id="g5"> + <path + style="fill-rule:evenodd" + d="M 21.8,30.2 C 19,27.4 15.3,23.7 15.3,23.7 L 9.4,29.6 L 21.8,42 L 43.3,20.5 L 37.4,14.6 C 37.4,14.6 25.9,26.1 21.7,30.3 L 21.8,30.2 z" + id="path7" /> + <path + style="fill-rule:evenodd;stroke:none" + d="M 21.8,30.2 C 19,27.4 15.3,23.7 15.3,23.7 L 9.4,29.6 L 21.8,42 L 43.3,20.5 L 37.4,14.6 C 37.4,14.6 25.9,26.1 21.7,30.3 L 21.8,30.2 z" + id="path9" /> + <g + id="g11"> + <path + d="M 9.2,17.2 L 8.2,21 L 4.6,21 L 9.2,6.2 L 13.6,6.2 L 18.2,21.1 L 14.6,21.1 L 13.5,17.3 L 9.2,17.3 L 9.2,17.2 z M 12.9,14.7 L 12,11.6 C 11.8,10.7 11.5,9.6 11.3,8.7 L 11.2,8.7 C 11,9.6 10.8,10.7 10.5,11.6 L 9.6,14.8 L 12.9,14.8 L 12.9,14.7 z" + id="path13" /> + <path + d="M 20.2,6.4 C 21.1,6.2 22.8,6.1 24.5,6.1 C 26.5,6.1 27.8,6.3 28.9,6.9 C 29.9,7.4 30.7,8.5 30.7,9.8 C 30.7,11.1 29.9,12.3 28.3,13 L 28.3,13 C 30,13.4 31.3,14.7 31.3,16.7 C 31.3,18.1 30.7,19.1 29.8,19.9 C 28.7,20.8 26.9,21.2 24,21.2 C 22.3,21.2 21.1,21.1 20.4,21 L 20.4,6.4 L 20.2,6.4 z M 23.5,12.1 L 24.6,12.1 C 26.4,12.1 27.3,11.4 27.3,10.3 C 27.3,9.2 26.4,8.6 24.9,8.6 C 24.2,8.6 23.7,8.6 23.5,8.7 L 23.5,12.1 L 23.5,12.1 z M 23.5,18.7 C 23.8,18.8 24.2,18.8 24.8,18.8 C 26.3,18.8 27.7,18.2 27.7,16.6 C 27.7,15.1 26.4,14.5 24.7,14.5 L 23.6,14.5 L 23.6,18.7 L 23.5,18.7 z" + id="path15" /> + </g> + <g + style="stroke:none" + id="g17"> + <path + d="M 9.2,17.2 L 8.2,21 L 4.6,21 L 9.2,6.2 L 13.6,6.2 L 18.2,21.1 L 14.6,21.1 L 13.5,17.3 L 9.2,17.3 L 9.2,17.2 z M 12.9,14.7 L 12,11.6 C 11.8,10.7 11.5,9.6 11.3,8.7 L 11.2,8.7 C 11,9.6 10.8,10.7 10.5,11.6 L 9.6,14.8 L 12.9,14.8 L 12.9,14.7 z" + id="path19" /> + <path + d="M 20.2,6.4 C 21.1,6.2 22.8,6.1 24.5,6.1 C 26.5,6.1 27.8,6.3 28.9,6.9 C 29.9,7.4 30.7,8.5 30.7,9.8 C 30.7,11.1 29.9,12.3 28.3,13 L 28.3,13 C 30,13.4 31.3,14.7 31.3,16.7 C 31.3,18.1 30.7,19.1 29.8,19.9 C 28.7,20.8 26.9,21.2 24,21.2 C 22.3,21.2 21.1,21.1 20.4,21 L 20.4,6.4 L 20.2,6.4 z M 23.5,12.1 L 24.6,12.1 C 26.4,12.1 27.3,11.4 27.3,10.3 C 27.3,9.2 26.4,8.6 24.9,8.6 C 24.2,8.6 23.7,8.6 23.5,8.7 L 23.5,12.1 L 23.5,12.1 z M 23.5,18.7 C 23.8,18.8 24.2,18.8 24.8,18.8 C 26.3,18.8 27.7,18.2 27.7,16.6 C 27.7,15.1 26.4,14.5 24.7,14.5 L 23.6,14.5 L 23.6,18.7 L 23.5,18.7 z" + id="path21" /> + </g> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path24" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/view-fullscreen.svg b/icon-themes/HighContrast-SVG/scalable/actions/view-fullscreen.svg new file mode 100644 index 00000000..4c99d87d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/view-fullscreen.svg @@ -0,0 +1,85 @@ +<?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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.43" + sodipodi:docbase="/home/luca" + sodipodi:docname="fullscreen.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + 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="1268" + inkscape:window-height="945" + inkscape:window-x="6" + inkscape:window-y="46" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1315" + width="44" + height="44" + x="2" + y="2" + ry="5.976409" /> + <path + id="path3940" + d="M 34,14 L 20,14 L 25,19 L 20,24 L 24,28 L 29,23 L 34,28 L 34,14 z " + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + sodipodi:nodetypes="cccccccc" /> + <use + x="0" + y="0" + xlink:href="#path3940" + id="use4819" + transform="matrix(-1,-7.852334e-17,7.852334e-17,-1,48,48)" + width="48" + height="48" /> + <rect + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:8;stroke-opacity:1" + id="rect4821" + width="32" + height="32" + x="8" + y="8" + ry="1.0694627" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/view-refresh.svg b/icon-themes/HighContrast-SVG/scalable/actions/view-refresh.svg new file mode 100644 index 00000000..5659eb29 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/view-refresh.svg @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg3737" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docname="view-refresh.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" + version="1.0"><metadata + id="metadata3756"><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>Reload View</dc:title><dc:creator><cc:Agent><dc:title>Jakub Stainer <[email protected]></dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>reload</rdf:li><rdf:li>view</rdf:li><rdf:li>refresh</rdf:li><rdf:li>update</rdf:li></rdf:Bag></dc:subject><dc:contributor><cc:Agent><dc:title>Luca Ferretti <[email protected]></dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs3754"> + + + + + + + </defs><sodipodi:namedview + inkscape:window-height="951" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + width="48px" + height="48px" + showgrid="true" + inkscape:object-bbox="false" + inkscape:object-points="false" + inkscape:grid-points="true" + inkscape:zoom="15.333333" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg3737" + showguides="true" + inkscape:guide-bbox="true" /> + <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="path5537" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="23" + sodipodi:ry="23" + d="M 47 24 A 23 23 0 1 1 1,24 A 23 23 0 1 1 47 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="path6424" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="19" + sodipodi:ry="19" + d="M 43 24 A 19 19 0 1 1 5,24 A 19 19 0 1 1 43 24 z" /><path + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 29.1,8.9 C 29.1,8.8 28.9,8.7 28.9,8.8 L 20.9,16.9 C 20.6,17.2 20.7,17.2 20.9,17.4 L 28.9,25.4 C 29,25.5 29.1,25.4 29.1,25.3 L 29,20 L 31,20 C 33,20 34,20.2 34,22 L 34,25 C 34,27 30.1,27.3 30.1,27.9 C 30.1,28.5 31,29 31,29 L 34,29 C 36.7,29 38,26.6 38,24 L 38,20 C 38,15.8 35.4,14 32,14 L 29,14 L 29,8.9 L 29.1,8.9 z " + id="path3746" + sodipodi:nodetypes="ccccccccccscccccccc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:black;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path3751" /> + </g> +<path + sodipodi:nodetypes="ccccccccccscccccccc" + id="path7311" + d="M 18.9,39.1 C 18.9,39.2 19.1,39.3 19.1,39.2 L 27.1,31.1 C 27.4,30.8 27.3,30.8 27.1,30.6 L 19.1,22.6 C 19,22.5 18.9,22.6 18.9,22.7 L 19,28 L 17,28 C 15,28 14,27.8 14,26 L 14,23 C 14,21 17.9,20.7 17.9,20.1 C 17.9,19.5 17,19 17,19 L 14,19 C 11.3,19 10,21.4 10,24 L 10,28 C 10,32.2 12.6,34 16,34 L 19,34 L 19,39.1 L 18.9,39.1 z " + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/view-restore.svg b/icon-themes/HighContrast-SVG/scalable/actions/view-restore.svg new file mode 100644 index 00000000..83039c6c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/view-restore.svg @@ -0,0 +1,78 @@ +<?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="svg1307" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/tmp/dev/mate-themes/icon-themes/HighContrast-SVG/scalable/actions" + sodipodi:docname="view-restore.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + 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="1268" + inkscape:window-height="942" + inkscape:window-x="4" + 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 + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1315" + width="44" + height="44" + x="2" + y="2" + ry="5.095675" /> + <path + id="path3940" + d="M 22,22 L 22,8 L 17,13 L 12,8 L 8,12 L 13,17 L 8,22 L 22,22 z " + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + sodipodi:nodetypes="cccccccc" /> + <use + x="0" + y="0" + xlink:href="#path3940" + id="use3062" + transform="matrix(-1,0,0,-1,48,48)" + width="48" + height="48" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/view-sort-ascending.svg b/icon-themes/HighContrast-SVG/scalable/actions/view-sort-ascending.svg new file mode 100644 index 00000000..9820ac5f --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/view-sort-ascending.svg @@ -0,0 +1,117 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="view-sort-ascending.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata45"><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="defs43" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="641" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2399" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + style="stroke:none" + id="g5"> + <g + id="g7"> + <g + id="g9"> + <path + d="M 36.7,9.2 L 36.7,9.2 L 34.9,10.1 L 34.5,8.4 L 37.1,7.2 L 39,7.2 L 39,16.8 L 36.8,16.8 L 36.8,9.2 L 36.7,9.2 z" + id="path11" /> + <path + d="M 34.6,38.9 C 34.9,38.9 35.1,38.9 35.6,38.9 C 36.3,38.9 37,38.7 37.5,38.3 C 38.1,37.9 38.6,37.2 38.7,36.5 L 38.7,36.5 C 38.3,36.9 37.6,37.2 36.7,37.2 C 35.1,37.2 33.7,36.1 33.7,34.2 C 33.7,32.3 35.2,30.7 37.3,30.7 C 39.8,30.7 40.9,32.6 40.9,34.8 C 40.9,36.8 40.3,38.3 39.2,39.2 C 38.3,40 37,40.5 35.5,40.5 C 35.1,40.5 34.7,40.5 34.5,40.5 L 34.5,38.7 L 34.6,38.9 z M 37.2,32.3 C 36.4,32.3 35.9,33 35.9,34 C 35.9,34.8 36.4,35.5 37.3,35.5 C 37.9,35.5 38.3,35.2 38.6,34.9 C 38.7,34.8 38.7,34.6 38.7,34.3 C 38.7,33.3 38.3,32.3 37.3,32.3 L 37.3,32.3 L 37.2,32.3 z" + id="path13" /> + </g> + <g + style="fill:none;stroke:#ffffff;stroke-width:6" + id="g15"> + <path + d="M 36.7,9.2 L 36.7,9.2 L 34.9,10.1 L 34.5,8.4 L 37.1,7.2 L 39,7.2 L 39,16.8 L 36.8,16.8 L 36.8,9.2 L 36.7,9.2 z" + id="path17" /> + <path + d="M 34.6,38.9 C 34.9,38.9 35.1,38.9 35.6,38.9 C 36.3,38.9 37,38.7 37.5,38.3 C 38.1,37.9 38.6,37.2 38.7,36.5 L 38.7,36.5 C 38.3,36.9 37.6,37.2 36.7,37.2 C 35.1,37.2 33.7,36.1 33.7,34.2 C 33.7,32.3 35.2,30.7 37.3,30.7 C 39.8,30.7 40.9,32.6 40.9,34.8 C 40.9,36.8 40.3,38.3 39.2,39.2 C 38.3,40 37,40.5 35.5,40.5 C 35.1,40.5 34.7,40.5 34.5,40.5 L 34.5,38.7 L 34.6,38.9 z M 37.2,32.3 C 36.4,32.3 35.9,33 35.9,34 C 35.9,34.8 36.4,35.5 37.3,35.5 C 37.9,35.5 38.3,35.2 38.6,34.9 C 38.7,34.8 38.7,34.6 38.7,34.3 C 38.7,33.3 38.3,32.3 37.3,32.3 L 37.3,32.3 L 37.2,32.3 z" + id="path19" /> + </g> + </g> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 39.2,26.7 C 39.2,27.7 38.4,28.4 37.5,28.4 C 36.5,28.4 35.8,27.6 35.8,26.7 C 35.8,25.7 36.6,25 37.5,25 C 38.5,25 39.2,25.8 39.2,26.7 z" + id="path21" /> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 39.2,21.5 C 39.2,22.5 38.4,23.2 37.5,23.2 C 36.5,23.2 35.8,22.4 35.8,21.5 C 35.8,20.5 36.6,19.8 37.5,19.8 C 38.5,19.8 39.2,20.6 39.2,21.5 z" + id="path23" /> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 25.6,27.3 C 25.6,27.3 23.5,29.4 21.4,31.5 L 21.4,8.2 L 15.5,8.2 L 15.5,31.6 C 13.4,29.5 11.3,27.4 11.3,27.4 L 7,31.5 L 16.3,40.8 C 17.5,42 19.3,42 20.5,40.8 L 29.8,31.5 L 25.6,27.3 L 25.6,27.3 z" + id="path25" /> + <g + id="g27"> + <path + d="M 36.6,9.4 L 36.6,9.4 L 34.8,10.3 L 34.4,8.6 L 36.9,7.4 L 38.7,7.4 L 38.7,16.9 L 36.6,16.9 L 36.6,9.4 z" + id="path29" /> + <path + d="M 34.4,38.6 C 34.7,38.6 34.9,38.6 35.4,38.6 C 36.1,38.6 36.8,38.4 37.3,38 C 37.9,37.6 38.3,37 38.5,36.3 L 38.5,36.3 C 38.1,36.7 37.5,37 36.6,37 C 35,37 33.7,35.9 33.7,34 C 33.7,32.2 35.2,30.6 37.3,30.6 C 39.7,30.6 40.9,32.5 40.9,34.7 C 40.9,36.7 40.3,38.1 39.3,39 C 38.4,39.8 37.1,40.3 35.7,40.3 C 35.3,40.3 35,40.3 34.7,40.3 L 34.7,38.6 L 34.4,38.6 z M 37,32.2 C 36.3,32.2 35.7,32.9 35.7,33.9 C 35.7,34.7 36.2,35.4 37,35.4 C 37.6,35.4 38,35.1 38.3,34.8 C 38.4,34.7 38.4,34.5 38.4,34.2 C 38.4,33.2 38,32.2 37,32.2 L 37,32.2 z" + id="path31" /> + </g> + <path + d="M 39.3,26.7 C 39.3,27.7 38.5,28.4 37.6,28.4 C 36.6,28.4 35.9,27.6 35.9,26.7 C 35.9,25.7 36.7,25 37.6,25 C 38.6,25 39.3,25.8 39.3,26.7 z" + id="path33" /> + <path + d="M 39.3,21.4 C 39.3,22.4 38.5,23.1 37.6,23.1 C 36.6,23.1 35.9,22.3 35.9,21.4 C 35.9,20.4 36.7,19.7 37.6,19.7 C 38.6,19.7 39.3,20.5 39.3,21.4 z" + id="path35" /> + <path + d="M 25.7,27.3 C 25.7,27.3 23.6,29.4 21.5,31.5 L 21.5,8.2 L 15.6,8.2 L 15.6,31.6 C 13.5,29.5 11.4,27.4 11.4,27.4 L 7.2,31.6 L 16.5,40.9 C 17.7,42.1 19.5,42.1 20.7,40.9 L 30,31.6 L 25.8,27.4 L 25.7,27.3 z" + id="path37" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path40" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/view-sort-descending.svg b/icon-themes/HighContrast-SVG/scalable/actions/view-sort-descending.svg new file mode 100644 index 00000000..a785dae0 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/view-sort-descending.svg @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="view-sort-descending.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata45"><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="defs43" /><sodipodi:namedview + inkscape:window-height="480" + inkscape:window-width="640" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true"><inkscape:grid + type="xygrid" + id="grid2399" + visible="true" + enabled="true" /></sodipodi:namedview> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + style="stroke:none" + id="g5"> + <g + id="g7"> + <g + id="g9"> + <path + d="M 36.7,9.2 L 36.7,9.2 L 34.9,10.1 L 34.5,8.4 L 37.1,7.2 L 39,7.2 L 39,16.8 L 36.8,16.8 L 36.8,9.2 L 36.7,9.2 z" + id="path11" /> + <path + d="M 34.6,38.9 C 34.9,38.9 35.1,38.9 35.6,38.9 C 36.3,38.9 37,38.7 37.5,38.3 C 38.1,37.9 38.6,37.2 38.7,36.5 L 38.7,36.5 C 38.3,36.9 37.6,37.2 36.7,37.2 C 35.1,37.2 33.7,36.1 33.7,34.2 C 33.7,32.3 35.2,30.7 37.3,30.7 C 39.8,30.7 40.9,32.6 40.9,34.8 C 40.9,36.8 40.3,38.3 39.2,39.2 C 38.3,40 37,40.5 35.5,40.5 C 35.1,40.5 34.7,40.5 34.5,40.5 L 34.5,38.7 L 34.6,38.9 z M 37.2,32.3 C 36.4,32.3 35.9,33 35.9,34 C 35.9,34.8 36.4,35.5 37.3,35.5 C 37.9,35.5 38.3,35.2 38.6,34.9 C 38.7,34.8 38.7,34.6 38.7,34.3 C 38.7,33.3 38.3,32.3 37.3,32.3 L 37.3,32.3 L 37.2,32.3 z" + id="path13" /> + </g> + <g + style="fill:none;stroke:#ffffff;stroke-width:6" + id="g15"> + <path + d="M 36.7,9.2 L 36.7,9.2 L 34.9,10.1 L 34.5,8.4 L 37.1,7.2 L 39,7.2 L 39,16.8 L 36.8,16.8 L 36.8,9.2 L 36.7,9.2 z" + id="path17" /> + <path + d="M 34.6,38.9 C 34.9,38.9 35.1,38.9 35.6,38.9 C 36.3,38.9 37,38.7 37.5,38.3 C 38.1,37.9 38.6,37.2 38.7,36.5 L 38.7,36.5 C 38.3,36.9 37.6,37.2 36.7,37.2 C 35.1,37.2 33.7,36.1 33.7,34.2 C 33.7,32.3 35.2,30.7 37.3,30.7 C 39.8,30.7 40.9,32.6 40.9,34.8 C 40.9,36.8 40.3,38.3 39.2,39.2 C 38.3,40 37,40.5 35.5,40.5 C 35.1,40.5 34.7,40.5 34.5,40.5 L 34.5,38.7 L 34.6,38.9 z M 37.2,32.3 C 36.4,32.3 35.9,33 35.9,34 C 35.9,34.8 36.4,35.5 37.3,35.5 C 37.9,35.5 38.3,35.2 38.6,34.9 C 38.7,34.8 38.7,34.6 38.7,34.3 C 38.7,33.3 38.3,32.3 37.3,32.3 L 37.3,32.3 L 37.2,32.3 z" + id="path19" /> + </g> + </g> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 39.2,26.7 C 39.2,27.7 38.4,28.4 37.5,28.4 C 36.5,28.4 35.8,27.6 35.8,26.7 C 35.8,25.7 36.6,25 37.5,25 C 38.5,25 39.2,25.8 39.2,26.7 z" + id="path21" /> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 39.2,21.5 C 39.2,22.5 38.4,23.2 37.5,23.2 C 36.5,23.2 35.8,22.4 35.8,21.5 C 35.8,20.5 36.6,19.8 37.5,19.8 C 38.5,19.8 39.2,20.6 39.2,21.5 z" + id="path23" /> + <path + style="stroke:#ffffff;stroke-width:6;stroke-linejoin:round" + d="M 11.2,22.5 C 11.2,22.5 13.3,20.4 15.4,18.3 L 15.4,41.7 L 21.3,41.7 L 21.3,18.3 C 23.4,20.4 25.5,22.5 25.5,22.5 L 29.7,18.3 L 20.5,9 C 19.3,7.8 17.5,7.8 16.3,9 L 7,18.3 L 11.2,22.5 z" + id="path25" /> + <g + id="g27"> + <path + d="M 36.6,9.4 L 36.6,9.4 L 34.8,10.3 L 34.4,8.6 L 36.9,7.4 L 38.7,7.4 L 38.7,16.9 L 36.6,16.9 L 36.6,9.4 z" + id="path29" /> + <path + d="M 34.4,38.6 C 34.7,38.6 34.9,38.6 35.4,38.6 C 36.1,38.6 36.8,38.4 37.3,38 C 37.9,37.6 38.3,37 38.5,36.3 L 38.5,36.3 C 38.1,36.7 37.5,37 36.6,37 C 35,37 33.7,35.9 33.7,34 C 33.7,32.2 35.2,30.6 37.3,30.6 C 39.7,30.6 40.9,32.5 40.9,34.7 C 40.9,36.7 40.3,38.1 39.3,39 C 38.4,39.8 37.1,40.3 35.7,40.3 C 35.3,40.3 35,40.3 34.7,40.3 L 34.7,38.6 L 34.4,38.6 z M 37,32.2 C 36.3,32.2 35.7,32.9 35.7,33.9 C 35.7,34.7 36.2,35.4 37,35.4 C 37.6,35.4 38,35.1 38.3,34.8 C 38.4,34.7 38.4,34.5 38.4,34.2 C 38.4,33.2 38,32.2 37,32.2 L 37,32.2 z" + id="path31" /> + </g> + <path + d="M 39.3,26.7 C 39.3,27.7 38.5,28.4 37.6,28.4 C 36.6,28.4 35.9,27.6 35.9,26.7 C 35.9,25.7 36.7,25 37.6,25 C 38.6,25 39.3,25.8 39.3,26.7 z" + id="path33" /> + <path + d="M 39.3,21.4 C 39.3,22.4 38.5,23.1 37.6,23.1 C 36.6,23.1 35.9,22.3 35.9,21.4 C 35.9,20.4 36.7,19.7 37.6,19.7 C 38.6,19.7 39.3,20.5 39.3,21.4 z" + id="path35" /> + <path + d="M 11.2,22.5 C 11.2,22.5 13.3,20.4 15.4,18.3 L 15.4,41.7 L 21.3,41.7 L 21.3,18.3 C 23.4,20.4 25.5,22.5 25.5,22.5 L 29.7,18.3 L 20.4,9 C 19.2,7.8 17.4,7.8 16.2,9 L 7,18.4 L 11.2,22.6 L 11.2,22.5 z" + id="path37" /> + </g> + </g> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z" + id="path40" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/actions/window-close.svg b/icon-themes/HighContrast-SVG/scalable/actions/window-close.svg new file mode 100644 index 00000000..46d38f2d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/window-close.svg @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.43" + version="1.0" + sodipodi:docbase="/home/luca" + sodipodi:docname="dialog-close.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1268" + inkscape:window-height="947" + inkscape:window-x="6" + inkscape:window-y="46" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path1307" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="22" + sodipodi:ry="22" + d="M 46 24 A 22 22 0 1 1 2,24 A 22 22 0 1 1 46 24 z" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16.221825,16.221825 L 31.778175,31.778175" + id="path2186" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path3936" + d="M 31.778175,16.221825 L 16.221825,31.778175" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:none;fill-opacity:1;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3938" + width="48" + height="48" + x="0" + y="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/window-new.svg b/icon-themes/HighContrast-SVG/scalable/actions/window-new.svg new file mode 100644 index 00000000..6f8f574a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/window-new.svg @@ -0,0 +1,96 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg1306" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Progetti/Artwork/blackwhite-icon-theme/scalable/actions" + sodipodi:docname="window-new.svg"> + <defs + id="defs1308" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.8125" + inkscape:cx="24" + inkscape:cy="23.968379" + 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="1270" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata1311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect5680" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + ry="0.0000000" /> + <rect + ry="1.3840104" + y="5.0000000" + x="5.0000000" + height="34.950195" + width="38.000000" + id="rect4952" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 8.0000000,5.0000000 L 40.000000,5.0000000 C 42.000000,5.0000000 43.000000,6.0000000 43.000000,8.0000000 L 43.000000,40.000000 L 5.0000000,40.000000 L 5.0000000,8.0000000 C 5.0000000,6.0000000 6.0000000,5.0000000 8.0000000,5.0000000 z " + id="rect1314" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 10.000000,9.0000000 L 38.000000,9.0000000 C 38.592482,9.0000000 39.000000,9.4075181 39.000000,10.000000 L 39.000000,35.000000 C 39.000000,35.592482 38.592482,36.000000 38.000000,36.000000 L 10.000000,36.000000 C 9.4075182,36.000000 9.0000000,35.592482 9.0000000,35.000000 L 9.0000000,10.000000 C 9.0000000,9.4075181 9.4075182,9.0000000 10.000000,9.0000000 z " + id="rect2044" + sodipodi:nodetypes="ccccccccc" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 11.000000,14.000000 L 37.000000,14.000000" + id="path2772" + sodipodi:nodetypes="cc" /> + <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 16,27 L 32,27" + id="path1874" /> + <path + id="path2762" + d="M 24,19 L 24,35" + 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" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/zoom-fit-best.svg b/icon-themes/HighContrast-SVG/scalable/actions/zoom-fit-best.svg new file mode 100644 index 00000000..f98d7e89 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/zoom-fit-best.svg @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="240.00000" + inkscape:export-xdpi="240.00000" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" + sodipodi:docname="zoom-best-fit.svg" + sodipodi:docbase="/home/luca/Desktop" + inkscape:version="0.43" + sodipodi:version="0.32" + id="svg249" + height="48.000000px" + width="48.000000px"> + <defs + id="defs3"> + <linearGradient + id="linearGradient15493"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop15495" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop15497" /> + </linearGradient> + <linearGradient + id="linearGradient4919"> + <stop + style="stop-color:#429eff;stop-opacity:1;" + offset="0" + id="stop4921" /> + <stop + style="stop-color:#0044a7;stop-opacity:1;" + offset="1" + id="stop4923" /> + </linearGradient> + <linearGradient + id="linearGradient2617"> + <stop + id="stop2619" + offset="0" + style="stop-color:#fbfbfa;stop-opacity:1;" /> + <stop + id="stop2621" + offset="1" + style="stop-color:#d3d7cf" /> + </linearGradient> + <linearGradient + id="linearGradient2698"> + <stop + id="stop2700" + offset="0" + style="stop-color:#555753" /> + <stop + style="stop-color:#a3a5a2;stop-opacity:1;" + offset="0.70238096" + id="stop2706" /> + <stop + id="stop2702" + offset="1" + style="stop-color:#888a85" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:window-y="46" + inkscape:window-x="6" + inkscape:window-height="947" + inkscape:window-width="1268" + inkscape:document-units="px" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:current-layer="layer5" + inkscape:cy="24" + inkscape:cx="24" + inkscape:zoom="15.895833" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1" + bordercolor="#666666" + pagecolor="#b6b6b6" + id="base" + inkscape:showpageshadow="true" + showborder="true" + showguides="false" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + fill="#729fcf" + stroke="#2e3436"> + <sodipodi:guide + orientation="horizontal" + position="28" + id="guide1415" /> + <sodipodi:guide + orientation="vertical" + position="19" + id="guide1417" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Zoom</dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:creator> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:contributor> + <dc:date></dc:date> + </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 + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Text" + style="display:inline"> + <rect + style="fill:none;fill-opacity:0.27027026;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3244" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 40 20 A 20 20 0 1 1 0,20 A 20 20 0 1 1 40 20 z" /> + <path + sodipodi:nodetypes="cczzzcc" + id="path2682" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <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="path4119" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 36 20 A 16 16 0 1 1 4,20 A 16 16 0 1 1 36 20 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4994" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="12" + sodipodi:ry="12" + d="M 32 20 A 12 12 0 1 1 8,20 A 12 12 0 1 1 32 20 z" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + id="path15511" + sodipodi:nodetypes="cczzzcc" /> + <rect + style="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="rect17259" + width="17" + height="17" + x="11.5" + y="11.5" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.9999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect19009" + width="14" + height="14" + x="13" + y="13" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/zoom-in.svg b/icon-themes/HighContrast-SVG/scalable/actions/zoom-in.svg new file mode 100644 index 00000000..9492fbd9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/zoom-in.svg @@ -0,0 +1,220 @@ +<?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" + inkscape:export-ydpi="240.00000" + inkscape:export-xdpi="240.00000" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" + sodipodi:docname="zoom-in.svg" + sodipodi:docbase="/home/luca/Desktop" + inkscape:version="0.43" + sodipodi:version="0.32" + id="svg249" + height="48.000000px" + width="48.000000px"> + <defs + id="defs3"> + <linearGradient + id="linearGradient15493"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop15495" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop15497" /> + </linearGradient> + <linearGradient + id="linearGradient4919"> + <stop + style="stop-color:#429eff;stop-opacity:1;" + offset="0" + id="stop4921" /> + <stop + style="stop-color:#0044a7;stop-opacity:1;" + offset="1" + id="stop4923" /> + </linearGradient> + <linearGradient + id="linearGradient2617"> + <stop + id="stop2619" + offset="0" + style="stop-color:#fbfbfa;stop-opacity:1;" /> + <stop + id="stop2621" + offset="1" + style="stop-color:#d3d7cf" /> + </linearGradient> + <linearGradient + id="linearGradient2698"> + <stop + id="stop2700" + offset="0" + style="stop-color:#555753" /> + <stop + style="stop-color:#a3a5a2;stop-opacity:1;" + offset="0.70238096" + id="stop2706" /> + <stop + id="stop2702" + offset="1" + style="stop-color:#888a85" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:window-y="46" + inkscape:window-x="6" + inkscape:window-height="947" + inkscape:window-width="1268" + inkscape:document-units="px" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:current-layer="layer5" + inkscape:cy="23.246308" + inkscape:cx="24.454738" + inkscape:zoom="15.895833" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1" + bordercolor="#666666" + pagecolor="#b6b6b6" + id="base" + inkscape:showpageshadow="true" + showborder="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + fill="#729fcf" + stroke="#2e3436"> + <sodipodi:guide + orientation="horizontal" + position="28" + id="guide1415" /> + <sodipodi:guide + orientation="vertical" + position="20.005242" + id="guide20759" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Zoom</dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <dc:date /> + </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 + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Text" + style="display:inline"> + <rect + style="fill:none;fill-opacity:0.27027026;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3244" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 40 20 A 20 20 0 1 1 0,20 A 20 20 0 1 1 40 20 z" /> + <path + sodipodi:nodetypes="cczzzcc" + id="path2682" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <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="path4119" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 36 20 A 16 16 0 1 1 4,20 A 16 16 0 1 1 36 20 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4994" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="12" + sodipodi:ry="12" + d="M 32 20 A 12 12 0 1 1 8,20 A 12 12 0 1 1 32 20 z" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + id="path15511" + sodipodi:nodetypes="cczzzcc" /> + <rect + style="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="rect17259" + width="17" + height="17" + x="11.5" + y="11.5" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 29,20 L 11,20" + id="path20757" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path21634" + d="M 20,29 L 20,11" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/zoom-original.svg b/icon-themes/HighContrast-SVG/scalable/actions/zoom-original.svg new file mode 100644 index 00000000..5a9855c9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/zoom-original.svg @@ -0,0 +1,165 @@ +<?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" + inkscape:export-ydpi="240.00000" + inkscape:export-xdpi="240.00000" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" + sodipodi:docname="zoom-original.svg" + sodipodi:docbase="/home/luca/Desktop" + inkscape:version="0.43" + sodipodi:version="0.32" + id="svg249" + height="48.000000px" + width="48.000000px"> + <defs + id="defs3" /> + <sodipodi:namedview + inkscape:window-y="46" + inkscape:window-x="6" + inkscape:window-height="947" + inkscape:window-width="1268" + inkscape:document-units="px" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:current-layer="layer5" + inkscape:cy="23.246308" + inkscape:cx="24.454739" + inkscape:zoom="15.895833" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1" + bordercolor="#666666" + pagecolor="#b6b6b6" + id="base" + inkscape:showpageshadow="true" + showborder="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + fill="#729fcf" + stroke="#2e3436"> + <sodipodi:guide + orientation="horizontal" + position="28" + id="guide1415" /> + <sodipodi:guide + orientation="vertical" + position="20.005242" + id="guide20759" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Zoom original</dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:creator> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:contributor> + <dc:date></dc:date> + </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 + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Text" + style="display:inline"> + <rect + style="fill:none;fill-opacity:0.27027026;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3244" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 40 20 A 20 20 0 1 1 0,20 A 20 20 0 1 1 40 20 z" /> + <path + sodipodi:nodetypes="cczzzcc" + id="path2682" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <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="path4119" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 36 20 A 16 16 0 1 1 4,20 A 16 16 0 1 1 36 20 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4994" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="12" + sodipodi:ry="12" + d="M 32 20 A 12 12 0 1 1 8,20 A 12 12 0 1 1 32 20 z" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + id="path15511" + sodipodi:nodetypes="cczzzcc" /> + <rect + style="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="rect17259" + width="17" + height="17" + x="11.5" + y="11.5" /> + <path + style="font-size:24px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" + d="M 14.105469,24.882812 L 18.089844,24.882812 L 18.089844,13.574219 L 14,14.417969 L 14,11.347656 L 18.066406,10.503906 L 22.355469,10.503906 L 22.355469,24.882812 L 26.339844,24.882812 L 26.339844,28 L 14.105469,28 L 14.105469,24.882812" + id="text23386" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/actions/zoom-out.svg b/icon-themes/HighContrast-SVG/scalable/actions/zoom-out.svg new file mode 100644 index 00000000..bcac2880 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/actions/zoom-out.svg @@ -0,0 +1,215 @@ +<?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" + inkscape:export-ydpi="240.00000" + inkscape:export-xdpi="240.00000" + inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" + sodipodi:docname="zoom-out.svg" + sodipodi:docbase="/home/luca/Desktop" + inkscape:version="0.43" + sodipodi:version="0.32" + id="svg249" + height="48.000000px" + width="48.000000px"> + <defs + id="defs3"> + <linearGradient + id="linearGradient15493"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop15495" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop15497" /> + </linearGradient> + <linearGradient + id="linearGradient4919"> + <stop + style="stop-color:#429eff;stop-opacity:1;" + offset="0" + id="stop4921" /> + <stop + style="stop-color:#0044a7;stop-opacity:1;" + offset="1" + id="stop4923" /> + </linearGradient> + <linearGradient + id="linearGradient2617"> + <stop + id="stop2619" + offset="0" + style="stop-color:#fbfbfa;stop-opacity:1;" /> + <stop + id="stop2621" + offset="1" + style="stop-color:#d3d7cf" /> + </linearGradient> + <linearGradient + id="linearGradient2698"> + <stop + id="stop2700" + offset="0" + style="stop-color:#555753" /> + <stop + style="stop-color:#a3a5a2;stop-opacity:1;" + offset="0.70238096" + id="stop2706" /> + <stop + id="stop2702" + offset="1" + style="stop-color:#888a85" /> + </linearGradient> + </defs> + <sodipodi:namedview + inkscape:window-y="46" + inkscape:window-x="6" + inkscape:window-height="947" + inkscape:window-width="1268" + inkscape:document-units="px" + inkscape:grid-bbox="true" + showgrid="true" + inkscape:current-layer="layer5" + inkscape:cy="23.246308" + inkscape:cx="24.454738" + inkscape:zoom="15.895833" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + borderopacity="1" + bordercolor="#666666" + pagecolor="#b6b6b6" + id="base" + inkscape:showpageshadow="true" + showborder="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + fill="#729fcf" + stroke="#2e3436"> + <sodipodi:guide + orientation="horizontal" + position="28" + id="guide1415" /> + <sodipodi:guide + orientation="vertical" + position="20.005242" + id="guide20759" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <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>Zoom</dc:title> + <dc:subject> + <rdf:Bag /> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:creator> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <dc:date /> + </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 + inkscape:groupmode="layer" + id="layer5" + inkscape:label="Text" + style="display:inline"> + <rect + style="fill:none;fill-opacity:0.27027026;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect1493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3244" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="20" + sodipodi:ry="20" + d="M 40 20 A 20 20 0 1 1 0,20 A 20 20 0 1 1 40 20 z" /> + <path + sodipodi:nodetypes="cczzzcc" + id="path2682" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" /> + <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="path4119" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 36 20 A 16 16 0 1 1 4,20 A 16 16 0 1 1 36 20 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path4994" + sodipodi:cx="20" + sodipodi:cy="20" + sodipodi:rx="12" + sodipodi:ry="12" + d="M 32 20 A 12 12 0 1 1 8,20 A 12 12 0 1 1 32 20 z" /> + <path + style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" + d="M 29.5,29.5 L 31.5,36 L 38.5,43.5 C 38.982472,44.016934 41.232233,44.767767 43,43 C 44.5,41.5 44.033333,38.997777 43.5,38.5 L 36,31.5 L 29.5,29.5 z " + id="path15511" + sodipodi:nodetypes="cczzzcc" /> + <rect + style="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="rect17259" + width="17" + height="17" + x="11.5" + y="11.5" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 29,20 L 11,20" + id="path20757" + sodipodi:nodetypes="cc" /> + </g> +</svg> |