diff options
author | Michael Monreal <michael.monreal@gmail.com> | 2007-10-12 17:49:02 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-12 17:49:02 +0800 |
commit | 953e66428af9639028b3729b448d1fa01c340d09 (patch) | |
tree | d413a2f65852df6fe5fe6eee913378dab774ed23 | |
parent | be9273d7bab214c49479b4cc96f0a2ffe26ce019 (diff) | |
download | gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.gz gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.zst gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.zip |
** Migration of theme icons to data/icons/ (bug #479257)
2007-10-12 Michael Monreal <michael.monreal@gmail.com>
** Migration of theme icons to data/icons/ (bug #479257)
* art/Makefile.am: Remove references to art/$size.
* configure.in: Include new data/icons/ directory.
* file e-util/e-icon-factory.c:
Append a private icon directory to the search path.
New inbox/outbox/sent icons.
* mail/em-folder-tree.c, mail/mail-send-recv.c:
Change icon references.
New view-calendar icons.
* calendar/gui/calendar-commands.c: Change icon references.
svn path=/trunk/; revision=34383
67 files changed, 6453 insertions, 60 deletions
@@ -1,3 +1,9 @@ +2007-10-12 Michael Monreal <michael.monreal@gmail.com> + + ** Migration of theme icons to data/icons/ (bug #479257) + + * configure.in: Include new data/icons/ directory. + 2007-10-11 Matthew Barnes <mbarnes@redhat.com> * configure.in: diff --git a/art/16x16/.cvsignore b/art/16x16/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/art/16x16/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/art/16x16/Makefile.am b/art/16x16/Makefile.am deleted file mode 100644 index 2b5b8ca0fb..0000000000 --- a/art/16x16/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -images16_DATA = - -EXTRA_DIST = $(images16_DATA) diff --git a/art/ChangeLog b/art/ChangeLog index dde3f888c0..1e853a15ee 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,9 @@ +2007-10-12 Michael Monreal <michael.monreal@gmail.com> + + ** Migration of theme icons to data/icons/ (bug #479257) + + * art/Makefile.am: Remove references to art/$size. + 2007-06-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for version removal from Installed files from Gilles Dartiguelongue diff --git a/art/Makefile.am b/art/Makefile.am index 9f6a989f55..bded28a1a5 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,29 +1,3 @@ -icon16dir = $(datadir)/icons/hicolor/16x16/apps -icon16_DATA = 16x16/evolution.png - -icon22dir = $(datadir)/icons/hicolor/22x22/apps -icon22_DATA = 22x22/evolution.png - -icon24dir = $(datadir)/icons/hicolor/24x24/apps -icon24_DATA = 24x24/evolution.png - -icon32dir = $(datadir)/icons/hicolor/32x32/apps -icon32_DATA = 32x32/evolution.png - -icon48dir = $(datadir)/icons/hicolor/48x48/apps -icon48_DATA = \ - 48x48/preferences-autocompletion.png \ - 48x48/preferences-calendar-and-tasks.png \ - 48x48/preferences-certificates.png \ - 48x48/preferences-composer.png \ - 48x48/preferences-mail-accounts.png \ - 48x48/preferences-mail.png - -svgicondir = $(datadir)/icons/hicolor/scalable/apps -svgicon_DATA = scalable/evolution.svg - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - images_DATA = \ evolution-contacts-mini.png \ offline.png \ @@ -33,17 +7,6 @@ images_DATA = \ plus.png \ minus.png -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - EXTRA_DIST = \ ChangeLog \ ChangeLog.pre-1-4 \ @@ -52,10 +15,4 @@ EXTRA_DIST = \ broken-image-24.xpm \ empty.xpm \ jump.xpm \ - $(icon16_DATA) \ - $(icon22_DATA) \ - $(icon24_DATA) \ - $(icon32_DATA) \ - $(icon48_DATA) \ - $(svgicon_DATA) \ $(images_DATA) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a35e024e0d..6f51cdd8cd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2007-10-12 Michael Monreal <michael.monreal@gmail.com> + + ** New view-calendar icons (bug #479257) + + * calendar/gui/calendar-commands.c: Change icon references. + 2007-10-12 Suman Manjunath <msuman@novell.com> ** Fix for bug #466659 diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 6d7f164491..4e2ccc64d9 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -611,11 +611,11 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/Toolbar/Prev", "go-previous", E_ICON_SIZE_LARGE_TOOLBAR), E_PIXMAP ("/Toolbar/Next", "go-next", E_ICON_SIZE_LARGE_TOOLBAR), E_PIXMAP ("/Toolbar/Goto", "go-jump", E_ICON_SIZE_LARGE_TOOLBAR), - E_PIXMAP ("/Toolbar/DayView", "stock_calendar-view-day", E_ICON_SIZE_LARGE_TOOLBAR), - E_PIXMAP ("/Toolbar/WorkWeekView", "stock_calendar-view-work-week", E_ICON_SIZE_LARGE_TOOLBAR), - E_PIXMAP ("/Toolbar/WeekView", "stock_calendar-view-week", E_ICON_SIZE_LARGE_TOOLBAR), - E_PIXMAP ("/Toolbar/MonthView", "stock_calendar-view-month", E_ICON_SIZE_LARGE_TOOLBAR), - E_PIXMAP ("/Toolbar/ListView", "stock_calendar-view-list", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/DayView", "view-calendar-day", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/WorkWeekView", "view-calendar-workweek", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/WeekView", "view-calendar-week", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/MonthView", "view-calendar-month", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/ListView", "view-calendar-list", E_ICON_SIZE_LARGE_TOOLBAR), E_PIXMAP_END }; diff --git a/configure.in b/configure.in index 2112760f58..a64fbcf336 100644 --- a/configure.in +++ b/configure.in @@ -1880,6 +1880,7 @@ data/cde_app_root/dt/appconfig/icons/C/Makefile data/cde_app_root/dt/appconfig/types/Makefile data/cde_app_root/dt/appconfig/types/C/Makefile data/cde_app_root/dt/appconfig/types/C/Ximian.dt +data/icons/Makefile e-util/Makefile filter/Makefile help/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 0574e0de62..f94a1e0bb9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -40,7 +40,7 @@ endif noinst_MANS = evolution.1 noinst_DATA = $(keys_file) $(desktop_file) -SUBDIRS = cde_app_root +SUBDIRS = cde_app_root icons install-data-local: install-kde-applnk $(desktop_file) $(keys_file) $(mime_file) $(mkinstalldirs) $(DESTDIR)$(desktopdir); \ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000000..b8bca711a8 --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,119 @@ +NULL = + +public_icons = \ + hicolor_apps_16x16_evolution.png \ + hicolor_apps_22x22_evolution.png \ + hicolor_apps_24x24_evolution.png \ + hicolor_apps_32x32_evolution.png \ + hicolor_apps_48x48_evolution.png \ + hicolor_apps_scalable_evolution.svg \ + $(NULL) + +private_icons = \ + hicolor_actions_16x16_view-calendar-day.png \ + hicolor_actions_16x16_view-calendar-list.png \ + hicolor_actions_16x16_view-calendar-month.png \ + hicolor_actions_16x16_view-calendar-week.png \ + hicolor_actions_16x16_view-calendar-workweek.png \ + hicolor_actions_22x22_view-calendar-day.png \ + hicolor_actions_22x22_view-calendar-list.png \ + hicolor_actions_22x22_view-calendar-month.png \ + hicolor_actions_22x22_view-calendar-week.png \ + hicolor_actions_22x22_view-calendar-workweek.png \ + hicolor_actions_24x24_view-calendar-day.png \ + hicolor_actions_24x24_view-calendar-list.png \ + hicolor_actions_24x24_view-calendar-month.png \ + hicolor_actions_24x24_view-calendar-week.png \ + hicolor_actions_24x24_view-calendar-workweek.png \ + hicolor_categories_48x48_preferences-autocompletion.png \ + hicolor_categories_48x48_preferences-calendar-and-tasks.png \ + hicolor_categories_48x48_preferences-certificates.png \ + hicolor_categories_48x48_preferences-composer.png \ + hicolor_categories_48x48_preferences-mail.png \ + hicolor_categories_48x48_preferences-mail-accounts.png \ + hicolor_places_16x16_mail-inbox.png \ + hicolor_places_16x16_mail-outbox.png \ + hicolor_places_16x16_mail-sent.png \ + hicolor_places_22x22_mail-inbox.png \ + hicolor_places_22x22_mail-outbox.png \ + hicolor_places_22x22_mail-sent.png \ + hicolor_places_24x24_mail-inbox.png \ + hicolor_places_24x24_mail-outbox.png \ + hicolor_places_24x24_mail-sent.png \ + $(NULL) + +noinst_DATA = \ + hicolor_actions_16x16_view-calendar-day.svg \ + hicolor_actions_16x16_view-calendar-list.svg \ + hicolor_actions_16x16_view-calendar-month.svg \ + hicolor_actions_16x16_view-calendar-week.svg \ + hicolor_actions_16x16_view-calendar-workweek.svg \ + hicolor_actions_22x22_view-calendar-day.svg \ + hicolor_actions_22x22_view-calendar-list.svg \ + hicolor_actions_22x22_view-calendar-month.svg \ + hicolor_actions_22x22_view-calendar-week.svg \ + hicolor_actions_22x22_view-calendar-workweek.svg \ + hicolor_places_16x16_mail-inbox.svg \ + hicolor_places_16x16_mail-outbox.svg \ + hicolor_places_16x16_mail-sent.svg \ + hicolor_places_22x22_mail-inbox.svg \ + hicolor_places_22x22_mail-outbox.svg \ + hicolor_places_22x22_mail-sent.svg \ + $(NULL) + +EXTRA_DIST = \ + $(public_icons) \ + $(private_icons) \ + $(noinst_DATA) \ + $(NULL) + +############################################################################### + +gtk_update_icon_cache = gtk-update-icon-cache -f -t + +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache) $(datadir)/icons/hicolor; \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache) $(datadir)/icons/hicolor"; \ + fi + +install-icons: + for icon in $(public_icons); do \ + THEME=`echo $$icon | cut -d_ -f1`; \ + CONTEXT=`echo $$icon | cut -d_ -f2`; \ + SIZE=`echo $$icon | cut -d_ -f3`; \ + ICONFILE=`echo $$icon | cut -d_ -f4`; \ + mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \ + $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ + done; \ + for icon in $(private_icons); do \ + THEME=`echo $$icon | cut -d_ -f1`; \ + CONTEXT=`echo $$icon | cut -d_ -f2`; \ + SIZE=`echo $$icon | cut -d_ -f3`; \ + ICONFILE=`echo $$icon | cut -d_ -f4`; \ + mkdir -p $(DESTDIR)$(pkgdatadir)/$(BASE_VERSION)/icons/$$THEME/$$SIZE/$$CONTEXT; \ + $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(pkgdatadir)/$(BASE_VERSION)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ + done + +uninstall-icons: + -for icon in $(public_icons); do \ + THEME=`echo $$icon | cut -d_ -f1`; \ + CONTEXT=`echo $$icon | cut -d_ -f2`; \ + SIZE=`echo $$icon | cut -d_ -f3`; \ + ICONFILE=`echo $$icon | cut -d_ -f4`; \ + rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ + done; \ + for icon in $(private_icons); do \ + THEME=`echo $$icon | cut -d_ -f1`; \ + CONTEXT=`echo $$icon | cut -d_ -f2`; \ + SIZE=`echo $$icon | cut -d_ -f3`; \ + ICONFILE=`echo $$icon | cut -d_ -f4`; \ + rm -f $(DESTDIR)$(pkgdatadir)/$(BASE_VERSION)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \ + done + +install-data-local: install-icons update-icon-cache + +uninstall-local: uninstall-icons update-icon-cache diff --git a/data/icons/hicolor_actions_16x16_view-calendar-day.png b/data/icons/hicolor_actions_16x16_view-calendar-day.png Binary files differnew file mode 100644 index 0000000000..d40e9d1b09 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-day.png diff --git a/data/icons/hicolor_actions_16x16_view-calendar-day.svg b/data/icons/hicolor_actions_16x16_view-calendar-day.svg new file mode 100644 index 0000000000..bf3d8149d3 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-day.svg @@ -0,0 +1,240 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-day.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/16x16/view-month.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2933438,0,0,2.2505457,45.56813,-21.76062)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.6825708,0,0,0.7003708,-0.1195141,-0.9647651)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7899997,0,0,0.9324837,-0.569546,-0.6992715)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="9.3487965" + inkscape:cy="8.0622291" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <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="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="14.971417" + height="14.911932" + x="0.50830561" + y="0.53378403" + rx="1.0218275" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5094" + width="2.9722846" + height="10.942491" + x="1.0612077" + y="4.0113277" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0358447" + height="14" + x="12.036077" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="0.98726058" + height="13.926479" + x="9.0490665" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.5120991,3.9999763 L 4.5120991,15.013274" + id="path5093" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0065687" + height="14" + x="6.0286293" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="12.958357" + height="12.923835" + x="1.5246743" + y="1.5249711" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="14.299527" + height="3" + x="1.0129728" + y="1" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.5499625,4.1234083 L 1.4951763,1.4865324 L 14.555758,1.4865324 L 14.518807,3.9378305" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 0.50096296,4 L 0.50096296,1.286519 C 0.50096296,0.85224263 0.86714896,0.50262681 1.322007,0.50262681 L 14.711327,0.50262681 C 15.166185,0.50262681 15.532371,0.85224263 15.532371,1.286519 L 15.532371,4" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_16x16_view-calendar-list.png b/data/icons/hicolor_actions_16x16_view-calendar-list.png Binary files differnew file mode 100644 index 0000000000..f5f68fd7ee --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-list.png diff --git a/data/icons/hicolor_actions_16x16_view-calendar-list.svg b/data/icons/hicolor_actions_16x16_view-calendar-list.svg new file mode 100644 index 0000000000..113520a82f --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-list.svg @@ -0,0 +1,229 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-list.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/16x16/view-list.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2933438,0,0,2.2505457,45.56813,-21.76062)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.6825708,0,0,0.7003708,-0.1195141,-0.9647651)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7899997,0,0,0.9324837,-0.569546,-0.6992715)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="18.209728" + inkscape:cy="8.0622291" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <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="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="14.971417" + height="14.911932" + x="0.50830561" + y="0.53378403" + rx="1.0218275" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0358447" + height="14" + x="12.036077" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="0.98726058" + height="13.926479" + x="9.0490665" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0065687" + height="14" + x="6.0286293" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="12.958357" + height="12.923835" + x="1.5246743" + y="1.5249711" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="14.299527" + height="3" + x="1.0129728" + y="1" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.5499625,4.1234083 L 1.4951763,1.4865324 L 14.555758,1.4865324 L 14.518807,3.9378305" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 0.50096296,4 L 0.50096296,1.286519 C 0.50096296,0.85224263 0.86714896,0.50262681 1.322007,0.50262681 L 14.711327,0.50262681 C 15.166185,0.50262681 15.532371,0.85224263 15.532371,1.286519 L 15.532371,4" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_16x16_view-calendar-month.png b/data/icons/hicolor_actions_16x16_view-calendar-month.png Binary files differnew file mode 100644 index 0000000000..5b3f70fa26 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-month.png diff --git a/data/icons/hicolor_actions_16x16_view-calendar-month.svg b/data/icons/hicolor_actions_16x16_view-calendar-month.svg new file mode 100644 index 0000000000..b13ad7ec84 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-month.svg @@ -0,0 +1,281 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-month.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2933438,0,0,2.2505457,45.56813,-21.76062)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.6825708,0,0,0.7003708,-0.1195141,-0.9647651)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7899997,0,0,0.9324837,-0.569546,-0.6992715)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="9.3487965" + inkscape:cy="8.0622291" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <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="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="14.971417" + height="14.911932" + x="0.50830561" + y="0.53378403" + rx="1.0218275" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0358447" + height="14" + x="12.036077" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="0.98726058" + height="13.926479" + x="9.0490665" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.5120991,3.9999763 L 4.5120991,15.013274" + id="path5093" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8.4977778,4.0055439 L 8.4977778,14.932895" + id="path5767" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0065687" + height="14" + x="6.0286293" + y="-15" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 12.500467,4.0280623 L 12.500467,14.84082" + id="path5769" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="12.958357" + height="12.923835" + x="1.5246743" + y="1.5249711" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="14.299527" + height="3" + x="1.0129728" + y="1" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1" + d="M 1.5499625,4.1234083 L 1.4951763,1.4865324 L 14.555758,1.4865324 L 14.518807,3.9378305" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 0.50096296,4 L 0.50096296,1.286519 C 0.50096296,0.85224263 0.86714896,0.50262681 1.322007,0.50262681 L 14.711327,0.50262681 C 15.166185,0.50262681 15.532371,0.85224263 15.532371,1.286519 L 15.532371,4" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_16x16_view-calendar-week.png b/data/icons/hicolor_actions_16x16_view-calendar-week.png Binary files differnew file mode 100644 index 0000000000..bdfbdf6877 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-week.png diff --git a/data/icons/hicolor_actions_16x16_view-calendar-week.svg b/data/icons/hicolor_actions_16x16_view-calendar-week.svg new file mode 100644 index 0000000000..ba331ee69e --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-week.svg @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-week.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/16x16/view-week.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2933438,0,0,2.2505457,45.56813,-21.76062)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="9.3487965" + inkscape:cy="8.0622291" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <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="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="14.971417" + height="14.911932" + x="0.50830561" + y="0.53378403" + rx="1.0218275" + ry="1.0218276" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 7.525506,0.99929506 L 7.525506,14.801358" + id="path5767" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 14.956867,3.5580353 L 1.1548047,3.5580353" + id="path5212" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 14.923935,6.5632391 L 1.1218727,6.5632391" + id="path5214" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 14.879741,9.6074333 L 1.0776785,9.6074333" + id="path5216" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 14.733443,12.480055 L 7.4232764,12.480055" + id="path5218" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="12.958357" + height="12.923835" + x="1.5246743" + y="1.5249711" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_16x16_view-calendar-workweek.png b/data/icons/hicolor_actions_16x16_view-calendar-workweek.png Binary files differnew file mode 100644 index 0000000000..65ea1d2832 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-workweek.png diff --git a/data/icons/hicolor_actions_16x16_view-calendar-workweek.svg b/data/icons/hicolor_actions_16x16_view-calendar-workweek.svg new file mode 100644 index 0000000000..c27eb3d2d1 --- /dev/null +++ b/data/icons/hicolor_actions_16x16_view-calendar-workweek.svg @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-workweek.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/16x16/view-workweek.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.2933438,0,0,2.2505457,45.56813,-21.76062)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="9.3487965" + inkscape:cy="8.0622291" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <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="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="14.971417" + height="14.911932" + x="0.50830561" + y="0.53378403" + rx="1.0218275" + ry="1.0218276" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 4.5120991,3.9999763 L 4.5120991,15.013274" + id="path5093" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8.4977778,4.0055439 L 8.4977778,14.932895" + id="path5767" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 12.500467,4.0280623 L 12.500467,14.84082" + id="path5769" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="12.958357" + height="12.923835" + x="1.5246743" + y="1.5249711" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5094" + width="2.9722846" + height="13.947695" + x="-4.0744247" + y="1.0665511" + transform="matrix(0,-1,1,0,0,0)" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_22x22_view-calendar-day.png b/data/icons/hicolor_actions_22x22_view-calendar-day.png Binary files differnew file mode 100644 index 0000000000..58c352eba8 --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-day.png diff --git a/data/icons/hicolor_actions_22x22_view-calendar-day.svg b/data/icons/hicolor_actions_22x22_view-calendar-day.svg new file mode 100644 index 0000000000..ffd1ea0f8c --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-day.svg @@ -0,0 +1,327 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-day.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/22x22/view-day.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9201066,0,0,2.732559,58.869544,-25.660551)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8932504,0,0,0.8425764,0.4073914,-0.5013004)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="12.103985" + inkscape:cy="9.9048496" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(0.55625,0,0,0.555556,-2.3342121,-4.4504485)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect5985" + width="19.063053" + height="18.105713" + x="1.4950296" + y="1.408784" + rx="1.0218276" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#d3d7cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5094" + width="3.9003623" + height="13.991889" + x="2.1158097" + y="5.0217352" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0448729" + height="16.036882" + x="16" + y="-19.068104" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.51;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect6964" + width="17.018353" + height="15.979198" + x="2.5578046" + y="2.5523908" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="18.100674" + height="3.2172143" + x="2.0031888" + y="1.822307" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="1.0498569" + height="16.036882" + x="13" + y="-19.040071" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3161" + width="1.0498569" + height="16.036882" + x="10" + y="-19.040071" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0811069" + height="16.000685" + x="6.9838057" + y="-19.003874" + transform="matrix(0,1,-1,0,0,0)" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.5921612,5.6199928 L 2.5204654,2.4477169 L 19.612275,2.4477169 L 19.563918,5.3967347" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 1.5585793,5.0459528 L 1.5585793,2.5070581 C 1.5585793,1.956945 2.0221051,1.5140744 2.5978749,1.5140744 L 19.546389,1.5140744 C 20.122159,1.5140744 20.585685,1.956945 20.585685,2.5070581 L 20.585685,5.0459528" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 6.488883,5.059973 L 6.488883,19.010903" + id="path5093" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_22x22_view-calendar-list.png b/data/icons/hicolor_actions_22x22_view-calendar-list.png Binary files differnew file mode 100644 index 0000000000..baa9961cee --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-list.png diff --git a/data/icons/hicolor_actions_22x22_view-calendar-list.svg b/data/icons/hicolor_actions_22x22_view-calendar-list.svg new file mode 100644 index 0000000000..7fc1f9fb8a --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-list.svg @@ -0,0 +1,316 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-list.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/22x22/view-list.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9201066,0,0,2.732559,58.869544,-25.660551)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8932504,0,0,0.8425764,0.4073914,-0.5013004)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="16.182467" + inkscape:cy="12.441356" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(0.55625,0,0,0.555556,-2.3342121,-4.4504485)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect5985" + width="19.063053" + height="18.105713" + x="1.4950296" + y="1.408784" + rx="1.0218276" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0448729" + height="18.114008" + x="16" + y="-20.08457" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="1.0498569" + height="18.069815" + x="13" + y="-20.056538" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3161" + width="1.0498569" + height="18.158201" + x="10" + y="-20.100731" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0811069" + height="18.122005" + x="6.9838057" + y="-20.108728" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.51;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect6964" + width="17.018353" + height="15.979198" + x="2.5578046" + y="2.5523908" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="18.100674" + height="3.2172143" + x="2.0031888" + y="1.822307" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.5921612,5.6199928 L 2.5204654,2.4477169 L 19.612275,2.4477169 L 19.563918,5.3967347" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 1.5585793,5.0459528 L 1.5585793,2.5070581 C 1.5585793,1.956945 2.0221051,1.5140744 2.5978749,1.5140744 L 19.546389,1.5140744 C 20.122159,1.5140744 20.585685,1.956945 20.585685,2.5070581 L 20.585685,5.0459528" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_22x22_view-calendar-month.png b/data/icons/hicolor_actions_22x22_view-calendar-month.png Binary files differnew file mode 100644 index 0000000000..6dc4ede47d --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-month.png diff --git a/data/icons/hicolor_actions_22x22_view-calendar-month.svg b/data/icons/hicolor_actions_22x22_view-calendar-month.svg new file mode 100644 index 0000000000..0783e6ed3b --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-month.svg @@ -0,0 +1,329 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-month.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9201066,0,0,2.732559,58.869544,-25.660551)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8932504,0,0,0.8425764,0.4073914,-0.5013004)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3167"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop3169" /> + <stop + style="stop-color:#eeeeec;stop-opacity:0;" + offset="1" + id="stop3171" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3167" + id="linearGradient3186" + gradientUnits="userSpaceOnUse" + x1="5.6787376" + y1="-9.7172785" + x2="17.825142" + y2="11.213716" + gradientTransform="matrix(0.670403,0,0,0.9224329,25.939391,0.3499054)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="16" + inkscape:cx="17.060586" + inkscape:cy="12.701837" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(0.55625,0,0,0.555556,-2.3342121,-4.4504485)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect5985" + width="19.063053" + height="18.105713" + x="1.4950296" + y="1.408784" + rx="1.0218276" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0448729" + height="18.114008" + x="16" + y="-20.08457" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="1.0498569" + height="18.069815" + x="13" + y="-20.056538" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3161" + width="1.0498569" + height="18.158201" + x="10" + y="-20.100731" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0811069" + height="18.122005" + x="6.9838057" + y="-20.108728" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:0.51;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect6964" + width="17.018353" + height="15.979198" + x="2.5578046" + y="2.5523908" + rx="0" + ry="0" /> + <rect + style="opacity:1;fill:url(#linearGradient5727);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3143" + width="18.100674" + height="3.2172143" + x="2.0031888" + y="1.822307" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.5921612,5.6199928 L 2.5204654,2.4477169 L 19.612275,2.4477169 L 19.563918,5.3967347" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-opacity:1;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" + d="M 1.5585793,5.0459528 L 1.5585793,2.5070581 C 1.5585793,1.956945 2.0221051,1.5140744 2.5978749,1.5140744 L 19.546389,1.5140744 C 20.122159,1.5140744 20.585685,1.956945 20.585685,2.5070581 L 20.585685,5.0459528" + id="rect10804" + sodipodi:nodetypes="cccccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 5.5166112,5.0157788 L 5.5166112,18.966709" + id="path5093" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 9.4940868,4.9819923 L 9.4940868,18.932922" + id="path5765" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 12.582476,5.0209826 L 12.582476,18.971913" + id="path5767" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 16.510553,5.0097204 L 16.510553,18.960651" + id="path5769" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_22x22_view-calendar-week.png b/data/icons/hicolor_actions_22x22_view-calendar-week.png Binary files differnew file mode 100644 index 0000000000..9b529b52fe --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-week.png diff --git a/data/icons/hicolor_actions_22x22_view-calendar-week.svg b/data/icons/hicolor_actions_22x22_view-calendar-week.svg new file mode 100644 index 0000000000..3597eaa933 --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-week.svg @@ -0,0 +1,275 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-week.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/22x22/view-week.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9201066,0,0,2.7125493,58.869544,-25.329748)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8932504,0,0,0.8425764,0.4073914,-0.5013004)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="7.336518" + inkscape:cy="10.563674" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(0.55625,0,0,0.555556,-2.3342121,-4.4504485)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="19.063053" + height="17.973129" + x="1.4950296" + y="1.5413666" + rx="1.0218276" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#afb2aa;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3161" + width="1.0498569" + height="17.053349" + x="-11.049857" + y="-19.108553" + transform="scale(-1,-1)" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.5921612,5.6199928 L 2.5204654,2.4477169 L 19.612275,2.4477169 L 19.563918,5.3967347" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#afb2aa;stroke-width:0.99999994000000003px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 20.047427,5.5408983 L 2.0115223,5.5408983" + id="path5093" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#afb2aa;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 20.042223,8.5461023 L 2.0063183,8.5461023" + id="path5088" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#afb2aa;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 20.086417,11.546102 L 2.0505125,11.546102" + id="path5090" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#afb2aa;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 20.0115,15.47418 L 10.809159,15.47418" + id="path5092" + sodipodi:nodetypes="cc" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="17.084644" + height="16.023392" + x="2.4915133" + y="2.5081966" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_22x22_view-calendar-workweek.png b/data/icons/hicolor_actions_22x22_view-calendar-workweek.png Binary files differnew file mode 100644 index 0000000000..5bcdcbe952 --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-workweek.png diff --git a/data/icons/hicolor_actions_22x22_view-calendar-workweek.svg b/data/icons/hicolor_actions_22x22_view-calendar-workweek.svg new file mode 100644 index 0000000000..191837f62d --- /dev/null +++ b/data/icons/hicolor_actions_22x22_view-calendar-workweek.svg @@ -0,0 +1,294 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="view-workweek.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/Desktop/calendars/22x22/view-workweek.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5721"> + <stop + style="stop-color:#888a85;stop-opacity:1;" + offset="0" + id="stop5723" /> + <stop + style="stop-color:#9c9e9a;stop-opacity:1" + offset="1" + id="stop5725" /> + </linearGradient> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient2098" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2096" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient2094" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6956"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6958" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6960" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6956" + id="radialGradient10802" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.9201066,0,0,2.7125493,58.869544,-25.329748)" + cx="-15.113025" + cy="15.017189" + fx="-15.113025" + fy="15.017189" + r="9" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3177"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop3179" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop3181" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3177" + id="linearGradient3183" + x1="12.78919" + y1="0.21081063" + x2="16.43354" + y2="19.430988" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.8932504,0,0,0.8425764,0.4073914,-0.5013004)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5721" + id="linearGradient5727" + x1="10.871767" + y1="3.3058643" + x2="10.871767" + y2="5.0445838" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="11.313708" + inkscape:cx="8.7229235" + inkscape:cy="10.347887" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1680" + inkscape:window-height="948" + inkscape:window-x="0" + inkscape:window-y="51"> + <inkscape:grid + type="xygrid" + id="grid5142" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g2043" + inkscape:label="Shadow" + transform="matrix(0.55625,0,0,0.555556,-2.3342121,-4.4504485)"> + <g + style="display:inline" + id="g2036" + inkscape:label="Shadow"> + <g + id="g3712" + style="opacity:0.4" + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)"> + <rect + y="40" + x="38" + height="7" + width="5" + id="rect2801" + style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="scale(-1,-1)" + y="-47" + x="-10" + height="7" + width="5" + id="rect3696" + style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + y="40" + x="10" + height="7.0000005" + width="28" + id="rect3700" + style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + </g> + <rect + style="opacity:1;fill:url(#radialGradient10802);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect5985" + width="19.063053" + height="17.973129" + x="1.4950296" + y="1.5413666" + rx="1.0218276" + ry="1.0218276" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5094" + width="3.9445565" + height="18.014637" + x="2.1400967" + y="-20.065924" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3157" + width="1.0448729" + height="16.036882" + x="-5.0649128" + y="-19.136585" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3159" + width="1.0498569" + height="16.036882" + x="-9.0498571" + y="-19.108553" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3161" + width="1.0498569" + height="16.036882" + x="-13.049857" + y="-19.108553" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3163" + width="1.0811069" + height="16.000685" + x="-17.05522" + y="-19.072355" + transform="scale(-1,-1)" /> + <path + style="opacity:0.22222224;fill:none;fill-opacity:1;stroke:url(#linearGradient3183);stroke-width:0.99999988;stroke-miterlimit:4;stroke-opacity:1" + d="M 2.5921612,5.6199928 L 2.5204654,2.4477169 L 19.612275,2.4477169 L 19.563918,5.3967347" + id="rect3175" + sodipodi:nodetypes="cccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 20.047427,6.5573643 L 2.0115223,6.5573643" + id="path5093" /> + <rect + style="opacity:0.51000001;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6964" + width="17.018353" + height="16.023392" + x="2.5578046" + y="2.5081966" + rx="0" + ry="0" /> + </g> +</svg> diff --git a/data/icons/hicolor_actions_24x24_view-calendar-day.png b/data/icons/hicolor_actions_24x24_view-calendar-day.png Binary files differnew file mode 100644 index 0000000000..6db6edd053 --- /dev/null +++ b/data/icons/hicolor_actions_24x24_view-calendar-day.png diff --git a/data/icons/hicolor_actions_24x24_view-calendar-list.png b/data/icons/hicolor_actions_24x24_view-calendar-list.png Binary files differnew file mode 100644 index 0000000000..ebb23b5bcd --- /dev/null +++ b/data/icons/hicolor_actions_24x24_view-calendar-list.png diff --git a/data/icons/hicolor_actions_24x24_view-calendar-month.png b/data/icons/hicolor_actions_24x24_view-calendar-month.png Binary files differnew file mode 100644 index 0000000000..1018214d1b --- /dev/null +++ b/data/icons/hicolor_actions_24x24_view-calendar-month.png diff --git a/data/icons/hicolor_actions_24x24_view-calendar-week.png b/data/icons/hicolor_actions_24x24_view-calendar-week.png Binary files differnew file mode 100644 index 0000000000..f9bfc3d59a --- /dev/null +++ b/data/icons/hicolor_actions_24x24_view-calendar-week.png diff --git a/data/icons/hicolor_actions_24x24_view-calendar-workweek.png b/data/icons/hicolor_actions_24x24_view-calendar-workweek.png Binary files differnew file mode 100644 index 0000000000..2474b522fc --- /dev/null +++ b/data/icons/hicolor_actions_24x24_view-calendar-workweek.png diff --git a/art/16x16/evolution.png b/data/icons/hicolor_apps_16x16_evolution.png Binary files differindex 0d1ad3496e..0d1ad3496e 100644 --- a/art/16x16/evolution.png +++ b/data/icons/hicolor_apps_16x16_evolution.png diff --git a/art/22x22/evolution.png b/data/icons/hicolor_apps_22x22_evolution.png Binary files differindex d069ad9c6f..d069ad9c6f 100644 --- a/art/22x22/evolution.png +++ b/data/icons/hicolor_apps_22x22_evolution.png diff --git a/art/24x24/evolution.png b/data/icons/hicolor_apps_24x24_evolution.png Binary files differindex 92c2605f91..92c2605f91 100644 --- a/art/24x24/evolution.png +++ b/data/icons/hicolor_apps_24x24_evolution.png diff --git a/art/32x32/evolution.png b/data/icons/hicolor_apps_32x32_evolution.png Binary files differindex a24c73d629..a24c73d629 100644 --- a/art/32x32/evolution.png +++ b/data/icons/hicolor_apps_32x32_evolution.png diff --git a/data/icons/hicolor_apps_48x48_evolution.png b/data/icons/hicolor_apps_48x48_evolution.png Binary files differnew file mode 100644 index 0000000000..e492c8b9cc --- /dev/null +++ b/data/icons/hicolor_apps_48x48_evolution.png diff --git a/art/scalable/evolution.svg b/data/icons/hicolor_apps_scalable_evolution.svg index d44c9b319a..d44c9b319a 100644 --- a/art/scalable/evolution.svg +++ b/data/icons/hicolor_apps_scalable_evolution.svg diff --git a/art/48x48/preferences-autocompletion.png b/data/icons/hicolor_categories_48x48_preferences-autocompletion.png Binary files differindex 49cfc21de3..49cfc21de3 100644 --- a/art/48x48/preferences-autocompletion.png +++ b/data/icons/hicolor_categories_48x48_preferences-autocompletion.png diff --git a/art/48x48/preferences-calendar-and-tasks.png b/data/icons/hicolor_categories_48x48_preferences-calendar-and-tasks.png Binary files differindex 7ce3270e73..7ce3270e73 100644 --- a/art/48x48/preferences-calendar-and-tasks.png +++ b/data/icons/hicolor_categories_48x48_preferences-calendar-and-tasks.png diff --git a/art/48x48/preferences-certificates.png b/data/icons/hicolor_categories_48x48_preferences-certificates.png Binary files differindex 7c03a240e5..7c03a240e5 100644 --- a/art/48x48/preferences-certificates.png +++ b/data/icons/hicolor_categories_48x48_preferences-certificates.png diff --git a/art/48x48/preferences-composer.png b/data/icons/hicolor_categories_48x48_preferences-composer.png Binary files differindex 49b0575687..49b0575687 100644 --- a/art/48x48/preferences-composer.png +++ b/data/icons/hicolor_categories_48x48_preferences-composer.png diff --git a/art/48x48/preferences-mail-accounts.png b/data/icons/hicolor_categories_48x48_preferences-mail-accounts.png Binary files differindex c8ab08f0c3..c8ab08f0c3 100644 --- a/art/48x48/preferences-mail-accounts.png +++ b/data/icons/hicolor_categories_48x48_preferences-mail-accounts.png diff --git a/art/48x48/preferences-mail.png b/data/icons/hicolor_categories_48x48_preferences-mail.png Binary files differindex a68d005edc..a68d005edc 100644 --- a/art/48x48/preferences-mail.png +++ b/data/icons/hicolor_categories_48x48_preferences-mail.png diff --git a/data/icons/hicolor_places_16x16_mail-inbox.png b/data/icons/hicolor_places_16x16_mail-inbox.png Binary files differnew file mode 100644 index 0000000000..429ad26c4d --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-inbox.png diff --git a/data/icons/hicolor_places_16x16_mail-inbox.svg b/data/icons/hicolor_places_16x16_mail-inbox.svg new file mode 100644 index 0000000000..5488124dea --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-inbox.svg @@ -0,0 +1,433 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="inbox.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/project/misc icons/22x22/status/inbox.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docbase="/home/lapo/Desktop/inbox-outbox/22x22"> + <defs + id="defs4910"> + <linearGradient + id="linearGradient7273"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop7275" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop7277" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7261"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop7263" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop7265" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7247"> + <stop + style="stop-color:#000000;stop-opacity:0.247" + offset="0" + id="stop7249" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop7251" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6407"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6409" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6411" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6379"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop6381" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop6383" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7261" + id="linearGradient7659" + gradientUnits="userSpaceOnUse" + x1="12.608284" + y1="11.465386" + x2="12.275257" + y2="14.702543" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient7661" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7893314,0,0,0.6736435,16.683392,1.9372086)" + x1="-7.3673248" + y1="9.8450041" + x2="-8.1511765" + y2="16.342432" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient7663" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2000001,0,0,0.6666666,21.200001,2.0000001)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7247" + id="linearGradient7665" + gradientUnits="userSpaceOnUse" + x1="2.5" + y1="10" + x2="3" + y2="5.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7273" + id="linearGradient7667" + gradientUnits="userSpaceOnUse" + x1="1.6875" + y1="10.3125" + x2="1.6875" + y2="5.531148" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="55.633068" + inkscape:cy="-3.8950032" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1279" + inkscape:window-height="948" + inkscape:window-x="6" + inkscape:window-y="24" + showborder="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="true" + inkscape:object-bbox="true" + inkscape:showpageshadow="false" + borderlayer="true" + inkscape:snap-nodes="true" + inkscape:snap-guide="false" + inkscape:snap-bbox="true" + inkscape:object-paths="false" + gridtolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid5058" + spacingx="0.5px" + spacingy="0.5px" + empspacing="2" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g9812" + transform="matrix(-1,0,0,1,36.99565,-1.5)" /> + <g + id="g6568" + transform="matrix(-1,0,0,1,34.5,13.5)" /> + <g + id="g7628"> + <rect + ry="1.5467961" + rx="1.5467961" + y="4.5" + x="0.5" + height="11" + width="15.000001" + id="rect6639" + style="opacity:1;fill:url(#linearGradient7659);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + style="fill:url(#linearGradient7661);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + d="M 1.5,8 L 1.5,11.5 L 5,12 L 11,12 L 14.5,11.5 L 14.5,8 L 1.5,8 z" + id="path7223" + sodipodi:nodetypes="ccccccc" /> + <rect + style="fill:url(#linearGradient7663);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + id="rect7227" + width="12" + height="2" + x="2" + y="6" /> + <path + d="M 2.5,6.5 L 2.5,10.5 L 5,10.5 C 5.2675647,10.493801 5.5264505,10.595104 5.71875,10.78125 L 6.4375,11.5 L 9.5625,11.5 L 10.28125,10.78125 C 10.473549,10.595104 10.732435,10.493801 11,10.5 L 13.5,10.5 L 13.5,6.5 L 2.5,6.5 z" + id="path7245" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7665);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:original="M 2.03125 5.5 C 1.7369613 5.5 1.5 5.7369612 1.5 6.03125 L 1.5 10.96875 C 1.5 11.263039 1.7369612 11.5 2.03125 11.5 L 5 11.5 L 6 12.5 L 10 12.5 L 11 11.5 L 13.96875 11.5 C 14.263039 11.5 14.5 11.263039 14.5 10.96875 L 14.5 6.03125 C 14.5 5.7369613 14.263039 5.5 13.96875 5.5 L 2.03125 5.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <rect + ry="0.51556039" + rx="0.51556039" + y="5.5" + x="1.5" + height="9" + width="13.000001" + id="rect7269" + style="opacity:0.55;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="rect7218" + d="M 2.03125,5.5 C 1.7369613,5.5 1.5,5.7369612 1.5,6.03125 L 1.5,10.96875 C 1.5,11.263039 1.7369612,11.5 2.03125,11.5 L 5,11.5 L 6,12.5 L 10,12.5 L 11,11.5 L 13.96875,11.5 C 14.263039,11.5 14.5,11.263039 14.5,10.96875 L 14.5,6.03125 C 14.5,5.7369613 14.263039,5.5 13.96875,5.5 L 2.03125,5.5 z" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7667);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <g + transform="translate(20,1)" + id="g7562"> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10158" + width="1" + height="1" + x="-4" + y="8" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10160" + width="1" + height="1" + x="-5" + y="9" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10162" + width="1" + height="1" + x="-6" + y="10" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10164" + width="1" + height="1" + x="-7" + y="11" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="7" + x="-3" + height="1" + width="1" + id="rect10166" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + transform="translate(21,1)" + id="g7569"> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10150" + width="1" + height="1" + x="-7" + y="13" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10152" + width="1" + height="1" + x="-6" + y="14" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10154" + width="1" + height="1" + x="-5" + y="15" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10156" + width="1" + height="1" + x="-4" + y="16" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="17" + x="-3" + height="1" + width="1" + id="rect10168" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <path + sodipodi:nodetypes="cccccccccc" + id="rect7498" + d="M 6.5,0.5 L 6.5,2.5 L 3.5,2.5 L 3.5,3.5 L 8,7.5 L 12.5,3.5 L 12.5,2.5 L 9.5,2.5 L 9.5,0.5 L 6.5,0.5 z" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.5,1.5 L 7.5,2.5 C 7.4999448,3.0522619 7.0522619,3.4999448 6.5,3.5 L 5,3.5 L 8,6.15625 L 11,3.5 L 9.5,3.5 C 8.9477381,3.4999448 8.5000552,3.0522619 8.5,2.5 L 8.5,1.5 L 7.5,1.5 z" + id="path7625" + style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:original="M 6.5 0.5 L 6.5 2.5 L 3.5 2.5 L 3.5 3.5 L 8 7.5 L 12.5 3.5 L 12.5 2.5 L 9.5 2.5 L 9.5 0.5 L 6.5 0.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <g + id="g7605"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7578" + width="1" + height="1" + x="-7" + y="-8" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7580" + width="1" + height="1" + x="-6" + y="-7" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7582" + width="1" + height="1" + x="-5" + y="-6" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7584" + width="1" + height="1" + x="-4" + y="-5" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7586" + width="1" + height="1" + x="-4" + y="-12" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7588" + width="1" + height="1" + x="-5" + y="-11" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7590" + width="1" + height="1" + x="-6" + y="-10" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7592" + width="1" + height="1" + x="-7" + y="-9" + transform="matrix(0,-1,-1,0,0,0)" /> + </g> + </g> + </g> +</svg> diff --git a/data/icons/hicolor_places_16x16_mail-outbox.png b/data/icons/hicolor_places_16x16_mail-outbox.png Binary files differnew file mode 100644 index 0000000000..1e138289a8 --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-outbox.png diff --git a/data/icons/hicolor_places_16x16_mail-outbox.svg b/data/icons/hicolor_places_16x16_mail-outbox.svg new file mode 100644 index 0000000000..8234cc4fee --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-outbox.svg @@ -0,0 +1,1492 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="outbox.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/andreas/project/misc icons/22x22/status/inbox.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docbase="/home/lapo/Desktop/inbox-outbox/22x22"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient7846"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop7848" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop7850" /> + </linearGradient> + <linearGradient + id="linearGradient7273"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop7275" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop7277" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7261"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop7263" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop7265" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7247"> + <stop + style="stop-color:#000000;stop-opacity:0.247" + offset="0" + id="stop7249" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop7251" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient5410"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop5412" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop5414" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6485"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6487" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6489" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6461"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop6463" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6465" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6423"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6425" /> + <stop + style="stop-color:#babdb6;stop-opacity:0.93043476" + offset="1" + id="stop6427" /> + </linearGradient> + <linearGradient + id="linearGradient6417" + inkscape:collect="always"> + <stop + id="stop6419" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop6421" + offset="1" + style="stop-color:#eeeeec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6407"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6409" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6411" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6379"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop6381" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop6383" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter8912" + x="-0.064462811" + width="1.1289256" + y="-0.35454544" + height="1.7090909"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.59090909" + id="feGaussianBlur8914" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6461" + id="linearGradient6273" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8666666,52,3.6)" + x1="-11.697461" + y1="11.255269" + x2="-13.038452" + y2="17.62653" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient6275" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-7.3673248" + y1="10.830184" + x2="-7.3673248" + y2="15.817595" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient6277" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,3)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6417" + id="linearGradient6279" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-2.28125" + y1="1.84375" + x2="-5.0625" + y2="14" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6423" + id="linearGradient6281" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-14.930076" + y1="8.9180508" + x2="-17.40625" + y2="15.603395" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5410" + id="linearGradient6283" + gradientUnits="userSpaceOnUse" + x1="6.8125" + y1="14.5" + x2="6.8125" + y2="8.7077751" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6485" + id="radialGradient6285" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.8722896,0,0,1.0638862,19.8419,-5.7298304)" + cx="5.8160691" + cy="22.47159" + fx="5.8160691" + fy="22.47159" + r="8.78125" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5410" + id="linearGradient6297" + gradientUnits="userSpaceOnUse" + x1="6.8125" + y1="14.5" + x2="6.8125" + y2="8.7077751" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6485" + id="radialGradient7315" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.8722896,0,0,1.0638862,-10.1581,-35.72983)" + cx="5.8160691" + cy="22.47159" + fx="5.8160691" + fy="22.47159" + r="8.78125" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6423" + id="linearGradient7320" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-14.930076" + y1="8.9180508" + x2="-17.40625" + y2="15.603395" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6417" + id="linearGradient7323" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-2.28125" + y1="1.84375" + x2="-5.0625" + y2="14" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient7326" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-27)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient7329" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-7.3673248" + y1="10.962858" + x2="-7.3673248" + y2="15.817595" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6461" + id="linearGradient7332" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8666666,22,-26.4)" + x1="-11.697461" + y1="11.255269" + x2="-13.038452" + y2="17.62653" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7261" + id="linearGradient7659" + gradientUnits="userSpaceOnUse" + x1="12.608284" + y1="11.465386" + x2="12.275257" + y2="14.702543" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient7661" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7893314,0,0,0.6736435,16.683392,1.9372086)" + x1="-7.3673248" + y1="9.8450041" + x2="-8.1511765" + y2="16.342432" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient7663" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2000001,0,0,0.6666666,21.200001,2.0000001)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7247" + id="linearGradient7665" + gradientUnits="userSpaceOnUse" + x1="2.5" + y1="10" + x2="3" + y2="5.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7273" + id="linearGradient7667" + gradientUnits="userSpaceOnUse" + x1="1.6875" + y1="10.3125" + x2="1.6875" + y2="5.531148" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7247" + id="linearGradient7735" + gradientUnits="userSpaceOnUse" + x1="2.5" + y1="10" + x2="3" + y2="5.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7273" + id="linearGradient7763" + gradientUnits="userSpaceOnUse" + x1="1.6875" + y1="10.3125" + x2="1.6875" + y2="5.531148" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient7768" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.2000001,0,0,0.6666666,21.200001,2.0000001)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient7771" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.7893314,0,0,0.6736435,16.683392,1.9372086)" + x1="-7.3673248" + y1="9.8450041" + x2="-8.1511765" + y2="16.342432" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7261" + id="linearGradient7774" + gradientUnits="userSpaceOnUse" + x1="12.608284" + y1="11.465386" + x2="12.275257" + y2="14.702543" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7846" + id="linearGradient7852" + x1="2.6516504" + y1="6.6771321" + x2="2.6516504" + y2="4.8182602" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="6.580342" + inkscape:cy="2.6523148" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="16px" + height="16px" + inkscape:window-width="1279" + inkscape:window-height="948" + inkscape:window-x="6" + inkscape:window-y="24" + showborder="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="true" + inkscape:object-bbox="true" + inkscape:showpageshadow="false" + borderlayer="true" + inkscape:snap-nodes="true" + inkscape:snap-guide="false" + inkscape:snap-bbox="true" + inkscape:object-paths="false" + gridtolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid5058" + spacingx="0.5px" + spacingy="0.5px" + empspacing="2" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g9812" + transform="matrix(-1,0,0,1,36.99565,-1.5)" /> + <g + id="g7401" + transform="translate(-30,0)"> + <rect + transform="matrix(0.9573863,0,0,0.875,0.5,-26)" + ry="2.2857144" + rx="2.0890207" + y="16" + x="1.6653345e-15" + height="4" + width="22" + id="rect8882" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter8912)" /> + <path + sodipodi:nodetypes="csccccccscc" + id="rect5370" + d="M 5.46875,-22.5 C 4.928514,-22.5 4.70057,-22.088044 4.5,-21.660417 C 4.5,-21.660417 1.5,-14.266668 1.5,-14.266668 L 1.5,-10.420834 C 1.5,-9.909499 1.972497,-9.500001 2.5625,-9.500001 L 19.4375,-9.500001 C 20.027503,-9.500001 20.5,-9.909499 20.5,-10.420834 L 20.5,-14.266668 C 20.5,-14.266668 17.5,-21.660417 17.5,-21.660417 C 17.29943,-22.088044 17.071486,-22.5 16.53125,-22.5 L 5.46875,-22.5 z" + style="fill:url(#linearGradient7332);fill-opacity:1;stroke:#888a85;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="rect6376" + d="M 6,-20 L 3.65625,-15 L 4.5,-14 L 18,-14 L 18.34375,-15 L 16,-20 L 6,-20 z" + style="fill:url(#linearGradient7329);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="-21" + x="6" + height="3" + width="10" + id="rect5397" + style="fill:url(#linearGradient7326);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6374" + d="M 16,-21.5 L 16,-18 L 17.34375,-15 L 18.8125,-15 L 16,-21.5 z" + style="fill:url(#linearGradient7323);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="rect6371" + d="M 6,-21.5 L 3.1875,-15 L 4.65625,-15 L 6,-18 L 6,-21.5 z" + style="fill:url(#linearGradient7320);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + transform="matrix(1,0,0,0.8461538,22,-26.153846)" + d="M -16.40625,5.5 C -16.436803,5.5492895 -16.490718,5.6417275 -16.5625,5.8125 C -16.5625,5.8125 -16.562436,5.8435693 -16.5625,5.84375 C -16.581506,5.8977984 -19.374973,13.800705 -19.5,14.15625 L -19.5,18.4375 C -19.5,18.493611 -19.493611,18.5 -19.4375,18.5 L -2.5625,18.5 C -2.5063892,18.5 -2.5,18.493611 -2.5,18.4375 L -2.5,14.15625 C -2.6250267,13.800705 -5.418494,5.8977984 -5.4375,5.84375 C -5.4375636,5.8435693 -5.4375,5.8125 -5.4375,5.8125 C -5.5092816,5.6417275 -5.5631974,5.5492896 -5.59375,5.5 L -16.40625,5.5 z" + id="path6449" + style="opacity:0.42672412;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.08711457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -16.53125 4.5 C -17.071486 4.5 -17.29943 4.9753344 -17.5 5.46875 C -17.5 5.46875 -20.5 14 -20.5 14 L -20.5 18.4375 C -20.5 19.027503 -20.027503 19.5 -19.4375 19.5 L -2.5625 19.5 C -1.972497 19.5 -1.5 19.027503 -1.5 18.4375 L -1.5 14 C -1.5 14 -4.5 5.46875 -4.5 5.46875 C -4.70057 4.9753346 -4.928514 4.5 -5.46875 4.5 L -16.53125 4.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <path + transform="matrix(1,0,0,0.7560969,0,-25.455783)" + d="M 6.21875,6.46875 C 6.154118,6.6801314 6.078055,6.9854761 5.96875,7.34375 C 5.75014,8.0602978 5.4616777,9.0359982 5.15625,10.03125 C 4.7089362,11.488845 4.3480127,12.543344 4.03125,13.53125 L 7.5,13.53125 C 7.7574313,13.529938 8.0048003,13.631135 8.1875,13.8125 L 8.90625,14.53125 L 13.09375,14.53125 L 13.8125,13.8125 C 13.9952,13.631135 14.242569,13.529938 14.5,13.53125 L 17.96875,13.53125 C 17.651987,12.543344 17.291064,11.488845 16.84375,10.03125 C 16.538322,9.0359982 16.24986,8.0602978 16.03125,7.34375 C 15.921945,6.9854761 15.845882,6.6801314 15.78125,6.46875 L 6.21875,6.46875 z" + id="path6523" + style="opacity:0.28017243;fill:none;fill-opacity:1;stroke:url(#linearGradient6297);stroke-width:1.15003562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M 5.59375 5.5 C 5.565772 5.544693 5.500442 5.6378067 5.4375 5.78125 C 5.423835 5.8123923 5.420301 5.8091833 5.40625 5.84375 C 5.365295 5.9602148 3.170447 13.213345 2.71875 14.5 L 7.5 14.5 L 8.5 15.5 L 13.5 15.5 L 14.5 14.5 L 19.28125 14.5 C 18.829553 13.213345 16.634705 5.9602148 16.59375 5.84375 C 16.5934 5.8427549 16.5625 5.78125 16.5625 5.78125 C 16.499558 5.6378067 16.434228 5.544693 16.40625 5.5 L 5.59375 5.5 z " + inkscape:radius="-0.96875" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cssccccccsccc" + id="path5384" + d="M 5.59375,-21.5 C 5.565772,-21.464245 5.500442,-21.389755 5.4375,-21.275 C 5.423835,-21.250086 5.420301,-21.252653 5.40625,-21.225 C 5.365295,-21.131828 2.951697,-15.529323 2.5,-14.5 L 7.5,-14.5 L 8.5,-13.5 L 13.5,-13.5 L 14.5,-14.5 L 19.5,-14.5 C 19.048303,-15.529323 16.634705,-21.131828 16.59375,-21.225 C 16.5934,-21.225796 16.5625,-21.275 16.5625,-21.275 C 16.499558,-21.389755 16.434228,-21.464245 16.40625,-21.5 L 5.59375,-21.5 z" + style="fill:none;fill-opacity:1;stroke:url(#radialGradient7315);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <g + transform="translate(0,-29)" + id="g5871"> + <g + id="g9557" + transform="matrix(0,-1,1,0,-5,13)"> + <path + sodipodi:nodetypes="cccccccccc" + id="path9559" + d="M 7.5,10.5 L 2,16 L 7.5,21.5 L 8.5,21.5 L 8.5,18.5 L 12.5,18.5 L 12.5,13.5 L 8.5,13.5 L 8.5,10.5 L 7.5,10.5 z" + style="fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.65;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 11.5,14.53125 L 8.5,14.53125 C 8.22527,14.535314 7.9605998,14.42797 7.7663151,14.233685 C 7.5720303,14.0394 7.4646865,13.77473 7.46875,13.5 L 7.46875,11.96875 L 3.5,16 L 7.46875,20.03125 L 7.46875,18.5 C 7.4646865,18.22527 7.5720303,17.9606 7.7663151,17.766315 C 7.9605998,17.57203 8.22527,17.464686 8.5,17.46875 L 11.5,17.46875 L 11.5,14.53125 z" + id="path9561" + sodipodi:nodetypes="ccscccccsccc" /> + </g> + <g + id="g5841"> + <g + id="g5795"> + <g + id="g5787"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-11" + height="1" + width="1" + id="rect9565" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-10" + height="1" + width="1" + id="rect9567" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-9" + height="1" + width="1" + id="rect9569" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-8" + height="1" + width="1" + id="rect9571" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-7" + height="1" + width="1" + id="rect9573" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect9742" + width="1" + height="1" + x="-6" + y="16" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + <g + id="g5779"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-7" + height="1" + width="1" + id="rect9575" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-8" + height="1" + width="1" + id="rect9577" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-9" + height="1" + width="1" + id="rect9579" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-10" + height="1" + width="1" + id="rect9581" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect9740" + width="1" + height="1" + x="-6" + y="5" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-11" + height="1" + width="1" + id="rect5768" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + <g + id="g5827"> + <g + id="g5820"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-10" + height="1" + width="1" + id="rect9585" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-9" + height="1" + width="1" + id="rect9587" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-8" + height="1" + width="1" + id="rect9589" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-7" + height="1" + width="1" + id="rect9591" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-6" + height="1" + width="1" + id="rect9725" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + id="g5813"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-7" + height="1" + width="1" + id="rect9593" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-8" + height="1" + width="1" + id="rect9595" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-9" + height="1" + width="1" + id="rect9597" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-6" + height="1" + width="1" + id="rect9727" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-10" + height="1" + width="1" + id="rect5811" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + </g> + </g> + </g> + <g + id="g6228" + transform="translate(-30,-30)"> + <rect + transform="matrix(0.9573863,0,0,0.875,30.5,4)" + ry="2.2857144" + rx="2.0890207" + y="16" + x="1.6653345e-15" + height="4" + width="22" + id="rect6894" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter8912)" /> + <path + sodipodi:nodetypes="csccccccscc" + id="path6896" + d="M 35.46875,7.4999998 C 34.928514,7.4999998 34.70057,7.9119562 34.5,8.3395831 C 34.5,8.3395831 31.5,15.733332 31.5,15.733332 L 31.5,19.579166 C 31.5,20.090501 31.972497,20.499999 32.5625,20.499999 L 49.4375,20.499999 C 50.027503,20.499999 50.5,20.090501 50.5,19.579166 L 50.5,15.733332 C 50.5,15.733332 47.5,8.3395831 47.5,8.3395831 C 47.29943,7.9119564 47.071486,7.4999998 46.53125,7.4999998 L 35.46875,7.4999998 z" + style="opacity:1;fill:url(#linearGradient6273);fill-opacity:1;stroke:#888a85;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="path6898" + d="M 36,10 L 33.65625,15 L 34.5,16 L 48,16 L 48.34375,15 L 46,10 L 36,10 z" + style="fill:url(#linearGradient6275);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="9" + x="36" + height="3" + width="10" + id="rect6900" + style="opacity:1;fill:url(#linearGradient6277);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6902" + d="M 46,8.5 L 46,12 L 47.34375,15 L 48.8125,15 L 46,8.5 z" + style="fill:url(#linearGradient6279);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6904" + d="M 36,8.5 L 33.1875,15 L 34.65625,15 L 36,12 L 36,8.5 z" + style="fill:url(#linearGradient6281);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + transform="matrix(1,0,0,0.8461538,52,3.846154)" + d="M -16.40625,5.5 C -16.436803,5.5492895 -16.490718,5.6417275 -16.5625,5.8125 C -16.5625,5.8125 -16.562436,5.8435693 -16.5625,5.84375 C -16.581506,5.8977984 -19.374973,13.800705 -19.5,14.15625 L -19.5,18.4375 C -19.5,18.493611 -19.493611,18.5 -19.4375,18.5 L -2.5625,18.5 C -2.5063892,18.5 -2.5,18.493611 -2.5,18.4375 L -2.5,14.15625 C -2.6250267,13.800705 -5.418494,5.8977984 -5.4375,5.84375 C -5.4375636,5.8435693 -5.4375,5.8125 -5.4375,5.8125 C -5.5092816,5.6417275 -5.5631974,5.5492896 -5.59375,5.5 L -16.40625,5.5 z" + id="path6906" + style="opacity:0.42672412;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.08711457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -16.53125 4.5 C -17.071486 4.5 -17.29943 4.9753344 -17.5 5.46875 C -17.5 5.46875 -20.5 14 -20.5 14 L -20.5 18.4375 C -20.5 19.027503 -20.027503 19.5 -19.4375 19.5 L -2.5625 19.5 C -1.972497 19.5 -1.5 19.027503 -1.5 18.4375 L -1.5 14 C -1.5 14 -4.5 5.46875 -4.5 5.46875 C -4.70057 4.9753346 -4.928514 4.5 -5.46875 4.5 L -16.53125 4.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <path + transform="matrix(1,0,0,0.7560969,30,4.5442174)" + d="M 6.21875,6.46875 C 6.154118,6.6801314 6.078055,6.9854761 5.96875,7.34375 C 5.75014,8.0602978 5.4616777,9.0359982 5.15625,10.03125 C 4.7089362,11.488845 4.3480127,12.543344 4.03125,13.53125 L 7.5,13.53125 C 7.7574313,13.529938 8.0048003,13.631135 8.1875,13.8125 L 8.90625,14.53125 L 13.09375,14.53125 L 13.8125,13.8125 C 13.9952,13.631135 14.242569,13.529938 14.5,13.53125 L 17.96875,13.53125 C 17.651987,12.543344 17.291064,11.488845 16.84375,10.03125 C 16.538322,9.0359982 16.24986,8.0602978 16.03125,7.34375 C 15.921945,6.9854761 15.845882,6.6801314 15.78125,6.46875 L 6.21875,6.46875 z" + id="path6908" + style="opacity:0.28017243;fill:none;fill-opacity:1;stroke:url(#linearGradient6283);stroke-width:1.15003562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M 5.59375 5.5 C 5.565772 5.544693 5.500442 5.6378067 5.4375 5.78125 C 5.423835 5.8123923 5.420301 5.8091833 5.40625 5.84375 C 5.365295 5.9602148 3.170447 13.213345 2.71875 14.5 L 7.5 14.5 L 8.5 15.5 L 13.5 15.5 L 14.5 14.5 L 19.28125 14.5 C 18.829553 13.213345 16.634705 5.9602148 16.59375 5.84375 C 16.5934 5.8427549 16.5625 5.78125 16.5625 5.78125 C 16.499558 5.6378067 16.434228 5.544693 16.40625 5.5 L 5.59375 5.5 z " + inkscape:radius="-0.96875" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cssccccccsccc" + id="path6910" + d="M 35.59375,8.5000001 C 35.565772,8.5357547 35.500442,8.6102454 35.4375,8.7250001 C 35.423835,8.7499138 35.420301,8.7473467 35.40625,8.7750001 C 35.365295,8.8681716 32.951697,14.470677 32.5,15.5 L 37.5,15.5 L 38.5,16.5 L 43.5,16.5 L 44.5,15.5 L 49.5,15.5 C 49.048303,14.470677 46.634705,8.8681716 46.59375,8.7750001 C 46.5934,8.7742036 46.5625,8.7250001 46.5625,8.7250001 C 46.499558,8.6102454 46.434228,8.5357547 46.40625,8.5000001 L 35.59375,8.5000001 z" + style="opacity:1;fill:none;fill-opacity:1;stroke:url(#radialGradient6285);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccccc" + id="path6992" + d="M 35.5,7.5 L 41,2 L 46.5,7.5 L 46.5,8.5 L 43.5,8.5 L 43.5,12.5 L 38.5,12.5 L 38.5,8.5 L 35.5,8.5 L 35.5,7.5 z" + style="opacity:0.35775859;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <g + transform="matrix(1,0,0,-1,30,12)" + id="g6912"> + <g + id="g6914" + transform="matrix(0,-1,1,0,-5,13)"> + <path + sodipodi:nodetypes="cccccccccc" + id="path6916" + d="M 7.5,10.5 L 2,16 L 7.5,21.5 L 8.5,21.5 L 8.5,18.5 L 12.5,18.5 L 12.5,13.5 L 8.5,13.5 L 8.5,10.5 L 7.5,10.5 z" + style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.65;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 11.5,14.53125 L 8.5,14.53125 C 8.22527,14.535314 7.9605998,14.42797 7.7663151,14.233685 C 7.5720303,14.0394 7.4646865,13.77473 7.46875,13.5 L 7.46875,11.96875 L 3.5,16 L 7.46875,20.03125 L 7.46875,18.5 C 7.4646865,18.22527 7.5720303,17.9606 7.7663151,17.766315 C 7.9605998,17.57203 8.22527,17.464686 8.5,17.46875 L 11.5,17.46875 L 11.5,14.53125 z" + id="path6918" + sodipodi:nodetypes="ccscccccsccc" /> + </g> + <g + id="g6920"> + <g + id="g6922"> + <g + id="g6924"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-11" + height="1" + width="1" + id="rect6926" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-10" + height="1" + width="1" + id="rect6928" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-9" + height="1" + width="1" + id="rect6930" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-8" + height="1" + width="1" + id="rect6932" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-7" + height="1" + width="1" + id="rect6934" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6936" + width="1" + height="1" + x="-6" + y="16" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + <g + id="g6938"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-7" + height="1" + width="1" + id="rect6940" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-8" + height="1" + width="1" + id="rect6942" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-9" + height="1" + width="1" + id="rect6944" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-10" + height="1" + width="1" + id="rect6946" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6948" + width="1" + height="1" + x="-6" + y="5" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-11" + height="1" + width="1" + id="rect6950" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + <g + id="g6952"> + <g + id="g6954"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-10" + height="1" + width="1" + id="rect6956" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-9" + height="1" + width="1" + id="rect6958" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-8" + height="1" + width="1" + id="rect6960" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-7" + height="1" + width="1" + id="rect6962" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-6" + height="1" + width="1" + id="rect6964" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + id="g6966"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-7" + height="1" + width="1" + id="rect6968" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-8" + height="1" + width="1" + id="rect6970" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-9" + height="1" + width="1" + id="rect6972" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-6" + height="1" + width="1" + id="rect6974" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-10" + height="1" + width="1" + id="rect6976" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + </g> + </g> + </g> + <g + id="g6568" + transform="matrix(-1,0,0,1,34.5,13.5)" /> + <g + id="g7628" + transform="translate(-30,0)"> + <rect + ry="1.5467961" + rx="1.5467961" + y="4.5" + x="0.5" + height="11" + width="15.000001" + id="rect6639" + style="opacity:1;fill:url(#linearGradient7659);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + style="fill:url(#linearGradient7661);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + d="M 1.5,8 L 1.5,11.5 L 5,12 L 11,12 L 14.5,11.5 L 14.5,8 L 1.5,8 z" + id="path7223" + sodipodi:nodetypes="ccccccc" /> + <rect + style="fill:url(#linearGradient7663);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + id="rect7227" + width="12" + height="2" + x="2" + y="6" /> + <path + d="M 2.5,6.5 L 2.5,10.5 L 5,10.5 C 5.2675647,10.493801 5.5264505,10.595104 5.71875,10.78125 L 6.4375,11.5 L 9.5625,11.5 L 10.28125,10.78125 C 10.473549,10.595104 10.732435,10.493801 11,10.5 L 13.5,10.5 L 13.5,6.5 L 2.5,6.5 z" + id="path7245" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7665);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:original="M 2.03125 5.5 C 1.7369613 5.5 1.5 5.7369612 1.5 6.03125 L 1.5 10.96875 C 1.5 11.263039 1.7369612 11.5 2.03125 11.5 L 5 11.5 L 6 12.5 L 10 12.5 L 11 11.5 L 13.96875 11.5 C 14.263039 11.5 14.5 11.263039 14.5 10.96875 L 14.5 6.03125 C 14.5 5.7369613 14.263039 5.5 13.96875 5.5 L 2.03125 5.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <rect + ry="0.51556039" + rx="0.51556039" + y="5.5" + x="1.5" + height="9" + width="13.000001" + id="rect7269" + style="opacity:0.55;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + sodipodi:nodetypes="ccccccccccccc" + id="rect7218" + d="M 2.03125,5.5 C 1.7369613,5.5 1.5,5.7369612 1.5,6.03125 L 1.5,10.96875 C 1.5,11.263039 1.7369612,11.5 2.03125,11.5 L 5,11.5 L 6,12.5 L 10,12.5 L 11,11.5 L 13.96875,11.5 C 14.263039,11.5 14.5,11.263039 14.5,10.96875 L 14.5,6.03125 C 14.5,5.7369613 14.263039,5.5 13.96875,5.5 L 2.03125,5.5 z" + style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7667);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <g + transform="translate(20,1)" + id="g7562"> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10158" + width="1" + height="1" + x="-4" + y="8" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10160" + width="1" + height="1" + x="-5" + y="9" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10162" + width="1" + height="1" + x="-6" + y="10" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10164" + width="1" + height="1" + x="-7" + y="11" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="7" + x="-3" + height="1" + width="1" + id="rect10166" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + transform="translate(21,1)" + id="g7569"> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10150" + width="1" + height="1" + x="-7" + y="13" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10152" + width="1" + height="1" + x="-6" + y="14" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10154" + width="1" + height="1" + x="-5" + y="15" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect10156" + width="1" + height="1" + x="-4" + y="16" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="17" + x="-3" + height="1" + width="1" + id="rect10168" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <path + sodipodi:nodetypes="cccccccccc" + id="rect7498" + d="M 6.5,0.5 L 6.5,2.5 L 3.5,2.5 L 3.5,3.5 L 8,7.5 L 12.5,3.5 L 12.5,2.5 L 9.5,2.5 L 9.5,0.5 L 6.5,0.5 z" + style="opacity:1;fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + <path + d="M 7.5,1.5 L 7.5,2.5 C 7.4999448,3.0522619 7.0522619,3.4999448 6.5,3.5 L 5,3.5 L 8,6.15625 L 11,3.5 L 9.5,3.5 C 8.9477381,3.4999448 8.5000552,3.0522619 8.5,2.5 L 8.5,1.5 L 7.5,1.5 z" + id="path7625" + style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + inkscape:original="M 6.5 0.5 L 6.5 2.5 L 3.5 2.5 L 3.5 3.5 L 8 7.5 L 12.5 3.5 L 12.5 2.5 L 9.5 2.5 L 9.5 0.5 L 6.5 0.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <g + id="g7605"> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7578" + width="1" + height="1" + x="-7" + y="-8" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7580" + width="1" + height="1" + x="-6" + y="-7" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7582" + width="1" + height="1" + x="-5" + y="-6" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7584" + width="1" + height="1" + x="-4" + y="-5" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7586" + width="1" + height="1" + x="-4" + y="-12" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7588" + width="1" + height="1" + x="-5" + y="-11" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7590" + width="1" + height="1" + x="-6" + y="-10" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect7592" + width="1" + height="1" + x="-7" + y="-9" + transform="matrix(0,-1,-1,0,0,0)" /> + </g> + </g> + <rect + style="fill:url(#linearGradient7774);fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect7671" + width="15.000001" + height="11" + x="0.5" + y="4.5" + rx="1.5467961" + ry="1.5467961" /> + <path + sodipodi:nodetypes="ccccccc" + id="path7673" + d="M 1.5,8 L 1.5,11.5 L 5,12 L 11,12 L 14.5,11.5 L 14.5,8 L 1.5,8 z" + style="fill:url(#linearGradient7771);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="6" + x="2" + height="2" + width="12" + id="rect7675" + style="fill:url(#linearGradient7768);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 2.03125 5.5 C 1.7369613 5.5 1.5 5.7369612 1.5 6.03125 L 1.5 10.96875 C 1.5 11.263039 1.7369612 11.5 2.03125 11.5 L 5 11.5 L 6 12.5 L 10 12.5 L 11 11.5 L 13.96875 11.5 C 14.263039 11.5 14.5 11.263039 14.5 10.96875 L 14.5 6.03125 C 14.5 5.7369613 14.263039 5.5 13.96875 5.5 L 2.03125 5.5 z " + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7735);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path7677" + d="M 2.5,6.5 L 2.5,10.5 L 5,10.5 C 5.2675647,10.493801 5.5264505,10.595104 5.71875,10.78125 L 6.4375,11.5 L 9.5625,11.5 L 10.28125,10.78125 C 10.473549,10.595104 10.732435,10.493801 11,10.5 L 13.5,10.5 L 13.5,6.5 L 2.5,6.5 z" /> + <rect + style="opacity:0.55;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="rect7679" + width="13.000001" + height="9" + x="1.5" + y="5.5" + rx="0.51556039" + ry="0.51556039" /> + <path + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient7763);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 2.03125,5.5 C 1.7369613,5.5 1.5,5.7369612 1.5,6.03125 L 1.5,10.96875 C 1.5,11.263039 1.7369612,11.5 2.03125,11.5 L 5,11.5 L 6,12.5 L 10,12.5 L 11,11.5 L 13.96875,11.5 C 14.263039,11.5 14.5,11.263039 14.5,10.96875 L 14.5,6.03125 C 14.5,5.7369613 14.263039,5.5 13.96875,5.5 L 2.03125,5.5 z" + id="path7681" + sodipodi:nodetypes="ccccccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="1.5" + inkscape:original="M 8 0.5 L 3.5 4.5 L 3.5 5.5 L 6.5 5.5 L 6.5 7.5 L 9.5 7.5 L 9.5 5.5 L 12.5 5.5 L 12.5 4.5 L 8 0.5 z " + style="fill:url(#linearGradient7852);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741673999999996;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.50226244" + id="path7844" + d="M 7.875,-1 C 7.5503553,-0.97331308 7.2432179,-0.84168276 7,-0.625 L 2.5,3.375 C 2.1800496,3.66119 1.9980299,4.0707342 2,4.5 L 2,5.5 C 2.0000828,6.3283928 2.6716072,6.9999172 3.5,7 L 5,7 L 5,7.5 C 5.0000828,8.3283928 5.6716072,8.9999172 6.5,9 L 9.5,9 C 10.328393,8.9999172 10.999917,8.3283928 11,7.5 L 11,7 L 12.5,7 C 13.328393,6.9999172 13.999917,6.3283928 14,5.5 L 14,4.5 C 14.00197,4.0707342 13.81995,3.66119 13.5,3.375 L 9,-0.625 C 8.6924174,-0.89920227 8.2855874,-1.0348123 7.875,-1 z" /> + <g + id="g7683" + transform="matrix(1,0,0,-1,20,7)" + style="fill:#c4a000"> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="8" + x="-4" + height="1" + width="1" + id="rect7685" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="9" + x="-5" + height="1" + width="1" + id="rect7687" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="10" + x="-6" + height="1" + width="1" + id="rect7689" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="11" + x="-7" + height="1" + width="1" + id="rect7691" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect7693" + width="1" + height="1" + x="-3" + y="7" + transform="matrix(0,-1,-1,0,0,0)" /> + </g> + <g + id="g7695" + transform="matrix(1,0,0,-1,21,7)" + style="fill:#c4a000"> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="13" + x="-7" + height="1" + width="1" + id="rect7697" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="14" + x="-6" + height="1" + width="1" + id="rect7699" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="15" + x="-5" + height="1" + width="1" + id="rect7701" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,-1,0,0,0)" + y="16" + x="-4" + height="1" + width="1" + id="rect7703" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" + id="rect7705" + width="1" + height="1" + x="-3" + y="17" + transform="matrix(0,-1,-1,0,0,0)" /> + </g> + <path + style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:0.99999994000000003;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741673999999996;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 6.5,7.5 L 6.5,5.5 L 3.5,5.5 L 3.5,4.5 L 8,0.5 L 12.5,4.5 L 12.5,5.5 L 9.5,5.5 L 9.5,7.5 L 6.5,7.5 z" + id="path7707" + sodipodi:nodetypes="cccccccccc" /> + <path + sodipodi:type="inkscape:offset" + inkscape:radius="-1" + inkscape:original="M 6.5 0.5 L 6.5 2.5 L 3.5 2.5 L 3.5 3.5 L 8 7.5 L 12.5 3.5 L 12.5 2.5 L 9.5 2.5 L 9.5 0.5 L 6.5 0.5 z " + style="opacity:0.6;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.67741674;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path7709" + d="M 7.5,1.5 L 7.5,2.5 C 7.4999448,3.0522619 7.0522619,3.4999448 6.5,3.5 L 5,3.5 L 8,6.15625 L 11,3.5 L 9.5,3.5 C 8.9477381,3.4999448 8.5000552,3.0522619 8.5,2.5 L 8.5,1.5 L 7.5,1.5 z" + transform="matrix(1,0,0,-1,0,8)" /> + <g + id="g7832"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-8" + x="1" + height="1" + width="1" + id="rect7713" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-7" + x="2" + height="1" + width="1" + id="rect7715" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-6" + x="3" + height="1" + width="1" + id="rect7717" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-5" + x="4" + height="1" + width="1" + id="rect7719" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-12" + x="4" + height="1" + width="1" + id="rect7721" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-11" + x="3" + height="1" + width="1" + id="rect7723" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-10" + x="2" + height="1" + width="1" + id="rect7725" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-9" + x="1" + height="1" + width="1" + id="rect7727" + style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992000000000;stroke-opacity:1" /> + </g> + </g> +</svg> diff --git a/data/icons/hicolor_places_16x16_mail-sent.png b/data/icons/hicolor_places_16x16_mail-sent.png Binary files differnew file mode 100644 index 0000000000..6470b718bb --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-sent.png diff --git a/data/icons/hicolor_places_16x16_mail-sent.svg b/data/icons/hicolor_places_16x16_mail-sent.svg new file mode 100644 index 0000000000..2f386441a8 --- /dev/null +++ b/data/icons/hicolor_places_16x16_mail-sent.svg @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://web.resource.org/cc/" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="16" + height="16" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45" + version="1.0" + sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/16x16/actions" + sodipodi:docname="mail-send.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient7250"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop7252" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop7254" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6394"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop6396" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop6398" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6754"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop6756" /> + <stop + style="stop-color:#729fcf;stop-opacity:0" + offset="1" + id="stop6758" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient7250" + id="radialGradient9189" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.5334112,0,0,1.5232935,-16.333372,-6.3398371)" + cx="10.651658" + cy="12.115259" + fx="10.651658" + fy="12.115259" + r="8" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6394" + id="linearGradient9191" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.6939763,0,0,0.6956677,55.887839,0.3331537)" + x1="-21.478369" + y1="-0.80551612" + x2="-21.478369" + y2="18.005089" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6754" + id="linearGradient9193" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.6939763,0,0,1.5,55.887839,-13.5)" + x1="-21.03125" + y1="16.187811" + x2="-21.03125" + y2="14.13769" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="44.397182" + inkscape:cy="17.111643" + inkscape:document-units="px" + inkscape:current-layer="layer1" + width="16px" + height="16px" + inkscape:showpageshadow="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + showgrid="false" + inkscape:window-width="1003" + inkscape:window-height="622" + inkscape:window-x="10" + inkscape:window-y="65" + showborder="false" + borderlayer="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:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:title>Stamp</dc:title> + <dc:contributor> + <cc:Agent> + <dc:title>Hylke Bons, Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>send</rdf:li> + <rdf:li>stamp</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> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g7258"> + <path + sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" + style="fill:url(#radialGradient9189);fill-opacity:1;stroke:#979894;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + d="M 0.500008,0.4610068 L 0.500008,3.4610068 L 1.062508,3.4610068 C 1.307344,3.4610068 1.500008,3.6536708 1.500008,3.8985068 L 1.500008,5.0235068 C 1.500008,5.2683428 1.307344,5.4610068 1.062508,5.4610068 L 0.500008,5.4610068 L 0.500008,7.4610068 L 1.062508,7.4610068 C 1.307344,7.4610068 1.500008,7.6536708 1.500008,7.8985068 L 1.500008,9.023507 C 1.500008,9.268343 1.307344,9.461007 1.062508,9.461007 L 0.500008,9.461007 L 0.500008,11.461007 L 1.062508,11.461007 C 1.307344,11.461007 1.500008,11.653671 1.500008,11.898507 L 1.500008,13.023506 C 1.500008,13.268342 1.307344,13.461006 1.062508,13.461006 L 0.500008,13.461006 L 0.500008,15.461006 L 2.500008,15.461006 L 2.500008,14.898506 C 2.500008,14.65367 2.692672,14.461006 2.937508,14.461006 L 4.062508,14.461006 C 4.307344,14.461006 4.500008,14.65367 4.500008,14.898506 L 4.500008,15.461006 L 6.500008,15.461006 L 6.500008,14.898506 C 6.500008,14.65367 6.692672,14.461006 6.937508,14.461006 L 8.062508,14.461006 C 8.307344,14.461006 8.500008,14.65367 8.500008,14.898506 L 8.500008,15.461006 L 10.500008,15.461006 L 10.500008,14.898506 C 10.500008,14.65367 10.692672,14.461006 10.937508,14.461006 L 12.062508,14.461006 C 12.307344,14.461006 12.500008,14.65367 12.500008,14.898506 L 12.500008,15.461006 L 15.500008,15.461006 L 15.500008,12.461006 L 14.937508,12.461006 C 14.692672,12.461006 14.500008,12.268343 14.500008,12.023507 L 14.500008,10.898507 C 14.500008,10.653671 14.692672,10.461007 14.937508,10.461007 L 15.500008,10.461007 L 15.500008,8.4610068 L 14.937508,8.4610068 C 14.692672,8.4610068 14.500008,8.2683428 14.500008,8.0235068 L 14.500008,6.8985068 C 14.500008,6.6536708 14.692672,6.4610068 14.937508,6.4610068 L 15.500008,6.4610068 L 15.500008,4.4610068 L 14.937508,4.4610068 C 14.692672,4.4610068 14.500008,4.2683428 14.500008,4.0235068 L 14.500008,2.8985068 C 14.500008,2.6536708 14.692672,2.4610068 14.937508,2.4610068 L 15.500008,2.4610068 L 15.500008,0.4610068 L 13.500008,0.4610068 L 13.500008,1.0235068 C 13.500008,1.2683426 13.307344,1.4610068 13.062508,1.4610068 L 11.937508,1.4610068 C 11.692672,1.4610068 11.500008,1.2683425 11.500008,1.0235068 L 11.500008,0.4610068 L 9.500008,0.4610068 L 9.500008,1.0235068 C 9.500008,1.2683426 9.307344,1.4610068 9.062508,1.4610068 L 7.937508,1.4610068 C 7.692672,1.4610068 7.500008,1.2683425 7.500008,1.0235068 L 7.500008,0.4610068 L 5.500008,0.4610068 L 5.500008,1.0235068 C 5.500008,1.2683426 5.307344,1.4610068 5.062508,1.4610068 L 3.937508,1.4610068 C 3.692672,1.4610068 3.500008,1.2683425 3.500008,1.0235068 L 3.500008,0.4610068 L 0.500008,0.4610068 z " + id="path7059" /> + <rect + ry="0.32609424" + rx="0.32530138" + y="3.4853978" + x="3.4926276" + height="9.0219402" + width="9.0216932" + id="rect7212" + style="fill:url(#linearGradient9191);fill-opacity:1;stroke:#729fcf;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + id="path7214" + d="M 10.779379,5.8984953 C 9.6301543,5.8984953 8.6974502,6.8334727 8.6974502,7.9854985 C 8.6974502,8.5284755 8.9002127,9.0271983 9.2396191,9.3985735 L 12.167332,9.3985735 L 12.167332,6.4419857 C 11.798255,6.1083393 11.31512,5.8984953 10.779379,5.8984953 z " + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="9" + x="3.8396158" + height="3" + width="8.3277159" + id="rect7216" + style="opacity:0.78448277;fill:url(#linearGradient9193);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="4.4927363" + x="4.5184631" + height="7.0072637" + width="6.9700212" + id="rect7218" + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cscscscsccccccsc" + id="path7220" + d="M 4.5335924,5.1593484 C 5.3376319,5.3860589 5.7467524,5.3489092 6.3360619,5.5909481 C 7.1454381,5.9233717 7.2324821,6.2682455 7.808293,6.5289441 C 7.7971901,6.4898525 7.84015,6.4498982 8.0046765,6.4745951 C 8.080363,6.4859561 8.0902209,6.648512 8.0902209,6.648512 C 8.6814505,6.8349781 9.2167734,6.7513234 9.5534373,6.9398924 C 10.259704,7.3354826 10.514368,7.6739646 11.245644,8.126806 C 10.471833,8.0148557 10.023343,7.6405162 9.3811049,7.4257455 C 8.8194678,7.2379276 8.2404362,7.2213672 8.0902209,7.0996087 L 7.8516665,7.3224403 L 7.9601003,7.5724458 C 7.5465307,7.7435147 7.1640033,7.681283 6.9191359,7.4093987 L 7.2878108,7.1920024 L 7.3668901,6.8166076 C 6.8582589,6.5491387 6.7212125,6.332354 6.2801142,6.0883242 C 5.7829183,5.8132583 5.2061852,5.7576171 4.5335924,5.1593484 z " + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <text + transform="scale(1.091719,0.9159866)" + id="text7222" + y="12.48685" + x="6.9920306" + style="font-size:2.00826573px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + y="12.48685" + x="6.9920306" + id="tspan7224" + sodipodi:role="line">50-</tspan></text> + </g> + </g> +</svg> diff --git a/data/icons/hicolor_places_22x22_mail-inbox.png b/data/icons/hicolor_places_22x22_mail-inbox.png Binary files differnew file mode 100644 index 0000000000..7e9c554baf --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-inbox.png diff --git a/data/icons/hicolor_places_22x22_mail-inbox.svg b/data/icons/hicolor_places_22x22_mail-inbox.svg new file mode 100644 index 0000000000..5b2ec37cce --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-inbox.svg @@ -0,0 +1,558 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="inbox.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/lapo/Desktop/inbox-outbox/22x22/inbox.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docbase="/home/lapo/Desktop/inbox-outbox/22x22"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5410"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop5412" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop5414" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6485"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6487" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6489" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6461"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop6463" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6465" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6423"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6425" /> + <stop + style="stop-color:#babdb6;stop-opacity:0.93043476" + offset="1" + id="stop6427" /> + </linearGradient> + <linearGradient + id="linearGradient6417" + inkscape:collect="always"> + <stop + id="stop6419" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop6421" + offset="1" + style="stop-color:#eeeeec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6407"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6409" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6411" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6379"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop6381" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop6383" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter8912" + x="-0.064462811" + width="1.1289256" + y="-0.35454544" + height="1.7090909"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.59090909" + id="feGaussianBlur8914" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5410" + id="linearGradient6297" + gradientUnits="userSpaceOnUse" + x1="6.8125" + y1="14.5" + x2="6.8125" + y2="8.7077751" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6485" + id="radialGradient7315" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.8722896,0,0,1.0638862,-10.1581,-35.72983)" + cx="5.8160691" + cy="22.47159" + fx="5.8160691" + fy="22.47159" + r="8.78125" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6423" + id="linearGradient7320" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-14.930076" + y1="8.9180508" + x2="-17.40625" + y2="15.603395" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6417" + id="linearGradient7323" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-2.28125" + y1="1.84375" + x2="-5.0625" + y2="14" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient7326" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-27)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient7329" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(22,-29)" + x1="-7.3673248" + y1="10.962858" + x2="-7.3673248" + y2="15.817595" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6461" + id="linearGradient7332" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8666666,22,-26.4)" + x1="-11.697461" + y1="11.255269" + x2="-13.038452" + y2="17.62653" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="55.633068" + inkscape:cy="-3.8950032" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1279" + inkscape:window-height="948" + inkscape:window-x="6" + inkscape:window-y="24" + showborder="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="true" + inkscape:object-bbox="true" + inkscape:showpageshadow="false" + borderlayer="true" + inkscape:snap-nodes="true" + inkscape:snap-guide="false" + inkscape:snap-bbox="true" + inkscape:object-paths="false" + gridtolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid5058" + spacingx="0.5px" + spacingy="0.5px" + empspacing="2" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g9812" + transform="matrix(-1,0,0,1,36.99565,-1.5)" /> + <g + id="g7401" + transform="translate(0,30)"> + <rect + transform="matrix(0.9573863,0,0,0.875,0.5,-26)" + ry="2.2857144" + rx="2.0890207" + y="16" + x="1.6653345e-15" + height="4" + width="22" + id="rect8882" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter8912)" /> + <path + sodipodi:nodetypes="csccccccscc" + id="rect5370" + d="M 5.46875,-22.5 C 4.928514,-22.5 4.70057,-22.088044 4.5,-21.660417 C 4.5,-21.660417 1.5,-14.266668 1.5,-14.266668 L 1.5,-10.420834 C 1.5,-9.909499 1.972497,-9.500001 2.5625,-9.500001 L 19.4375,-9.500001 C 20.027503,-9.500001 20.5,-9.909499 20.5,-10.420834 L 20.5,-14.266668 C 20.5,-14.266668 17.5,-21.660417 17.5,-21.660417 C 17.29943,-22.088044 17.071486,-22.5 16.53125,-22.5 L 5.46875,-22.5 z" + style="fill:url(#linearGradient7332);fill-opacity:1;stroke:#888a85;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="rect6376" + d="M 6,-20 L 3.65625,-15 L 4.5,-14 L 18,-14 L 18.34375,-15 L 16,-20 L 6,-20 z" + style="fill:url(#linearGradient7329);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="-21" + x="6" + height="3" + width="10" + id="rect5397" + style="fill:url(#linearGradient7326);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6374" + d="M 16,-21.5 L 16,-18 L 17.34375,-15 L 18.8125,-15 L 16,-21.5 z" + style="fill:url(#linearGradient7323);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="rect6371" + d="M 6,-21.5 L 3.1875,-15 L 4.65625,-15 L 6,-18 L 6,-21.5 z" + style="fill:url(#linearGradient7320);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + transform="matrix(1,0,0,0.8461538,22,-26.153846)" + d="M -16.40625,5.5 C -16.436803,5.5492895 -16.490718,5.6417275 -16.5625,5.8125 C -16.5625,5.8125 -16.562436,5.8435693 -16.5625,5.84375 C -16.581506,5.8977984 -19.374973,13.800705 -19.5,14.15625 L -19.5,18.4375 C -19.5,18.493611 -19.493611,18.5 -19.4375,18.5 L -2.5625,18.5 C -2.5063892,18.5 -2.5,18.493611 -2.5,18.4375 L -2.5,14.15625 C -2.6250267,13.800705 -5.418494,5.8977984 -5.4375,5.84375 C -5.4375636,5.8435693 -5.4375,5.8125 -5.4375,5.8125 C -5.5092816,5.6417275 -5.5631974,5.5492896 -5.59375,5.5 L -16.40625,5.5 z" + id="path6449" + style="opacity:0.42672412;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.08711457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -16.53125 4.5 C -17.071486 4.5 -17.29943 4.9753344 -17.5 5.46875 C -17.5 5.46875 -20.5 14 -20.5 14 L -20.5 18.4375 C -20.5 19.027503 -20.027503 19.5 -19.4375 19.5 L -2.5625 19.5 C -1.972497 19.5 -1.5 19.027503 -1.5 18.4375 L -1.5 14 C -1.5 14 -4.5 5.46875 -4.5 5.46875 C -4.70057 4.9753346 -4.928514 4.5 -5.46875 4.5 L -16.53125 4.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <path + transform="matrix(1,0,0,0.7560969,0,-25.455783)" + d="M 6.21875,6.46875 C 6.154118,6.6801314 6.078055,6.9854761 5.96875,7.34375 C 5.75014,8.0602978 5.4616777,9.0359982 5.15625,10.03125 C 4.7089362,11.488845 4.3480127,12.543344 4.03125,13.53125 L 7.5,13.53125 C 7.7574313,13.529938 8.0048003,13.631135 8.1875,13.8125 L 8.90625,14.53125 L 13.09375,14.53125 L 13.8125,13.8125 C 13.9952,13.631135 14.242569,13.529938 14.5,13.53125 L 17.96875,13.53125 C 17.651987,12.543344 17.291064,11.488845 16.84375,10.03125 C 16.538322,9.0359982 16.24986,8.0602978 16.03125,7.34375 C 15.921945,6.9854761 15.845882,6.6801314 15.78125,6.46875 L 6.21875,6.46875 z" + id="path6523" + style="opacity:0.28017243;fill:none;fill-opacity:1;stroke:url(#linearGradient6297);stroke-width:1.15003562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M 5.59375 5.5 C 5.565772 5.544693 5.500442 5.6378067 5.4375 5.78125 C 5.423835 5.8123923 5.420301 5.8091833 5.40625 5.84375 C 5.365295 5.9602148 3.170447 13.213345 2.71875 14.5 L 7.5 14.5 L 8.5 15.5 L 13.5 15.5 L 14.5 14.5 L 19.28125 14.5 C 18.829553 13.213345 16.634705 5.9602148 16.59375 5.84375 C 16.5934 5.8427549 16.5625 5.78125 16.5625 5.78125 C 16.499558 5.6378067 16.434228 5.544693 16.40625 5.5 L 5.59375 5.5 z " + inkscape:radius="-0.96875" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cssccccccsccc" + id="path5384" + d="M 5.59375,-21.5 C 5.565772,-21.464245 5.500442,-21.389755 5.4375,-21.275 C 5.423835,-21.250086 5.420301,-21.252653 5.40625,-21.225 C 5.365295,-21.131828 2.951697,-15.529323 2.5,-14.5 L 7.5,-14.5 L 8.5,-13.5 L 13.5,-13.5 L 14.5,-14.5 L 19.5,-14.5 C 19.048303,-15.529323 16.634705,-21.131828 16.59375,-21.225 C 16.5934,-21.225796 16.5625,-21.275 16.5625,-21.275 C 16.499558,-21.389755 16.434228,-21.464245 16.40625,-21.5 L 5.59375,-21.5 z" + style="fill:none;fill-opacity:1;stroke:url(#radialGradient7315);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <g + transform="translate(0,-29)" + id="g5871"> + <g + id="g9557" + transform="matrix(0,-1,1,0,-5,13)"> + <path + sodipodi:nodetypes="cccccccccc" + id="path9559" + d="M 7.5,10.5 L 2,16 L 7.5,21.5 L 8.5,21.5 L 8.5,18.5 L 12.5,18.5 L 12.5,13.5 L 8.5,13.5 L 8.5,10.5 L 7.5,10.5 z" + style="fill:#8ae234;fill-opacity:1;fill-rule:evenodd;stroke:#4e9a06;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.65;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 11.5,14.53125 L 8.5,14.53125 C 8.22527,14.535314 7.9605998,14.42797 7.7663151,14.233685 C 7.5720303,14.0394 7.4646865,13.77473 7.46875,13.5 L 7.46875,11.96875 L 3.5,16 L 7.46875,20.03125 L 7.46875,18.5 C 7.4646865,18.22527 7.5720303,17.9606 7.7663151,17.766315 C 7.9605998,17.57203 8.22527,17.464686 8.5,17.46875 L 11.5,17.46875 L 11.5,14.53125 z" + id="path9561" + sodipodi:nodetypes="ccscccccsccc" /> + </g> + <g + id="g5841"> + <g + id="g5795"> + <g + id="g5787"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-11" + height="1" + width="1" + id="rect9565" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-10" + height="1" + width="1" + id="rect9567" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-9" + height="1" + width="1" + id="rect9569" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-8" + height="1" + width="1" + id="rect9571" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-7" + height="1" + width="1" + id="rect9573" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect9742" + width="1" + height="1" + x="-6" + y="16" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + <g + id="g5779"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-7" + height="1" + width="1" + id="rect9575" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-8" + height="1" + width="1" + id="rect9577" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-9" + height="1" + width="1" + id="rect9579" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-10" + height="1" + width="1" + id="rect9581" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect9740" + width="1" + height="1" + x="-6" + y="5" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-11" + height="1" + width="1" + id="rect5768" + style="fill:#4e9a06;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + <g + id="g5827"> + <g + id="g5820"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-10" + height="1" + width="1" + id="rect9585" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-9" + height="1" + width="1" + id="rect9587" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-8" + height="1" + width="1" + id="rect9589" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-7" + height="1" + width="1" + id="rect9591" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-6" + height="1" + width="1" + id="rect9725" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + id="g5813"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-7" + height="1" + width="1" + id="rect9593" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-8" + height="1" + width="1" + id="rect9595" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-9" + height="1" + width="1" + id="rect9597" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-6" + height="1" + width="1" + id="rect9727" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-10" + height="1" + width="1" + id="rect5811" + style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + </g> + </g> + </g> + <g + id="g6568" + transform="matrix(-1,0,0,1,34.5,13.5)" /> + </g> +</svg> diff --git a/data/icons/hicolor_places_22x22_mail-outbox.png b/data/icons/hicolor_places_22x22_mail-outbox.png Binary files differnew file mode 100644 index 0000000000..95ece1939e --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-outbox.png diff --git a/data/icons/hicolor_places_22x22_mail-outbox.svg b/data/icons/hicolor_places_22x22_mail-outbox.svg new file mode 100644 index 0000000000..e3879c82a1 --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-outbox.svg @@ -0,0 +1,563 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="22" + height="22" + id="svg4908" + sodipodi:version="0.32" + inkscape:version="0.45+devel" + version="1.0" + sodipodi:docname="outbox.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-filename="/home/lapo/Desktop/inbox-outbox/22x22/outbox.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" + sodipodi:docbase="/home/lapo/Desktop/inbox-outbox/22x22"> + <defs + id="defs4910"> + <linearGradient + inkscape:collect="always" + id="linearGradient5410"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop5412" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop5414" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6485"> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="0" + id="stop6487" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6489" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6461"> + <stop + style="stop-color:#babdb6;stop-opacity:1" + offset="0" + id="stop6463" /> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="1" + id="stop6465" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6423"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6425" /> + <stop + style="stop-color:#babdb6;stop-opacity:0.93043476" + offset="1" + id="stop6427" /> + </linearGradient> + <linearGradient + id="linearGradient6417" + inkscape:collect="always"> + <stop + id="stop6419" + offset="0" + style="stop-color:#ffffff;stop-opacity:1" /> + <stop + id="stop6421" + offset="1" + style="stop-color:#eeeeec;stop-opacity:1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6407"> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="0" + id="stop6409" /> + <stop + style="stop-color:#d3d7cf;stop-opacity:1" + offset="1" + id="stop6411" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6379"> + <stop + style="stop-color:#eeeeec;stop-opacity:1" + offset="0" + id="stop6381" /> + <stop + style="stop-color:#888a85;stop-opacity:1" + offset="1" + id="stop6383" /> + </linearGradient> + <filter + inkscape:collect="always" + id="filter8912" + x="-0.064462811" + width="1.1289256" + y="-0.35454544" + height="1.7090909"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.59090909" + id="feGaussianBlur8914" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6461" + id="linearGradient6273" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.8666666,52,3.6)" + x1="-11.697461" + y1="11.255269" + x2="-13.038452" + y2="17.62653" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6379" + id="linearGradient6275" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-7.3673248" + y1="10.830184" + x2="-7.3673248" + y2="15.817595" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6407" + id="linearGradient6277" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,3)" + x1="-12.853461" + y1="11.409315" + x2="-14.290961" + y2="3.8298368" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6417" + id="linearGradient6279" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-2.28125" + y1="1.84375" + x2="-5.0625" + y2="14" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6423" + id="linearGradient6281" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(52,1)" + x1="-14.930076" + y1="8.9180508" + x2="-17.40625" + y2="15.603395" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5410" + id="linearGradient6283" + gradientUnits="userSpaceOnUse" + x1="6.8125" + y1="14.5" + x2="6.8125" + y2="8.7077751" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6485" + id="radialGradient6285" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.8722896,0,0,1.0638862,19.8419,-5.7298304)" + cx="5.8160691" + cy="22.47159" + fx="5.8160691" + fy="22.47159" + r="8.78125" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.8284271" + inkscape:cx="55.633068" + inkscape:cy="-3.8950032" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + width="22px" + height="22px" + inkscape:window-width="1279" + inkscape:window-height="948" + inkscape:window-x="6" + inkscape:window-y="24" + showborder="true" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + inkscape:grid-points="true" + inkscape:object-bbox="true" + inkscape:showpageshadow="false" + borderlayer="true" + inkscape:snap-nodes="true" + inkscape:snap-guide="false" + inkscape:snap-bbox="true" + inkscape:object-paths="false" + gridtolerance="10000"> + <inkscape:grid + type="xygrid" + id="grid5058" + spacingx="0.5px" + spacingy="0.5px" + empspacing="2" /> + </sodipodi:namedview> + <metadata + id="metadata4913"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:contributor> + <cc:Agent> + <dc:title>Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + </cc:Work> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + <g + id="g9812" + transform="matrix(-1,0,0,1,36.99565,-1.5)" /> + <g + id="g6228" + transform="translate(-30,0)"> + <rect + transform="matrix(0.9573863,0,0,0.875,30.5,4)" + ry="2.2857144" + rx="2.0890207" + y="16" + x="1.6653345e-15" + height="4" + width="22" + id="rect6894" + style="opacity:0.3;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter8912)" /> + <path + sodipodi:nodetypes="csccccccscc" + id="path6896" + d="M 35.46875,7.4999998 C 34.928514,7.4999998 34.70057,7.9119562 34.5,8.3395831 C 34.5,8.3395831 31.5,15.733332 31.5,15.733332 L 31.5,19.579166 C 31.5,20.090501 31.972497,20.499999 32.5625,20.499999 L 49.4375,20.499999 C 50.027503,20.499999 50.5,20.090501 50.5,19.579166 L 50.5,15.733332 C 50.5,15.733332 47.5,8.3395831 47.5,8.3395831 C 47.29943,7.9119564 47.071486,7.4999998 46.53125,7.4999998 L 35.46875,7.4999998 z" + style="opacity:1;fill:url(#linearGradient6273);fill-opacity:1;stroke:#888a85;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccccc" + id="path6898" + d="M 36,10 L 33.65625,15 L 34.5,16 L 48,16 L 48.34375,15 L 46,10 L 36,10 z" + style="fill:url(#linearGradient6275);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="9" + x="36" + height="3" + width="10" + id="rect6900" + style="opacity:1;fill:url(#linearGradient6277);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6902" + d="M 46,8.5 L 46,12 L 47.34375,15 L 48.8125,15 L 46,8.5 z" + style="fill:url(#linearGradient6279);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path6904" + d="M 36,8.5 L 33.1875,15 L 34.65625,15 L 36,12 L 36,8.5 z" + style="fill:url(#linearGradient6281);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + transform="matrix(1,0,0,0.8461538,52,3.846154)" + d="M -16.40625,5.5 C -16.436803,5.5492895 -16.490718,5.6417275 -16.5625,5.8125 C -16.5625,5.8125 -16.562436,5.8435693 -16.5625,5.84375 C -16.581506,5.8977984 -19.374973,13.800705 -19.5,14.15625 L -19.5,18.4375 C -19.5,18.493611 -19.493611,18.5 -19.4375,18.5 L -2.5625,18.5 C -2.5063892,18.5 -2.5,18.493611 -2.5,18.4375 L -2.5,14.15625 C -2.6250267,13.800705 -5.418494,5.8977984 -5.4375,5.84375 C -5.4375636,5.8435693 -5.4375,5.8125 -5.4375,5.8125 C -5.5092816,5.6417275 -5.5631974,5.5492896 -5.59375,5.5 L -16.40625,5.5 z" + id="path6906" + style="opacity:0.42672412;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.08711457;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -16.53125 4.5 C -17.071486 4.5 -17.29943 4.9753344 -17.5 5.46875 C -17.5 5.46875 -20.5 14 -20.5 14 L -20.5 18.4375 C -20.5 19.027503 -20.027503 19.5 -19.4375 19.5 L -2.5625 19.5 C -1.972497 19.5 -1.5 19.027503 -1.5 18.4375 L -1.5 14 C -1.5 14 -4.5 5.46875 -4.5 5.46875 C -4.70057 4.9753346 -4.928514 4.5 -5.46875 4.5 L -16.53125 4.5 z " + inkscape:radius="-1" + sodipodi:type="inkscape:offset" /> + <path + transform="matrix(1,0,0,0.7560969,30,4.5442174)" + d="M 6.21875,6.46875 C 6.154118,6.6801314 6.078055,6.9854761 5.96875,7.34375 C 5.75014,8.0602978 5.4616777,9.0359982 5.15625,10.03125 C 4.7089362,11.488845 4.3480127,12.543344 4.03125,13.53125 L 7.5,13.53125 C 7.7574313,13.529938 8.0048003,13.631135 8.1875,13.8125 L 8.90625,14.53125 L 13.09375,14.53125 L 13.8125,13.8125 C 13.9952,13.631135 14.242569,13.529938 14.5,13.53125 L 17.96875,13.53125 C 17.651987,12.543344 17.291064,11.488845 16.84375,10.03125 C 16.538322,9.0359982 16.24986,8.0602978 16.03125,7.34375 C 15.921945,6.9854761 15.845882,6.6801314 15.78125,6.46875 L 6.21875,6.46875 z" + id="path6908" + style="opacity:0.28017243;fill:none;fill-opacity:1;stroke:url(#linearGradient6283);stroke-width:1.15003562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M 5.59375 5.5 C 5.565772 5.544693 5.500442 5.6378067 5.4375 5.78125 C 5.423835 5.8123923 5.420301 5.8091833 5.40625 5.84375 C 5.365295 5.9602148 3.170447 13.213345 2.71875 14.5 L 7.5 14.5 L 8.5 15.5 L 13.5 15.5 L 14.5 14.5 L 19.28125 14.5 C 18.829553 13.213345 16.634705 5.9602148 16.59375 5.84375 C 16.5934 5.8427549 16.5625 5.78125 16.5625 5.78125 C 16.499558 5.6378067 16.434228 5.544693 16.40625 5.5 L 5.59375 5.5 z " + inkscape:radius="-0.96875" + sodipodi:type="inkscape:offset" /> + <path + sodipodi:nodetypes="cssccccccsccc" + id="path6910" + d="M 35.59375,8.5000001 C 35.565772,8.5357547 35.500442,8.6102454 35.4375,8.7250001 C 35.423835,8.7499138 35.420301,8.7473467 35.40625,8.7750001 C 35.365295,8.8681716 32.951697,14.470677 32.5,15.5 L 37.5,15.5 L 38.5,16.5 L 43.5,16.5 L 44.5,15.5 L 49.5,15.5 C 49.048303,14.470677 46.634705,8.8681716 46.59375,8.7750001 C 46.5934,8.7742036 46.5625,8.7250001 46.5625,8.7250001 C 46.499558,8.6102454 46.434228,8.5357547 46.40625,8.5000001 L 35.59375,8.5000001 z" + style="opacity:1;fill:none;fill-opacity:1;stroke:url(#radialGradient6285);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccccc" + id="path6992" + d="M 35.5,7.5 L 41,2 L 46.5,7.5 L 46.5,8.5 L 43.5,8.5 L 43.5,12.5 L 38.5,12.5 L 38.5,8.5 L 35.5,8.5 L 35.5,7.5 z" + style="opacity:0.35775859;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <g + transform="matrix(1,0,0,-1,30,12)" + id="g6912"> + <g + id="g6914" + transform="matrix(0,-1,1,0,-5,13)"> + <path + sodipodi:nodetypes="cccccccccc" + id="path6916" + d="M 7.5,10.5 L 2,16 L 7.5,21.5 L 8.5,21.5 L 8.5,18.5 L 12.5,18.5 L 12.5,13.5 L 8.5,13.5 L 8.5,10.5 L 7.5,10.5 z" + style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#c4a000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="opacity:0.65;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 11.5,14.53125 L 8.5,14.53125 C 8.22527,14.535314 7.9605998,14.42797 7.7663151,14.233685 C 7.5720303,14.0394 7.4646865,13.77473 7.46875,13.5 L 7.46875,11.96875 L 3.5,16 L 7.46875,20.03125 L 7.46875,18.5 C 7.4646865,18.22527 7.5720303,17.9606 7.7663151,17.766315 C 7.9605998,17.57203 8.22527,17.464686 8.5,17.46875 L 11.5,17.46875 L 11.5,14.53125 z" + id="path6918" + sodipodi:nodetypes="ccscccccsccc" /> + </g> + <g + id="g6920"> + <g + id="g6922"> + <g + id="g6924"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-11" + height="1" + width="1" + id="rect6926" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-10" + height="1" + width="1" + id="rect6928" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-9" + height="1" + width="1" + id="rect6930" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-8" + height="1" + width="1" + id="rect6932" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-7" + height="1" + width="1" + id="rect6934" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6936" + width="1" + height="1" + x="-6" + y="16" + transform="matrix(0,-1,1,0,0,0)" /> + </g> + <g + id="g6938"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-7" + height="1" + width="1" + id="rect6940" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-8" + height="1" + width="1" + id="rect6942" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-9" + height="1" + width="1" + id="rect6944" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-10" + height="1" + width="1" + id="rect6946" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" + id="rect6948" + width="1" + height="1" + x="-6" + y="5" + transform="matrix(0,-1,1,0,0,0)" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-11" + height="1" + width="1" + id="rect6950" + style="fill:#c4a000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + <g + id="g6952"> + <g + id="g6954"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="11" + x="-10" + height="1" + width="1" + id="rect6956" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="12" + x="-9" + height="1" + width="1" + id="rect6958" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="13" + x="-8" + height="1" + width="1" + id="rect6960" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="14" + x="-7" + height="1" + width="1" + id="rect6962" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="15" + x="-6" + height="1" + width="1" + id="rect6964" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + <g + id="g6966"> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="7" + x="-7" + height="1" + width="1" + id="rect6968" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="8" + x="-8" + height="1" + width="1" + id="rect6970" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="9" + x="-9" + height="1" + width="1" + id="rect6972" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="6" + x="-6" + height="1" + width="1" + id="rect6974" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + <rect + transform="matrix(0,-1,1,0,0,0)" + y="10" + x="-10" + height="1" + width="1" + id="rect6976" + style="opacity:0.875;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1" /> + </g> + </g> + </g> + </g> + </g> + <g + id="g6568" + transform="matrix(-1,0,0,1,34.5,13.5)" /> + </g> +</svg> diff --git a/data/icons/hicolor_places_22x22_mail-sent.png b/data/icons/hicolor_places_22x22_mail-sent.png Binary files differnew file mode 100644 index 0000000000..4c098f186d --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-sent.png diff --git a/data/icons/hicolor_places_22x22_mail-sent.svg b/data/icons/hicolor_places_22x22_mail-sent.svg new file mode 100644 index 0000000000..4aaa601f6c --- /dev/null +++ b/data/icons/hicolor_places_22x22_mail-sent.svg @@ -0,0 +1,319 @@ +<?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="22" + height="22" + id="svg2" + sodipodi:version="0.32" + inkscape:version="0.45" + version="1.0" + sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/22x22/actions" + sodipodi:docname="mail-send.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"> + <defs + id="defs4"> + <linearGradient + id="linearGradient3702"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop3704" /> + <stop + id="stop3710" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3706" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient3688"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop3690" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop3692" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6394"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop6396" /> + <stop + style="stop-color:#ffffff;stop-opacity:1" + offset="1" + id="stop6398" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6754"> + <stop + style="stop-color:#729fcf;stop-opacity:1" + offset="0" + id="stop6756" /> + <stop + style="stop-color:#729fcf;stop-opacity:0" + offset="1" + id="stop6758" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient6794"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6796" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop6798" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient9116" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient3688" + id="radialGradient9118" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)" + cx="4.9929786" + cy="43.5" + fx="4.9929786" + fy="43.5" + r="2.5" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3702" + id="linearGradient9120" + gradientUnits="userSpaceOnUse" + x1="25.058096" + y1="47.027729" + x2="25.058096" + y2="39.999443" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6394" + id="linearGradient9122" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(80.00001,-3.89932e-2)" + x1="-21.478369" + y1="-0.80551612" + x2="-21.478369" + y2="18.005089" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6754" + id="linearGradient9124" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,2,80.00001,-17.038994)" + x1="-21.03125" + y1="16.187811" + x2="-21.03125" + y2="14.13769" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient6794" + id="radialGradient9126" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.4386863,0,0,1.1876132,7.181008,-2.926052)" + cx="-16.48411" + cy="16.06098" + fx="-16.48411" + fy="16.06098" + r="9" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="44.397182" + inkscape:cy="17.111643" + inkscape:document-units="px" + inkscape:current-layer="layer1" + width="22px" + height="22px" + inkscape:showpageshadow="false" + gridspacingx="0.5px" + gridspacingy="0.5px" + gridempspacing="2" + showgrid="false" + inkscape:window-width="1003" + inkscape:window-height="622" + inkscape:window-x="10" + inkscape:window-y="65" + showborder="false" + borderlayer="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:creator> + <cc:Agent> + <dc:title>Lapo Calamandrei</dc:title> + </cc:Agent> + </dc:creator> + <dc:title>Stamp</dc:title> + <dc:contributor> + <cc:Agent> + <dc:title>Hylke Bons, Andreas Nilsson</dc:title> + </cc:Agent> + </dc:contributor> + <dc:subject> + <rdf:Bag> + <rdf:li>mail</rdf:li> + <rdf:li>send</rdf:li> + <rdf:li>stamp</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> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1"> + <g + id="g8851" + transform="translate(-50,0)"> + <g + transform="matrix(0.6052629,0,0,0.7142856,46.473694,-11.571422)" + style="opacity:0.3" + id="g6378"> + <rect + style="opacity:1;fill:url(#radialGradient9116);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6380" + width="5" + height="7" + x="38" + y="40" /> + <rect + style="opacity:1;fill:url(#radialGradient9118);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6382" + width="5" + height="7" + x="-10" + y="-47" + transform="scale(-1,-1)" /> + <rect + style="opacity:1;fill:url(#linearGradient9120);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect6384" + width="28" + height="7.0000005" + x="10" + y="40" /> + </g> + <path + id="rect6352" + d="M 51.500008,1.4610068 L 51.500008,4.4610068 L 52.062508,4.4610068 C 52.307344,4.4610068 52.500008,4.6536708 52.500008,4.8985068 L 52.500008,6.0235068 C 52.500008,6.2683428 52.307344,6.4610068 52.062508,6.4610068 L 51.500008,6.4610068 L 51.500008,8.4610068 L 52.062508,8.4610068 C 52.307344,8.4610068 52.500008,8.6536708 52.500008,8.8985068 L 52.500008,10.023507 C 52.500008,10.268343 52.307344,10.461007 52.062508,10.461007 L 51.500008,10.461007 L 51.500008,12.461007 L 52.062508,12.461007 C 52.307344,12.461007 52.500008,12.653671 52.500008,12.898507 L 52.500008,14.023506 C 52.500008,14.268342 52.307344,14.461006 52.062508,14.461006 L 51.500008,14.461006 L 51.500008,16.461006 L 52.062508,16.461006 C 52.307344,16.461006 52.500008,16.65367 52.500008,16.898506 L 52.500008,18.023506 C 52.500008,18.268342 52.307344,18.461006 52.062508,18.461006 L 51.500008,18.461006 L 51.500008,20.461006 L 53.500008,20.461006 L 53.500008,19.898506 C 53.500008,19.65367 53.692672,19.461006 53.937508,19.461006 L 55.062508,19.461006 C 55.307344,19.461006 55.500008,19.65367 55.500008,19.898506 L 55.500008,20.461006 L 57.500008,20.461006 L 57.500008,19.898506 C 57.500008,19.65367 57.692672,19.461006 57.937508,19.461006 L 59.062508,19.461006 C 59.307344,19.461006 59.500008,19.65367 59.500008,19.898506 L 59.500008,20.461006 L 61.500008,20.461006 L 61.500008,19.898506 C 61.500008,19.65367 61.692672,19.461006 61.937508,19.461006 L 63.062508,19.461006 C 63.307344,19.461006 63.500008,19.65367 63.500008,19.898506 L 63.500008,20.461006 L 65.500008,20.461006 L 65.500008,19.898506 C 65.500008,19.65367 65.692672,19.461006 65.937508,19.461006 L 67.062508,19.461006 C 67.307344,19.461006 67.500008,19.65367 67.500008,19.898506 L 67.500008,20.461006 L 70.500008,20.461006 L 70.500008,17.461006 L 69.937508,17.461006 C 69.692672,17.461006 69.500008,17.268342 69.500008,17.023506 L 69.500008,15.898506 C 69.500008,15.65367 69.692672,15.461006 69.937508,15.461006 L 70.500008,15.461006 L 70.500008,13.461006 L 69.937508,13.461006 C 69.692672,13.461006 69.500008,13.268343 69.500008,13.023507 L 69.500008,11.898507 C 69.500008,11.653671 69.692672,11.461007 69.937508,11.461007 L 70.500008,11.461007 L 70.500008,9.4610068 L 69.937508,9.4610068 C 69.692672,9.4610068 69.500008,9.2683428 69.500008,9.0235068 L 69.500008,7.8985068 C 69.500008,7.6536708 69.692672,7.4610068 69.937508,7.4610068 L 70.500008,7.4610068 L 70.500008,5.4610068 L 69.937508,5.4610068 C 69.692672,5.4610068 69.500008,5.2683428 69.500008,5.0235068 L 69.500008,3.8985068 C 69.500008,3.6536708 69.692672,3.4610068 69.937508,3.4610068 L 70.500008,3.4610068 L 70.500008,1.4610068 L 68.500008,1.4610068 L 68.500008,2.0235068 C 68.500008,2.2683426 68.307344,2.4610068 68.062508,2.4610068 L 66.937508,2.4610068 C 66.692672,2.4610068 66.500008,2.2683425 66.500008,2.0235068 L 66.500008,1.4610068 L 64.500008,1.4610068 L 64.500008,2.0235068 C 64.500008,2.2683426 64.307344,2.4610068 64.062508,2.4610068 L 62.937508,2.4610068 C 62.692672,2.4610068 62.500008,2.2683425 62.500008,2.0235068 L 62.500008,1.4610068 L 60.500008,1.4610068 L 60.500008,2.0235068 C 60.500008,2.2683426 60.307344,2.4610068 60.062508,2.4610068 L 58.937508,2.4610068 C 58.692672,2.4610068 58.500008,2.2683425 58.500008,2.0235068 L 58.500008,1.4610068 L 56.500008,1.4610068 L 56.500008,2.0235068 C 56.500008,2.2683426 56.307344,2.4610068 56.062508,2.4610068 L 54.937508,2.4610068 C 54.692672,2.4610068 54.500008,2.2683425 54.500008,2.0235068 L 54.500008,1.4610068 L 51.500008,1.4610068 z " + style="fill:#eeeeec;fill-opacity:1;stroke:#979894;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + ry="0.46875" + rx="0.46875" + y="4.4922566" + x="54.500008" + height="12.96875" + width="13.000002" + id="rect6372" + style="fill:url(#linearGradient9122);fill-opacity:1;stroke:#729fcf;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + id="path6762" + d="M 65.000008,7.9610068 C 63.344008,7.9610068 62.000008,9.3050068 62.000008,10.961007 C 62.000008,11.741519 62.292183,12.458417 62.781258,12.992257 L 67.000008,12.992257 L 67.000008,8.7422568 C 66.468179,8.2626508 65.771996,7.9610068 65.000008,7.9610068 z " + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="12.961006" + x="55.000008" + height="4" + width="12" + id="rect6752" + style="opacity:0.78448277;fill:url(#linearGradient9124);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <rect + y="5.4610066" + x="55.500008" + height="11.03125" + width="11.000002" + id="rect6392" + style="opacity:0.2;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cscscscsccccccsc" + id="path6782" + d="M 56.000008,6.8985068 C 57.158606,7.2243959 57.748137,7.1709944 58.597315,7.5189176 C 59.763603,7.9967658 59.889031,8.4925108 60.718758,8.8672568 C 60.702759,8.8110638 60.764663,8.7536308 61.001741,8.7891318 C 61.110803,8.8054628 61.125008,9.0391318 61.125008,9.0391318 C 61.976953,9.3071708 62.748338,9.1869198 63.233461,9.4579818 C 64.251171,10.02663 64.618134,10.513187 65.671883,11.164132 C 64.556843,11.003207 63.910581,10.465106 62.985135,10.15638 C 62.175832,9.8863978 61.341464,9.8625928 61.125008,9.6875688 L 60.781258,10.007882 L 60.937508,10.367257 C 60.341566,10.613163 59.790355,10.523707 59.437508,10.132882 L 59.968758,9.8203818 L 60.082709,9.2807638 C 59.349786,8.8962858 59.152306,8.5846648 58.516696,8.2338798 C 57.800251,7.8384813 56.969195,7.7584989 56.000008,6.8985068 z " + style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + transform="translate(80.00001,-3.89932e-2)" + d="M -28,2 L -28,4 L -27.9375,4 C -27.423087,4 -27,4.4230873 -27,4.9375 L -27,6.0625 C -27,6.5769127 -27.423087,7 -27.9375,7 L -28,7 L -28,8 L -27.9375,8 C -27.423087,8 -27,8.4230873 -27,8.9375 L -27,10.0625 C -27,10.576913 -27.423087,11 -27.9375,11 L -28,11 L -28,12 L -27.9375,12 C -27.423087,12 -27,12.423087 -27,12.9375 L -27,14.0625 C -27,14.576913 -27.423087,15 -27.9375,15 L -28,15 L -28,16 L -27.9375,16 C -27.423087,16 -27,16.423087 -27,16.9375 L -27,18.0625 C -27,18.576913 -27.423087,19 -27.9375,19 L -28,19 L -28,20 L -27,20 L -27,19.9375 C -27,19.423087 -26.576913,19 -26.0625,19 L -24.9375,19 C -24.423087,19 -24,19.423087 -24,19.9375 L -24,20 L -23,20 L -23,19.9375 C -23,19.423087 -22.576913,19 -22.0625,19 L -20.9375,19 C -20.423087,19 -20,19.423087 -20,19.9375 L -20,20 L -19,20 L -19,19.9375 C -19,19.423087 -18.576913,19 -18.0625,19 L -16.9375,19 C -16.423087,19 -16,19.423087 -16,19.9375 L -16,20 L -15,20 L -15,19.9375 C -15,19.423087 -14.576913,19 -14.0625,19 L -12.9375,19 C -12.423087,19 -12,19.423087 -12,19.9375 L -12,20 L -10,20 L -10,18 L -10.0625,18 C -10.576913,18 -11,17.576913 -11,17.0625 L -11,15.9375 C -11,15.423087 -10.576913,15 -10.0625,15 L -10,15 L -10,14 L -10.0625,14 C -10.576913,14 -11,13.576913 -11,13.0625 L -11,11.9375 C -11,11.423087 -10.576913,11 -10.0625,11 L -10,11 L -10,10 L -10.0625,10 C -10.576913,10 -11,9.5769127 -11,9.0625 L -11,7.9375 C -11,7.4230873 -10.576913,7 -10.0625,7 L -10,7 L -10,6 L -10.0625,6 C -10.576913,6 -11,5.5769127 -11,5.0625 L -11,3.9375 C -11,3.4230873 -10.576913,3 -10.0625,3 L -10,3 L -10,2 L -11,2 L -11,2.0625 C -11,2.5769127 -11.423087,3 -11.9375,3 L -13.0625,3 C -13.576913,3 -14,2.5769127 -14,2.0625 L -14,2 L -15,2 L -15,2.0625 C -15,2.5769127 -15.423087,3 -15.9375,3 L -17.0625,3 C -17.576913,3 -18,2.5769127 -18,2.0625 L -18,2 L -19,2 L -19,2.0625 C -19,2.5769127 -19.423087,3 -19.9375,3 L -21.0625,3 C -21.576913,3 -22,2.5769127 -22,2.0625 L -22,2 L -23,2 L -23,2.0625 C -23,2.5769127 -23.423087,3 -23.9375,3 L -25.0625,3 C -25.576913,3 -26,2.5769127 -26,2.0625 L -26,2 L -28,2 z " + id="path6792" + style="opacity:0.4;fill:url(#radialGradient9126);fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -28.5 1.5 L -28.5 4.5 L -27.9375 4.5 C -27.692664 4.5 -27.5 4.692664 -27.5 4.9375 L -27.5 6.0625 C -27.5 6.307336 -27.692664 6.5 -27.9375 6.5 L -28.5 6.5 L -28.5 8.5 L -27.9375 8.5 C -27.692664 8.5 -27.5 8.692664 -27.5 8.9375 L -27.5 10.0625 C -27.5 10.307336 -27.692664 10.5 -27.9375 10.5 L -28.5 10.5 L -28.5 12.5 L -27.9375 12.5 C -27.692664 12.5 -27.5 12.692664 -27.5 12.9375 L -27.5 14.0625 C -27.5 14.307336 -27.692664 14.5 -27.9375 14.5 L -28.5 14.5 L -28.5 16.5 L -27.9375 16.5 C -27.692664 16.5 -27.5 16.692664 -27.5 16.9375 L -27.5 18.0625 C -27.5 18.307336 -27.692664 18.5 -27.9375 18.5 L -28.5 18.5 L -28.5 20.5 L -26.5 20.5 L -26.5 19.9375 C -26.5 19.692664 -26.307336 19.5 -26.0625 19.5 L -24.9375 19.5 C -24.692664 19.5 -24.5 19.692664 -24.5 19.9375 L -24.5 20.5 L -22.5 20.5 L -22.5 19.9375 C -22.5 19.692664 -22.307336 19.5 -22.0625 19.5 L -20.9375 19.5 C -20.692664 19.5 -20.5 19.692664 -20.5 19.9375 L -20.5 20.5 L -18.5 20.5 L -18.5 19.9375 C -18.5 19.692664 -18.307336 19.5 -18.0625 19.5 L -16.9375 19.5 C -16.692664 19.5 -16.5 19.692664 -16.5 19.9375 L -16.5 20.5 L -14.5 20.5 L -14.5 19.9375 C -14.5 19.692664 -14.307336 19.5 -14.0625 19.5 L -12.9375 19.5 C -12.692664 19.5 -12.5 19.692664 -12.5 19.9375 L -12.5 20.5 L -9.5 20.5 L -9.5 17.5 L -10.0625 17.5 C -10.307336 17.5 -10.5 17.307336 -10.5 17.0625 L -10.5 15.9375 C -10.5 15.692664 -10.307336 15.5 -10.0625 15.5 L -9.5 15.5 L -9.5 13.5 L -10.0625 13.5 C -10.307336 13.5 -10.5 13.307336 -10.5 13.0625 L -10.5 11.9375 C -10.5 11.692664 -10.307336 11.5 -10.0625 11.5 L -9.5 11.5 L -9.5 9.5 L -10.0625 9.5 C -10.307336 9.5 -10.5 9.307336 -10.5 9.0625 L -10.5 7.9375 C -10.5 7.692664 -10.307336 7.5 -10.0625 7.5 L -9.5 7.5 L -9.5 5.5 L -10.0625 5.5 C -10.307336 5.5 -10.5 5.307336 -10.5 5.0625 L -10.5 3.9375 C -10.5 3.692664 -10.307336 3.5 -10.0625 3.5 L -9.5 3.5 L -9.5 1.5 L -11.5 1.5 L -11.5 2.0625 C -11.5 2.3073358 -11.692664 2.5 -11.9375 2.5 L -13.0625 2.5 C -13.307336 2.5 -13.5 2.3073357 -13.5 2.0625 L -13.5 1.5 L -15.5 1.5 L -15.5 2.0625 C -15.5 2.3073358 -15.692664 2.5 -15.9375 2.5 L -17.0625 2.5 C -17.307336 2.5 -17.5 2.3073357 -17.5 2.0625 L -17.5 1.5 L -19.5 1.5 L -19.5 2.0625 C -19.5 2.3073358 -19.692664 2.5 -19.9375 2.5 L -21.0625 2.5 C -21.307336 2.5 -21.5 2.3073357 -21.5 2.0625 L -21.5 1.5 L -23.5 1.5 L -23.5 2.0625 C -23.5 2.3073358 -23.692664 2.5 -23.9375 2.5 L -25.0625 2.5 C -25.307336 2.5 -25.5 2.3073357 -25.5 2.0625 L -25.5 1.5 L -28.5 1.5 z " + inkscape:radius="-0.5138641" + sodipodi:type="inkscape:offset" /> + <text + transform="scale(1.0930485,0.9148725)" + id="text6784" + y="17.405226" + x="55.319271" + style="font-size:2.89033341px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" + xml:space="preserve"><tspan + y="17.405226" + x="55.319271" + id="tspan6786" + sodipodi:role="line">50-</tspan></text> + <path + transform="translate(80.00001,-3.89932e-2)" + d="M -27.5,2.5 L -27.5,3.6875 C -26.944443,3.8944803 -26.5,4.3267621 -26.5,4.9375 L -26.5,6.0625 C -26.5,6.6732379 -26.944443,7.1055197 -27.5,7.3125 L -27.5,7.6875 C -26.944443,7.8944803 -26.5,8.3267621 -26.5,8.9375 L -26.5,10.0625 C -26.5,10.673238 -26.944443,11.10552 -27.5,11.3125 L -27.5,11.6875 C -26.944443,11.89448 -26.5,12.326762 -26.5,12.9375 L -26.5,14.0625 C -26.5,14.673238 -26.944443,15.10552 -27.5,15.3125 L -27.5,15.6875 C -26.944443,15.89448 -26.5,16.326762 -26.5,16.9375 L -26.5,18.0625 C -26.5,18.333252 -26.641679,18.559463 -26.78125,18.78125 C -26.559463,18.641679 -26.333252,18.5 -26.0625,18.5 L -24.9375,18.5 C -24.326762,18.5 -23.89448,18.944443 -23.6875,19.5 L -23.3125,19.5 C -23.10552,18.944443 -22.673238,18.5 -22.0625,18.5 L -20.9375,18.5 C -20.326762,18.5 -19.89448,18.944443 -19.6875,19.5 L -19.3125,19.5 C -19.10552,18.944443 -18.673238,18.5 -18.0625,18.5 L -16.9375,18.5 C -16.326762,18.5 -15.89448,18.944443 -15.6875,19.5 L -15.3125,19.5 C -15.10552,18.944443 -14.673238,18.5 -14.0625,18.5 L -12.9375,18.5 C -12.326762,18.5 -11.89448,18.944443 -11.6875,19.5 L -10.5,19.5 L -10.5,18.3125 C -11.055557,18.10552 -11.5,17.673238 -11.5,17.0625 L -11.5,15.9375 C -11.5,15.326762 -11.055557,14.89448 -10.5,14.6875 L -10.5,14.3125 C -11.055557,14.10552 -11.5,13.673238 -11.5,13.0625 L -11.5,11.9375 C -11.5,11.326762 -11.055557,10.89448 -10.5,10.6875 L -10.5,10.3125 C -11.055557,10.10552 -11.5,9.6732379 -11.5,9.0625 L -11.5,7.9375 C -11.5,7.3267621 -11.055557,6.8944803 -10.5,6.6875 L -10.5,6.3125 C -11.055557,6.1055197 -11.5,5.6732379 -11.5,5.0625 L -11.5,3.9375 C -11.5,3.6667478 -11.358321,3.4405368 -11.21875,3.21875 C -11.440537,3.358321 -11.666748,3.5 -11.9375,3.5 L -13.0625,3.5 C -13.673239,3.5 -14.10552,3.0555573 -14.3125,2.5 L -14.6875,2.5 C -14.89448,3.0555573 -15.326762,3.5 -15.9375,3.5 L -17.0625,3.5 C -17.673239,3.5 -18.10552,3.0555573 -18.3125,2.5 L -18.6875,2.5 C -18.89448,3.0555573 -19.326762,3.5 -19.9375,3.5 L -21.0625,3.5 C -21.673239,3.5 -22.10552,3.0555573 -22.3125,2.5 L -22.6875,2.5 C -22.89448,3.0555573 -23.326762,3.5 -23.9375,3.5 L -25.0625,3.5 C -25.673239,3.5 -26.10552,3.0555573 -26.3125,2.5 L -27.5,2.5 z M -10.6875,2.5 C -10.722695,2.5944672 -10.727716,2.6961811 -10.78125,2.78125 C -10.696181,2.7277159 -10.594467,2.722695 -10.5,2.6875 L -10.5,2.5 L -10.6875,2.5 z M -27.21875,19.21875 C -27.303819,19.272284 -27.405533,19.277305 -27.5,19.3125 L -27.5,19.5 L -27.3125,19.5 C -27.277305,19.405533 -27.272284,19.303819 -27.21875,19.21875 z " + id="path6790" + style="opacity:0.87999998;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.7;stroke-opacity:1" + inkscape:original="M -28.5 1.5 L -28.5 4.5 L -27.9375 4.5 C -27.692664 4.5 -27.5 4.692664 -27.5 4.9375 L -27.5 6.0625 C -27.5 6.307336 -27.692664 6.5 -27.9375 6.5 L -28.5 6.5 L -28.5 8.5 L -27.9375 8.5 C -27.692664 8.5 -27.5 8.692664 -27.5 8.9375 L -27.5 10.0625 C -27.5 10.307336 -27.692664 10.5 -27.9375 10.5 L -28.5 10.5 L -28.5 12.5 L -27.9375 12.5 C -27.692664 12.5 -27.5 12.692664 -27.5 12.9375 L -27.5 14.0625 C -27.5 14.307336 -27.692664 14.5 -27.9375 14.5 L -28.5 14.5 L -28.5 16.5 L -27.9375 16.5 C -27.692664 16.5 -27.5 16.692664 -27.5 16.9375 L -27.5 18.0625 C -27.5 18.307336 -27.692664 18.5 -27.9375 18.5 L -28.5 18.5 L -28.5 20.5 L -26.5 20.5 L -26.5 19.9375 C -26.5 19.692664 -26.307336 19.5 -26.0625 19.5 L -24.9375 19.5 C -24.692664 19.5 -24.5 19.692664 -24.5 19.9375 L -24.5 20.5 L -22.5 20.5 L -22.5 19.9375 C -22.5 19.692664 -22.307336 19.5 -22.0625 19.5 L -20.9375 19.5 C -20.692664 19.5 -20.5 19.692664 -20.5 19.9375 L -20.5 20.5 L -18.5 20.5 L -18.5 19.9375 C -18.5 19.692664 -18.307336 19.5 -18.0625 19.5 L -16.9375 19.5 C -16.692664 19.5 -16.5 19.692664 -16.5 19.9375 L -16.5 20.5 L -14.5 20.5 L -14.5 19.9375 C -14.5 19.692664 -14.307336 19.5 -14.0625 19.5 L -12.9375 19.5 C -12.692664 19.5 -12.5 19.692664 -12.5 19.9375 L -12.5 20.5 L -9.5 20.5 L -9.5 17.5 L -10.0625 17.5 C -10.307336 17.5 -10.5 17.307336 -10.5 17.0625 L -10.5 15.9375 C -10.5 15.692664 -10.307336 15.5 -10.0625 15.5 L -9.5 15.5 L -9.5 13.5 L -10.0625 13.5 C -10.307336 13.5 -10.5 13.307336 -10.5 13.0625 L -10.5 11.9375 C -10.5 11.692664 -10.307336 11.5 -10.0625 11.5 L -9.5 11.5 L -9.5 9.5 L -10.0625 9.5 C -10.307336 9.5 -10.5 9.307336 -10.5 9.0625 L -10.5 7.9375 C -10.5 7.692664 -10.307336 7.5 -10.0625 7.5 L -9.5 7.5 L -9.5 5.5 L -10.0625 5.5 C -10.307336 5.5 -10.5 5.307336 -10.5 5.0625 L -10.5 3.9375 C -10.5 3.692664 -10.307336 3.5 -10.0625 3.5 L -9.5 3.5 L -9.5 1.5 L -11.5 1.5 L -11.5 2.0625 C -11.5 2.3073358 -11.692664 2.5 -11.9375 2.5 L -13.0625 2.5 C -13.307336 2.5 -13.5 2.3073357 -13.5 2.0625 L -13.5 1.5 L -15.5 1.5 L -15.5 2.0625 C -15.5 2.3073358 -15.692664 2.5 -15.9375 2.5 L -17.0625 2.5 C -17.307336 2.5 -17.5 2.3073357 -17.5 2.0625 L -17.5 1.5 L -19.5 1.5 L -19.5 2.0625 C -19.5 2.3073358 -19.692664 2.5 -19.9375 2.5 L -21.0625 2.5 C -21.307336 2.5 -21.5 2.3073357 -21.5 2.0625 L -21.5 1.5 L -23.5 1.5 L -23.5 2.0625 C -23.5 2.3073358 -23.692664 2.5 -23.9375 2.5 L -25.0625 2.5 C -25.307336 2.5 -25.5 2.3073357 -25.5 2.0625 L -25.5 1.5 L -28.5 1.5 z " + inkscape:radius="-1.015625" + sodipodi:type="inkscape:offset" /> + </g> + </g> +</svg> diff --git a/data/icons/hicolor_places_24x24_mail-inbox.png b/data/icons/hicolor_places_24x24_mail-inbox.png Binary files differnew file mode 100644 index 0000000000..fd9eb74341 --- /dev/null +++ b/data/icons/hicolor_places_24x24_mail-inbox.png diff --git a/data/icons/hicolor_places_24x24_mail-outbox.png b/data/icons/hicolor_places_24x24_mail-outbox.png Binary files differnew file mode 100644 index 0000000000..1bdd0c159b --- /dev/null +++ b/data/icons/hicolor_places_24x24_mail-outbox.png diff --git a/data/icons/hicolor_places_24x24_mail-sent.png b/data/icons/hicolor_places_24x24_mail-sent.png Binary files differnew file mode 100644 index 0000000000..a723d140b6 --- /dev/null +++ b/data/icons/hicolor_places_24x24_mail-sent.png diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b1d1bdce34..02e1bb5968 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2007-10-12 Michael Monreal <michael.monreal@gmail.com> + + ** Migration of theme icons to data/icons/ (bug #479257) + + * file e-util/e-icon-factory.c: + Append a private icon directory to the search path. + 2007-10-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #311179 diff --git a/e-util/e-icon-factory.c b/e-util/e-icon-factory.c index 0b313fbfa7..52a7f14e82 100644 --- a/e-util/e-icon-factory.c +++ b/e-util/e-icon-factory.c @@ -213,7 +213,9 @@ e_icon_factory_init (void) icon_theme = gtk_icon_theme_get_default (); gtk_icon_theme_append_search_path (icon_theme, - EVOLUTION_DATADIR G_DIR_SEPARATOR_S "icons"); + EVOLUTION_DATADIR G_DIR_SEPARATOR_S + "evolution" G_DIR_SEPARATOR_S + BASE_VERSION G_DIR_SEPARATOR_S "icons"); g_signal_connect ( icon_theme, "changed", G_CALLBACK (icon_theme_changed_cb), NULL); diff --git a/mail/ChangeLog b/mail/ChangeLog index af72a912f1..959721f7c3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2007-10-12 Michael Monreal <michael.monreal@gmail.com> + + ** New inbox/outbox/sent icons (bug #479257) + + * mail/em-folder-tree.c, mail/mail-send-recv.c: + Change icon references. + 2007-10-11 Matthew Barnes <mbarnes@redhat.com> * em-format.c (em_format_add_puri): diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 3aff4a0358..34dab1767a 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -289,13 +289,13 @@ render_pixbuf (GtkTreeViewColumn *column, GtkCellRenderer *renderer, if (!initialised) { folder_icons[FOLDER_ICON_NORMAL] = e_icon_factory_get_icon ("folder", E_ICON_SIZE_MENU); - folder_icons[FOLDER_ICON_INBOX] = e_icon_factory_get_icon ("stock_inbox", E_ICON_SIZE_MENU); - folder_icons[FOLDER_ICON_OUTBOX] = e_icon_factory_get_icon ("stock_outbox", E_ICON_SIZE_MENU); + folder_icons[FOLDER_ICON_INBOX] = e_icon_factory_get_icon ("mail-inbox", E_ICON_SIZE_MENU); + folder_icons[FOLDER_ICON_OUTBOX] = e_icon_factory_get_icon ("mail-outbox", E_ICON_SIZE_MENU); folder_icons[FOLDER_ICON_TRASH] = e_icon_factory_get_icon ("user-trash", E_ICON_SIZE_MENU); folder_icons[FOLDER_ICON_JUNK] = e_icon_factory_get_icon ("mail-mark-junk", E_ICON_SIZE_MENU); folder_icons[FOLDER_ICON_SHARED_TO_ME] = e_icon_factory_get_icon ("stock_shared-to-me", E_ICON_SIZE_MENU); folder_icons[FOLDER_ICON_SHARED_BY_ME] = e_icon_factory_get_icon ("stock_shared-by-me", E_ICON_SIZE_MENU); - folder_icons[FOLDER_ICON_SENT] = e_icon_factory_get_icon ("stock_sent-mail", E_ICON_SIZE_MENU); + folder_icons[FOLDER_ICON_SENT] = e_icon_factory_get_icon ("mail-sent", E_ICON_SIZE_MENU); initialised = TRUE; } diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index 83f146d5ff..a1580d6788 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -489,7 +489,7 @@ build_dialog (EAccountList *accounts, CamelFolder *outbox, const char *destinati info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info); recv_icon = e_icon_factory_get_image ( - "stock_mail-receive", E_ICON_SIZE_LARGE_TOOLBAR); + "mail-inbox", E_ICON_SIZE_LARGE_TOOLBAR); pretty_url = format_url (source->url, account->name); label = gtk_label_new (NULL); gtk_label_set_ellipsize ( @@ -564,7 +564,7 @@ build_dialog (EAccountList *accounts, CamelFolder *outbox, const char *destinati info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info); send_icon = e_icon_factory_get_image ( - "mail-send", E_ICON_SIZE_LARGE_TOOLBAR); + "mail-outbox", E_ICON_SIZE_LARGE_TOOLBAR); pretty_url = format_url (destination, NULL); label = gtk_label_new (NULL); gtk_label_set_ellipsize ( |