diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-08 17:37:41 +0200 |
commit | 6712a9086e50603efb83f9e20fe08cccd830b05f (patch) | |
tree | ec16cf3916fff59a00b93e7749ca7420e29cf7dc /mate/16x16/actions | |
parent | e0689908ebdfa5d13e37c15631d89f3fc1e7b584 (diff) | |
download | mate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.tar.bz2 mate-icon-theme-6712a9086e50603efb83f9e20fe08cccd830b05f.tar.xz |
Gen png icons from source - Mate theme
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/16x16/actions')
117 files changed, 670 insertions, 0 deletions
diff --git a/mate/16x16/actions/Makefile.am b/mate/16x16/actions/Makefile.am new file mode 100644 index 0000000..f3e021b --- /dev/null +++ b/mate/16x16/actions/Makefile.am @@ -0,0 +1,670 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tab-new.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:359:319:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:360:716:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:665:1519:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:59:719:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:60:315:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:359:1119:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:360:1116:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:360:1916:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:60:1516:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:66:319:82 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:64:316:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:64:716:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=23:26:39:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:26:99:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1499:360:1515:376 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=143:26:159:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=203:26:219:40 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:665:319:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:5:-91:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-47:5:-31:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:5:29:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:5:89:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:5:149:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:5:209:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:5:269:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:5:329:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:5:389:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=433:5:449:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:5:509:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:5:569:21 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:21:49:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:21:129:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:21:209:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:21:299:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:21:389:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:21:479:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:21:559:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:21:639:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:21:719:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:21:799:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:21:879:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:21:959:37 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:102:312:118 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:65:1519:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=53:6:69:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:6:89:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=93:6:109:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:6:129:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:6:149:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=153:6:169:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=173:6:189:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:6:209:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=213:6:229:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=234:6:250:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=23:25:39:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=43:25:59:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=63:25:79:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=83:25:99:41 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tab-new.png: ../../../src/tab-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:65:38:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:65:98:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/16x16/actions/address-book-new.png b/mate/16x16/actions/address-book-new.png Binary files differindex 8023b06..257772a 100644 --- a/mate/16x16/actions/address-book-new.png +++ b/mate/16x16/actions/address-book-new.png diff --git a/mate/16x16/actions/application-exit.png b/mate/16x16/actions/application-exit.png Binary files differindex 1c6ddf0..c8bbbea 100644 --- a/mate/16x16/actions/application-exit.png +++ b/mate/16x16/actions/application-exit.png diff --git a/mate/16x16/actions/appointment-new.png b/mate/16x16/actions/appointment-new.png Binary files differindex d1cfd45..e22c5a6 100644 --- a/mate/16x16/actions/appointment-new.png +++ b/mate/16x16/actions/appointment-new.png diff --git a/mate/16x16/actions/bookmark-new.png b/mate/16x16/actions/bookmark-new.png Binary files differindex 4dc0327..5d08777 100644 --- a/mate/16x16/actions/bookmark-new.png +++ b/mate/16x16/actions/bookmark-new.png diff --git a/mate/16x16/actions/call-start.png b/mate/16x16/actions/call-start.png Binary files differindex fbc983c..e8608a7 100644 --- a/mate/16x16/actions/call-start.png +++ b/mate/16x16/actions/call-start.png diff --git a/mate/16x16/actions/call-stop.png b/mate/16x16/actions/call-stop.png Binary files differindex 428eb2b..722f1be 100644 --- a/mate/16x16/actions/call-stop.png +++ b/mate/16x16/actions/call-stop.png diff --git a/mate/16x16/actions/contact-new.png b/mate/16x16/actions/contact-new.png Binary files differindex ee82c53..8311ab4 100644 --- a/mate/16x16/actions/contact-new.png +++ b/mate/16x16/actions/contact-new.png diff --git a/mate/16x16/actions/document-new.png b/mate/16x16/actions/document-new.png Binary files differindex a995737..4a3dac3 100644 --- a/mate/16x16/actions/document-new.png +++ b/mate/16x16/actions/document-new.png diff --git a/mate/16x16/actions/document-open-recent.png b/mate/16x16/actions/document-open-recent.png Binary files differindex aa5bb54..184a60b 100644 --- a/mate/16x16/actions/document-open-recent.png +++ b/mate/16x16/actions/document-open-recent.png diff --git a/mate/16x16/actions/document-page-setup.png b/mate/16x16/actions/document-page-setup.png Binary files differindex 8e3ea0e..95dbf7d 100644 --- a/mate/16x16/actions/document-page-setup.png +++ b/mate/16x16/actions/document-page-setup.png diff --git a/mate/16x16/actions/document-print-preview.png b/mate/16x16/actions/document-print-preview.png Binary files differindex 2346f92..40f9e29 100644 --- a/mate/16x16/actions/document-print-preview.png +++ b/mate/16x16/actions/document-print-preview.png diff --git a/mate/16x16/actions/document-print.png b/mate/16x16/actions/document-print.png Binary files differindex b6e439c..bdb5a87 100644 --- a/mate/16x16/actions/document-print.png +++ b/mate/16x16/actions/document-print.png diff --git a/mate/16x16/actions/document-properties.png b/mate/16x16/actions/document-properties.png Binary files differindex 9229b3b..3466f2a 100644 --- a/mate/16x16/actions/document-properties.png +++ b/mate/16x16/actions/document-properties.png diff --git a/mate/16x16/actions/document-revert-rtl.png b/mate/16x16/actions/document-revert-rtl.png Binary files differindex 302df4d..5e43d9f 100644 --- a/mate/16x16/actions/document-revert-rtl.png +++ b/mate/16x16/actions/document-revert-rtl.png diff --git a/mate/16x16/actions/document-revert.png b/mate/16x16/actions/document-revert.png Binary files differindex 27e2eda..3e6e705 100644 --- a/mate/16x16/actions/document-revert.png +++ b/mate/16x16/actions/document-revert.png diff --git a/mate/16x16/actions/document-save-as.png b/mate/16x16/actions/document-save-as.png Binary files differindex 2d39599..b4740be 100644 --- a/mate/16x16/actions/document-save-as.png +++ b/mate/16x16/actions/document-save-as.png diff --git a/mate/16x16/actions/document-save.png b/mate/16x16/actions/document-save.png Binary files differindex 85edbbd..d3c9485 100644 --- a/mate/16x16/actions/document-save.png +++ b/mate/16x16/actions/document-save.png diff --git a/mate/16x16/actions/document-send.png b/mate/16x16/actions/document-send.png Binary files differindex 4a065e7..449b1be 100644 --- a/mate/16x16/actions/document-send.png +++ b/mate/16x16/actions/document-send.png diff --git a/mate/16x16/actions/edit-clear-rtl.png b/mate/16x16/actions/edit-clear-rtl.png Binary files differindex 90843c2..8921ba0 100644 --- a/mate/16x16/actions/edit-clear-rtl.png +++ b/mate/16x16/actions/edit-clear-rtl.png diff --git a/mate/16x16/actions/edit-clear.png b/mate/16x16/actions/edit-clear.png Binary files differindex 3be482d..ba8bf05 100644 --- a/mate/16x16/actions/edit-clear.png +++ b/mate/16x16/actions/edit-clear.png diff --git a/mate/16x16/actions/edit-copy.png b/mate/16x16/actions/edit-copy.png Binary files differindex a454881..ea0d912 100644 --- a/mate/16x16/actions/edit-copy.png +++ b/mate/16x16/actions/edit-copy.png diff --git a/mate/16x16/actions/edit-cut.png b/mate/16x16/actions/edit-cut.png Binary files differindex f579313..cc268ec 100644 --- a/mate/16x16/actions/edit-cut.png +++ b/mate/16x16/actions/edit-cut.png diff --git a/mate/16x16/actions/edit-delete.png b/mate/16x16/actions/edit-delete.png Binary files differindex ec35ed2..8a755bd 100644 --- a/mate/16x16/actions/edit-delete.png +++ b/mate/16x16/actions/edit-delete.png diff --git a/mate/16x16/actions/edit-find-replace.png b/mate/16x16/actions/edit-find-replace.png Binary files differindex df956ab..4135b0b 100644 --- a/mate/16x16/actions/edit-find-replace.png +++ b/mate/16x16/actions/edit-find-replace.png diff --git a/mate/16x16/actions/edit-find.png b/mate/16x16/actions/edit-find.png Binary files differindex 05c6821..d3f97e6 100644 --- a/mate/16x16/actions/edit-find.png +++ b/mate/16x16/actions/edit-find.png diff --git a/mate/16x16/actions/edit-paste.png b/mate/16x16/actions/edit-paste.png Binary files differindex 4458622..7b949a9 100644 --- a/mate/16x16/actions/edit-paste.png +++ b/mate/16x16/actions/edit-paste.png diff --git a/mate/16x16/actions/edit-redo-rtl.png b/mate/16x16/actions/edit-redo-rtl.png Binary files differindex 48f0602..ee62133 100644 --- a/mate/16x16/actions/edit-redo-rtl.png +++ b/mate/16x16/actions/edit-redo-rtl.png diff --git a/mate/16x16/actions/edit-redo.png b/mate/16x16/actions/edit-redo.png Binary files differindex 7ea57b2..48352d3 100644 --- a/mate/16x16/actions/edit-redo.png +++ b/mate/16x16/actions/edit-redo.png diff --git a/mate/16x16/actions/edit-select-all.png b/mate/16x16/actions/edit-select-all.png Binary files differindex e7d21a0..5643879 100644 --- a/mate/16x16/actions/edit-select-all.png +++ b/mate/16x16/actions/edit-select-all.png diff --git a/mate/16x16/actions/edit-undo-rtl.png b/mate/16x16/actions/edit-undo-rtl.png Binary files differindex f55b2ff..14350fc 100644 --- a/mate/16x16/actions/edit-undo-rtl.png +++ b/mate/16x16/actions/edit-undo-rtl.png diff --git a/mate/16x16/actions/edit-undo.png b/mate/16x16/actions/edit-undo.png Binary files differindex 667892b..15ec7df 100644 --- a/mate/16x16/actions/edit-undo.png +++ b/mate/16x16/actions/edit-undo.png diff --git a/mate/16x16/actions/format-indent-less-rtl.png b/mate/16x16/actions/format-indent-less-rtl.png Binary files differindex a6621ba..b3906e3 100644 --- a/mate/16x16/actions/format-indent-less-rtl.png +++ b/mate/16x16/actions/format-indent-less-rtl.png diff --git a/mate/16x16/actions/format-indent-less.png b/mate/16x16/actions/format-indent-less.png Binary files differindex de8de73..17d9ee9 100644 --- a/mate/16x16/actions/format-indent-less.png +++ b/mate/16x16/actions/format-indent-less.png diff --git a/mate/16x16/actions/format-indent-more-rtl.png b/mate/16x16/actions/format-indent-more-rtl.png Binary files differindex 37740f7..cc557f2 100644 --- a/mate/16x16/actions/format-indent-more-rtl.png +++ b/mate/16x16/actions/format-indent-more-rtl.png diff --git a/mate/16x16/actions/format-indent-more.png b/mate/16x16/actions/format-indent-more.png Binary files differindex 252a650..813794b 100644 --- a/mate/16x16/actions/format-indent-more.png +++ b/mate/16x16/actions/format-indent-more.png diff --git a/mate/16x16/actions/format-justify-center.png b/mate/16x16/actions/format-justify-center.png Binary files differindex 7547df9..3de66c4 100644 --- a/mate/16x16/actions/format-justify-center.png +++ b/mate/16x16/actions/format-justify-center.png diff --git a/mate/16x16/actions/format-justify-fill.png b/mate/16x16/actions/format-justify-fill.png Binary files differindex a210598..5533417 100644 --- a/mate/16x16/actions/format-justify-fill.png +++ b/mate/16x16/actions/format-justify-fill.png diff --git a/mate/16x16/actions/format-justify-left.png b/mate/16x16/actions/format-justify-left.png Binary files differindex 36a14e3..cb845ef 100644 --- a/mate/16x16/actions/format-justify-left.png +++ b/mate/16x16/actions/format-justify-left.png diff --git a/mate/16x16/actions/format-justify-right.png b/mate/16x16/actions/format-justify-right.png Binary files differindex 88f4217..7e56713 100644 --- a/mate/16x16/actions/format-justify-right.png +++ b/mate/16x16/actions/format-justify-right.png diff --git a/mate/16x16/actions/format-text-bold.png b/mate/16x16/actions/format-text-bold.png Binary files differindex efe3f4f..0c2816d 100644 --- a/mate/16x16/actions/format-text-bold.png +++ b/mate/16x16/actions/format-text-bold.png diff --git a/mate/16x16/actions/format-text-direction-ltr.png b/mate/16x16/actions/format-text-direction-ltr.png Binary files differindex 679c2ec..fec3f65 100644 --- a/mate/16x16/actions/format-text-direction-ltr.png +++ b/mate/16x16/actions/format-text-direction-ltr.png diff --git a/mate/16x16/actions/format-text-direction-rtl.png b/mate/16x16/actions/format-text-direction-rtl.png Binary files differindex e0982ff..3385abd 100644 --- a/mate/16x16/actions/format-text-direction-rtl.png +++ b/mate/16x16/actions/format-text-direction-rtl.png diff --git a/mate/16x16/actions/format-text-italic.png b/mate/16x16/actions/format-text-italic.png Binary files differindex e1a3d3b..76ec8c3 100644 --- a/mate/16x16/actions/format-text-italic.png +++ b/mate/16x16/actions/format-text-italic.png diff --git a/mate/16x16/actions/format-text-strikethrough.png b/mate/16x16/actions/format-text-strikethrough.png Binary files differindex 4d0c211..7204f98 100644 --- a/mate/16x16/actions/format-text-strikethrough.png +++ b/mate/16x16/actions/format-text-strikethrough.png diff --git a/mate/16x16/actions/format-text-underline.png b/mate/16x16/actions/format-text-underline.png Binary files differindex 60d9735..ce7c5cc 100644 --- a/mate/16x16/actions/format-text-underline.png +++ b/mate/16x16/actions/format-text-underline.png diff --git a/mate/16x16/actions/go-bottom.png b/mate/16x16/actions/go-bottom.png Binary files differindex 9609ec2..510d934 100644 --- a/mate/16x16/actions/go-bottom.png +++ b/mate/16x16/actions/go-bottom.png diff --git a/mate/16x16/actions/go-down.png b/mate/16x16/actions/go-down.png Binary files differindex 00c106d..91a3d48 100644 --- a/mate/16x16/actions/go-down.png +++ b/mate/16x16/actions/go-down.png diff --git a/mate/16x16/actions/go-first-rtl.png b/mate/16x16/actions/go-first-rtl.png Binary files differindex 578e66f..dde1cf6 100644..120000 --- a/mate/16x16/actions/go-first-rtl.png +++ b/mate/16x16/actions/go-first-rtl.png diff --git a/mate/16x16/actions/go-first.png b/mate/16x16/actions/go-first.png Binary files differindex cb696a2..88eea45 100644 --- a/mate/16x16/actions/go-first.png +++ b/mate/16x16/actions/go-first.png diff --git a/mate/16x16/actions/go-home.png b/mate/16x16/actions/go-home.png Binary files differindex 05eaa7a..785efdd 100644 --- a/mate/16x16/actions/go-home.png +++ b/mate/16x16/actions/go-home.png diff --git a/mate/16x16/actions/go-jump.png b/mate/16x16/actions/go-jump.png Binary files differindex aad9233..0c645a9 100644 --- a/mate/16x16/actions/go-jump.png +++ b/mate/16x16/actions/go-jump.png diff --git a/mate/16x16/actions/go-last-rtl.png b/mate/16x16/actions/go-last-rtl.png Binary files differindex 718cd36..96ffa73 100644..120000 --- a/mate/16x16/actions/go-last-rtl.png +++ b/mate/16x16/actions/go-last-rtl.png diff --git a/mate/16x16/actions/go-last.png b/mate/16x16/actions/go-last.png Binary files differindex c3b867c..f8db8e5 100644 --- a/mate/16x16/actions/go-last.png +++ b/mate/16x16/actions/go-last.png diff --git a/mate/16x16/actions/go-next-rtl.png b/mate/16x16/actions/go-next-rtl.png Binary files differindex 12fed7f..56c7bd8 100644..120000 --- a/mate/16x16/actions/go-next-rtl.png +++ b/mate/16x16/actions/go-next-rtl.png diff --git a/mate/16x16/actions/go-next.png b/mate/16x16/actions/go-next.png Binary files differindex d4ff51c..d6e59cb 100644 --- a/mate/16x16/actions/go-next.png +++ b/mate/16x16/actions/go-next.png diff --git a/mate/16x16/actions/go-previous-rtl.png b/mate/16x16/actions/go-previous-rtl.png Binary files differindex 1ae0411..c1febf9 100644..120000 --- a/mate/16x16/actions/go-previous-rtl.png +++ b/mate/16x16/actions/go-previous-rtl.png diff --git a/mate/16x16/actions/go-previous.png b/mate/16x16/actions/go-previous.png Binary files differindex 288ad6b..b3d4654 100644 --- a/mate/16x16/actions/go-previous.png +++ b/mate/16x16/actions/go-previous.png diff --git a/mate/16x16/actions/go-top.png b/mate/16x16/actions/go-top.png Binary files differindex f40459a..02c5136 100644 --- a/mate/16x16/actions/go-top.png +++ b/mate/16x16/actions/go-top.png diff --git a/mate/16x16/actions/go-up.png b/mate/16x16/actions/go-up.png Binary files differindex 29ca702..4aa29d3 100644 --- a/mate/16x16/actions/go-up.png +++ b/mate/16x16/actions/go-up.png diff --git a/mate/16x16/actions/help-about.png b/mate/16x16/actions/help-about.png Binary files differindex 3d9d4da..f51b42e 100644 --- a/mate/16x16/actions/help-about.png +++ b/mate/16x16/actions/help-about.png diff --git a/mate/16x16/actions/help-faq.png b/mate/16x16/actions/help-faq.png Binary files differindex ade6da9..9ef6464 100644 --- a/mate/16x16/actions/help-faq.png +++ b/mate/16x16/actions/help-faq.png diff --git a/mate/16x16/actions/insert-image.png b/mate/16x16/actions/insert-image.png Binary files differindex 6d7084b..b254d8d 100644 --- a/mate/16x16/actions/insert-image.png +++ b/mate/16x16/actions/insert-image.png diff --git a/mate/16x16/actions/insert-link.png b/mate/16x16/actions/insert-link.png Binary files differindex ba68f72..39cd1f8 100644 --- a/mate/16x16/actions/insert-link.png +++ b/mate/16x16/actions/insert-link.png diff --git a/mate/16x16/actions/insert-object.png b/mate/16x16/actions/insert-object.png Binary files differindex a51d5e0..e1046e4 100644 --- a/mate/16x16/actions/insert-object.png +++ b/mate/16x16/actions/insert-object.png diff --git a/mate/16x16/actions/insert-text.png b/mate/16x16/actions/insert-text.png Binary files differindex fdde4ec..34552c2 100644 --- a/mate/16x16/actions/insert-text.png +++ b/mate/16x16/actions/insert-text.png diff --git a/mate/16x16/actions/list-add.png b/mate/16x16/actions/list-add.png Binary files differindex 3f1347e..3f457a2 100644 --- a/mate/16x16/actions/list-add.png +++ b/mate/16x16/actions/list-add.png diff --git a/mate/16x16/actions/list-remove.png b/mate/16x16/actions/list-remove.png Binary files differindex 28db302..a8203d3 100644 --- a/mate/16x16/actions/list-remove.png +++ b/mate/16x16/actions/list-remove.png diff --git a/mate/16x16/actions/mail-forward.png b/mate/16x16/actions/mail-forward.png Binary files differindex 6c7823f..7c1c782 100644 --- a/mate/16x16/actions/mail-forward.png +++ b/mate/16x16/actions/mail-forward.png diff --git a/mate/16x16/actions/mail-mark-important.png b/mate/16x16/actions/mail-mark-important.png Binary files differindex 9b5f128..b4839f6 100644 --- a/mate/16x16/actions/mail-mark-important.png +++ b/mate/16x16/actions/mail-mark-important.png diff --git a/mate/16x16/actions/mail-mark-junk.png b/mate/16x16/actions/mail-mark-junk.png Binary files differindex 6e94c4d..0b49eb8 100644 --- a/mate/16x16/actions/mail-mark-junk.png +++ b/mate/16x16/actions/mail-mark-junk.png diff --git a/mate/16x16/actions/mail-mark-notjunk.png b/mate/16x16/actions/mail-mark-notjunk.png Binary files differindex 5c78c03..9a0a34a 100644 --- a/mate/16x16/actions/mail-mark-notjunk.png +++ b/mate/16x16/actions/mail-mark-notjunk.png diff --git a/mate/16x16/actions/mail-mark-read.png b/mate/16x16/actions/mail-mark-read.png Binary files differindex dc624bf..247e43e 100644 --- a/mate/16x16/actions/mail-mark-read.png +++ b/mate/16x16/actions/mail-mark-read.png diff --git a/mate/16x16/actions/mail-mark-unread.png b/mate/16x16/actions/mail-mark-unread.png Binary files differindex c4ebbcf..a7ca68b 100644 --- a/mate/16x16/actions/mail-mark-unread.png +++ b/mate/16x16/actions/mail-mark-unread.png diff --git a/mate/16x16/actions/mail-message-new.png b/mate/16x16/actions/mail-message-new.png Binary files differindex a62d668..13e3bd2 100644 --- a/mate/16x16/actions/mail-message-new.png +++ b/mate/16x16/actions/mail-message-new.png diff --git a/mate/16x16/actions/mail-reply-all.png b/mate/16x16/actions/mail-reply-all.png Binary files differindex 5ddc59a..711a1e7 100644 --- a/mate/16x16/actions/mail-reply-all.png +++ b/mate/16x16/actions/mail-reply-all.png diff --git a/mate/16x16/actions/mail-reply-sender.png b/mate/16x16/actions/mail-reply-sender.png Binary files differindex dd7acad..8d0b112 100644 --- a/mate/16x16/actions/mail-reply-sender.png +++ b/mate/16x16/actions/mail-reply-sender.png diff --git a/mate/16x16/actions/mail-send-receive.png b/mate/16x16/actions/mail-send-receive.png Binary files differindex a3af872..cb6a10b 100644 --- a/mate/16x16/actions/mail-send-receive.png +++ b/mate/16x16/actions/mail-send-receive.png diff --git a/mate/16x16/actions/mail-send.png b/mate/16x16/actions/mail-send.png Binary files differindex c640c2b..4158d87 100644 --- a/mate/16x16/actions/mail-send.png +++ b/mate/16x16/actions/mail-send.png diff --git a/mate/16x16/actions/mark-location.png b/mate/16x16/actions/mark-location.png Binary files differindex 90ae6f8..3aa778c 100644 --- a/mate/16x16/actions/mark-location.png +++ b/mate/16x16/actions/mark-location.png diff --git a/mate/16x16/actions/media-eject.png b/mate/16x16/actions/media-eject.png Binary files differindex 9e12104..96cd9f2 100644 --- a/mate/16x16/actions/media-eject.png +++ b/mate/16x16/actions/media-eject.png diff --git a/mate/16x16/actions/media-playback-pause.png b/mate/16x16/actions/media-playback-pause.png Binary files differindex c384034..90fcaf3 100644 --- a/mate/16x16/actions/media-playback-pause.png +++ b/mate/16x16/actions/media-playback-pause.png diff --git a/mate/16x16/actions/media-playback-start-rtl.png b/mate/16x16/actions/media-playback-start-rtl.png Binary files differindex dc463af..418283f 100644 --- a/mate/16x16/actions/media-playback-start-rtl.png +++ b/mate/16x16/actions/media-playback-start-rtl.png diff --git a/mate/16x16/actions/media-playback-start.png b/mate/16x16/actions/media-playback-start.png Binary files differindex d863e4e..f8cb4dd 100644 --- a/mate/16x16/actions/media-playback-start.png +++ b/mate/16x16/actions/media-playback-start.png diff --git a/mate/16x16/actions/media-playback-stop.png b/mate/16x16/actions/media-playback-stop.png Binary files differindex 740bed0..ded2a30 100644 --- a/mate/16x16/actions/media-playback-stop.png +++ b/mate/16x16/actions/media-playback-stop.png diff --git a/mate/16x16/actions/media-record.png b/mate/16x16/actions/media-record.png Binary files differindex 7708927..af23c0e 100644 --- a/mate/16x16/actions/media-record.png +++ b/mate/16x16/actions/media-record.png diff --git a/mate/16x16/actions/media-seek-backward-rtl.png b/mate/16x16/actions/media-seek-backward-rtl.png Binary files differindex 0c93e1b..a7ed18d 100644..120000 --- a/mate/16x16/actions/media-seek-backward-rtl.png +++ b/mate/16x16/actions/media-seek-backward-rtl.png diff --git a/mate/16x16/actions/media-seek-backward.png b/mate/16x16/actions/media-seek-backward.png Binary files differindex 55ccddd..b9a1052 100644 --- a/mate/16x16/actions/media-seek-backward.png +++ b/mate/16x16/actions/media-seek-backward.png diff --git a/mate/16x16/actions/media-seek-forward-rtl.png b/mate/16x16/actions/media-seek-forward-rtl.png Binary files differindex a67dbc5..f9ec51f 100644..120000 --- a/mate/16x16/actions/media-seek-forward-rtl.png +++ b/mate/16x16/actions/media-seek-forward-rtl.png diff --git a/mate/16x16/actions/media-seek-forward.png b/mate/16x16/actions/media-seek-forward.png Binary files differindex 0c93e1b..bd2f792 100644 --- a/mate/16x16/actions/media-seek-forward.png +++ b/mate/16x16/actions/media-seek-forward.png diff --git a/mate/16x16/actions/media-skip-backward-rtl.png b/mate/16x16/actions/media-skip-backward-rtl.png Binary files differindex b55cfba..b394164 100644..120000 --- a/mate/16x16/actions/media-skip-backward-rtl.png +++ b/mate/16x16/actions/media-skip-backward-rtl.png diff --git a/mate/16x16/actions/media-skip-backward.png b/mate/16x16/actions/media-skip-backward.png Binary files differindex c01a665..6680c64 100644 --- a/mate/16x16/actions/media-skip-backward.png +++ b/mate/16x16/actions/media-skip-backward.png diff --git a/mate/16x16/actions/media-skip-forward-rtl.png b/mate/16x16/actions/media-skip-forward-rtl.png Binary files differindex c01a665..64f866b 100644..120000 --- a/mate/16x16/actions/media-skip-forward-rtl.png +++ b/mate/16x16/actions/media-skip-forward-rtl.png diff --git a/mate/16x16/actions/media-skip-forward.png b/mate/16x16/actions/media-skip-forward.png Binary files differindex b55cfba..671dc14 100644 --- a/mate/16x16/actions/media-skip-forward.png +++ b/mate/16x16/actions/media-skip-forward.png diff --git a/mate/16x16/actions/object-flip-horizontal.png b/mate/16x16/actions/object-flip-horizontal.png Binary files differindex 097a593..905de41 100644 --- a/mate/16x16/actions/object-flip-horizontal.png +++ b/mate/16x16/actions/object-flip-horizontal.png diff --git a/mate/16x16/actions/object-flip-vertical.png b/mate/16x16/actions/object-flip-vertical.png Binary files differindex 9569613..bf4860f 100644 --- a/mate/16x16/actions/object-flip-vertical.png +++ b/mate/16x16/actions/object-flip-vertical.png diff --git a/mate/16x16/actions/object-rotate-left.png b/mate/16x16/actions/object-rotate-left.png Binary files differindex 2ff5570..9bb5111 100644 --- a/mate/16x16/actions/object-rotate-left.png +++ b/mate/16x16/actions/object-rotate-left.png diff --git a/mate/16x16/actions/object-rotate-right.png b/mate/16x16/actions/object-rotate-right.png Binary files differindex d51aaa5..b47e75c 100644 --- a/mate/16x16/actions/object-rotate-right.png +++ b/mate/16x16/actions/object-rotate-right.png diff --git a/mate/16x16/actions/process-stop.png b/mate/16x16/actions/process-stop.png Binary files differindex 7253895..81837d0 100644 --- a/mate/16x16/actions/process-stop.png +++ b/mate/16x16/actions/process-stop.png diff --git a/mate/16x16/actions/system-lock-screen.png b/mate/16x16/actions/system-lock-screen.png Binary files differindex 05e3bd8..be17f65 100644 --- a/mate/16x16/actions/system-lock-screen.png +++ b/mate/16x16/actions/system-lock-screen.png diff --git a/mate/16x16/actions/system-log-out.png b/mate/16x16/actions/system-log-out.png Binary files differindex cbdd986..30c8ad3 100644 --- a/mate/16x16/actions/system-log-out.png +++ b/mate/16x16/actions/system-log-out.png diff --git a/mate/16x16/actions/system-run.png b/mate/16x16/actions/system-run.png Binary files differindex 27357b0..5dd5c6f 100644 --- a/mate/16x16/actions/system-run.png +++ b/mate/16x16/actions/system-run.png diff --git a/mate/16x16/actions/system-search.png b/mate/16x16/actions/system-search.png Binary files differindex a20f45c..6189ea2 100644 --- a/mate/16x16/actions/system-search.png +++ b/mate/16x16/actions/system-search.png diff --git a/mate/16x16/actions/system-shutdown.png b/mate/16x16/actions/system-shutdown.png Binary files differindex 3c628c9..b09f840 100644 --- a/mate/16x16/actions/system-shutdown.png +++ b/mate/16x16/actions/system-shutdown.png diff --git a/mate/16x16/actions/tab-new.png b/mate/16x16/actions/tab-new.png Binary files differindex a73fe6a..c3fee3c 100644 --- a/mate/16x16/actions/tab-new.png +++ b/mate/16x16/actions/tab-new.png diff --git a/mate/16x16/actions/tools-check-spelling.png b/mate/16x16/actions/tools-check-spelling.png Binary files differindex 39643a2..b3ba3db 100644 --- a/mate/16x16/actions/tools-check-spelling.png +++ b/mate/16x16/actions/tools-check-spelling.png diff --git a/mate/16x16/actions/view-fullscreen.png b/mate/16x16/actions/view-fullscreen.png Binary files differindex 53302e7..9988644 100644 --- a/mate/16x16/actions/view-fullscreen.png +++ b/mate/16x16/actions/view-fullscreen.png diff --git a/mate/16x16/actions/view-refresh.png b/mate/16x16/actions/view-refresh.png Binary files differindex 3af6f42..68a03d3 100644 --- a/mate/16x16/actions/view-refresh.png +++ b/mate/16x16/actions/view-refresh.png diff --git a/mate/16x16/actions/view-restore.png b/mate/16x16/actions/view-restore.png Binary files differindex 7ce78c3..411bc1d 100644 --- a/mate/16x16/actions/view-restore.png +++ b/mate/16x16/actions/view-restore.png diff --git a/mate/16x16/actions/view-sort-ascending.png b/mate/16x16/actions/view-sort-ascending.png Binary files differindex 5ee08a7..5568765 100644 --- a/mate/16x16/actions/view-sort-ascending.png +++ b/mate/16x16/actions/view-sort-ascending.png diff --git a/mate/16x16/actions/view-sort-descending.png b/mate/16x16/actions/view-sort-descending.png Binary files differindex 4a64e3c..903bd80 100644 --- a/mate/16x16/actions/view-sort-descending.png +++ b/mate/16x16/actions/view-sort-descending.png diff --git a/mate/16x16/actions/window-close.png b/mate/16x16/actions/window-close.png Binary files differindex a033c4e..8ab7ada 100644 --- a/mate/16x16/actions/window-close.png +++ b/mate/16x16/actions/window-close.png diff --git a/mate/16x16/actions/window-new.png b/mate/16x16/actions/window-new.png Binary files differindex 7ac55cb..ecb30b2 100644 --- a/mate/16x16/actions/window-new.png +++ b/mate/16x16/actions/window-new.png diff --git a/mate/16x16/actions/zoom-fit-best.png b/mate/16x16/actions/zoom-fit-best.png Binary files differindex 2cea443..3d0d65f 100644 --- a/mate/16x16/actions/zoom-fit-best.png +++ b/mate/16x16/actions/zoom-fit-best.png diff --git a/mate/16x16/actions/zoom-in.png b/mate/16x16/actions/zoom-in.png Binary files differindex c5b3936..2753335 100644 --- a/mate/16x16/actions/zoom-in.png +++ b/mate/16x16/actions/zoom-in.png diff --git a/mate/16x16/actions/zoom-original.png b/mate/16x16/actions/zoom-original.png Binary files differindex b089a09..5f0ce49 100644 --- a/mate/16x16/actions/zoom-original.png +++ b/mate/16x16/actions/zoom-original.png diff --git a/mate/16x16/actions/zoom-out.png b/mate/16x16/actions/zoom-out.png Binary files differindex 01399fc..69380cc 100644 --- a/mate/16x16/actions/zoom-out.png +++ b/mate/16x16/actions/zoom-out.png |