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/emblems | |
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/emblems')
15 files changed, 1821 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/Makefile.am b/icon-themes/HighContrast-SVG/scalable/emblems/Makefile.am new file mode 100644 index 00000000..eac70ba1 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/Makefile.am @@ -0,0 +1,46 @@ +themedir = $(datadir)/icons/HighContrast-SVG +size = scalable +context = emblems + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA = \ + emblem-default.svg \ + emblem-documents.svg \ + emblem-downloads.svg \ + emblem-favorite.svg \ + emblem-important.svg \ + emblem-mail.svg \ + emblem-photos.svg \ + emblem-readonly.svg \ + emblem-symbolic-link.svg \ + emblem-system.svg \ + emblem-unreadable.svg + +placeholder_FILES = \ + emblem-shared.svg \ + emblem-synchronized.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/emblems/Makefile.in b/icon-themes/HighContrast-SVG/scalable/emblems/Makefile.in new file mode 100644 index 00000000..cec4aa68 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/Makefile.in @@ -0,0 +1,439 @@ +# 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/emblems +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 = emblems +icondir = $(themedir)/$(size)/$(context) +icon_DATA = emblem-default.svg emblem-documents.svg \ + emblem-downloads.svg emblem-favorite.svg emblem-important.svg \ + emblem-mail.svg emblem-photos.svg emblem-readonly.svg \ + emblem-symbolic-link.svg emblem-system.svg \ + emblem-unreadable.svg $(am__append_1) +placeholder_FILES = \ + emblem-shared.svg \ + emblem-synchronized.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/emblems/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/emblems/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/emblems/emblem-default.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-default.svg new file mode 100644 index 00000000..76c8de4d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-default.svg @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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/emblems" + sodipodi:docname="emblem-default.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <sodipodi:namedview + inkscape:window-height="949" + inkscape:window-width="1276" + 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.3125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="layer1" /> + <defs + id="defs1309" /> + <sodipodi:namedview + id="namedview5" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1280" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Defaul</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem default</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="5.1466022" + y="4" + x="4" + height="40" + width="40" + id="rect2190" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="40" + height="40" + x="4" + y="4" + ry="5.1466022" /> + <rect + ry="2.9927754" + y="8" + x="8" + height="32" + width="32" + id="rect3087" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 13.5625,22 C 22,35 22,35 22,35 C 25,25 27,18 35,13" + id="path3065" + sodipodi:nodetypes="ccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-documents.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-documents.svg new file mode 100644 index 00000000..c4fe3d8d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-documents.svg @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 9.0, SVG Export Plug-In --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + viewBox="0 0 48 48" + xml:space="preserve" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44+devel" + sodipodi:docname="emblem-documents.svg" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.0" + sodipodi:modified="true"><metadata + id="metadata19"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title>Documents (emblem)</dc:title><dc:creator><cc:Agent><dc:title>Luca Ferretti</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>emblem documents</rdf:li></rdf:Bag></dc:subject><cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /></cc:Work><cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"><cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /><cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /><cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /><cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /></cc:License></rdf:RDF></metadata><defs + id="defs17" /><sodipodi:namedview + inkscape:window-height="944" + inkscape:window-width="1274" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="svg2" + width="48px" + height="48px" + showgrid="true" + objecttolerance="50" + inkscape:object-nodes="true" + inkscape:guide-points="false" + inkscape:object-points="true" + inkscape:object-bbox="true" + inkscape:grid-points="true" /> + + <path + id="path7662" + d="M 6,33.008264 L 29,33.008264 L 29,6.0082645 L 13.064301,6.063595 L 6.030643,11.973734 L 6,33.008264 z " + style="fill:white;fill-opacity:1;fill-rule:nonzero;stroke:white;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:nodetypes="cccccc" /><g + id="crop_x0020_marks" + style="fill-rule:nonzero;stroke:black;stroke-miterlimit:4"> + <path + style="fill:none;stroke:none" + d="M 48,48 L 0,48 L 0,0 L 48,0 L 48,48 z " + id="path14" /> + </g> +<path + sodipodi:nodetypes="cccccc" + style="fill:white;fill-rule:nonzero;stroke:white;stroke-width:12;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1;stroke-opacity:1" + d="M 42,42 L 19,42 L 19,15 L 33.018393,15.041044 L 42,21 L 42,42 z " + id="path6771" /><path + id="path7" + d="M 42,42 L 19,42 L 19,15 L 35,15 L 42,21.090909 L 42,42 z " + style="fill:black;fill-rule:nonzero;stroke:black;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;fill-opacity:1" + sodipodi:nodetypes="cccccc" /><path + id="path9" + d="M 39.975823,21.984889 L 40,40 L 20.999986,39.992223 L 21,17 L 33.983471,17 L 39.975823,21.984889 z " + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + sodipodi:nodetypes="cccccc" /><path + sodipodi:nodetypes="cccccc" + style="fill:black;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="M 6,33 L 29,33 L 29,6 L 12.978645,6.0183044 L 6,12 L 6,33 z " + id="path7658" /><path + sodipodi:nodetypes="cccccc" + style="fill:white;fill-rule:nonzero;stroke:none;stroke-miterlimit:4" + d="M 7.946196,13.096082 L 8,31 L 27.000014,30.992223 L 27,8 L 14,8 L 7.946196,13.096082 z " + id="path7660" /></svg>
\ No newline at end of file diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-downloads.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-downloads.svg new file mode 100644 index 00000000..0e9db9c9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-downloads.svg @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-downloads.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.125" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" + showguides="true" + inkscape:guide-bbox="true" + gridtype="false" + gridanglex="45px" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Download</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem download</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="5.0764384" + y="4" + x="4" + height="40" + width="40" + id="rect2190" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="40" + height="40" + x="4" + y="4" + ry="5.1425543" /> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;" + d="M 21,3 L 21,14 L 13,14 L 24,23 L 35,14 L 27,14 L 27,3" + id="path3940" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:none;fill-opacity:0.75;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 12,34 L 36,34" + id="path5688" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path7494" + d="M 12,34 L 26,34" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-favorite.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-favorite.svg new file mode 100644 index 00000000..2b87e292 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-favorite.svg @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://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" + id="svg1" + sodipodi:version="0.32" + inkscape:version="0.46" + width="48" + height="48" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-favorite.svg" + version="1.0" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs3" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + inkscape:cx="23.999999" + inkscape:cy="23.999999" + inkscape:window-width="1274" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" + showgrid="true" + inkscape:grid-bbox="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:current-layer="svg1" + inkscape:document-units="px" + width="48px" + height="48px" + inkscape:showpageshadow="false" + inkscape:grid-points="true"> + <inkscape:grid + id="GridFromPre046Settings" + type="xygrid" + originx="0px" + originy="0px" + spacingx="1px" + spacingy="1px" + color="#0000ff" + empcolor="#0000ff" + opacity="0.2" + empopacity="0.4" + empspacing="5" /> + </sodipodi:namedview> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Favourites</dc:title> + <dc:date /> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:source /> + <dc:contributor> + <cc:Agent> + <dc:title /> + </cc:Agent> + </dc:contributor> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem favouries</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <path + sodipodi:nodetypes="czczc" + id="path2201" + d="M 24,12 C 33.288673,2.7151975 44.083965,9.1945377 44,18 C 43.923241,26.049724 39.419303,27.68195 24,42 C 7.8606329,28.680116 3.9160346,27.550728 4,18 C 4.0839653,8.1135477 13.605704,3.0528803 24,12 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:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,12 C 33.288673,2.7151975 44.083965,9.1945377 44,18 C 43.923241,26.049724 39.419303,27.68195 24,42 C 7.8606329,28.680116 3.9160346,27.550728 4,18 C 4.0839653,8.1135477 13.605704,3.0528803 24,12 z " + id="path920" + sodipodi:nodetypes="czczc" /> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-important.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-important.svg new file mode 100644 index 00000000..785a20de --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-important.svg @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg10115" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-important.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs10117" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + inkscape:window-width="1276" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata10120"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Important</dc:title> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem important</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path10123" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="22" + sodipodi:ry="21.992188" + d="M 46 24 A 22 21.992188 0 1 1 2,24 A 22 21.992188 0 1 1 46 24 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path10998" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="16" + sodipodi:ry="16" + d="M 40 24 A 16 16 0 1 1 8,24 A 16 16 0 1 1 40 24 z" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path11873" + sodipodi:cx="24" + sodipodi:cy="36" + sodipodi:rx="3" + sodipodi:ry="3" + d="M 27 36 A 3 3 0 1 1 21,36 A 3 3 0 1 1 27 36 z" + transform="translate(0,-2)" /> + <path + transform="translate(-0.46875,0)" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 28.46875,15 C 28.46875,19 26.46875,30 24.46875,30 C 22.46875,30 20.46875,19 20.46875,15 C 20.46875,10.032 23.46875,10 24.46875,10 C 25.46875,10 28.46875,10.032 28.46875,15 z " + id="path12748" + sodipodi:nodetypes="csssc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-mail.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-mail.svg new file mode 100644 index 00000000..3270c2c4 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-mail.svg @@ -0,0 +1,114 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-mail.svg"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.1875" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1270" + inkscape:window-height="944" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Email (emblem)</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem email message</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + ry="3.9649484" + rx="3.9631047" + y="9" + x="5" + height="30" + width="38" + id="rect4006" + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect2248" + width="38" + height="30" + x="5" + y="9" + rx="4.0291295" + ry="3.9649487" /> + <rect + style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3123" + width="30" + height="22" + x="9" + y="13" + rx="0" + ry="0" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;" + d="M 8,13.174564 L 22,27 C 23.124807,28.198901 23.884336,28.18857 25.046312,27.033012 L 40.077307,12.820449" + id="path4000" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-photos.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-photos.svg new file mode 100644 index 00000000..c28a3a72 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-photos.svg @@ -0,0 +1,121 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/emblems" + sodipodi:docname="emblem-photos.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.916667" + inkscape:cx="24" + inkscape:cy="27.110567" + inkscape:document-units="px" + inkscape:current-layer="svg2" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:grid-points="true" + gridspacingy="1.0000000px" + gridspacingx="1.0000000px" + gridoriginy="0.0000000px" + gridoriginx="0.0000000px" + gridtolerance="1.0000000px" + guidetolerance="1.0000000px" + inkscape:guide-points="true" + inkscape:window-width="1270" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="25" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata7"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + <dc:title>Photos (emblem)</dc:title> + <dc:description>A photo camera.</dc:description> + <dc:contributor> + <cc:Agent> + <dc:title></dc:title> + </cc:Agent> + </dc:contributor> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>photos</rdf:li> + <rdf:li>emblem</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect9880" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + ry="0.0000000" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="path9152" + d="M 8,12 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 40,12 C 42,12 44,14 44,16 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4,16 C 4,14 6,12 8,12 z " + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 8,12 L 15.005235,12.057592 L 17.005235,7.0575914 L 31.005235,7.0575914 L 33.005235,12.057592 L 40,12 C 42,12 44,14 44,16 L 44.109947,38.057592 C 44.109947,39.136587 43.241298,40.005236 42.162303,40.005236 L 6.0575914,40.005236 C 4.9785966,40.005236 4.1099474,39.136587 4.1099474,38.057592 L 4,16 C 4,14 6,12 8,12 z " + id="rect8423" + sodipodi:nodetypes="ccccccccccccc" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 24.057591,16.005236 C 18.579466,16.005236 14.114410,20.509357 14.114410,26.005236 C 14.114410,31.501115 18.579465,36.005237 24.057591,36.005236 C 29.535717,36.005235 34.000772,31.501115 34.000772,26.005236 C 34.000772,20.509357 29.535716,16.005236 24.057591,16.005236 z M 24.057591,20.914327 C 26.855032,20.914327 29.103046,23.171553 29.103046,26.005236 C 29.103045,28.838919 26.855032,31.096145 24.057591,31.096145 C 21.260151,31.096146 19.012136,28.838919 19.012136,26.005236 C 19.012136,23.171553 21.260150,20.914327 24.057591,20.914327 z " + id="path12070" + sodipodi:nodetypes="cszzscsssc" /> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-readonly.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-readonly.svg new file mode 100644 index 00000000..7142511e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-readonly.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/emblems/emblem-shared.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-shared.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-shared.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/emblems/emblem-symbolic-link.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-symbolic-link.svg new file mode 100644 index 00000000..6ab83241 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-symbolic-link.svg @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg5931" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/luca/Desktop/black-and-white/scalable/emblems" + sodipodi:docname="emblem-symbolic-link.svg"> + <defs + id="defs5933" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.791667" + inkscape:cx="21.573560" + inkscape:cy="22.716245" + 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="metadata5936"> + <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:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect7394" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <path + style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;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 4.0000000,34.000000 C 4.6814107,16.457299 21.000000,5.0000000 37.000000,20.000000 L 44.000000,12.000000 C 44.000000,12.000000 44.000000,35.000000 44.000000,35.000000 L 21.000000,35.000000 C 21.000000,35.000000 29.000000,28.000000 29.000000,28.000000 C 16.000000,15.000000 6.7719186,24.398539 4.0000000,34.000000 z " + id="path6666" + sodipodi:nodetypes="ccccccc" /> + <path + sodipodi:nodetypes="ccccccc" + id="path2177" + d="M 4.0000000,34.000000 C 4.6814107,16.457299 21.000000,5.0000000 37.000000,20.000000 L 44.000000,12.000000 C 44.000000,12.000000 44.000000,35.000000 44.000000,35.000000 L 21.000000,35.000000 C 21.000000,35.000000 29.000000,28.000000 29.000000,28.000000 C 16.000000,15.000000 6.7719186,24.398539 4.0000000,34.000000 z " + 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" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-synchronized.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-synchronized.svg new file mode 100644 index 00000000..eca4bc70 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-synchronized.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/emblems/emblem-system.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-system.svg new file mode 100644 index 00000000..9c7e5a69 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-system.svg @@ -0,0 +1,134 @@ +<?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/emblems" + sodipodi:docname="emblem-system.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs1309" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1276" + inkscape:window-height="949" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>System (emblem)</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>emblem</rdf:li> + <rdf:li>system</rdf:li> + </rdf:Bag> + </dc:subject> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect3942" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + transform="translate(0,1.875003)" + d="M 23.938113,3.1251011 C 28.80352,2.9768321 24.214319,7.7659001 28.717512,9.613985 C 33.570828,11.605758 33.526159,5.0331198 37.347002,8.627976 C 40.892207,11.963496 34.260769,12.104823 36.138214,16.595855 C 38.16163,21.436064 42.777602,16.756921 42.937399,22.000613 C 43.085668,26.86602 38.2966,22.276819 36.448515,26.780012 C 34.456742,31.633328 41.02938,31.588659 37.434524,35.409502 C 34.099004,38.954707 33.957677,32.323269 29.466645,34.200714 C 24.626436,36.22413 29.305579,40.840102 24.061887,40.999899 C 19.19648,41.148168 23.785681,36.3591 19.282488,34.511015 C 14.429172,32.519242 14.473841,39.09188 10.652998,35.497024 C 7.1077934,32.161504 13.739231,32.020177 11.861786,27.529145 C 9.8383695,22.688936 5.2223981,27.368079 5.0626011,22.124387 C 4.9143321,17.25898 9.7034001,21.848181 11.551485,17.344988 C 13.543258,12.491672 6.9706198,12.536341 10.565476,8.7154976 C 13.900996,5.1702934 14.042323,11.801731 18.533355,9.9242858 C 23.373564,7.9008695 18.694421,3.2848981 23.938113,3.1251011 z " + inkscape:randomized="0" + inkscape:rounded="0.604" + inkscape:flatsided="false" + sodipodi:arg2="-1.2085568" + sodipodi:arg1="-1.5740643" + sodipodi:r2="13.312417" + sodipodi:r1="18.9375" + sodipodi:cy="22.0625" + sodipodi:cx="24" + sodipodi:sides="8" + id="path2190" + style="fill:#000000;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" + sodipodi:type="star" /> + <path + sodipodi:type="star" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path1315" + sodipodi:sides="8" + sodipodi:cx="24" + sodipodi:cy="22.0625" + sodipodi:r1="18.9375" + sodipodi:r2="13.312417" + sodipodi:arg1="-1.5740643" + sodipodi:arg2="-1.2085568" + inkscape:flatsided="false" + inkscape:rounded="0.604" + inkscape:randomized="0" + d="M 23.938113,3.1251011 C 28.80352,2.9768321 24.214319,7.7659001 28.717512,9.613985 C 33.570828,11.605758 33.526159,5.0331198 37.347002,8.627976 C 40.892207,11.963496 34.260769,12.104823 36.138214,16.595855 C 38.16163,21.436064 42.777602,16.756921 42.937399,22.000613 C 43.085668,26.86602 38.2966,22.276819 36.448515,26.780012 C 34.456742,31.633328 41.02938,31.588659 37.434524,35.409502 C 34.099004,38.954707 33.957677,32.323269 29.466645,34.200714 C 24.626436,36.22413 29.305579,40.840102 24.061887,40.999899 C 19.19648,41.148168 23.785681,36.3591 19.282488,34.511015 C 14.429172,32.519242 14.473841,39.09188 10.652998,35.497024 C 7.1077934,32.161504 13.739231,32.020177 11.861786,27.529145 C 9.8383695,22.688936 5.2223981,27.368079 5.0626011,22.124387 C 4.9143321,17.25898 9.7034001,21.848181 11.551485,17.344988 C 13.543258,12.491672 6.9706198,12.536341 10.565476,8.7154976 C 13.900996,5.1702934 14.042323,11.801731 18.533355,9.9242858 C 23.373564,7.9008695 18.694421,3.2848981 23.938113,3.1251011 z " + transform="translate(0,1.875003)" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="path3065" + sodipodi:cx="24.0625" + sodipodi:cy="23.9375" + sodipodi:rx="5.0546875" + sodipodi:ry="4.9375" + d="M 29.117188 23.9375 A 5.0546875 4.9375 0 1 1 19.007812,23.9375 A 5.0546875 4.9375 0 1 1 29.117188 23.9375 z" + transform="translate(-7.8125e-3,0.125)" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg new file mode 100644 index 00000000..e1e5488a --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48" + height="48" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.46" + version="1.0" + sodipodi:docname="emblem-unreadable.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="16.729167" + inkscape:cx="22.744707" + inkscape:cy="24" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:object-paths="true" + inkscape:object-nodes="true" + inkscape:snap-bbox="true" + objecttolerance="10000" + gridtolerance="10000" + guidetolerance="10000" + inkscape:window-width="1280" + inkscape:window-height="1024" + inkscape:window-x="0" + inkscape:window-y="0"> + <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>Emblem Unreadable</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>emblem. unreadable</rdf:li> + <rdf:li>no read</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description></dc:description> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <rect + style="fill:none;fill-opacity:0.52479337999999998;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3165" + width="48" + height="48" + x="0" + y="0" + ry="0" /> + <path + d="M 41,24 A 17,17 0 1 1 7,24 A 17,17 0 1 1 41,24 z" + sodipodi:ry="17" + sodipodi:rx="17" + sodipodi:cy="24" + sodipodi:cx="24" + id="path3163" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:14;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:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3157" + sodipodi:cx="24" + sodipodi:cy="24" + sodipodi:rx="17" + sodipodi:ry="17" + d="M 41,24 A 17,17 0 1 1 7,24 A 17,17 0 1 1 41,24 z" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 12,12 L 36,36" + id="path3161" /> + </g> +</svg> |