diff options
Diffstat (limited to 'icon-themes/HighContrast-SVG/scalable/categories')
12 files changed, 1760 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am b/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am new file mode 100644 index 00000000..4e92770d --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/Makefile.am @@ -0,0 +1,52 @@ +themedir = $(datadir)/icons/HighContrast-SVG +size = scalable +context = categories + +icondir = $(themedir)/$(size)/$(context) + +icon_DATA = \ + applications-accessories.svg \ + applications-development.svg \ + applications-games.svg \ + applications-graphics.svg \ + applications-internet.svg \ + applications-multimedia.svg \ + applications-system.svg \ + preferences-desktop-peripherals.svg \ + preferences-desktop.svg \ + preferences-system.svg + +placeholder_FILES = \ + applications-engineering.svg \ + applications-office.svg \ + applications-other.svg \ + applications-science.svg \ + applications-utilities.svg \ + preferences-desktop-personal.svg \ + preferences-other.svg \ + preferences-system-network.svg \ + system-help.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/categories/Makefile.in b/icon-themes/HighContrast-SVG/scalable/categories/Makefile.in new file mode 100644 index 00000000..2aa34cd4 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/Makefile.in @@ -0,0 +1,446 @@ +# 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/categories +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 = categories +icondir = $(themedir)/$(size)/$(context) +icon_DATA = applications-accessories.svg applications-development.svg \ + applications-games.svg applications-graphics.svg \ + applications-internet.svg applications-multimedia.svg \ + applications-system.svg preferences-desktop-peripherals.svg \ + preferences-desktop.svg preferences-system.svg $(am__append_1) +placeholder_FILES = \ + applications-engineering.svg \ + applications-office.svg \ + applications-other.svg \ + applications-science.svg \ + applications-utilities.svg \ + preferences-desktop-personal.svg \ + preferences-other.svg \ + preferences-system-network.svg \ + system-help.svg + +EXTRA_DIST = \ + $(icon_DATA) + +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/categories/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu icon-themes/HighContrast-SVG/scalable/categories/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 + + $(placeholder_FILES) + +@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/categories/applications-accessories.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-accessories.svg new file mode 100644 index 00000000..015d0633 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-accessories.svg @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.43" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/categories" + sodipodi:docname="applications-accessories.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.875" + inkscape:cx="24" + inkscape:cy="24.264126" + 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="945" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect6296" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + ry="0.0000000" /> + <rect + ry="4.9133859" + y="16.000000" + x="5.0000000" + height="26.000000" + width="37.960629" + id="rect9204" + 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" + rx="4.9133859" /> + <path + sodipodi:nodetypes="cccsccsccc" + inkscape:r_cy="true" + inkscape:r_cx="true" + id="path9932" + d="M 21.000000,6.0000000 C 14.000000,6.0000000 12.000000,10.173905 12.000000,17.000000 L 36.000000,17.000000 C 36.000000,10.000000 34.000000,6.0000000 27.000000,6.0000000 L 21.000000,6.0000000 z M 23.000000,10.417323 L 25.000000,10.417323 C 32.000000,10.417323 31.000000,15.000000 31.000000,17.000000 L 17.000000,17.000000 C 17.000000,15.000000 16.000000,10.417323 23.000000,10.417323 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" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3314" + width="37.960629" + height="26.000000" + x="5.0000000" + y="16.000000" + ry="4.9133859" + rx="4.9133859" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 7.0000000,24.000000 L 41.000000,24.000000" + id="path4042" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 36.000000,21.000000 L 36.000000,29.000000" + id="path4772" + sodipodi:nodetypes="cc" /> + <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 21.000000,6.0000000 C 14.000000,6.0000000 12.000000,10.173905 12.000000,17.000000 L 36.000000,17.000000 C 36.000000,10.000000 34.000000,6.0000000 27.000000,6.0000000 L 21.000000,6.0000000 z M 23.000000,10.417323 L 25.000000,10.417323 C 32.000000,10.417323 31.000000,15.000000 31.000000,17.000000 L 17.000000,17.000000 C 17.000000,15.000000 16.000000,10.417323 23.000000,10.417323 z " + id="path2086" + inkscape:r_cx="true" + inkscape:r_cy="true" + sodipodi:nodetypes="cccsccsccc" /> + <path + sodipodi:nodetypes="cc" + id="path7024" + d="M 12.000000,21.000000 L 12.000000,29.000000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-development.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-development.svg new file mode 100644 index 00000000..1a3e785e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-development.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg4932" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/Scrivania/hc" + sodipodi:docname="applications-development.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4934" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="7.9999999" + inkscape:cx="30.10882" + inkscape:cy="21.876668" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1012" + inkscape:window-height="768" + inkscape:window-x="196" + inkscape:window-y="153" /> + <metadata + id="metadata4937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Development Application Category</dc:title> + <dc:date>September 2007</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:rights> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:rights> + <dc:subject> + <rdf:Bag> + <rdf:li>development</rdf:li> + <rdf:li>hacking</rdf:li> + <rdf:li /> + </rdf:Bag> + </dc:subject> + <dc:source>http://www.gnome.org</dc:source> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 45,3.0000002 L 9.6693593,13.423568 L 9.1390292,15.942636 L 31.173482,37.977088 L 33.935617,37.468855 L 45,3.0000002 z " + id="rect4942" + sodipodi:nodetypes="cccccc" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:3.99999976;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4947" + width="14.000001" + height="21" + x="26.409876" + y="4.7702661" + rx="5.1517777" + ry="5.1517777" + transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,0,0)" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4949" + width="4" + height="18.0401" + x="31.409878" + y="-2.2297347" + transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,0,0)" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2160" + width="48" + height="48" + x="0" + y="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-games.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-games.svg new file mode 100644 index 00000000..6495f78e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-games.svg @@ -0,0 +1,122 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://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/categories" + sodipodi:docname="applications-games.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.958333" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1280" + inkscape:window-height="950" + inkscape:window-x="0" + inkscape:window-y="26" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Games</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>[email protected]</dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>games</rdf:li> + <rdf:li>applications</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:description></dc:description> + <cc:license + rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.28693181;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect3312" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" /> + <rect + ry="2.8198433" + y="4.0000000" + x="7.0000000" + height="40.000000" + width="34.000000" + id="rect4768" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" /> + <rect + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect4040" + width="34.000000" + height="40.000000" + x="7.0000000" + y="4.0000000" + ry="2.8198433" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 23.755431,15.989556 C 27.441246,8.9295045 37.892679,12.770494 36.880758,19.436032 C 35.878137,26.040312 27.002603,34.530897 23.880758,36.000000 C 20.548295,34.468233 11.940811,26.092254 11.063525,19.498694 C 10.151211,12.641860 19.295032,8.9086163 23.755431,15.989556 z " + id="path5496" + sodipodi:nodetypes="czczc" /> + <path + sodipodi:nodetypes="czczc" + id="path6950" + d="M 12.512983,7.7505473 C 13.239136,6.3596263 15.298203,7.1163507 15.098842,8.4295475 C 14.901313,9.7306751 13.152718,11.403430 12.537674,11.692862 C 11.881136,11.391084 10.185351,9.7409091 10.012515,8.4418927 C 9.8327772,7.0910081 11.634228,6.3555111 12.512983,7.7505473 z " + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" /> + <path + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 35.400616,40.249453 C 36.126769,41.640374 38.185836,40.883649 37.986475,39.570452 C 37.788946,38.269325 36.040351,36.596570 35.425307,36.307138 C 34.768769,36.608916 33.072984,38.259091 32.900148,39.558107 C 32.720410,40.908992 34.521861,41.644489 35.400616,40.249453 z " + id="path6952" + sodipodi:nodetypes="czczc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-graphics.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-graphics.svg new file mode 100644 index 00000000..7fe557c9 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-graphics.svg @@ -0,0 +1,83 @@ +<?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="svg1306" + sodipodi:version="0.32" + inkscape:version="0.42" + sodipodi:docbase="/home/betatester/Desktop" + sodipodi:docname="applications-graphics.svg"> + <defs + id="defs1308" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.895833" + 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="949" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata1311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:0.44534412;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="rect2290" + width="48.000000" + height="48.000000" + x="0.0000000" + y="0.0000000" + ry="0.0000000" /> + <path + sodipodi:nodetypes="ccccc" + id="path3750" + d="M 20.000000,27.000000 L 26.000000,31.000000 C 31.645697,27.712538 38.486676,20.641328 41.427261,11.000000 L 31.000000,4.0000000 C 24.965924,8.5653126 21.882044,16.647007 20.000000,27.000000 z " + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" /> + <path + sodipodi:nodetypes="cccc" + id="path5221" + d="M 9.0000000,43.000000 C 20.000000,44.000000 25.460900,41.000000 24.000000,32.000000 L 20.000000,30.000000 C 12.000000,32.000000 17.000000,39.000000 9.0000000,43.000000 z " + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:8.0000000;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1.0000000;stroke-miterlimit:4.0000000;stroke-dasharray:none" /> + <path + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + d="M 21.000000,28.000000 L 25.000000,30.000000 C 30.645697,26.712538 38.486676,20.641328 41.427261,11.000000 L 31.000000,4.0000000 C 24.965924,8.5653126 22.882044,17.647007 21.000000,28.000000 z " + id="path3020" + sodipodi:nodetypes="ccccc" /> + <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 9.0000000,43.000000 C 20.000000,44.000000 25.460900,41.000000 24.000000,32.000000 L 20.000000,30.000000 C 12.000000,32.000000 17.000000,39.000000 9.0000000,43.000000 z " + id="path3748" + sodipodi:nodetypes="cccc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-internet.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-internet.svg new file mode 100644 index 00000000..67ed3e3e --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-internet.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://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" + sodipodi:docname="applications-internet.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15.875000" + inkscape:cx="24.000000" + inkscape:cy="24.000000" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="27"> + <sodipodi:guide + orientation="horizontal" + position="43.968504" + id="guide4040" /> + <sodipodi:guide + orientation="vertical" + position="4.0314961" + id="guide4042" /> + <sodipodi:guide + orientation="horizontal" + position="4.0314961" + id="guide4044" /> + <sodipodi:guide + orientation="vertical" + position="44.094488" + id="guide4046" /> + <sodipodi:guide + orientation="horizontal" + position="40.000000" + id="guide4776" /> + <sodipodi:guide + orientation="vertical" + position="8.0000000" + id="guide4778" /> + <sodipodi:guide + orientation="horizontal" + position="7.9370079" + id="guide4780" /> + <sodipodi:guide + orientation="vertical" + position="40.062992" + id="guide4782" /> + </sodipodi:namedview> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path3312" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="24.000000" + sodipodi:ry="24.000000" + d="M 48.000000 24.000000 A 24.000000 24.000000 0 1 1 0.0000000,24.000000 A 24.000000 24.000000 0 1 1 48.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4048" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="20.000000" + sodipodi:ry="20.000000" + d="M 44.000000 24.000000 A 20.000000 20.000000 0 1 1 4.0000000,24.000000 A 20.000000 20.000000 0 1 1 44.000000 24.000000 z" /> + <path + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" + id="path4784" + sodipodi:cx="24.000000" + sodipodi:cy="24.000000" + sodipodi:rx="16.000000" + sodipodi:ry="16.000000" + d="M 40.000000 24.000000 A 16.000000 16.000000 0 1 1 8.0000000,24.000000 A 16.000000 16.000000 0 1 1 40.000000 24.000000 z" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 10.000000,34.250000 C 18.000000,31.250000 30.000000,31.250000 38.000000,34.250000" + id="path5512" + sodipodi:nodetypes="cc" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 7.9685040,24.000000 L 40.031496,24.000000" + id="path5516" /> + <path + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" + d="M 20.000000,7.5511811 C 15.000000,18.000000 15.000000,31.000000 20.000000,41.000000" + id="path5520" + sodipodi:nodetypes="cc" /> + <path + sodipodi:nodetypes="cc" + id="path6250" + d="M 10.000000,13.750000 C 18.000000,16.750000 30.000000,16.750000 38.000000,13.750000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + <path + sodipodi:nodetypes="cc" + id="path9156" + d="M 28.000000,7.5511811 C 33.000000,18.000000 33.000000,31.000000 28.000000,41.000000" + style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-multimedia.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-multimedia.svg new file mode 100644 index 00000000..b6da05f6 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-multimedia.svg @@ -0,0 +1,163 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg2160" + sodipodi:version="0.32" + inkscape:version="0.45" + sodipodi:docbase="/home/luca" + sodipodi:docname="audio-x-generic_alternate.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + sodipodi:modified="true"> + <defs + id="defs2162" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="15" + inkscape:cx="24" + inkscape:cy="24" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:grid-points="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1280" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="26"> + <sodipodi:guide + orientation="horizontal" + position="44" + id="guide2168" /> + <sodipodi:guide + orientation="vertical" + position="3.9333333" + id="guide2170" /> + <sodipodi:guide + orientation="vertical" + position="44" + id="guide2172" /> + <sodipodi:guide + orientation="horizontal" + position="4.0666667" + id="guide2174" /> + </sodipodi:namedview> + <metadata + id="metadata2165"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Generic Audio File</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Luca Ferretti <[email protected]></dc:title> + </cc:Agent> + </dc:creator> + <dc:subject> + <rdf:Bag> + <rdf:li>audio</rdf:li> + <rdf:li>music</rdf:li> + <rdf:li>file</rdf:li> + </rdf:Bag> + </dc:subject> + <dc:coverage>A generic icon for music and audio files</dc:coverage> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4126" + width="48" + height="48" + x="0" + y="0" /> + <path + transform="matrix(1.0666667,0,0,1,-1.4,0)" + d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z" + sodipodi:ry="6" + sodipodi:rx="7.5" + sodipodi:cy="34" + sodipodi:cx="13.5" + id="path5117" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.74596657;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + sodipodi:type="arc" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path6090" + d="M 21,34 L 21,15 L 37,19 L 37,38 L 42,38 L 42,11 L 16,4 L 16,34 L 21,34 z " + style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path3149" + sodipodi:cx="13.5" + sodipodi:cy="34" + sodipodi:rx="7.5" + sodipodi:ry="6" + d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z" + transform="matrix(1.0666667,0,0,1,-1.4,0)" /> + <path + sodipodi:type="arc" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:7.74596643;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path6088" + sodipodi:cx="13.5" + sodipodi:cy="34" + sodipodi:rx="7.5" + sodipodi:ry="6" + d="M 21 34 A 7.5 6 0 1 1 6,34 A 7.5 6 0 1 1 21 34 z" + transform="matrix(1.0666667,0,0,1,19.599999,3.9999999)" /> + <path + style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="M 21,34 L 21,15 L 37,19 L 37,38 L 42,38 L 42,11 L 16,4 L 16,34 L 21,34 z " + id="path3153" + sodipodi:nodetypes="ccccccccc" /> + <use + x="0" + y="0" + xlink:href="#path3149" + id="use4124" + transform="translate(21,4)" + width="48" + height="48" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/applications-system.svg b/icon-themes/HighContrast-SVG/scalable/categories/applications-system.svg new file mode 100644 index 00000000..8d980961 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/applications-system.svg @@ -0,0 +1,94 @@ +<?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="svg5490" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/tmp/dev/mate-themes/icon-themes/HighContrast-SVG/scalable/categories" + sodipodi:docname="applications-system.svg"> + <defs + id="defs5492" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.4748737" + inkscape:cx="-10.240306" + inkscape:cy="25.31314" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1274" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata5495"> + <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 Applications</dc:title> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:date>October 2006</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://www.gnome.org</dc:source> + <dc:subject> + <rdf:Bag> + <rdf:li>system</rdf:li> + <rdf:li>applications</rdf:li> + <rdf:li>group</rdf:li> + <rdf:li>category</rdf:li> + <rdf:li>admin</rdf:li> + <rdf:li>root</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="opacity:1;fill:black;fill-opacity:1;stroke:white;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 19.585519,1.9999995 L 19.585519,7.8514109 C 18.216608,8.2056432 17.102724,8.7191612 15.893015,9.387815 L 11.806834,5.3016339 L 5.1381865,11.970281 L 9.2570572,16.056463 L 9.2570572,16.089152 C 8.4554991,17.570213 7.8496719,18.792407 7.5245164,20.499418 L 1.9999995,20.499418 L 1.9999995,29.460542 L 8.0802371,29.460542 C 8.3910597,30.402639 8.7916751,31.116323 9.2570572,31.976224 C 9.2616655,31.984741 9.2524346,32.000407 9.2570572,32.008913 L 5.1381865,36.095094 L 11.806834,42.763742 L 15.893015,38.677562 C 17.102724,39.346214 18.216608,39.859733 19.585519,40.213966 L 19.585519,45.999998 L 28.54664,45.999998 L 28.54664,40.213966 C 29.891169,39.866041 30.78487,39.3619 31.976225,38.71025 L 36.127784,42.86181 L 42.796432,36.193163 L 38.644871,32.041603 C 39.125869,31.162235 39.535669,30.426558 39.854382,29.460542 L 45.999998,29.460542 L 45.999998,20.499418 L 40.410102,20.499418 C 40.080154,18.767246 39.464724,17.522638 38.644871,16.023773 L 42.796432,11.872213 L 36.127784,5.2035655 L 31.976225,9.3551255 C 30.78487,8.7034758 29.891169,8.1993339 28.54664,7.8514109 L 28.54664,1.9999995 L 19.585519,1.9999995 z M 23.967309,16.710251 C 28.009296,16.710252 31.289746,19.990705 31.289746,24.032688 C 31.289745,28.074669 28.009296,31.355124 23.967309,31.355124 C 19.925322,31.355124 16.644872,28.07467 16.644872,24.032688 C 16.644872,19.990704 19.925322,16.710251 23.967309,16.710251 z " + id="path5498" + sodipodi:nodetypes="cccccccccccsccccccccccccccccccccccccsssc" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg b/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg new file mode 100644 index 00000000..5ddde8ab --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg @@ -0,0 +1,210 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg4932" + sodipodi:version="0.32" + inkscape:version="0.45.1" + sodipodi:docbase="/home/luca/Scrivania/hc" + sodipodi:docname="preferences-desktop-peripherals.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4934" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="37.518664" + inkscape:cy="22.489651" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1039" + inkscape:window-height="726" + inkscape:window-x="233" + inkscape:window-y="236" /> + <metadata + id="metadata4937"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:title>Preferences Desktop Peripherals</dc:title> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:rights> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:rights> + <dc:source>http://www.gnome.org/</dc:source> + <dc:subject> + <rdf:Bag> + <rdf:li>preferences</rdf:li> + <rdf:li>desktop</rdf:li> + <rdf:li>peripheral</rdf:li> + <rdf:li>input devices</rdf:li> + <rdf:li>mouse</rdf:li> + <rdf:li>keyboard</rdf:li> + <rdf:li>tablet</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4940" + width="36" + height="31" + x="2" + y="6" /> + <rect + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4978" + width="26" + height="21" + x="7" + y="11" /> + <g + id="g4962" + transform="matrix(0.5512367,0,0,0.5512367,23.463705,19.745585)"> + <g + style="display:none" + inkscape:label="Layer 1" + id="g4964"> + <path + d="M 37.173913 21.717392 A 13.532609 11.673913 0 1 1 10.108695,21.717392 A 13.532609 11.673913 0 1 1 37.173913 21.717392 z" + sodipodi:ry="11.673913" + sodipodi:rx="13.532609" + sodipodi:cy="21.717392" + sodipodi:cx="23.641304" + id="path5587" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="translate(0,11.6087)" + 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="path6474" + sodipodi:cx="23.641304" + sodipodi:cy="21.717392" + sodipodi:rx="13.532609" + sodipodi:ry="11.673913" + d="M 37.173913 21.717392 A 13.532609 11.673913 0 1 1 10.108695,21.717392 A 13.532609 11.673913 0 1 1 37.173913 21.717392 z" /> + <rect + ry="0" + rx="0" + y="22" + x="10" + height="12.043478" + width="27.173914" + id="rect6476" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + transform="translate(-1.086956,0)" + sodipodi:end="4.712389" + sodipodi:start="3.1415927" + d="M 14.347826,22.043478 A 8.73913,8.73913 0 0 1 23.086956,13.304348 L 23.086956,22.043478 z" + sodipodi:ry="8.73913" + sodipodi:rx="8.73913" + sodipodi:cy="22.043478" + sodipodi:cx="23.086956" + id="path7363" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + sodipodi:type="arc" /> + <path + transform="matrix(-1,0,0,1,48.34783,0)" + 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="path8250" + sodipodi:cx="23.086956" + sodipodi:cy="22.043478" + sodipodi:rx="8.73913" + sodipodi:ry="8.73913" + d="M 14.347826,22.043478 A 8.73913,8.73913 0 0 1 23.086956,13.304348 L 23.086956,22.043478 z" + sodipodi:start="3.1415927" + sodipodi:end="4.712389" /> + <path + sodipodi:nodetypes="ccczcc" + id="path8252" + d="M 13,24 L 34,24 L 34,34 C 34,34 33.863828,41 24,41 C 14.055145,41 13,34 13,34 L 13,24" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </g> + <g + style="display:inline" + inkscape:label="new" + id="layer2" + transform="matrix(1.0500915,0,0,1.0659734,-3.534574,-3.3815619)"> + <path + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:13.71718884;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 21.168006,-1.5002357 C 4.318558,-1.5002357 4.2925373,11.153024 4.2925373,11.153024 L 4.2925373,31.858359 C 4.2925373,31.858359 4.107474,44.449103 21.115598,44.449103 C 37.967796,44.449103 38.043474,31.858359 38.043474,31.858359 L 38.043474,11.153024 C 38.043474,11.153024 38.174676,-1.5002357 21.168006,-1.5002357 z " + id="path4555" + sodipodi:nodetypes="ccczccz" /> + <path + sodipodi:nodetypes="ccczccz" + id="path1875" + d="M 21.568144,-1.5002357 C 4.3191765,-1.5002357 4.2925388,11.153025 4.2925388,11.153025 L 4.2925388,31.858359 C 4.2925388,31.858359 4.1030875,44.449104 21.514493,44.449104 C 38.766277,44.449104 38.843748,31.858359 38.843748,31.858359 L 38.843748,11.153025 C 38.843748,11.153025 38.978061,-1.5002357 21.568144,-1.5002357 z " + style="fill:#000000;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-rule:evenodd;stroke:#ffffff;stroke-width:2.00000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 34,16 L 34,27" + id="path5971" + transform="matrix(1.7275663,0,0,1.7018274,-37.169139,-30.431301)" /> + </g> + </g> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 24,26.5625 L 44,26.5" + id="path5969" + sodipodi:nodetypes="cc" /> + <rect + style="opacity:0.6;fill:none;fill-opacity:0.8093385;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.70588235" + id="rect2170" + width="48" + height="48" + x="0" + y="0" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop.svg b/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop.svg new file mode 100644 index 00000000..8460ec9b --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/preferences-desktop.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://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg1307" + sodipodi:version="0.32" + inkscape:version="0.43" + sodipodi:docbase="/home/luca/Artwork/blackwhite-icon-theme/scalable/categories" + sodipodi:docname="preferences-desktop-personal.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.604167" + 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="970" + inkscape:window-x="0" + inkscape:window-y="0" /> + <metadata + id="metadata1312"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <rect + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="rect1315" + width="48" + height="48" + x="0" + y="0" /> + <rect + 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" + id="rect2190" + width="40" + height="40" + x="4" + y="4" + ry="4.165554" /> + <rect + ry="4.165554" + y="4" + x="4" + height="40" + width="40" + id="rect3938" + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 15,9 L 15,39" + id="path4813" /> + <path + id="path5688" + d="M 33,9 L 33,39" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5692" + width="16" + height="10" + x="7" + y="24" + ry="2.9479306" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 12,23 L 18,23" + id="path7442" /> + <path + id="path8317" + d="M 12,35 L 18,35" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path9192" + d="M 30,13 L 36,13" + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 30.448598,25 L 36.448598,25" + id="path9194" /> + <rect + ry="2.9479306" + y="14" + x="25" + height="10" + width="16" + id="rect9196" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + rx="2.9479306" /> + </g> +</svg> diff --git a/icon-themes/HighContrast-SVG/scalable/categories/preferences-system.svg b/icon-themes/HighContrast-SVG/scalable/categories/preferences-system.svg new file mode 100644 index 00000000..e0f71684 --- /dev/null +++ b/icon-themes/HighContrast-SVG/scalable/categories/preferences-system.svg @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48px" + height="48px" + id="svg3304" + sodipodi:version="0.32" + inkscape:version="0.44" + sodipodi:docbase="/home/luca/tmp/dev/mate-themes/icon-themes/HighContrast-SVG/scalable/categories" + sodipodi:docname="preferences-system.svg"> + <defs + id="defs3306" /> + <sodipodi:namedview + id="base" + pagecolor="white" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="9.8994949" + inkscape:cx="36.598227" + inkscape:cy="17.577651" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1274" + inkscape:window-height="945" + inkscape:window-x="0" + inkscape:window-y="25" /> + <metadata + id="metadata3309"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>System Preferences</dc:title> + <cc:license + rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" /> + <dc:date>October 2006</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:creator> + <dc:source>http://www.gnome.org</dc:source> + <dc:subject> + <rdf:Bag> + <rdf:li>category</rdf:li> + <rdf:li>system</rdf:li> + <rdf:li>preferences</rdf:li> + <rdf:li>settings</rdf:li> + <rdf:li>control cenH</rdf:li> + </rdf:Bag> + </dc:subject> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/LGPL/2.1/"> + <cc:permits + rdf:resource="http://web.resource.org/cc/Reproduction" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/Distribution" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/Notice" /> + <cc:permits + rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/ShareAlike" /> + <cc:requires + rdf:resource="http://web.resource.org/cc/SourceCode" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <path + style="fill:black;fill-opacity:1;stroke:white;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 11.99422,2.0050767 L 3.9955337,4.2550775 L 3.9955337,15.126053 L 10.034576,17.469804 L 10.034575,44.649174 L 14.939336,46.086674 L 19.995619,44.649174 L 19.99562,17.469805 L 25.954569,15.126054 L 25.954569,4.2550782 L 18.077816,2.0050769 L 18.077816,10.06574 L 11.99422,10.06574 L 11.99422,2.0050767 z " + id="path6743" + sodipodi:nodetypes="cccccccccccccc" /> + <path + style="opacity:1;fill:black;fill-opacity:1;stroke:white;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 34.032561,2.0714293 L 34.032561,8.6270133 L 35.032561,8.6270131 L 35.032561,26.151429 C 33.300612,26.619853 31.961132,28.173574 31.961132,30.057679 L 31.961132,42.36125 C 31.961132,44.616822 33.768059,45.92375 36.023632,45.92375 L 40.030721,45.92375 C 42.286293,45.92375 44.09322,44.616823 44.09322,42.36125 L 44.093221,30.057679 C 44.093221,28.173574 42.82517,26.619854 41.093221,26.151429 L 41.093221,8.6270133 L 42.093221,8.6270133 L 42.093221,2.0714286 L 34.032561,2.0714293 z " + id="path6745" + sodipodi:nodetypes="ccccccccccccccc" + inkscape:transform-center-x="0.8081217" /> + </g> +</svg> |