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/status | |
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/status')
61 files changed, 6216 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/status/Makefile.am b/icon-themes/HighContrast-SVG/scalable/status/Makefile.am new file mode 100644 index 00000000..cfe8a493 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/Makefile.am @@ -0,0 +1,91 @@ +themedir = $(datadir)/icons/HighContrast-SVG +size = scalable +context = status + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA = \ + audio-volume-high.svg \ + audio-volume-low.svg \ + audio-volume-medium.svg \ + audio-volume-muted.svg \ + battery-low.svg \ + battery-caution.svg \ + dialog-error.svg \ + dialog-information.svg \ + dialog-password.svg \ + dialog-question.svg \ + dialog-warning.svg \ + folder-drag-accept.svg \ + folder-open.svg \ + folder-visiting.svg \ + image-missing.svg \ + mail-attachment.svg \ + media-playlist-repeat.svg \ + media-playlist-shuffle.svg \ + network-offline.svg \ + network-online.svg \ + printer-printing.svg \ + software-update-available.svg \ + software-update-urgent.svg \ + user-trash-full.svg \ + weather-clear.svg \ + weather-clear-night.svg \ + weather-few-clouds.svg \ + weather-few-clouds-night.svg \ + weather-fog.svg \ + weather-overcast.svg \ + weather-showers.svg \ + weather-showers-scattered.svg \ + weather-snow.svg \ + weather-storm.svg + +placeholder_FILES = \ + appointment-missed.svg \ + appointment-soon.svg \ + image-loading.svg \ + mail-read.svg \ + mail-replied.svg \ + mail-signed.svg \ + mail-signed-verified.svg \ + mail-unread.svg \ + network-error.svg \ + network-idle.svg \ + network-receive.svg \ + network-transmit.svg \ + network-transmit-receive.svg \ + security-high.svg \ + security-medium.svg \ + security-low.svg \ + sync-error.svg \ + sync-synchronizing.svg \ + task-due.svg \ + task-past-due.svg \ + user-away.svg \ + user-idle.svg \ + user-offline.svg \ + user-online.svg \ + weather-severe-alert.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/status/Makefile.in b/icon-themes/HighContrast-SVG/scalable/status/Makefile.in new file mode 100644 index 00000000..f59f5995 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/Makefile.in @@ -0,0 +1,471 @@ +# 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/status +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 = status +icondir = $(themedir)/$(size)/$(context) +icon_DATA = audio-volume-high.svg audio-volume-low.svg \ + audio-volume-medium.svg audio-volume-muted.svg battery-low.svg \ + battery-caution.svg dialog-error.svg dialog-information.svg \ + dialog-password.svg dialog-question.svg dialog-warning.svg \ + folder-drag-accept.svg folder-open.svg folder-visiting.svg \ + image-missing.svg mail-attachment.svg \ + media-playlist-repeat.svg media-playlist-shuffle.svg \ + network-offline.svg network-online.svg printer-printing.svg \ + software-update-available.svg software-update-urgent.svg \ + user-trash-full.svg weather-clear.svg weather-clear-night.svg \ + weather-few-clouds.svg weather-few-clouds-night.svg \ + weather-fog.svg weather-overcast.svg weather-showers.svg \ + weather-showers-scattered.svg weather-snow.svg \ + weather-storm.svg $(am__append_1) +placeholder_FILES = \ + appointment-missed.svg \ + appointment-soon.svg \ + image-loading.svg \ + mail-read.svg \ + mail-replied.svg \ + mail-signed.svg \ + mail-signed-verified.svg \ + mail-unread.svg \ + network-error.svg \ + network-idle.svg \ + network-receive.svg \ + network-transmit.svg \ + network-transmit-receive.svg \ + security-high.svg \ + security-medium.svg \ + security-low.svg \ + sync-error.svg \ + sync-synchronizing.svg \ + task-due.svg \ + task-past-due.svg \ + user-away.svg \ + user-idle.svg \ + user-offline.svg \ + user-online.svg \ + weather-severe-alert.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/status/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/status/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/status/appointment-missed.svg b/icon-themes/HighContrast-SVG/scalable/status/appointment-missed.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/appointment-missed.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/status/appointment-soon.svg b/icon-themes/HighContrast-SVG/scalable/status/appointment-soon.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/appointment-soon.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/status/audio-volume-high.svg b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-high.svg new file mode 100644 index 00000000..bf566b0d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-high.svg @@ -0,0 +1,135 @@ +<?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/status" + sodipodi:docname="audio-volume-low.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.333333" + inkscape:cx="24" + inkscape:cy="25.174003" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="951" + inkscape:window-x="0" + inkscape:window-y="25"> + <sodipodi:guide + orientation="horizontal" + position="24.065217" + id="guide5435" /> + </sodipodi:namedview> + <metadata + id="metadata1877"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Volume high</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>audio volume high</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A speaker with ))) in front</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.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect6346" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <path + sodipodi:nodetypes="cc" + id="path9896" + d="M 33.75,39 C 44.75,32 44.75,16 33.75,9" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path3659" + d="M 4.0217391,16.108696 L 4.0000001,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + style="fill:white;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" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="cc" + id="path8122" + d="M 31,16 C 36,20 36,28 31,32" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0217391,16.108696 L 4,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + id="path1880" + sodipodi:nodetypes="ccccccc" /> + <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 31,16 C 36,20 36,28 31,32" + id="path7235" + sodipodi:nodetypes="cc" /> + <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 33.75,39 C 44.75,32 44.75,16 33.75,9" + id="path9009" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 27,20 C 29,23 29,25 27,28" + id="path10785" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/audio-volume-low.svg b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-low.svg new file mode 100644 index 00000000..19501ea3 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-low.svg @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1872" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/status" + sodipodi:docname="audio-volume-low.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.333333" + inkscape:cx="24" + inkscape:cy="25.174003" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="951" + inkscape:window-x="0" + inkscape:window-y="25"> + <sodipodi:guide + orientation="horizontal" + position="24.065217" + id="guide5435" /> + </sodipodi:namedview> + <metadata + id="metadata1877"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Volume low</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>audio volume low</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A speaker with a ) in front</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.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect6346" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <path + id="path3659" + d="M 4.0217391,16.108696 L 4.0000001,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + style="fill:white;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" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="cc" + id="path11672" + d="M 27,20 C 29,23 29,25 27,28" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0217391,16.108696 L 4,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + id="path1880" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 27,20 C 29,23 29,25 27,28" + id="path10785" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/audio-volume-medium.svg b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-medium.svg new file mode 100644 index 00000000..3b231a41 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-medium.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/status" + sodipodi:docname="audio-volume-medium.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.333333" + inkscape:cx="23.999999" + inkscape:cy="25.174002" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1274" + inkscape:window-height="946" + inkscape:window-x="0" + inkscape:window-y="25"> + <sodipodi:guide + orientation="horizontal" + position="24.065217" + id="guide5435" /> + </sodipodi:namedview> + <metadata + id="metadata1877"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Volume medium</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>audio volume medium</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A speaker with )) in front</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.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect6346" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <path + id="path3659" + d="M 4.0217391,16.108696 L 4.0000001,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + style="fill:white;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" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="cc" + id="path8122" + d="M 31,16 C 36,20 36,28 31,32" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0217391,16.108696 L 4,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + id="path1880" + sodipodi:nodetypes="ccccccc" /> + <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 31,16 C 36,20 36,28 31,32" + id="path7235" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 27,20 C 29,23 29,25 27,28" + id="path10785" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/audio-volume-muted.svg b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-muted.svg new file mode 100644 index 00000000..d74cd3d2 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/audio-volume-muted.svg @@ -0,0 +1,139 @@ +<?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/status" + sodipodi:docname="audio-volume-muted.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.333333" + inkscape:cx="24" + inkscape:cy="25.174003" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="951" + inkscape:window-x="0" + inkscape:window-y="25"> + <sodipodi:guide + orientation="horizontal" + position="24.065217" + id="guide5435" /> + </sodipodi:namedview> + <metadata + id="metadata1877"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Volume muted</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>audio volume muted</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A speaker with a X in front</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.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect6346" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <g + transform="translate(0.714286,0.708074)" + id="g5437" + style="stroke:white;stroke-opacity:1;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none"> + <path + sodipodi:nodetypes="cc" + id="path5439" + d="M 29.285714,17.291926 L 41.285714,29.291926" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:white;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 41.285714,17.291926 L 29.285714,29.291926" + id="path5441" /> + </g> + <path + id="path3659" + d="M 4.0217391,16.108696 L 4.0000001,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + style="fill:white;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" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.0217391,16.108696 L 4,32 L 14,32 L 24,42 L 24.021739,6.1086957 L 14.021739,16.108696 L 4.0217391,16.108696 z " + id="path1880" + sodipodi:nodetypes="ccccccc" /> + <g + id="g5431" + transform="translate(0.714286,0.708074)"> + <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 29.285714,17.291926 L 41.285714,29.291926" + id="path3655" + sodipodi:nodetypes="cc" /> + <path + id="path3657" + d="M 41.285714,17.291926 L 29.285714,29.291926" + 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" + sodipodi:nodetypes="cc" /> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/battery-caution.svg b/icon-themes/HighContrast-SVG/scalable/status/battery-caution.svg new file mode 100644 index 00000000..4c3b5383 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/battery-caution.svg @@ -0,0 +1,151 @@ +<?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="battery-caution.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <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="perspective14" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.458333" + inkscape:cx="22.318059" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + objecttolerance="10000" + inkscape:object-nodes="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + borderlayer="true" + inkscape:window-width="1280" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:object-paths="true" + gridtolerance="10000" + guidetolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid2385" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Batteri Caution</dc:title> + <dc:date>2008-12-15</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Vinicius Depizzol <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>battery</rdf:li> + <rdf:li>caution</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>less then 40%</dc:coverage> + <dc:contributor> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:contributor> + <dc:description>A battery with less then half charge</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2387" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect2383" + width="40" + height="38" + x="4" + y="8" + rx="5.1238389" + ry="5.0671988" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.00867987;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3161" + width="18.116316" + height="27.946791" + x="15.00434" + y="2.0043399" + rx="4.1230235" + ry="4.1449175" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3163" + width="10.249998" + height="31.999998" + x="18.750002" + y="6" + rx="1.1480899" + ry="1.0552466" /> + <rect + ry="2.982075" + rx="2.9680862" + y="12" + x="8" + height="30" + width="32" + id="rect3159" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3167" + width="22" + height="11" + x="13" + y="26" + rx="1.5246975" + ry="1.6370966" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/battery-low.svg b/icon-themes/HighContrast-SVG/scalable/status/battery-low.svg new file mode 100644 index 00000000..826ecad4 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/battery-low.svg @@ -0,0 +1,151 @@ +<?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="battery-low.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <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="perspective14" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.458333" + inkscape:cx="20.797844" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:snap-bbox="true" + objecttolerance="10000" + inkscape:object-nodes="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + borderlayer="true" + inkscape:window-width="1280" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:object-paths="true" + gridtolerance="10000" + guidetolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid2385" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Battery Low</dc:title> + <dc:date>2008-12-15</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Vinicius Depizzol <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>battery</rdf:li> + <rdf:li>Low</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>less then 20%</dc:coverage> + <dc:contributor> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:contributor> + <dc:description>A quite empty battery </dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Camada 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2387" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect2383" + width="40" + height="38" + x="4" + y="8" + rx="5.1238389" + ry="5.0671988" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.00867987;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3161" + width="18.116316" + height="27.946791" + x="15.00434" + y="2.0043399" + rx="4.1230235" + ry="4.1449175" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3163" + width="10.249998" + height="31.999998" + x="18.750002" + y="6" + rx="1.1480899" + ry="1.0552466" /> + <rect + ry="2.982075" + rx="2.9680862" + y="12" + x="8" + height="30" + width="32" + id="rect3159" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.9862721;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect3167" + width="19.037952" + height="5.0379534" + x="14.468911" + y="31.46891" + rx="1.4513559" + ry="1.6495236" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/dialog-error.svg b/icon-themes/HighContrast-SVG/scalable/status/dialog-error.svg new file mode 100644 index 00000000..7c575178 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/dialog-error.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://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-error.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/status"><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>Dialog error</dc:title><dc:creator><cc:Agent><dc:title>jimmac</dc:title></cc:Agent></dc:creator><cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs17"> + + + + + + </defs><sodipodi:namedview + inkscape:window-height="950" + inkscape:window-width="1280" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridtolerance="0.50000000px" + guidetolerance="0.50000000px" + inkscape:zoom="90.273966" + inkscape:cx="6.7535446" + inkscape:cy="23.903589" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" /> + <path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:6.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 43.000000,24.000000 C 43.000000,34.500000 34.500000,43.000000 24.000000,43.000000 C 13.500000,43.000000 5.0000000,34.500000 5.0000000,24.000000 C 5.0000000,13.500000 13.500000,5.0000000 24.000000,5.0000000 C 34.500000,5.0000000 43.000000,13.500000 43.000000,24.000000 z " + id="path7" /><path + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + d="M 43.000000,24.000000 C 43.000000,34.500000 34.500000,43.000000 24.000000,43.000000 C 13.500000,43.000000 5.0000000,34.500000 5.0000000,24.000000 C 5.0000000,13.500000 13.500000,5.0000000 24.000000,5.0000000 C 34.500000,5.0000000 43.000000,13.500000 43.000000,24.000000 z " + id="path9" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + d="M 37.000000,28.000000 L 11.000000,28.000000 L 11.000000,20.000000 L 37.000000,20.000000 L 37.000000,28.000000 L 37.000000,28.000000 z " + id="path11" + sodipodi:nodetypes="cccccc" /> + <g + id="crop_x0020_marks" + style="fill-rule:nonzero;clip-rule:nonzero;stroke:#000000;stroke-miterlimit:4;"> + <path + style="fill:none;stroke:none;" + d="M48,48H0V0h48v48z" + id="path14" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/dialog-information.svg b/icon-themes/HighContrast-SVG/scalable/status/dialog-information.svg new file mode 100644 index 00000000..1780dad9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/dialog-information.svg @@ -0,0 +1,113 @@ +<?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="dialog-information.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + style="display:inline"><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" /><dc:title>Dialog Information</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>dialog</rdf:li><rdf:li>alert</rdf:li><rdf:li>notification</rdf:li><rdf:li>information</rdf:li></rdf:Bag></dc:subject><dc:coverage>Icon to show while providing info to user</dc:coverage><dc:description>A light bulb</dc:description><dc:contributor><cc:Agent><dc:title>Based on Jakub Steiner's work</dc:title></cc:Agent></dc:contributor></cc:Work></rdf:RDF></metadata><defs + id="defs35" /><sodipodi:namedview + inkscape:window-height="968" + 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" + showgrid="true" + inkscape:zoom="15.4375" + inkscape:cx="22.866397" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="layer1"><inkscape:grid + type="xygrid" + id="grid2412" + visible="true" + enabled="true" /></sodipodi:namedview> + + +<g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="rework" + style="display:inline"><rect + style="fill:none;fill-opacity:0.33196722000000001;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2415" + width="48" + height="48" + x="0" + y="0" /><g + transform="translate(0,2)" + id="g3215" + style="stroke:#ffffff;stroke-opacity:1;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;fill:none"><path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20,33 L 28,32" + id="path3217" /><path + id="path3219" + d="M 20,36 L 28,35" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20,39 L 28,38" + id="path3221" /><path + id="path3223" + d="M 24,36 L 24,40" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /></g><path + transform="matrix(1.0796614,0,0,1.0802571,-1.8608262,-0.5049721)" + d="M 36,18.5 A 12.5,12.5 0 1 1 11,18.5 A 12.5,12.5 0 1 1 36,18.5 z" + sodipodi:ry="12.5" + sodipodi:rx="12.5" + sodipodi:cy="18.5" + sodipodi:cx="23.5" + id="path3213" + style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11.11153079;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /><path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.7038436;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3189" + sodipodi:cx="23.5" + sodipodi:cy="18.5" + sodipodi:rx="12.5" + sodipodi:ry="12.5" + d="M 36,18.5 A 12.5,12.5 0 1 1 11,18.5 A 12.5,12.5 0 1 1 36,18.5 z" + transform="matrix(1.0796614,0,0,1.0802571,-1.8608262,-0.5049721)" /><path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 23,27 L 18,18 C 22,21 25,22 28,19" + id="path3193" + sodipodi:nodetypes="ccc" /><g + id="g3207" + transform="translate(0,2)"><path + id="path3195" + d="M 20,33 L 28,32" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20,36 L 28,35" + id="path3197" /><path + id="path3199" + d="M 20,39 L 28,38" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,36 L 24,40" + id="path3203" /></g></g></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/dialog-password.svg b/icon-themes/HighContrast-SVG/scalable/status/dialog-password.svg new file mode 100644 index 00000000..7142511e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/dialog-password.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/status/dialog-question.svg b/icon-themes/HighContrast-SVG/scalable/status/dialog-question.svg new file mode 100644 index 00000000..00fd4ef8 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/dialog-question.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="dialog-question.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="false" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="50" + inkscape:window-y="24" + inkscape:current-layer="svg2" /> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + id="g5"> + <g + id="g7"> + <path + style="stroke:#ffffff;stroke-width:7.09089994;stroke-linejoin:round" + d="M 19.2,30.3 L 19.1,28.9 C 19,26.2 19.8,23.4 22.2,20.6 C 23.9,18.6 25.3,16.8 25.3,15 C 25.3,13.2 24.1,11.9 21.5,11.9 C 19.7,11.9 17.6,12.5 16.2,13.4 L 14.4,7.7 C 16.3,6.6 19.5,5.5 23.3,5.5 C 30.3,5.5 33.5,9.4 33.5,13.7 C 33.5,17.8 30.9,20.4 28.9,22.7 C 27,24.8 26.1,26.9 26.2,29.3 L 26.2,30.3 L 19.2,30.3 L 19.2,30.3 z M 22.5,42.5 C 19.7,42.5 17.8,40.4 17.8,37.7 C 17.8,34.8 19.8,32.9 22.5,32.9 C 25.4,32.9 27.2,34.9 27.3,37.7 C 27.3,40.5 25.4,42.5 22.6,42.5 L 22.5,42.5 z" + id="path9" /> + </g> + <g + id="g11"> + <path + style="stroke:none" + d="M 19.2,30.3 L 19.1,28.9 C 19,26.2 19.8,23.4 22.2,20.6 C 23.9,18.6 25.3,16.8 25.3,15 C 25.3,13.2 24.1,11.9 21.5,11.9 C 19.7,11.9 17.6,12.5 16.2,13.4 L 14.4,7.7 C 16.3,6.6 19.5,5.5 23.3,5.5 C 30.3,5.5 33.5,9.4 33.5,13.7 C 33.5,17.8 30.9,20.4 28.9,22.7 C 27,24.8 26.1,26.9 26.2,29.3 L 26.2,30.3 L 19.2,30.3 L 19.2,30.3 z M 22.5,42.5 C 19.7,42.5 17.8,40.4 17.8,37.7 C 17.8,34.8 19.8,32.9 22.5,32.9 C 25.4,32.9 27.2,34.9 27.3,37.7 C 27.3,40.5 25.4,42.5 22.6,42.5 L 22.5,42.5 z" + id="path13" /> + </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="path16" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/dialog-warning.svg b/icon-themes/HighContrast-SVG/scalable/status/dialog-warning.svg new file mode 100644 index 00000000..da469fcf --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/dialog-warning.svg @@ -0,0 +1,95 @@ +<?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-warning.svg" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/status"><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>Dialow warning</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/GPL/2.0/" /><dc:contributor><cc:Agent><dc:title>Based on icon from jimmac</dc:title></cc:Agent></dc:contributor></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="defs21"> + + + + + + + + + </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" + gridtolerance="0.50000000px" + guidetolerance="0.50000000pt" + inkscape:zoom="8.0000000" + inkscape:cx="57.610985" + inkscape:cy="27.987074" + inkscape:window-x="0" + inkscape:window-y="26" + 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="rect6236" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + rx="0.0000000" + ry="0.0000000" /><path + sodipodi:nodetypes="cccc" + id="path5508" + d="M 24.000000,9.0000000 L 7.0000000,39.000000 L 41.000000,39.000000 L 24.000000,9.0000000 z " + style="fill:#ffffff;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-width:6.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none" + d="M 24.000000,9.0000000 L 7.0000000,39.000000 L 41.000000,39.000000 L 24.000000,9.0000000 z " + id="path9" + sodipodi:nodetypes="cccc" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + d="M 24.000000,10.000000 L 8.0000000,38.000000 L 40.000000,38.000000 L 24.000000,10.000000 z " + id="path11" + sodipodi:nodetypes="cccc" /><path + id="path15" + d="M 22.000000,29.000000 L 21.000000,18.000000 L 27.000000,18.000000 L 26.000000,29.000000 L 22.000000,29.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-miterlimit:4.0000000" + sodipodi:nodetypes="ccccc" /> + +<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="path6965" + sodipodi:cx="24.000000" + sodipodi:cy="32.000000" + sodipodi:rx="2.9687500" + sodipodi:ry="3.0156250" + d="M 26.968750 32.000000 A 2.9687500 3.0156250 0 1 1 21.031250,32.000000 A 2.9687500 3.0156250 0 1 1 26.968750 32.000000 z" + transform="translate(-3.125000e-2,1.984375)" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/folder-drag-accept.svg b/icon-themes/HighContrast-SVG/scalable/status/folder-drag-accept.svg new file mode 100644 index 00000000..97b0a651 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/folder-drag-accept.svg @@ -0,0 +1,70 @@ +<?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="folder-drag-accept.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><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="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="false" + inkscape:zoom="8.2333333" + inkscape:cx="30" + inkscape:cy="30" + inkscape:window-x="50" + inkscape:window-y="24" + inkscape:current-layer="svg2" /> + <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:6.70900011" + d="M 7.1,10.6 C 5.8,10.6 4.8,11.6 4.8,12.9 L 4.9,35.2 C 4.9,36.6 5.8,37.5 7.2,37.5 C 7.2,37.5 7.3,37.5 7.3,37.5 L 7.3,37.5 L 34.8,37.5 C 35.9,37.5 36.9,36.9 37.7,35.9 C 38.3,35 39.9,31.4 40.8,29.1 C 42.4,25 43.3,22.4 43.3,21.2 C 43.3,20.9 43.3,20 42.6,19.5 C 42,19 41.2,18.9 40.4,18.9 C 40.4,18.9 38,18.9 36.4,18.9 C 36.4,18.1 36.4,17.2 36.4,17.2 C 36.4,15.9 35.5,15 34.2,15 C 34.2,15 22.6,15 20.2,15 C 20.2,13.9 20.2,12.8 20.2,12.8 C 20.2,11.6 19.2,10.6 17.9,10.6 L 7.1,10.6 L 7.1,10.6 z" + id="path7" /> + <path + style="stroke:none" + d="M 7.1,10.6 C 5.8,10.6 4.8,11.6 4.8,12.9 L 4.9,35.2 C 4.9,36.6 5.8,37.5 7.2,37.5 C 7.2,37.5 7.3,37.5 7.3,37.5 L 7.3,37.5 L 34.8,37.5 C 35.9,37.5 36.9,36.9 37.7,35.9 C 38.3,35 39.9,31.4 40.8,29.1 C 42.4,25 43.3,22.4 43.3,21.2 C 43.3,20.9 43.3,20 42.6,19.5 C 42,19 41.2,18.9 40.4,18.9 C 40.4,18.9 38,18.9 36.4,18.9 C 36.4,18.1 36.4,17.2 36.4,17.2 C 36.4,15.9 35.5,15 34.2,15 C 34.2,15 22.6,15 20.2,15 C 20.2,13.9 20.2,12.8 20.2,12.8 C 20.2,11.6 19.2,10.6 17.9,10.6 L 7.1,10.6 L 7.1,10.6 z" + id="path9" /> + <path + style="fill:#ffffff;stroke:none" + d="M 8.9,35.3 L 34,35.3 C 34.6,35.3 35.2,34.9 35.5,34.4 C 36.2,33.4 40.3,23.8 40.3,21.9 C 40.3,21.5 40.3,21.2 39,21.2 L 14.9,21.2 C 14.5,21.2 14.1,21.3 14,21.9 C 13.9,23.4 10.8,33.7 9.7,35 C 9.4,35.4 8.8,35.4 8.8,35.4 L 8.9,35.3 z" + id="path11" /> + </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="path14" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/folder-open.svg b/icon-themes/HighContrast-SVG/scalable/status/folder-open.svg new file mode 100644 index 00000000..c7ad23a1 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/folder-open.svg @@ -0,0 +1,70 @@ +<?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="svg23" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="folder-open.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0"><metadata + id="metadata40"><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="defs38" /><sodipodi:namedview + inkscape:window-height="682" + inkscape:window-width="741" + 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="false" + inkscape:zoom="8.2333333" + inkscape:cx="40.748988" + inkscape:cy="15.425101" + inkscape:window-x="187" + inkscape:window-y="24" + inkscape:current-layer="svg23" /> + <g + id="Layer_x0020_4" + style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"> + <g + id="g26"> + <path + style="fill:none;stroke:#ffffff;stroke-width:6.70900011" + d="M 7.1,10.6 C 5.8,10.6 4.8,11.6 4.8,12.9 L 4.9,35.2 C 4.9,36.6 5.8,37.5 7.2,37.5 C 7.2,37.5 7.3,37.5 7.3,37.5 L 7.3,37.5 L 34.8,37.5 C 35.9,37.5 36.9,36.9 37.7,35.9 C 38.3,35 39.9,31.4 40.8,29.1 C 42.4,25 43.3,22.4 43.3,21.2 C 43.3,20.9 43.3,20 42.6,19.5 C 42,19 41.2,18.9 40.4,18.9 C 40.4,18.9 38,18.9 36.4,18.9 C 36.4,18.1 36.4,17.2 36.4,17.2 C 36.4,15.9 35.5,15 34.2,15 C 34.2,15 22.6,15 20.2,15 C 20.2,13.9 20.2,12.8 20.2,12.8 C 20.2,11.6 19.2,10.6 17.9,10.6 L 7.1,10.6 L 7.1,10.6 z" + id="path28" /> + <path + style="stroke:none" + d="M 7.1,10.6 C 5.8,10.6 4.8,11.6 4.8,12.9 L 4.9,35.2 C 4.9,36.6 5.8,37.5 7.2,37.5 C 7.2,37.5 7.3,37.5 7.3,37.5 L 7.3,37.5 L 34.8,37.5 C 35.9,37.5 36.9,36.9 37.7,35.9 C 38.3,35 39.9,31.4 40.8,29.1 C 42.4,25 43.3,22.4 43.3,21.2 C 43.3,20.9 43.3,20 42.6,19.5 C 42,19 41.2,18.9 40.4,18.9 C 40.4,18.9 38,18.9 36.4,18.9 C 36.4,18.1 36.4,17.2 36.4,17.2 C 36.4,15.9 35.5,15 34.2,15 C 34.2,15 22.6,15 20.2,15 C 20.2,13.9 20.2,12.8 20.2,12.8 C 20.2,11.6 19.2,10.6 17.9,10.6 L 7.1,10.6 L 7.1,10.6 z" + id="path30" /> + <path + style="fill:#ffffff;stroke:none" + d="M 8.9,35.3 L 34,35.3 C 34.6,35.3 35.2,34.9 35.5,34.4 C 36.2,33.4 40.3,23.8 40.3,21.9 C 40.3,21.5 40.3,21.2 39,21.2 L 14.9,21.2 C 14.5,21.2 14.1,21.3 14,21.9 C 13.9,23.4 10.8,33.7 9.7,35 C 9.4,35.4 8.8,35.4 8.8,35.4 L 8.9,35.3 z" + id="path32" /> + </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="path35" /> + </g> +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/folder-visiting.svg b/icon-themes/HighContrast-SVG/scalable/status/folder-visiting.svg new file mode 100644 index 00000000..cb5c0dc7 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/folder-visiting.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://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="svg1358" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docname="folder-visiting.svg" + sodipodi:docbase="/home/luca/Desktop/blackwhite-icon-theme/scalable/status"><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>Folder</dc:title><dc:description>A folder</dc:description><cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /><dc:contributor><cc:Agent><dc:title>based on jimmac work</dc:title></cc:Agent></dc:contributor></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="defs1373"> + + + + + + </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: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.937500" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:window-x="6" + inkscape:window-y="28" + 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 + id="path3303" + d="M 10.000000,10.000000 C 9.0000000,10.000000 8.0000000,11.000000 8.0000000,12.000000 L 8.0000000,32.000000 C 8.0000000,33.000000 9.0000000,34.000000 10.000000,34.000000 L 38.000000,34.000000 C 39.000000,34.000000 40.000000,33.000000 40.000000,32.000000 L 40.000000,18.000000 C 40.000000,17.000000 39.000000,16.000000 38.000000,16.000000 L 19.000000,16.000000 L 19.000000,12.000000 C 19.000000,11.000000 18.000000,10.000000 17.000000,10.000000 L 10.000000,10.000000 z " + style="fill-rule:nonzero;stroke:none;stroke-width:7.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none;fill:#ffffff;fill-opacity:1.0000000" + sodipodi:nodetypes="cccccccccccc" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/image-loading.svg b/icon-themes/HighContrast-SVG/scalable/status/image-loading.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/image-loading.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/status/image-missing.svg b/icon-themes/HighContrast-SVG/scalable/status/image-missing.svg new file mode 100644 index 00000000..d7115cff --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/image-missing.svg @@ -0,0 +1,143 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="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="image-missing.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="perspective3632" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.041667" + 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="26" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-intersection-line-segments="true" + inkscape:snap-center="false" + inkscape:snap-global="true" + objecttolerance="1"> + <inkscape:grid + type="xygrid" + id="grid3634" + visible="true" + enabled="true" + dotted="false" /> + </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>Image Missing</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>image</rdf:li> + <rdf:li>picture</rdf:li> + <rdf:li>missing</rdf:li> + <rdf:li>not loaded</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>Placeholder icon for not loaded images and pictures</dc:coverage> + <dc:description>A photo paper whit a X on it</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="3.0078366" + rx="3.1318679" + y="7" + x="4" + height="34" + width="40" + id="rect6561" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="40" + height="34" + x="4" + y="7" + rx="3.4419453" + ry="3.3179142" /> + <rect + ry="1.3954337" + rx="1.4574491" + y="11" + x="8" + height="26" + width="31.999998" + id="rect6622" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <g + id="g4154" + transform="translate(2.9584487,1.034836)"> + <g + id="g4151"> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 17,16.986214 L 30.92887,30.965164" + id="path3636" + sodipodi:nodetypes="cc" /> + </g> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 30.92887,16.986214 L 17,30.965164" + id="path4149" + sodipodi:nodetypes="cc" /> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/mail-attachment.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-attachment.svg new file mode 100644 index 00000000..ce5a1e91 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-attachment.svg @@ -0,0 +1,69 @@ +<?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="mail-attachment.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" /><dc:title>Mail Attachment</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:language></dc:language><dc:subject><rdf:Bag><rdf:li>attachment</rdf:li><rdf:li>email</rdf:li><rdf:li>mail</rdf:li></rdf:Bag></dc:subject><dc:coverage>Identify an attached item</dc:coverage><dc:description>A paperclip</dc:description><dc:contributor><cc:Agent><dc:title>Based on Jakub Steiner's work</dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="" /></cc:Work></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" + showgrid="true" + inkscape:snap-intersection-line-segments="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:zoom="12.033333" + inkscape:cx="12.67313" + inkscape:cy="30" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2"><inkscape:grid + type="xygrid" + id="grid2392" + visible="true" + enabled="true" /></sodipodi:namedview> + <rect + style="fill:none;fill-opacity:0.29918032999999999;stroke:none;stroke-width:6;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" + id="rect2394" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /><path + sodipodi:nodetypes="cccccccccc" + id="path3173" + d="M 10,15 L 10,31.2 L 24.2,41.2 L 39,31 L 39,7 L 19,7 L 19,25 L 25,29 L 30,25 L 30,15" + 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 10,15 L 10,31.2 L 24.2,41.2 L 39,31 L 39,7 L 19,7 L 19,25 L 25,29 L 30,25 L 30,15" + id="path9" + sodipodi:nodetypes="cccccccccc" /> + +</svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/mail-read.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-read.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-read.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/status/mail-replied.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-replied.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-replied.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/status/mail-signed-verified.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-signed-verified.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-signed-verified.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/status/mail-signed.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-signed.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-signed.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/status/mail-unread.svg b/icon-themes/HighContrast-SVG/scalable/status/mail-unread.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/mail-unread.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/status/media-playlist-repeat.svg b/icon-themes/HighContrast-SVG/scalable/status/media-playlist-repeat.svg new file mode 100644 index 00000000..8ec1cf4e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/media-playlist-repeat.svg @@ -0,0 +1,111 @@ +<?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="media-playlist-repeat.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective10" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.625" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="svg2" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:window-width="1272" + inkscape:window-height="946" + inkscape:window-x="0" + inkscape:window-y="25"> + <inkscape:grid + type="xygrid" + id="grid2383" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Media Playlist Repeat</dc:title> + <dc:date>December 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>media</rdf:li> + <rdf:li>playlist</rdf:li> + <rdf:li>play</rdf:li> + <rdf:li>order</rdf:li> + <rdf:li>repeat</rdf:li> + <rdf:li /> + </rdf:Bag> + </dc:subject> + <dc:description>A "circular" arrow</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <rect + style="fill:none;fill-opacity:0.48780488999999999;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2382" + width="48" + height="48" + x="0" + y="0" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:nodetypes="ccccccccccccccccccccccc" + id="path3157" + d="M 7,34.90983 C 7,34.90983 5,34.90983 5,32.90983 L 5,7.9098301 C 5,5.9098301 7,5.9098301 7,5.9098301 L 41,5.9098301 C 41,5.9098301 43,5.9098301 43,7.9098301 L 43,32.90983 C 43,34.90983 41,34.90983 41,34.90983 L 30,34.90983 L 30,40.90983 C 29,42.90983 28,41.90983 27,39.90983 L 22,31.90983 L 27,23.90983 C 28,21.90983 29,20.90983 30,22.90983 L 30,28.90983 L 37,28.90983 L 37,11.90983 L 11,11.90983 L 11,28.90983 L 17,28.90983 L 14,31.90983 L 17,34.90983 L 7,34.90983 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 7,34.90983 C 7,34.90983 5,34.90983 5,32.90983 L 5,7.9098301 C 5,5.9098301 7,5.9098301 7,5.9098301 L 41,5.9098301 C 41,5.9098301 43,5.9098301 43,7.9098301 L 43,32.90983 C 43,34.90983 41,34.90983 41,34.90983 L 30,34.90983 L 30,40.90983 C 29,42.90983 28,41.90983 27,39.90983 L 22,31.90983 L 27,23.90983 C 28,21.90983 29,20.90983 30,22.90983 L 30,28.90983 L 37,28.90983 L 37,11.90983 L 11,11.90983 L 11,28.90983 L 17,28.90983 L 14,31.90983 L 17,34.90983 L 7,34.90983 z" + id="path2385" + sodipodi:nodetypes="ccccccccccccccccccccccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg b/icon-themes/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg new file mode 100644 index 00000000..136d53f1 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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="media-playlist-shuffle.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.625" + inkscape:cx="34.848" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="svg2" + showgrid="true" + inkscape:snap-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:window-width="1272" + inkscape:window-height="946" + inkscape:window-x="0" + inkscape:window-y="25"> + <inkscape:grid + type="xygrid" + id="grid2383" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Media Playlist Shuffle</dc:title> + <dc:date>December 2008</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>media</rdf:li> + <rdf:li>playlist</rdf:li> + <rdf:li>play</rdf:li> + <rdf:li>order</rdf:li> + <rdf:li>shuffle</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Two intersectating arrows</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <rect + style="fill:none;fill-opacity:0.48780488999999999;stroke:#ffffff;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2382" + width="48" + height="48" + x="0" + y="0" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5,11 L 5,15 L 14,15 L 25,37 L 35,37 L 35,42 C 36,44 37,43 38,41 L 43,35 L 38,29 C 37,27 36,26 35,28 L 35,33 L 27,33 L 16,11 L 5,11 z" + id="path3199" + sodipodi:nodetypes="cccccccccccccc" /> + <g + id="g3193"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5,37 L 5,33 L 14,33 L 25,11 L 35,11 L 35,6 C 36,4 37,5 38,7 L 43,13 L 38,19 C 37,21 36,22 35,20 L 35,15 L 27,15 L 16,37 L 5,37 z" + id="path3191" + sodipodi:nodetypes="cccccccccccccc" /> + <path + sodipodi:nodetypes="cccccccccccccc" + id="path2385" + d="M 5,37 L 5,33 L 14,33 L 25,11 L 35,11 L 35,6 C 36,4 37,5 38,7 L 43,13 L 38,19 C 37,21 36,22 35,20 L 35,15 L 27,15 L 16,37 L 5,37 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 5,11 L 5,15 L 14,15 L 25,37 L 35,37 L 35,42 C 36,44 37,43 38,41 L 43,35 L 38,29 C 37,27 36,26 35,28 L 35,33 L 27,33 L 16,11 L 5,11 z" + id="path3205" + sodipodi:nodetypes="cccccccccccccc" /> + <path + sodipodi:nodetypes="cccccccccccccc" + id="path3201" + d="M 5,11 L 5,15 L 14,15 L 25,37 L 35,37 L 35,42 C 36,44 37,43 38,41 L 43,35 L 38,29 C 37,27 36,26 35,28 L 35,33 L 27,33 L 16,11 L 5,11 z" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;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/status/network-error.svg b/icon-themes/HighContrast-SVG/scalable/status/network-error.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-error.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/status/network-idle.svg b/icon-themes/HighContrast-SVG/scalable/status/network-idle.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-idle.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/status/network-offline.svg b/icon-themes/HighContrast-SVG/scalable/status/network-offline.svg new file mode 100644 index 00000000..c6d27e60 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-offline.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="svg2" + sodipodi:version="0.32" + inkscape:version="0.45" + sodipodi:docname="network-offline.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/status" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true" + 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" /><dc:title>Network Offline</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti <[email protected]></dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>network</rdf:li><rdf:li>status</rdf:li><rdf:li>offline</rdf:li><rdf:li>disconnected</rdf:li></rdf:Bag></dc:subject><dc:description>A plug</dc:description><dc:contributor><cc:Agent><dc:title>Jakub Steiner did the previous non-pixel perfect version.</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="defs27" /><sodipodi:namedview + inkscape:window-height="945" + 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" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="layer1"><sodipodi:guide + orientation="horizontal" + position="43.933333" + id="guide3155" /><sodipodi:guide + orientation="vertical" + position="4" + id="guide3157" /><sodipodi:guide + orientation="horizontal" + position="4" + id="guide3159" /><sodipodi:guide + orientation="vertical" + position="44" + id="guide3161" /></sodipodi:namedview> + + +<g + inkscape:groupmode="layer" + id="layer1" + inkscape:label="new" + style="display:inline"><rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5113" + width="48" + height="48" + x="0" + y="0" /><path + sodipodi:nodetypes="ccccccccccccccccc" + id="path4142" + d="M 5,21 L 13,21 C 14,17 15,10 22,9 L 32,9 L 32,14 L 41,14 C 44,14 44,19 41,19 L 32,19 L 32,28 L 41,28 C 44,28 44,33 41,33 L 32,33 L 32,38 L 22,38 C 15,37 14,31 13,27 L 5,27 L 5,21 z " + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /><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 5,21 L 13,21 C 14,17 15,10 22,9 L 32,9 L 32,14 L 41,14 C 44,14 44,19 41,19 L 32,19 L 32,28 L 41,28 C 44,28 44,33 41,33 L 32,33 L 32,38 L 22,38 C 15,37 14,31 13,27 L 5,27 L 5,21 z " + id="path2182" + sodipodi:nodetypes="ccccccccccccccccc" /></g></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/network-online.svg b/icon-themes/HighContrast-SVG/scalable/status/network-online.svg new file mode 100644 index 00000000..bb8d8652 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-online.svg @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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" + sodipodi:docname="network-online.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/status" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true" + version="1.0"><metadata + id="metadata33"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Network Online</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti <[email protected]></dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>network</rdf:li><rdf:li>online</rdf:li><rdf:li>connected</rdf:li></rdf:Bag></dc:subject><dc:description>Connected plugs</dc:description><dc:contributor><cc:Agent><dc:title>Based on Jakub Steiner's work, I've just made it pixel perfect</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="defs31" /><sodipodi:namedview + inkscape:window-height="945" + 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" + inkscape:cx="24" + inkscape:cy="23.807733" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" /> + + +<rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6087" + width="48" + height="48" + x="0" + y="0" /><g + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:1;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" + id="g4143"><path + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 5,26 L 5,22 L 11,22 C 11,18 13,12 17,11 L 22,11 L 22,37 L 17,37 C 13,36 11,30 11,26 L 5,26 z " + id="path4145" + sodipodi:nodetypes="ccccccccc" /><path + sodipodi:nodetypes="ccccccccc" + id="path4147" + d="M 43,26 L 43,22 L 37,22 C 37,18 35,12 31,11 L 26,11 L 26,37 L 31,37 C 35,36 37,30 37,26 L 43,26 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /></g><g + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-opacity:1;stroke-linejoin:round;stroke-linecap:round;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none" + id="g7058"><path + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 5,26 L 5,22 L 11,22 C 11,18 13,12 17,11 L 22,11 L 22,37 L 17,37 C 13,36 11,30 11,26 L 5,26 z " + id="path7060" + sodipodi:nodetypes="ccccccccc" /><path + sodipodi:nodetypes="ccccccccc" + id="path7062" + d="M 43,26 L 43,22 L 37,22 C 37,18 35,12 31,11 L 26,11 L 26,37 L 31,37 C 35,36 37,30 37,26 L 43,26 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /></g><g + id="g3170" + style="fill:#000000;fill-opacity:1"><path + sodipodi:nodetypes="ccccccccc" + id="path2186" + d="M 5,26 L 5,22 L 11,22 C 11,18 13,12 17,11 L 22,11 L 22,37 L 17,37 C 13,36 11,30 11,26 L 5,26 z " + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" /><path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="M 43,26 L 43,22 L 37,22 C 37,18 35,12 31,11 L 26,11 L 26,37 L 31,37 C 35,36 37,30 37,26 L 43,26 z " + id="path3159" + sodipodi:nodetypes="ccccccccc" /></g></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/network-receive.svg b/icon-themes/HighContrast-SVG/scalable/status/network-receive.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-receive.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/status/network-transmit-receive.svg b/icon-themes/HighContrast-SVG/scalable/status/network-transmit-receive.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-transmit-receive.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/status/network-transmit.svg b/icon-themes/HighContrast-SVG/scalable/status/network-transmit.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/network-transmit.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/status/printer-printing.svg b/icon-themes/HighContrast-SVG/scalable/status/printer-printing.svg new file mode 100644 index 00000000..6c4a8b41 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/printer-printing.svg @@ -0,0 +1,32 @@ +<?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="printer-printing.svg" sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/actions" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape"><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"><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="perspective18"/> + + + + + + + + + + + + + + + + + + + + + + + + + + </defs><sodipodi:namedview inkscape:window-height="723" inkscape:window-width="1280" inkscape:pageshadow="2" inkscape:pageopacity="0" borderopacity="1.0" bordercolor="#666666" pagecolor="#969696" id="base" showgrid="false" inkscape:grid-bbox="true" inkscape:grid-points="true" inkscape:zoom="1" inkscape:cx="23.069596" inkscape:cy="21.09679" inkscape:window-x="0" inkscape:window-y="27" inkscape:current-layer="svg2"><inkscape:grid type="xygrid" id="grid2391" visible="true" enabled="true"/></sodipodi:namedview> + + +<rect ry="0" rx="0" y="0" x="0" height="48" width="48" id="rect2393" style="fill: none; fill-opacity: 0.75; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"/><g style="fill: rgb(255, 255, 255); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 8; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" id="g2395" transform="translate(0, -6)"><path sodipodi:nodetypes="ccccccccc" id="path2397" d="M 40.000001,49 C 40.000001,49.4 39.435295,50 39.058825,50 L 8.9411765,50 C 8.5647059,50 8,49.4 8,49 L 8,37 C 8,36.6 8.4705883,36.3 8.8470589,36.3 L 38.870589,36.3 C 39.24706,36.3 40.000001,36.6 40.000001,37 L 40.000001,49 z" style="fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 8; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><path sodipodi:nodetypes="ccccccccc" id="path2399" d="M 44,35 C 44,35.4 43.4,36 43,36 L 5,36 C 4.6,36 4,35.4 4,35 L 4,21 C 4,20.6 4.6,20 5,20 L 43,20 C 43.4,20 44,20.6 44,21 L 44,35 z" style="fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 8; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><path sodipodi:nodetypes="ccccccc" id="path2401" d="M 12,10 C 9,10 8,12 8,14 L 8,26 L 40,26 L 40,14 C 40,12 39,10 36,10 L 12,10 z" style="fill: rgb(255, 255, 255); fill-opacity: 1; fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 8; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/></g><g id="g2403" transform="translate(0, -10)"><path style="fill: rgb(0, 0, 0); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;" 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="path2405" sodipodi:nodetypes="ccccccccc"/><path style="fill: rgb(0, 0, 0); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;" 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="path2407" sodipodi:nodetypes="ccccccccc"/><path style="fill: rgb(0, 0, 0); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;" d="M 12,14 C 9,14 8,16 8,18 L 8,36 L 40,36 L 40,18 C 40,16 39,14 36,14 L 12,14 z" id="path2409" sodipodi:nodetypes="ccccccc"/><path sodipodi:nodetypes="ccccccc" id="path3187" d="M 12,54 C 9,54 8,52 8,50 L 8,32 L 40,32 L 40,50 C 40,52 39,54 36,54 L 12,54 z" style="fill: rgb(0, 0, 0); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;"/></g><path sodipodi:nodetypes="ccccccc" id="path2411" d="M 36,15 L 12,15 L 12,9 C 12,9 12,8 13,8 L 35,8 C 36,8 36,9 36,9 L 36,15 z" style="fill: rgb(255, 255, 255); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;"/><path style="fill: rgb(255, 255, 255); fill-rule: nonzero; stroke: none; stroke-width: 7.4329; stroke-linejoin: round; stroke-miterlimit: 4;" d="M 36,30 L 12,30 L 12,39 C 12,39 12,40 13,40 L 35,40 C 36,40 36,39 36,39 L 36,30 z" id="path3189" sodipodi:nodetypes="ccccccc"/><path sodipodi:nodetypes="cc" id="path2413" d="M 16.6,35 L 31,35" style="fill: none; fill-rule: nonzero; stroke: rgb(0, 0, 0); stroke-width: 4; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none;"/></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/security-high.svg b/icon-themes/HighContrast-SVG/scalable/status/security-high.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/security-high.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/status/security-low.svg b/icon-themes/HighContrast-SVG/scalable/status/security-low.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/security-low.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/status/security-medium.svg b/icon-themes/HighContrast-SVG/scalable/status/security-medium.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/security-medium.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/status/software-update-available.svg b/icon-themes/HighContrast-SVG/scalable/status/software-update-available.svg new file mode 100644 index 00000000..c35bdb18 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/software-update-available.svg @@ -0,0 +1,154 @@ +<?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="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45" + sodipodi:docname="software-update-available.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/status" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + <defs + id="defs2162" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="26"> + <sodipodi:guide + orientation="horizontal" + position="44.018433" + id="guide2168" /> + <sodipodi:guide + orientation="vertical" + position="3.9078341" + id="guide2170" /> + <sodipodi:guide + orientation="horizontal" + position="3.9815668" + id="guide2172" /> + <sodipodi:guide + orientation="vertical" + position="43.9447" + id="guide2174" /> + </sodipodi:namedview> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Updates</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>updates</rdf:li> + <rdf:li>available</rdf:li> + <rdf:li>software</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Based on same icon in MATE icon theme</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:type="star" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4.52460814;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2178" + sodipodi:sides="8" + sodipodi:cx="24.479263" + sodipodi:cy="24.1106" + sodipodi:r1="24.796349" + sodipodi:r2="15.026587" + sodipodi:arg1="-1.9452288" + sodipodi:arg2="-1.5507025" + inkscape:flatsided="false" + inkscape:rounded="-0.02" + inkscape:randomized="0" + d="M 15.410138,1.0322575 C 15.179956,1.1222272 25.028284,9.0915606 24.781185,9.0870465 C 24.53493,9.0825478 34.610883,1.4777138 34.385276,1.3789075 C 34.158894,1.2797622 35.487544,13.878751 35.31601,13.700834 C 35.145063,13.523525 47.647268,15.27087 47.557605,15.041474 C 47.467636,14.811292 39.498302,24.65962 39.502816,24.412521 C 39.507315,24.166266 47.112149,34.24222 47.210955,34.016612 C 47.310101,33.79023 34.711111,35.11888 34.889029,34.947346 C 35.066338,34.776399 33.318993,47.278604 33.548388,47.188942 C 33.778571,47.098972 23.930243,39.129638 24.177342,39.134153 C 24.423597,39.138651 14.347643,46.743485 14.573251,46.842292 C 14.799633,46.941437 13.470983,34.342448 13.642516,34.520365 C 13.813464,34.697675 1.3112591,32.950329 1.4009213,33.179725 C 1.490891,33.409907 9.4602244,23.561579 9.4557103,23.808678 C 9.4512116,24.054933 1.8463776,13.978979 1.7475712,14.204587 C 1.648426,14.430969 14.247415,13.102319 14.069498,13.273853 C 13.892188,13.4448 15.639534,0.94259532 15.410138,1.0322575 z " + transform="matrix(0.820487,0.3319062,-0.3289678,0.8210527,11.846697,-3.8811857)" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:9.92049942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3137" + sodipodi:sides="8" + sodipodi:cx="24.479263" + sodipodi:cy="24.1106" + sodipodi:r1="24.796349" + sodipodi:r2="17.506222" + sodipodi:arg1="-1.9452288" + sodipodi:arg2="-1.5507025" + inkscape:flatsided="false" + inkscape:rounded="0.19" + inkscape:randomized="0" + d="M 15.410138,1.0322575 C 17.347379,0.27506185 22.75139,6.5699207 24.831007,6.6079118 C 26.900062,6.64571 32.489697,0.54872687 34.385276,1.3789075 C 36.29053,2.2133257 35.660605,10.485676 37.104253,11.98305 C 38.540568,13.472821 46.804255,13.114072 47.557605,15.041474 C 48.314801,16.978716 42.019942,22.382726 41.981951,24.462343 C 41.944153,26.531398 48.041136,32.121033 47.210955,34.016612 C 46.376537,35.921866 38.104187,35.291942 36.606812,36.735589 C 35.117042,38.171904 35.475791,46.435591 33.548388,47.188942 C 31.611147,47.946137 26.207137,41.651278 24.12752,41.613287 C 22.058465,41.575489 16.46883,47.672472 14.573251,46.842292 C 12.667997,46.007873 13.297921,37.735523 11.854274,36.238149 C 10.417958,34.748378 2.1542715,35.107128 1.4009213,33.179725 C 0.64372564,31.242484 6.9385845,25.838473 6.9765756,23.758856 C 7.0143738,21.689801 0.91739066,16.100166 1.7475712,14.204587 C 2.5819895,12.299333 10.854339,12.929258 12.351714,11.48561 C 13.841485,10.049295 13.482735,1.7856077 15.410138,1.0322575 z " + transform="matrix(0.7476211,0.3025799,-0.2997528,0.7485069,12.898357,-1.4538832)" /> + <path + transform="matrix(0.7476211,0.3025799,-0.2997528,0.7485069,12.898357,-1.4538832)" + d="M 15.410138,1.0322575 C 17.347379,0.27506185 22.75139,6.5699207 24.831007,6.6079118 C 26.900062,6.64571 32.489697,0.54872687 34.385276,1.3789075 C 36.29053,2.2133257 35.660605,10.485676 37.104253,11.98305 C 38.540568,13.472821 46.804255,13.114072 47.557605,15.041474 C 48.314801,16.978716 42.019942,22.382726 41.981951,24.462343 C 41.944153,26.531398 48.041136,32.121033 47.210955,34.016612 C 46.376537,35.921866 38.104187,35.291942 36.606812,36.735589 C 35.117042,38.171904 35.475791,46.435591 33.548388,47.188942 C 31.611147,47.946137 26.207137,41.651278 24.12752,41.613287 C 22.058465,41.575489 16.46883,47.672472 14.573251,46.842292 C 12.667997,46.007873 13.297921,37.735523 11.854274,36.238149 C 10.417958,34.748378 2.1542715,35.107128 1.4009213,33.179725 C 0.64372564,31.242484 6.9385845,25.838473 6.9765756,23.758856 C 7.0143738,21.689801 0.91739066,16.100166 1.7475712,14.204587 C 2.5819895,12.299333 10.854339,12.929258 12.351714,11.48561 C 13.841485,10.049295 13.482735,1.7856077 15.410138,1.0322575 z " + inkscape:randomized="0" + inkscape:rounded="0.19" + inkscape:flatsided="false" + sodipodi:arg2="-1.5507025" + sodipodi:arg1="-1.9452288" + sodipodi:r2="17.506222" + sodipodi:r1="24.796349" + sodipodi:cy="24.1106" + sodipodi:cx="24.479263" + sodipodi:sides="8" + id="path2163" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.52460814;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/software-update-urgent.svg b/icon-themes/HighContrast-SVG/scalable/status/software-update-urgent.svg new file mode 100644 index 00000000..e9eb613e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/software-update-urgent.svg @@ -0,0 +1,169 @@ +<?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="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45" + sodipodi:docname="software-update-available.svg" + sodipodi:docbase="/home/luca/svn/mate2/mate-themes/icon-themes/HighContrast-SVG/scalable/status" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + <defs + id="defs2162" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15" + inkscape:cx="24.066667" + inkscape:cy="23.966667" + 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="945" + inkscape:window-x="0" + inkscape:window-y="26"> + <sodipodi:guide + orientation="horizontal" + position="44.018433" + id="guide2168" /> + <sodipodi:guide + orientation="vertical" + position="3.9078341" + id="guide2170" /> + <sodipodi:guide + orientation="horizontal" + position="3.9815668" + id="guide2172" /> + <sodipodi:guide + orientation="vertical" + position="43.9447" + id="guide2174" /> + </sodipodi:namedview> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Updates</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>updates</rdf:li> + <rdf:li>available</rdf:li> + <rdf:li>software</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Based on same icon in MATE icon theme</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:type="star" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4.52460814;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path2178" + sodipodi:sides="8" + sodipodi:cx="24.479263" + sodipodi:cy="24.1106" + sodipodi:r1="24.796349" + sodipodi:r2="15.026587" + sodipodi:arg1="-1.9452288" + sodipodi:arg2="-1.5507025" + inkscape:flatsided="false" + inkscape:rounded="-0.02" + inkscape:randomized="0" + d="M 15.410138,1.0322575 C 15.179956,1.1222272 25.028284,9.0915606 24.781185,9.0870465 C 24.53493,9.0825478 34.610883,1.4777138 34.385276,1.3789075 C 34.158894,1.2797622 35.487544,13.878751 35.31601,13.700834 C 35.145063,13.523525 47.647268,15.27087 47.557605,15.041474 C 47.467636,14.811292 39.498302,24.65962 39.502816,24.412521 C 39.507315,24.166266 47.112149,34.24222 47.210955,34.016612 C 47.310101,33.79023 34.711111,35.11888 34.889029,34.947346 C 35.066338,34.776399 33.318993,47.278604 33.548388,47.188942 C 33.778571,47.098972 23.930243,39.129638 24.177342,39.134153 C 24.423597,39.138651 14.347643,46.743485 14.573251,46.842292 C 14.799633,46.941437 13.470983,34.342448 13.642516,34.520365 C 13.813464,34.697675 1.3112591,32.950329 1.4009213,33.179725 C 1.490891,33.409907 9.4602244,23.561579 9.4557103,23.808678 C 9.4512116,24.054933 1.8463776,13.978979 1.7475712,14.204587 C 1.648426,14.430969 14.247415,13.102319 14.069498,13.273853 C 13.892188,13.4448 15.639534,0.94259532 15.410138,1.0322575 z " + transform="matrix(0.820487,0.3319062,-0.3289678,0.8210527,11.846697,-3.8811857)" /> + <path + sodipodi:type="star" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:9.92049942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3137" + sodipodi:sides="8" + sodipodi:cx="24.479263" + sodipodi:cy="24.1106" + sodipodi:r1="24.796349" + sodipodi:r2="17.506222" + sodipodi:arg1="-1.9452288" + sodipodi:arg2="-1.5507025" + inkscape:flatsided="false" + inkscape:rounded="0.19" + inkscape:randomized="0" + d="M 15.410138,1.0322575 C 17.347379,0.27506185 22.75139,6.5699207 24.831007,6.6079118 C 26.900062,6.64571 32.489697,0.54872687 34.385276,1.3789075 C 36.29053,2.2133257 35.660605,10.485676 37.104253,11.98305 C 38.540568,13.472821 46.804255,13.114072 47.557605,15.041474 C 48.314801,16.978716 42.019942,22.382726 41.981951,24.462343 C 41.944153,26.531398 48.041136,32.121033 47.210955,34.016612 C 46.376537,35.921866 38.104187,35.291942 36.606812,36.735589 C 35.117042,38.171904 35.475791,46.435591 33.548388,47.188942 C 31.611147,47.946137 26.207137,41.651278 24.12752,41.613287 C 22.058465,41.575489 16.46883,47.672472 14.573251,46.842292 C 12.667997,46.007873 13.297921,37.735523 11.854274,36.238149 C 10.417958,34.748378 2.1542715,35.107128 1.4009213,33.179725 C 0.64372564,31.242484 6.9385845,25.838473 6.9765756,23.758856 C 7.0143738,21.689801 0.91739066,16.100166 1.7475712,14.204587 C 2.5819895,12.299333 10.854339,12.929258 12.351714,11.48561 C 13.841485,10.049295 13.482735,1.7856077 15.410138,1.0322575 z " + transform="matrix(0.7476211,0.3025799,-0.2997528,0.7485069,12.898357,-1.4538832)" /> + <path + transform="matrix(0.7476211,0.3025799,-0.2997528,0.7485069,12.898357,-1.4538832)" + d="M 15.410138,1.0322575 C 17.347379,0.27506185 22.75139,6.5699207 24.831007,6.6079118 C 26.900062,6.64571 32.489697,0.54872687 34.385276,1.3789075 C 36.29053,2.2133257 35.660605,10.485676 37.104253,11.98305 C 38.540568,13.472821 46.804255,13.114072 47.557605,15.041474 C 48.314801,16.978716 42.019942,22.382726 41.981951,24.462343 C 41.944153,26.531398 48.041136,32.121033 47.210955,34.016612 C 46.376537,35.921866 38.104187,35.291942 36.606812,36.735589 C 35.117042,38.171904 35.475791,46.435591 33.548388,47.188942 C 31.611147,47.946137 26.207137,41.651278 24.12752,41.613287 C 22.058465,41.575489 16.46883,47.672472 14.573251,46.842292 C 12.667997,46.007873 13.297921,37.735523 11.854274,36.238149 C 10.417958,34.748378 2.1542715,35.107128 1.4009213,33.179725 C 0.64372564,31.242484 6.9385845,25.838473 6.9765756,23.758856 C 7.0143738,21.689801 0.91739066,16.100166 1.7475712,14.204587 C 2.5819895,12.299333 10.854339,12.929258 12.351714,11.48561 C 13.841485,10.049295 13.482735,1.7856077 15.410138,1.0322575 z " + inkscape:randomized="0" + inkscape:rounded="0.19" + inkscape:flatsided="false" + sodipodi:arg2="-1.5507025" + sodipodi:arg1="-1.9452288" + sodipodi:r2="17.506222" + sodipodi:r1="24.796349" + sodipodi:cy="24.1106" + sodipodi:cx="24.479263" + sodipodi:sides="8" + id="path2163" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.52460814;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.14750874px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" + d="M 21.073753,16.351128 C 21.073753,11.691573 26.926247,10.95127 26.926247,16.351128 C 26.926247,16.351128 25.463123,27.95958 24,27.95958 C 22.536877,27.95958 21.073753,16.351128 21.073753,16.351128 z " + id="path8989" + sodipodi:nodetypes="ccsc" /> + <path + sodipodi:type="arc" + 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="path5170" + sodipodi:cx="24" + sodipodi:cy="34.933334" + sodipodi:rx="3" + sodipodi:ry="3" + d="M 27 34.933334 A 3 3 0 1 1 21,34.933334 A 3 3 0 1 1 27 34.933334 z" + transform="translate(0,-2.0666678)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/sync-error.svg b/icon-themes/HighContrast-SVG/scalable/status/sync-error.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/sync-error.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/status/sync-synchronizing.svg b/icon-themes/HighContrast-SVG/scalable/status/sync-synchronizing.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/sync-synchronizing.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/status/task-due.svg b/icon-themes/HighContrast-SVG/scalable/status/task-due.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/task-due.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/status/task-past-due.svg b/icon-themes/HighContrast-SVG/scalable/status/task-past-due.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/task-past-due.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/status/user-away.svg b/icon-themes/HighContrast-SVG/scalable/status/user-away.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/user-away.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/status/user-idle.svg b/icon-themes/HighContrast-SVG/scalable/status/user-idle.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/user-idle.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/status/user-offline.svg b/icon-themes/HighContrast-SVG/scalable/status/user-offline.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/user-offline.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/status/user-online.svg b/icon-themes/HighContrast-SVG/scalable/status/user-online.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/user-online.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/status/user-trash-full.svg b/icon-themes/HighContrast-SVG/scalable/status/user-trash-full.svg new file mode 100644 index 00000000..c809a2d2 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/user-trash-full.svg @@ -0,0 +1,77 @@ +<?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="user-trash-full.svg" + sodipodi:docbase="/home/luca/Desktop/Black-and-White/scalable/filesystems" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + 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>User Trash Full</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>trash</rdf:li><rdf:li>garbage</rdf:li><rdf:li>trashed</rdf:li><rdf:li>non empty</rdf:li></rdf:Bag></dc:subject><dc:coverage>Notify there are some stuff in trash</dc:coverage><dc:description>A trashcan with a paper inside it</dc:description><dc:contributor><cc:Agent><dc:title>Based on Jakub Steiner 's work </dc:title></cc:Agent></dc:contributor><cc:license + rdf:resource="" /></cc:Work></rdf:RDF></metadata><defs + id="defs21" /><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:zoom="15.041667" + inkscape:cx="10.138504" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:object-paths="false" + inkscape:object-nodes="true"><inkscape:grid + type="xygrid" + id="grid2389" + visible="true" + enabled="true" /></sodipodi:namedview> + <rect + style="fill:none;fill-opacity:0.24590167;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect2391" + width="48" + height="48" + x="0" + y="0" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:7.94417095;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 23.966759,6.2720857 C 16.216613,6.2720857 9.9380137,9.0865289 9.9380137,12.504067 L 9.9380137,36.828897 C 9.9380137,40.246436 16.216613,43.060879 23.966759,43.060879 C 31.716905,43.060879 37.995505,40.246436 37.995505,36.828897 L 37.995505,12.604583 C 37.995505,9.1870447 31.716905,6.3726016 23.966759,6.3726016 L 23.966759,6.2720857 z" + id="path7" /><path + style="fill-rule:nonzero;stroke:#ffffff;stroke-width:8;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 24,4.9 C 15.2,4.9 8,8 8,11.9 L 8,17.7 C 8,21.6 15.2,24.7 24,24.7 C 32.8,24.7 40,21.6 40,17.7 L 40,11.9 C 40,8 32.8,4.9 24,4.9 L 24,4.9 z" + id="path9" /><path + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:6.48140001;stroke-linejoin:round;stroke-miterlimit:4" + d="M 24,6.4 C 16.246912,6.4 9.965928,9.2 9.965928,12.6 L 9.965928,36.8 C 9.965928,40.2 16.246912,43 24,43 C 31.753088,43 38.034072,40.2 38.034072,36.8 L 38.034072,12.7 C 38.034072,9.3 31.753088,6.5 24,6.5 L 24,6.4 z" + id="path11" /><path + style="fill:#000000;fill-rule:nonzero;stroke:none;stroke-width:6.48140001;stroke-linejoin:round;stroke-miterlimit:4" + d="M 24,5 C 15.2,5 8,8.1 8,12 L 8,17.8 C 8,21.7 15.2,24.8 24,24.8 C 32.8,24.8 40,21.7 40,17.8 L 40,12 C 40,8.1 32.8,5 24,5 z" + id="path13" /><path + style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:6.48140001;stroke-linejoin:round;stroke-miterlimit:4" + d="M 35.8,12.1 C 35.8,14.4 30.6,16.2 24.2,16.2 C 17.8,16.2 12.6,14.3 12.6,12.1 C 12.6,9.8 17.8,8 24.2,8 C 30.6,8 35.8,9.9 35.8,12.1 z" + id="path15" /> + +<path + style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.04136515;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 14.761776,11.774827 L 28.502851,2.3524564 L 34.227075,12.682921 C 29.653959,14.783468 21.250923,16.115826 14.761776,11.774827 z" + id="rect4045" + sodipodi:nodetypes="cccc" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-clear-night.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-clear-night.svg new file mode 100644 index 00000000..2a04ffc0 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-clear-night.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-clean-night.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective2391" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="21.751004" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1278" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26"> + <inkscape:grid + type="xygrid" + id="grid2491" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Clean Night</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>weather</rdf:li> + <rdf:li>night</rdf:li> + <rdf:li>moon</rdf:li> + <rdf:li>clean</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A half moon with a twinkle-twinkle-little-star and a cloud over it</dc:description> + <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.52822577999999998;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2493" + width="48" + height="48" + x="0" + y="0" /> + <g + id="g3785"> + <path + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:17.04613686;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 17.114204,9.5545413 C 16.601229,11.460482 15.913969,13.404708 15.913969,15.512804 C 15.91397,23.945186 22.87132,30.780846 31.453817,30.780846 C 33.960349,30.780846 36.326215,29.820468 38.40253,29.167151 C 37.364373,34.92046 30.499785,38.476932 24.062917,38.476932 C 15.480416,38.476932 8.523068,31.64127 8.523068,23.20889 C 8.523068,17.239196 11.410444,10.440485 17.114204,9.5545413 z" + id="path3275" + sodipodi:nodetypes="csscssc" /> + <path + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 17.14773,9.551622 C 16.634458,11.458325 15.946801,13.403328 15.946801,15.512267 C 15.946802,23.948022 22.90818,30.786416 31.495644,30.786416 C 34.003627,30.786416 36.370863,29.825654 38.448378,29.172075 C 37.409621,34.927685 30.54106,38.485579 24.100466,38.485579 C 15.512997,38.485579 8.5516221,31.647183 8.5516221,23.211431 C 8.5516221,17.23935 11.440669,10.43792 17.14773,9.551622 z" + id="path3273" + sodipodi:nodetypes="csscssc" /> + <path + sodipodi:nodetypes="csscssc" + id="path23408" + d="M 17.155081,9.5437498 C 16.6409,11.451491 15.952025,13.397552 15.952025,15.507638 C 15.952026,23.947983 22.925733,30.790099 31.528403,30.790099 C 34.040828,30.790099 36.412257,29.828813 38.493452,29.174879 C 37.452854,34.933622 30.572129,38.493452 24.120129,38.493452 C 15.517453,38.493452 8.5437499,31.651334 8.5437499,23.210991 C 8.5437499,17.235662 11.437913,10.43053 17.155081,9.5437498 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.01309681;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="g3781"> + <path + sodipodi:type="star" + style="fill:none;fill-opacity:0.52822577;stroke:#ffffff;stroke-width:11.01093483;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3279" + sodipodi:sides="5" + sodipodi:cx="7" + sodipodi:cy="6" + sodipodi:r1="6.9523058" + sodipodi:r2="3.1500001" + sodipodi:arg1="0.65805831" + sodipodi:arg2="1.2863768" + inkscape:flatsided="false" + inkscape:rounded="0.23" + inkscape:randomized="0" + d="M 12.500534,10.251904 C 11.828542,11.121235 8.938524,8.7151308 7.8838911,9.0234479 C 6.8292582,9.3317649 5.690398,12.915693 4.6559579,12.545229 C 3.6215177,12.174765 5.016794,8.6826674 4.3976676,7.7749272 C 3.7785411,6.8671869 0.018095967,6.8915612 0.050768479,5.7932704 C 0.083440989,4.6949798 3.8357873,4.9428488 4.507779,4.0735174 C 5.1797707,3.204186 3.994548,-0.36467778 5.0491809,-0.67299487 C 6.1038137,-0.98131195 7.027615,2.6639772 8.0620551,3.0344411 C 9.0964953,3.4049051 12.124433,1.1748517 12.743559,2.0825919 C 13.362685,2.9903322 10.18128,4.9953757 10.148607,6.0936664 C 10.115935,7.1919571 13.172526,9.3825721 12.500534,10.251904 z" + transform="matrix(1.0180133,0,0,0.9803554,28.445553,6.1778971)" /> + <path + transform="matrix(1.0180133,0,0,0.9803554,28.447043,6.1764074)" + d="M 12.500534,10.251904 C 11.828542,11.121235 8.938524,8.7151308 7.8838911,9.0234479 C 6.8292582,9.3317649 5.690398,12.915693 4.6559579,12.545229 C 3.6215177,12.174765 5.016794,8.6826674 4.3976676,7.7749272 C 3.7785411,6.8671869 0.018095967,6.8915612 0.050768479,5.7932704 C 0.083440989,4.6949798 3.8357873,4.9428488 4.507779,4.0735174 C 5.1797707,3.204186 3.994548,-0.36467778 5.0491809,-0.67299487 C 6.1038137,-0.98131195 7.027615,2.6639772 8.0620551,3.0344411 C 9.0964953,3.4049051 12.124433,1.1748517 12.743559,2.0825919 C 13.362685,2.9903322 10.18128,4.9953757 10.148607,6.0936664 C 10.115935,7.1919571 13.172526,9.3825721 12.500534,10.251904 z" + inkscape:randomized="0" + inkscape:rounded="0.23" + inkscape:flatsided="false" + sodipodi:arg2="1.2863768" + sodipodi:arg1="0.65805831" + sodipodi:r2="3.1500001" + sodipodi:r1="6.9523058" + sodipodi:cy="6" + sodipodi:cx="7" + sodipodi:sides="5" + id="path3277" + style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-clear.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-clear.svg new file mode 100644 index 00000000..e1cf28dd --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-clear.svg @@ -0,0 +1,141 @@ +<?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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-sun.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="8.4176707" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1278" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3165" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Sun</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>weather</rdf:li> + <rdf:li>sun</rdf:li> + <rdf:li>clean</rdf:li> + <rdf:li>day</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A sun</dc:description> + <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.47389557999999998;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2393" + width="48" + height="48" + x="0" + y="0" /> + <path + d="M 24.000001,4 C 25.882368,4.0000001 27.235805,11.269216 28.974885,11.989566 C 30.713966,12.709917 36.811102,8.5268302 38.142136,9.8578648 C 39.47317,11.188899 35.290083,17.286035 36.010434,19.025116 C 36.730785,20.764196 44,22.117634 44,24.000001 C 44,25.882368 36.730784,27.235805 36.010434,28.974885 C 35.290083,30.713966 39.47317,36.811102 38.142135,38.142136 C 36.811101,39.47317 30.713965,35.290083 28.974884,36.010434 C 27.235804,36.730785 25.882366,44 23.999999,44 C 22.117632,44 20.764195,36.730784 19.025115,36.010434 C 17.286034,35.290083 11.188898,39.47317 9.857864,38.142135 C 8.5268295,36.811101 12.709917,30.713965 11.989566,28.974884 C 11.269215,27.235804 3.9999999,25.882366 4,23.999999 C 4.0000001,22.117632 11.269216,20.764195 11.989566,19.025115 C 12.709917,17.286034 8.5268302,11.188898 9.8578648,9.857864 C 11.188899,8.5268295 17.286035,12.709917 19.025116,11.989566 C 20.764196,11.269215 22.117634,3.9999999 24.000001,4 z" + inkscape:randomized="0" + inkscape:rounded="0.2" + inkscape:flatsided="false" + sodipodi:arg2="-1.1780972" + sodipodi:arg1="-1.5707963" + sodipodi:r2="13" + sodipodi:r1="20" + sodipodi:cy="24" + sodipodi:cx="24" + sodipodi:sides="8" + id="path3183" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3175" + sodipodi:cx="24.096386" + sodipodi:cy="24" + sodipodi:rx="14.096386" + sodipodi:ry="14" + d="M 38.192772,24 A 14.096386,14 0 1 1 10,24 A 14.096386,14 0 1 1 38.192772,24 z" /> + <path + sodipodi:type="star" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3181" + sodipodi:sides="8" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:r1="20" + sodipodi:r2="13" + sodipodi:arg1="-1.5707963" + sodipodi:arg2="-1.1780972" + inkscape:flatsided="false" + inkscape:rounded="0.2" + inkscape:randomized="0" + d="M 24.000001,4 C 25.882368,4.0000001 27.235805,11.269216 28.974885,11.989566 C 30.713966,12.709917 36.811102,8.5268302 38.142136,9.8578648 C 39.47317,11.188899 35.290083,17.286035 36.010434,19.025116 C 36.730785,20.764196 44,22.117634 44,24.000001 C 44,25.882368 36.730784,27.235805 36.010434,28.974885 C 35.290083,30.713966 39.47317,36.811102 38.142135,38.142136 C 36.811101,39.47317 30.713965,35.290083 28.974884,36.010434 C 27.235804,36.730785 25.882366,44 23.999999,44 C 22.117632,44 20.764195,36.730784 19.025115,36.010434 C 17.286034,35.290083 11.188898,39.47317 9.857864,38.142135 C 8.5268295,36.811101 12.709917,30.713965 11.989566,28.974884 C 11.269215,27.235804 3.9999999,25.882366 4,23.999999 C 4.0000001,22.117632 11.269216,20.764195 11.989566,19.025115 C 12.709917,17.286034 8.5268302,11.188898 9.8578648,9.857864 C 11.188899,8.5268295 17.286035,12.709917 19.025116,11.989566 C 20.764196,11.269215 22.117634,3.9999999 24.000001,4 z" /> + <path + sodipodi:type="arc" + 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="path3187" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="11" + sodipodi:ry="11" + d="M 35,24 A 11,11 0 1 1 13,24 A 11,11 0 1 1 35,24 z" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg new file mode 100644 index 00000000..6e3ecf07 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-few-clouds-night.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective2391" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="21.751004" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1278" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26"> + <inkscape:grid + type="xygrid" + id="grid2491" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Few Clouds Night</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>weather</rdf:li> + <rdf:li>night</rdf:li> + <rdf:li>moon</rdf:li> + <rdf:li>few clouds</rdf:li> + <rdf:li>cloud</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A half moon with a twinkle-twinkle-little-star and a cloud over it</dc:description> + <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.52822577999999998;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2493" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:nodetypes="ccccs" + id="path3849" + d="M 17.574597,44 L 44,44 L 44,23.497698 C 39.934553,14.271661 17.574597,17.347007 18.590959,27.598158 C 7.2776288,23.477262 2.3291713,44 17.574597,44 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <g + id="g3785"> + <path + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:17.04613686;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 17.114204,9.5545413 C 16.601229,11.460482 15.913969,13.404708 15.913969,15.512804 C 15.91397,23.945186 22.87132,30.780846 31.453817,30.780846 C 33.960349,30.780846 36.326215,29.820468 38.40253,29.167151 C 37.364373,34.92046 30.499785,38.476932 24.062917,38.476932 C 15.480416,38.476932 8.523068,31.64127 8.523068,23.20889 C 8.523068,17.239196 11.410444,10.440485 17.114204,9.5545413 z" + id="path3275" + sodipodi:nodetypes="csscssc" /> + <path + style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 17.14773,9.551622 C 16.634458,11.458325 15.946801,13.403328 15.946801,15.512267 C 15.946802,23.948022 22.90818,30.786416 31.495644,30.786416 C 34.003627,30.786416 36.370863,29.825654 38.448378,29.172075 C 37.409621,34.927685 30.54106,38.485579 24.100466,38.485579 C 15.512997,38.485579 8.5516221,31.647183 8.5516221,23.211431 C 8.5516221,17.23935 11.440669,10.43792 17.14773,9.551622 z" + id="path3273" + sodipodi:nodetypes="csscssc" /> + <path + sodipodi:nodetypes="csscssc" + id="path23408" + d="M 17.155081,9.5437498 C 16.6409,11.451491 15.952025,13.397552 15.952025,15.507638 C 15.952026,23.947983 22.925733,30.790099 31.528403,30.790099 C 34.040828,30.790099 36.412257,29.828813 38.493452,29.174879 C 37.452854,34.933622 30.572129,38.493452 24.120129,38.493452 C 15.517453,38.493452 8.5437499,31.651334 8.5437499,23.210991 C 8.5437499,17.235662 11.437913,10.43053 17.155081,9.5437498 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3.01309681;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <g + id="g3781"> + <path + sodipodi:type="star" + style="fill:none;fill-opacity:0.52822577;stroke:#ffffff;stroke-width:11.01093483;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3279" + sodipodi:sides="5" + sodipodi:cx="7" + sodipodi:cy="6" + sodipodi:r1="6.9523058" + sodipodi:r2="3.1500001" + sodipodi:arg1="0.65805831" + sodipodi:arg2="1.2863768" + inkscape:flatsided="false" + inkscape:rounded="0.23" + inkscape:randomized="0" + d="M 12.500534,10.251904 C 11.828542,11.121235 8.938524,8.7151308 7.8838911,9.0234479 C 6.8292582,9.3317649 5.690398,12.915693 4.6559579,12.545229 C 3.6215177,12.174765 5.016794,8.6826674 4.3976676,7.7749272 C 3.7785411,6.8671869 0.018095967,6.8915612 0.050768479,5.7932704 C 0.083440989,4.6949798 3.8357873,4.9428488 4.507779,4.0735174 C 5.1797707,3.204186 3.994548,-0.36467778 5.0491809,-0.67299487 C 6.1038137,-0.98131195 7.027615,2.6639772 8.0620551,3.0344411 C 9.0964953,3.4049051 12.124433,1.1748517 12.743559,2.0825919 C 13.362685,2.9903322 10.18128,4.9953757 10.148607,6.0936664 C 10.115935,7.1919571 13.172526,9.3825721 12.500534,10.251904 z" + transform="matrix(1.0180133,0,0,0.9803554,28.445553,6.1778971)" /> + <path + transform="matrix(1.0180133,0,0,0.9803554,28.447043,6.1764074)" + d="M 12.500534,10.251904 C 11.828542,11.121235 8.938524,8.7151308 7.8838911,9.0234479 C 6.8292582,9.3317649 5.690398,12.915693 4.6559579,12.545229 C 3.6215177,12.174765 5.016794,8.6826674 4.3976676,7.7749272 C 3.7785411,6.8671869 0.018095967,6.8915612 0.050768479,5.7932704 C 0.083440989,4.6949798 3.8357873,4.9428488 4.507779,4.0735174 C 5.1797707,3.204186 3.994548,-0.36467778 5.0491809,-0.67299487 C 6.1038137,-0.98131195 7.027615,2.6639772 8.0620551,3.0344411 C 9.0964953,3.4049051 12.124433,1.1748517 12.743559,2.0825919 C 13.362685,2.9903322 10.18128,4.9953757 10.148607,6.0936664 C 10.115935,7.1919571 13.172526,9.3825721 12.500534,10.251904 z" + inkscape:randomized="0" + inkscape:rounded="0.23" + inkscape:flatsided="false" + sodipodi:arg2="1.2863768" + sodipodi:arg1="0.65805831" + sodipodi:r2="3.1500001" + sodipodi:r1="6.9523058" + sodipodi:cy="6" + sodipodi:cx="7" + sodipodi:sides="5" + id="path3277" + style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + </g> + <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 17.574597,44 L 44,44 L 44,23.497698 C 39.934553,14.271661 17.574597,17.347007 18.590959,27.598158 C 7.2776288,23.477262 2.3291713,44 17.574597,44 z" + id="path3247" + sodipodi:nodetypes="ccccs" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds.svg new file mode 100644 index 00000000..e53f9212 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-few-clouds.svg @@ -0,0 +1,160 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-few-clouds.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective13" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="22.875502" + inkscape:cy="20.757759" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1278" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3165" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Few Clouds Night</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>weather</rdf:li> + <rdf:li>day</rdf:li> + <rdf:li>cloud</rdf:li> + <rdf:li>few</rdf:li> + <rdf:li /> + </rdf:Bag> + </dc:subject> + <dc:description>A sun with a cloud over it</dc:description> + <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.47389557999999998;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2393" + width="48" + height="48" + x="0" + y="0" /> + <path + d="M 24.000001,4 C 25.882368,4.0000001 27.235805,11.269216 28.974885,11.989566 C 30.713966,12.709917 36.811102,8.5268302 38.142136,9.8578648 C 39.47317,11.188899 35.290083,17.286035 36.010434,19.025116 C 36.730785,20.764196 44,22.117634 44,24.000001 C 44,25.882368 36.730784,27.235805 36.010434,28.974885 C 35.290083,30.713966 39.47317,36.811102 38.142135,38.142136 C 36.811101,39.47317 30.713965,35.290083 28.974884,36.010434 C 27.235804,36.730785 25.882366,44 23.999999,44 C 22.117632,44 20.764195,36.730784 19.025115,36.010434 C 17.286034,35.290083 11.188898,39.47317 9.857864,38.142135 C 8.5268295,36.811101 12.709917,30.713965 11.989566,28.974884 C 11.269215,27.235804 3.9999999,25.882366 4,23.999999 C 4.0000001,22.117632 11.269216,20.764195 11.989566,19.025115 C 12.709917,17.286034 8.5268302,11.188898 9.8578648,9.857864 C 11.188899,8.5268295 17.286035,12.709917 19.025116,11.989566 C 20.764196,11.269215 22.117634,3.9999999 24.000001,4 z" + inkscape:randomized="0" + inkscape:rounded="0.2" + inkscape:flatsided="false" + sodipodi:arg2="-1.1780972" + sodipodi:arg1="-1.5707963" + sodipodi:r2="13" + sodipodi:r1="20" + sodipodi:cy="24" + sodipodi:cx="24" + sodipodi:sides="8" + id="path3183" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3175" + sodipodi:cx="24.096386" + sodipodi:cy="24" + sodipodi:rx="14.096386" + sodipodi:ry="14" + d="M 38.192772,24 A 14.096386,14 0 1 1 10,24 A 14.096386,14 0 1 1 38.192772,24 z" /> + <path + sodipodi:nodetypes="ccccs" + id="path2387" + d="M 18,44 L 44,44 L 44,24 C 40,15 18,18 19,28 C 7.868796,23.980065 3,44 18,44 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + sodipodi:type="star" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3181" + sodipodi:sides="8" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:r1="20" + sodipodi:r2="13" + sodipodi:arg1="-1.5707963" + sodipodi:arg2="-1.1780972" + inkscape:flatsided="false" + inkscape:rounded="0.2" + inkscape:randomized="0" + d="M 24.000001,4 C 25.882368,4.0000001 27.235805,11.269216 28.974885,11.989566 C 30.713966,12.709917 36.811102,8.5268302 38.142136,9.8578648 C 39.47317,11.188899 35.290083,17.286035 36.010434,19.025116 C 36.730785,20.764196 44,22.117634 44,24.000001 C 44,25.882368 36.730784,27.235805 36.010434,28.974885 C 35.290083,30.713966 39.47317,36.811102 38.142135,38.142136 C 36.811101,39.47317 30.713965,35.290083 28.974884,36.010434 C 27.235804,36.730785 25.882366,44 23.999999,44 C 22.117632,44 20.764195,36.730784 19.025115,36.010434 C 17.286034,35.290083 11.188898,39.47317 9.857864,38.142135 C 8.5268295,36.811101 12.709917,30.713965 11.989566,28.974884 C 11.269215,27.235804 3.9999999,25.882366 4,23.999999 C 4.0000001,22.117632 11.269216,20.764195 11.989566,19.025115 C 12.709917,17.286034 8.5268302,11.188898 9.8578648,9.857864 C 11.188899,8.5268295 17.286035,12.709917 19.025116,11.989566 C 20.764196,11.269215 22.117634,3.9999999 24.000001,4 z" /> + <path + sodipodi:type="arc" + 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="path3187" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="11" + sodipodi:ry="11" + d="M 35,24 A 11,11 0 1 1 13,24 A 11,11 0 1 1 35,24 z" /> + <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 18,44 L 44,44 L 44,24 C 40,15 18,18 19,28 C 7.868796,23.980065 3,44 18,44 z" + id="path3247" + sodipodi:nodetypes="ccccs" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-fog.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-fog.svg new file mode 100644 index 00000000..77ff3d3c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-fog.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://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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-fog.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective2391" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="22.875502" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:snap-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + guidetolerance="10000" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26"> + <inkscape:grid + type="xygrid" + id="grid2393" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Fog</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:coverage></dc:coverage> + <dc:subject> + <rdf:Bag> + <rdf:li>feather</rdf:li> + <rdf:li>fog</rdf:li> + <rdf:li>no visibility</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>three horizontal bar, representing no visibility due fog</dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.50000000000000000;stroke:none;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2397" + width="48" + height="48" + x="0" + y="0" /> + <rect + ry="5.5" + y="6" + x="2" + height="11" + width="44" + id="rect3168" + 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" /> + <rect + 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="rect3182" + width="44" + height="11" + x="2" + y="31" + ry="5.5" /> + <rect + ry="5.5" + y="18" + x="2" + height="11" + width="44" + id="rect3184" + 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" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-overcast.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-overcast.svg new file mode 100644 index 00000000..b5aab40c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-overcast.svg @@ -0,0 +1,109 @@ +<?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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="cloud.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective2391" /> + <inkscape:perspective + id="perspective3231" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 526.18109 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="13.729167" + inkscape:cx="20.507321" + inkscape:cy="23.732725" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:snap-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1126" + inkscape:window-height="889" + inkscape:window-x="134" + inkscape:window-y="66"> + <inkscape:grid + type="xygrid" + id="grid2393" + visible="true" + enabled="true" /> + <sodipodi:guide + orientation="0,1" + position="-3.9133505,31.05433" + id="guide3249" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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.60805863000000004" + id="rect2395" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:nodetypes="ccccccc" + id="path3253" + d="M 11.194548,35 C 16,35 19,35 24,34 C 27,35 33,35 36.285198,35 C 45.694191,35 47.785079,18.454545 35.239753,22 C 38.376085,13.727272 27.921648,8.999999 21.648986,17.272727 C 18.512654,13.727272 10.657589,13.639149 11.703033,21.911877 C 1.2485953,18.366422 1.7855546,35 11.194548,35 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <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 11.194548,35 C 16,35 19,35 24,34 C 27,35 33,35 36.285198,35 C 45.694191,35 47.785079,18.454545 35.239753,22 C 38.376085,13.727272 27.921648,8.999999 21.648986,17.272727 C 18.512654,13.727272 10.657589,13.639149 11.703033,21.911877 C 1.2485953,18.366422 1.7855546,35 11.194548,35 z" + id="path3247" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 21,36 C 26,35 29.333333,32.666667 33,31" + id="path3257" + sodipodi:nodetypes="cc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-severe-alert.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-severe-alert.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-severe-alert.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/status/weather-showers-scattered.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-showers-scattered.svg new file mode 100644 index 00000000..6e9e9f94 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-showers-scattered.svg @@ -0,0 +1,230 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-showers-scattered.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective13" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="20.823191" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3165" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Showers Scattered</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>weather</rdf:li> + <rdf:li>showers</rdf:li> + <rdf:li>scattered</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Two raindrops</dc:description> + <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.47389557999999998;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2393" + width="48" + height="48" + x="0" + y="0" /> + <g + id="g3244" + transform="translate(-1.0075344,-9.128692e-2)"> + <path + sodipodi:type="star" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.99999952;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3216" + sodipodi:sides="3" + sodipodi:cx="36" + sodipodi:cy="37" + sodipodi:r1="12.041595" + sodipodi:r2="6.1773381" + sodipodi:arg1="-2.2974387" + sodipodi:arg2="-1.2502411" + inkscape:flatsided="false" + inkscape:rounded="0.23" + inkscape:randomized="0.01" + d="M 28.06215,28.120174 C 29.85981,26.532481 35.7958,30.265095 38.063599,31.030977 C 40.331398,31.796858 47.368865,32.130262 47.885046,34.476545 C 48.401227,36.822828 41.831219,40.062359 40.031746,41.65577 C 38.232274,43.249182 34.507791,49.142955 32.247313,48.374543 C 29.986834,47.60613 30.459749,40.707726 30.007691,38.357663 C 29.555633,36.0076 26.264491,29.707866 28.06215,28.120174 z" + transform="matrix(0.7575988,0.6527206,-0.6527206,0.7575988,13.094765,-35.620553)" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3218" + sodipodi:cx="12.5" + sodipodi:cy="19.5" + sodipodi:rx="10.477207" + sodipodi:ry="11.5" + d="M 22.977207,19.5 A 10.477207,11.5 0 1 1 2.0227928,19.5 A 10.477207,11.5 0 1 1 22.977207,19.5 z" + transform="matrix(3.3674943e-2,-0.9994328,0.9994328,3.3674943e-2,-3.4033536,36.448987)" /> + </g> + <g + id="g3240" + transform="translate(-1.0075343,-9.1287073e-2)"> + <path + transform="matrix(3.3674943e-2,-0.9994328,0.9994328,3.3674943e-2,-3.4033536,36.448987)" + d="M 22.977207,19.5 A 10.477207,11.5 0 1 1 2.0227928,19.5 A 10.477207,11.5 0 1 1 22.977207,19.5 z" + sodipodi:ry="11.5" + sodipodi:rx="10.477207" + sodipodi:cy="19.5" + sodipodi:cx="12.5" + id="path3208" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(0.7575988,0.6527206,-0.6527206,0.7575988,13.094765,-35.620553)" + d="M 28.06215,28.120174 C 29.85981,26.532481 35.7958,30.265095 38.063599,31.030977 C 40.331398,31.796858 47.368865,32.130262 47.885046,34.476545 C 48.401227,36.822828 41.831219,40.062359 40.031746,41.65577 C 38.232274,43.249182 34.507791,49.142955 32.247313,48.374543 C 29.986834,47.60613 30.459749,40.707726 30.007691,38.357663 C 29.555633,36.0076 26.264491,29.707866 28.06215,28.120174 z" + inkscape:randomized="0.01" + inkscape:rounded="0.23" + inkscape:flatsided="false" + sodipodi:arg2="-1.2502411" + sodipodi:arg1="-2.2974387" + sodipodi:r2="6.1773381" + sodipodi:r1="12.041595" + sodipodi:cy="37" + sodipodi:cx="36" + sodipodi:sides="3" + id="path3210" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + </g> + <g + id="g3232" + transform="translate(1.1656776e-6,1)"> + <path + transform="matrix(2.9292208e-2,-0.8679152,0.8693583,2.9243582e-2,16.683774,44.179037)" + d="M 22.977207,19.5 A 10.477207,11.5 0 1 1 2.0227928,19.5 A 10.477207,11.5 0 1 1 22.977207,19.5 z" + sodipodi:ry="11.5" + sodipodi:rx="10.477207" + sodipodi:cy="19.5" + sodipodi:cx="12.5" + id="path3220" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:9.20461369;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(0.6589986,0.5668277,-0.5677702,0.6579046,31.034693,-18.406711)" + d="M 28.06215,28.120174 C 29.85981,26.532481 35.7958,30.265095 38.063599,31.030977 C 40.331398,31.796858 47.368865,32.130262 47.885046,34.476545 C 48.401227,36.822828 41.831219,40.062359 40.031746,41.65577 C 38.232274,43.249182 34.507791,49.142955 32.247313,48.374543 C 29.986834,47.60613 30.459749,40.707726 30.007691,38.357663 C 29.555633,36.0076 26.264491,29.707866 28.06215,28.120174 z" + inkscape:randomized="0.01" + inkscape:rounded="0.23" + inkscape:flatsided="false" + sodipodi:arg2="-1.2502411" + sodipodi:arg1="-2.2974387" + sodipodi:r2="6.1773381" + sodipodi:r1="12.041595" + sodipodi:cy="37" + sodipodi:cx="36" + sodipodi:sides="3" + id="path3230" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:9.20461178;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="star" /> + </g> + <g + id="g3236" + transform="translate(-4.8279391e-3,1.0000002)"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3212" + sodipodi:cx="12.5" + sodipodi:cy="19.5" + sodipodi:rx="10.477207" + sodipodi:ry="11.5" + d="M 22.977207,19.5 A 10.477207,11.5 0 1 1 2.0227928,19.5 A 10.477207,11.5 0 1 1 22.977207,19.5 z" + transform="matrix(2.9292208e-2,-0.8679152,0.8693583,2.9243582e-2,16.683774,44.179037)" /> + <path + sodipodi:type="star" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3214" + sodipodi:sides="3" + sodipodi:cx="36" + sodipodi:cy="37" + sodipodi:r1="12.041595" + sodipodi:r2="6.1773381" + sodipodi:arg1="-2.2974387" + sodipodi:arg2="-1.2502411" + inkscape:flatsided="false" + inkscape:rounded="0.23" + inkscape:randomized="0.01" + d="M 28.06215,28.120174 C 29.85981,26.532481 35.7958,30.265095 38.063599,31.030977 C 40.331398,31.796858 47.368865,32.130262 47.885046,34.476545 C 48.401227,36.822828 41.831219,40.062359 40.031746,41.65577 C 38.232274,43.249182 34.507791,49.142955 32.247313,48.374543 C 29.986834,47.60613 30.459749,40.707726 30.007691,38.357663 C 29.555633,36.0076 26.264491,29.707866 28.06215,28.120174 z" + transform="matrix(0.6589986,0.5668277,-0.5677702,0.6579046,31.034693,-18.406711)" /> + </g> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 9.5,24.5 C 9.5,24.5 9.5,29.5 14.5,29.5" + id="path3250" + sodipodi:nodetypes="cs" /> + <path + sodipodi:nodetypes="cs" + id="path3252" + d="M 28.5,33.5 C 28.5,33.5 28.5,39.5 35.5,39.5" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;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/status/weather-showers.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-showers.svg new file mode 100644 index 00000000..058f68a7 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-showers.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: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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-showers.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective2391" /> + <inkscape:perspective + id="perspective3231" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 526.18109 : 1" + sodipodi:type="inkscape:persp3d" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:snap-bbox="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26"> + <inkscape:grid + type="xygrid" + id="grid2393" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Showers</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>weather</rdf:li> + <rdf:li>showers</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.48846151999999998" + id="rect2395" + width="48" + height="48" + x="0" + y="0" /> + <use + x="0" + y="0" + xlink:href="#path3987" + id="use3989" + transform="translate(10,0)" + width="48" + height="48" /> + <use + height="48" + width="48" + transform="translate(20,0)" + id="use3991" + xlink:href="#path3987" + y="0" + x="0" /> + <use + x="0" + y="0" + xlink:href="#path3987" + id="use3993" + transform="translate(30,0)" + width="48" + height="48" /> + <path + id="path3987" + d="M 6,40 L 11,28" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="path3253" + d="M 11.194548,26 C 16,26 19,26 24,25 C 27,26 33,26 36.285198,26 C 45.694191,26 47.785079,9.4545448 35.239753,13 C 38.376085,4.7272718 27.921648,-1.1500478e-06 21.648985,8.2727268 C 18.512654,4.7272718 10.657589,4.6391488 11.703033,12.911877 C 1.2485953,9.3664218 1.7855546,26 11.194548,26 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;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 11.318905,26 C 16.106141,26 19.094769,26 24.075815,25 C 27.064443,26 33.041698,26 36.314443,26 C 45.687769,26 47.77073,9.4545448 35.272961,13 C 38.397404,4.7272718 27.982597,-1.15e-06 21.733713,8.2727268 C 18.60927,4.7272718 10.783983,4.6391488 11.825463,12.911877 C 1.4106556,9.3664218 1.9455794,26 11.318905,26 z" + id="path3247" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 20.805452,27 C 25.805452,26 29.138785,23.666667 32.805452,22" + id="path3257" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 6,40 L 12,27" + id="path3979" + sodipodi:nodetypes="cc" /> + <use + x="0" + y="0" + xlink:href="#path3979" + id="use3981" + transform="translate(10,0)" + width="48" + height="48" /> + <use + x="0" + y="0" + xlink:href="#use3981" + id="use3983" + transform="translate(10,0)" + width="48" + height="48" /> + <use + x="0" + y="0" + xlink:href="#use3983" + id="use3985" + transform="translate(10,0)" + width="48" + height="48" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-snow.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-snow.svg new file mode 100644 index 00000000..525f385c --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-snow.svg @@ -0,0 +1,177 @@ +<?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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-snow.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective13" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="22.554217" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3165" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Snow</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>weather</rdf:li> + <rdf:li>snow</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>Snow crystals</dc:description> + <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.47389555999999999;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2393" + width="48" + height="48" + x="0" + y="0" /> + <g + transform="translate(16.92154,17)" + id="g3412" + style="stroke:#ffffff;stroke-opacity:1;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none"> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16,5 L 16,25" + id="path3414" /> + <path + id="path3416" + d="M 25.045599,10.032861 L 7.032861,19.967137" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24.970503,19.970504 L 7.0294964,10.029496" + id="path3418" /> + </g> + <g + style="stroke:#ffffff;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="g3428" + transform="translate(-1.045599,1)"> + <path + id="path3430" + d="M 16,5 L 16,25" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25.045599,10.032861 L 7.032861,19.967137" + id="path3432" /> + <path + id="path3434" + d="M 24.970503,19.970504 L 7.0294964,10.029496" + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + </g> + <g + id="g3399" + transform="translate(-1,1)"> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 16,5 L 16,25" + id="path3389" /> + <path + id="path3393" + d="M 25.045599,10.032861 L 7.032861,19.967137" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.06572199;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.05899286;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24.970503,19.970504 L 7.0294964,10.029496" + id="path3395" /> + </g> + <g + id="g3404" + transform="translate(16.92154,17)"> + <path + id="path3406" + d="M 16,5 L 16,25" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.06572199;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 25.045599,10.032861 L 7.032861,19.967137" + id="path3408" /> + <path + id="path3410" + d="M 24.970503,19.970504 L 7.0294964,10.029496" + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.05899286;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cc" /> + </g> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/status/weather-storm.svg b/icon-themes/HighContrast-SVG/scalable/status/weather-storm.svg new file mode 100644 index 00000000..b76b769b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/status/weather-storm.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://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="svg2383" + sodipodi:version="0.32" + inkscape:version="0.46" + sodipodi:docname="weather-storm.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs2385"> + <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="perspective13" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.5625" + inkscape:cx="21.981107" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:object-paths="true" + inkscape:object-nodes="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:snap-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true"> + <inkscape:grid + type="xygrid" + id="grid3165" + visible="true" + enabled="true" /> + </sodipodi:namedview> + <metadata + id="metadata2388"> + <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>Weather Strom</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>weather</rdf:li> + <rdf:li>storm</rdf:li> + <rdf:li>thunder</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description>A thunder</dc:description> + <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.47389557999999998;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect2393" + width="48" + height="48" + x="0" + y="0" /> + <path + sodipodi:nodetypes="cccccccc" + id="path3180" + d="M 18,6 L 33,6 L 27,18 L 42,18 L 15,42 L 20,25 L 6,25 L 18,6 z" + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 18,6 L 33,6 L 27,18 L 42,18 L 15,42 L 20,25 L 6,25 L 18,6 z" + id="path2386" + sodipodi:nodetypes="cccccccc" /> + </g> +</svg> |