diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 10:03:05 +0200 |
commit | 4242025857f3edb4eadaa7bd4248e5123b70b6d0 (patch) | |
tree | 336f25da44ae3ecf29a36f9c0e6d18b214d446f2 /mate/24x24/actions | |
parent | 494e9e8c1aadfa90c754660cbe01493b4ff234ec (diff) | |
download | mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.bz2 mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.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/24x24/actions')
117 files changed, 670 insertions, 0 deletions
diff --git a/mate/24x24/actions/Makefile.am b/mate/24x24/actions/Makefile.am new file mode 100644 index 0000000..e7a2692 --- /dev/null +++ b/mate/24x24/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:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:436:335:468 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:441:732:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:742:1535:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:136:735:168 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=302:141:334:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:134:335:166 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:434:1135:466 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1100:441:1132:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1900:441:1932:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:141:1532:173 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:142:1135:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:142:333:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -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:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:143:335:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=300:143:332:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:143:732:175 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:102:54:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=84:102:116:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1500:441:1532:473 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=142:102:174:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=204:102:236:134 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:742:335:774 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-107:82:-75:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-49:82:-17:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:82:47:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:82:105:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:82:165:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:82:225:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:82:285:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=313:82:345:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:82:405:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=433:82:465:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=493:82:525:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=553:82:585:114 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:98:65:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=113:98:145:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=193:98:225:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=283:97:315:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:98:405:130 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=463:97:495:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=543:97:575:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=623:97:655:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:97:735:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=783:97:815:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=863:97:895:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=943:97:975:129 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -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=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:152:328:184 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:142:1535:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=93:62:125:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=133:62:165:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=173:62:205:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=213:62:245:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=253:62:285:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=293:62:325:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=333:62:365:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=373:62:405:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=413:62:445:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=453:62:485:94 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:103:55:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=62:103:95:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=104:103:136:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=144:103:176:135 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tab-new.png: ../../../src/tab-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:101:325:123 -w=24 -h=24 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=22:142:54:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=82:142:114:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 --convert-dpi-method=scale-document -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 --convert-dpi-method=scale-document -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/24x24/actions/address-book-new.png b/mate/24x24/actions/address-book-new.png Binary files differindex 1ba3d98..a6bac52 100644 --- a/mate/24x24/actions/address-book-new.png +++ b/mate/24x24/actions/address-book-new.png diff --git a/mate/24x24/actions/application-exit.png b/mate/24x24/actions/application-exit.png Binary files differindex 9251cda..920facd 100644 --- a/mate/24x24/actions/application-exit.png +++ b/mate/24x24/actions/application-exit.png diff --git a/mate/24x24/actions/appointment-new.png b/mate/24x24/actions/appointment-new.png Binary files differindex b2ca4a1..fd1043d 100644 --- a/mate/24x24/actions/appointment-new.png +++ b/mate/24x24/actions/appointment-new.png diff --git a/mate/24x24/actions/bookmark-new.png b/mate/24x24/actions/bookmark-new.png Binary files differindex 9a57d96..4b86fd7 100644 --- a/mate/24x24/actions/bookmark-new.png +++ b/mate/24x24/actions/bookmark-new.png diff --git a/mate/24x24/actions/call-start.png b/mate/24x24/actions/call-start.png Binary files differindex eaa3bbd..9e02f1f 100644 --- a/mate/24x24/actions/call-start.png +++ b/mate/24x24/actions/call-start.png diff --git a/mate/24x24/actions/call-stop.png b/mate/24x24/actions/call-stop.png Binary files differindex 16d7b16..57ebe3b 100644 --- a/mate/24x24/actions/call-stop.png +++ b/mate/24x24/actions/call-stop.png diff --git a/mate/24x24/actions/contact-new.png b/mate/24x24/actions/contact-new.png Binary files differindex 0aba6e5..d1d27d3 100644 --- a/mate/24x24/actions/contact-new.png +++ b/mate/24x24/actions/contact-new.png diff --git a/mate/24x24/actions/document-new.png b/mate/24x24/actions/document-new.png Binary files differindex 85651cb..06060bc 100644 --- a/mate/24x24/actions/document-new.png +++ b/mate/24x24/actions/document-new.png diff --git a/mate/24x24/actions/document-open-recent.png b/mate/24x24/actions/document-open-recent.png Binary files differindex 6913300..6c98a5d 100644 --- a/mate/24x24/actions/document-open-recent.png +++ b/mate/24x24/actions/document-open-recent.png diff --git a/mate/24x24/actions/document-page-setup.png b/mate/24x24/actions/document-page-setup.png Binary files differindex 72c308f..f1cf757 100644 --- a/mate/24x24/actions/document-page-setup.png +++ b/mate/24x24/actions/document-page-setup.png diff --git a/mate/24x24/actions/document-print-preview.png b/mate/24x24/actions/document-print-preview.png Binary files differindex 8dc0817..ef7db4f 100644 --- a/mate/24x24/actions/document-print-preview.png +++ b/mate/24x24/actions/document-print-preview.png diff --git a/mate/24x24/actions/document-print.png b/mate/24x24/actions/document-print.png Binary files differindex eb47921..909d9a7 100644 --- a/mate/24x24/actions/document-print.png +++ b/mate/24x24/actions/document-print.png diff --git a/mate/24x24/actions/document-properties.png b/mate/24x24/actions/document-properties.png Binary files differindex 2bac306..773ebcf 100644 --- a/mate/24x24/actions/document-properties.png +++ b/mate/24x24/actions/document-properties.png diff --git a/mate/24x24/actions/document-revert-rtl.png b/mate/24x24/actions/document-revert-rtl.png Binary files differindex f32c12c..8feb5ea 100644 --- a/mate/24x24/actions/document-revert-rtl.png +++ b/mate/24x24/actions/document-revert-rtl.png diff --git a/mate/24x24/actions/document-revert.png b/mate/24x24/actions/document-revert.png Binary files differindex a97391f..1b4d0ad 100644 --- a/mate/24x24/actions/document-revert.png +++ b/mate/24x24/actions/document-revert.png diff --git a/mate/24x24/actions/document-save-as.png b/mate/24x24/actions/document-save-as.png Binary files differindex e2f6b72..8e7558f 100644 --- a/mate/24x24/actions/document-save-as.png +++ b/mate/24x24/actions/document-save-as.png diff --git a/mate/24x24/actions/document-save.png b/mate/24x24/actions/document-save.png Binary files differindex 1d5a858..fe2eed7 100644 --- a/mate/24x24/actions/document-save.png +++ b/mate/24x24/actions/document-save.png diff --git a/mate/24x24/actions/document-send.png b/mate/24x24/actions/document-send.png Binary files differindex a2a37c7..6f22f37 100644 --- a/mate/24x24/actions/document-send.png +++ b/mate/24x24/actions/document-send.png diff --git a/mate/24x24/actions/edit-clear-rtl.png b/mate/24x24/actions/edit-clear-rtl.png Binary files differindex 4b5b89c..9cdc5e0 100644 --- a/mate/24x24/actions/edit-clear-rtl.png +++ b/mate/24x24/actions/edit-clear-rtl.png diff --git a/mate/24x24/actions/edit-clear.png b/mate/24x24/actions/edit-clear.png Binary files differindex 62d435d..c9d09b6 100644 --- a/mate/24x24/actions/edit-clear.png +++ b/mate/24x24/actions/edit-clear.png diff --git a/mate/24x24/actions/edit-copy.png b/mate/24x24/actions/edit-copy.png Binary files differindex 1075bfe..b61d5d2 100644 --- a/mate/24x24/actions/edit-copy.png +++ b/mate/24x24/actions/edit-copy.png diff --git a/mate/24x24/actions/edit-cut.png b/mate/24x24/actions/edit-cut.png Binary files differindex 406636a..2182bbe 100644 --- a/mate/24x24/actions/edit-cut.png +++ b/mate/24x24/actions/edit-cut.png diff --git a/mate/24x24/actions/edit-delete.png b/mate/24x24/actions/edit-delete.png Binary files differindex e7485e2..e82b444 100644 --- a/mate/24x24/actions/edit-delete.png +++ b/mate/24x24/actions/edit-delete.png diff --git a/mate/24x24/actions/edit-find-replace.png b/mate/24x24/actions/edit-find-replace.png Binary files differindex 44e1a42..5e8b0f9 100644 --- a/mate/24x24/actions/edit-find-replace.png +++ b/mate/24x24/actions/edit-find-replace.png diff --git a/mate/24x24/actions/edit-find.png b/mate/24x24/actions/edit-find.png Binary files differindex afb9588..be92d6b 100644 --- a/mate/24x24/actions/edit-find.png +++ b/mate/24x24/actions/edit-find.png diff --git a/mate/24x24/actions/edit-paste.png b/mate/24x24/actions/edit-paste.png Binary files differindex 910861c..b863d5c 100644 --- a/mate/24x24/actions/edit-paste.png +++ b/mate/24x24/actions/edit-paste.png diff --git a/mate/24x24/actions/edit-redo-rtl.png b/mate/24x24/actions/edit-redo-rtl.png Binary files differindex 7caa8b9..730cedb 100644 --- a/mate/24x24/actions/edit-redo-rtl.png +++ b/mate/24x24/actions/edit-redo-rtl.png diff --git a/mate/24x24/actions/edit-redo.png b/mate/24x24/actions/edit-redo.png Binary files differindex cc5cc2d..dca3cb9 100644 --- a/mate/24x24/actions/edit-redo.png +++ b/mate/24x24/actions/edit-redo.png diff --git a/mate/24x24/actions/edit-select-all.png b/mate/24x24/actions/edit-select-all.png Binary files differindex 2d8e764..7e1e5fc 100644 --- a/mate/24x24/actions/edit-select-all.png +++ b/mate/24x24/actions/edit-select-all.png diff --git a/mate/24x24/actions/edit-undo-rtl.png b/mate/24x24/actions/edit-undo-rtl.png Binary files differindex fddf3dd..67f5663 100644 --- a/mate/24x24/actions/edit-undo-rtl.png +++ b/mate/24x24/actions/edit-undo-rtl.png diff --git a/mate/24x24/actions/edit-undo.png b/mate/24x24/actions/edit-undo.png Binary files differindex e0b9e33..7c847d1 100644 --- a/mate/24x24/actions/edit-undo.png +++ b/mate/24x24/actions/edit-undo.png diff --git a/mate/24x24/actions/format-indent-less-rtl.png b/mate/24x24/actions/format-indent-less-rtl.png Binary files differindex 06b864c..9315046 100644 --- a/mate/24x24/actions/format-indent-less-rtl.png +++ b/mate/24x24/actions/format-indent-less-rtl.png diff --git a/mate/24x24/actions/format-indent-less.png b/mate/24x24/actions/format-indent-less.png Binary files differindex 7b53ad4..a77ab08 100644 --- a/mate/24x24/actions/format-indent-less.png +++ b/mate/24x24/actions/format-indent-less.png diff --git a/mate/24x24/actions/format-indent-more-rtl.png b/mate/24x24/actions/format-indent-more-rtl.png Binary files differindex cb53612..716a2c1 100644 --- a/mate/24x24/actions/format-indent-more-rtl.png +++ b/mate/24x24/actions/format-indent-more-rtl.png diff --git a/mate/24x24/actions/format-indent-more.png b/mate/24x24/actions/format-indent-more.png Binary files differindex 0f2fa00..cff02d3 100644 --- a/mate/24x24/actions/format-indent-more.png +++ b/mate/24x24/actions/format-indent-more.png diff --git a/mate/24x24/actions/format-justify-center.png b/mate/24x24/actions/format-justify-center.png Binary files differindex cf7b234..d6117df 100644 --- a/mate/24x24/actions/format-justify-center.png +++ b/mate/24x24/actions/format-justify-center.png diff --git a/mate/24x24/actions/format-justify-fill.png b/mate/24x24/actions/format-justify-fill.png Binary files differindex 252b827..a4b5322 100644 --- a/mate/24x24/actions/format-justify-fill.png +++ b/mate/24x24/actions/format-justify-fill.png diff --git a/mate/24x24/actions/format-justify-left.png b/mate/24x24/actions/format-justify-left.png Binary files differindex 8dfc67d..0fc3a6e 100644 --- a/mate/24x24/actions/format-justify-left.png +++ b/mate/24x24/actions/format-justify-left.png diff --git a/mate/24x24/actions/format-justify-right.png b/mate/24x24/actions/format-justify-right.png Binary files differindex 854a7af..2b019d1 100644 --- a/mate/24x24/actions/format-justify-right.png +++ b/mate/24x24/actions/format-justify-right.png diff --git a/mate/24x24/actions/format-text-bold.png b/mate/24x24/actions/format-text-bold.png Binary files differindex 2026a7a..200e75c 100644 --- a/mate/24x24/actions/format-text-bold.png +++ b/mate/24x24/actions/format-text-bold.png diff --git a/mate/24x24/actions/format-text-direction-ltr.png b/mate/24x24/actions/format-text-direction-ltr.png Binary files differindex 357448e..011573b 100644 --- a/mate/24x24/actions/format-text-direction-ltr.png +++ b/mate/24x24/actions/format-text-direction-ltr.png diff --git a/mate/24x24/actions/format-text-direction-rtl.png b/mate/24x24/actions/format-text-direction-rtl.png Binary files differindex b6c1c06..74a68c3 100644 --- a/mate/24x24/actions/format-text-direction-rtl.png +++ b/mate/24x24/actions/format-text-direction-rtl.png diff --git a/mate/24x24/actions/format-text-italic.png b/mate/24x24/actions/format-text-italic.png Binary files differindex a92d7ef..098ccf9 100644 --- a/mate/24x24/actions/format-text-italic.png +++ b/mate/24x24/actions/format-text-italic.png diff --git a/mate/24x24/actions/format-text-strikethrough.png b/mate/24x24/actions/format-text-strikethrough.png Binary files differindex 004de17..97a0da8 100644 --- a/mate/24x24/actions/format-text-strikethrough.png +++ b/mate/24x24/actions/format-text-strikethrough.png diff --git a/mate/24x24/actions/format-text-underline.png b/mate/24x24/actions/format-text-underline.png Binary files differindex d1de2e2..eb6a026 100644 --- a/mate/24x24/actions/format-text-underline.png +++ b/mate/24x24/actions/format-text-underline.png diff --git a/mate/24x24/actions/go-bottom.png b/mate/24x24/actions/go-bottom.png Binary files differindex b8781d5..eee1481 100644 --- a/mate/24x24/actions/go-bottom.png +++ b/mate/24x24/actions/go-bottom.png diff --git a/mate/24x24/actions/go-down.png b/mate/24x24/actions/go-down.png Binary files differindex fc5a052..99dc202 100644 --- a/mate/24x24/actions/go-down.png +++ b/mate/24x24/actions/go-down.png diff --git a/mate/24x24/actions/go-first-rtl.png b/mate/24x24/actions/go-first-rtl.png Binary files differindex 2d603cd..dde1cf6 100644..120000 --- a/mate/24x24/actions/go-first-rtl.png +++ b/mate/24x24/actions/go-first-rtl.png diff --git a/mate/24x24/actions/go-first.png b/mate/24x24/actions/go-first.png Binary files differindex b43e4b3..58b3e56 100644 --- a/mate/24x24/actions/go-first.png +++ b/mate/24x24/actions/go-first.png diff --git a/mate/24x24/actions/go-home.png b/mate/24x24/actions/go-home.png Binary files differindex d0de992..d8fe27a 100644 --- a/mate/24x24/actions/go-home.png +++ b/mate/24x24/actions/go-home.png diff --git a/mate/24x24/actions/go-jump.png b/mate/24x24/actions/go-jump.png Binary files differindex 0ce2ddd..fd53e85 100644 --- a/mate/24x24/actions/go-jump.png +++ b/mate/24x24/actions/go-jump.png diff --git a/mate/24x24/actions/go-last-rtl.png b/mate/24x24/actions/go-last-rtl.png Binary files differindex b43e4b3..96ffa73 100644..120000 --- a/mate/24x24/actions/go-last-rtl.png +++ b/mate/24x24/actions/go-last-rtl.png diff --git a/mate/24x24/actions/go-last.png b/mate/24x24/actions/go-last.png Binary files differindex 2d603cd..5b0d7d9 100644 --- a/mate/24x24/actions/go-last.png +++ b/mate/24x24/actions/go-last.png diff --git a/mate/24x24/actions/go-next-rtl.png b/mate/24x24/actions/go-next-rtl.png Binary files differindex 01b7cf4..56c7bd8 100644..120000 --- a/mate/24x24/actions/go-next-rtl.png +++ b/mate/24x24/actions/go-next-rtl.png diff --git a/mate/24x24/actions/go-next.png b/mate/24x24/actions/go-next.png Binary files differindex d1a3b3d..fea64e8 100644 --- a/mate/24x24/actions/go-next.png +++ b/mate/24x24/actions/go-next.png diff --git a/mate/24x24/actions/go-previous-rtl.png b/mate/24x24/actions/go-previous-rtl.png Binary files differindex af1b730..c1febf9 100644..120000 --- a/mate/24x24/actions/go-previous-rtl.png +++ b/mate/24x24/actions/go-previous-rtl.png diff --git a/mate/24x24/actions/go-previous.png b/mate/24x24/actions/go-previous.png Binary files differindex 204e3ff..773f4f4 100644 --- a/mate/24x24/actions/go-previous.png +++ b/mate/24x24/actions/go-previous.png diff --git a/mate/24x24/actions/go-top.png b/mate/24x24/actions/go-top.png Binary files differindex f749c12..e10b922 100644 --- a/mate/24x24/actions/go-top.png +++ b/mate/24x24/actions/go-top.png diff --git a/mate/24x24/actions/go-up.png b/mate/24x24/actions/go-up.png Binary files differindex 149fd1a..b81564f 100644 --- a/mate/24x24/actions/go-up.png +++ b/mate/24x24/actions/go-up.png diff --git a/mate/24x24/actions/help-about.png b/mate/24x24/actions/help-about.png Binary files differindex b7df851..cb3a856 100644 --- a/mate/24x24/actions/help-about.png +++ b/mate/24x24/actions/help-about.png diff --git a/mate/24x24/actions/help-faq.png b/mate/24x24/actions/help-faq.png Binary files differindex 3d56462..4a972b9 100644 --- a/mate/24x24/actions/help-faq.png +++ b/mate/24x24/actions/help-faq.png diff --git a/mate/24x24/actions/insert-image.png b/mate/24x24/actions/insert-image.png Binary files differindex caa07ef..a4e29ae 100644 --- a/mate/24x24/actions/insert-image.png +++ b/mate/24x24/actions/insert-image.png diff --git a/mate/24x24/actions/insert-link.png b/mate/24x24/actions/insert-link.png Binary files differindex 6dbd5b0..20c8388 100644 --- a/mate/24x24/actions/insert-link.png +++ b/mate/24x24/actions/insert-link.png diff --git a/mate/24x24/actions/insert-object.png b/mate/24x24/actions/insert-object.png Binary files differindex d7f325b..eef3ccc 100644 --- a/mate/24x24/actions/insert-object.png +++ b/mate/24x24/actions/insert-object.png diff --git a/mate/24x24/actions/insert-text.png b/mate/24x24/actions/insert-text.png Binary files differindex eac38d9..3d7637d 100644 --- a/mate/24x24/actions/insert-text.png +++ b/mate/24x24/actions/insert-text.png diff --git a/mate/24x24/actions/list-add.png b/mate/24x24/actions/list-add.png Binary files differindex 28e11b7..33755b2 100644 --- a/mate/24x24/actions/list-add.png +++ b/mate/24x24/actions/list-add.png diff --git a/mate/24x24/actions/list-remove.png b/mate/24x24/actions/list-remove.png Binary files differindex 48ea4b2..bae4b1a 100644 --- a/mate/24x24/actions/list-remove.png +++ b/mate/24x24/actions/list-remove.png diff --git a/mate/24x24/actions/mail-forward.png b/mate/24x24/actions/mail-forward.png Binary files differindex cbb1994..1862e7b 100644 --- a/mate/24x24/actions/mail-forward.png +++ b/mate/24x24/actions/mail-forward.png diff --git a/mate/24x24/actions/mail-mark-important.png b/mate/24x24/actions/mail-mark-important.png Binary files differindex 79aed54..b9d8e81 100644 --- a/mate/24x24/actions/mail-mark-important.png +++ b/mate/24x24/actions/mail-mark-important.png diff --git a/mate/24x24/actions/mail-mark-junk.png b/mate/24x24/actions/mail-mark-junk.png Binary files differindex 86a184e..471e989 100644 --- a/mate/24x24/actions/mail-mark-junk.png +++ b/mate/24x24/actions/mail-mark-junk.png diff --git a/mate/24x24/actions/mail-mark-notjunk.png b/mate/24x24/actions/mail-mark-notjunk.png Binary files differindex c42b0f9..837081d 100644 --- a/mate/24x24/actions/mail-mark-notjunk.png +++ b/mate/24x24/actions/mail-mark-notjunk.png diff --git a/mate/24x24/actions/mail-mark-read.png b/mate/24x24/actions/mail-mark-read.png Binary files differindex d65f97c..37da64e 100644 --- a/mate/24x24/actions/mail-mark-read.png +++ b/mate/24x24/actions/mail-mark-read.png diff --git a/mate/24x24/actions/mail-mark-unread.png b/mate/24x24/actions/mail-mark-unread.png Binary files differindex 1926d58..41ef979 100644 --- a/mate/24x24/actions/mail-mark-unread.png +++ b/mate/24x24/actions/mail-mark-unread.png diff --git a/mate/24x24/actions/mail-message-new.png b/mate/24x24/actions/mail-message-new.png Binary files differindex 08e7ba0..7e7c1f0 100644 --- a/mate/24x24/actions/mail-message-new.png +++ b/mate/24x24/actions/mail-message-new.png diff --git a/mate/24x24/actions/mail-reply-all.png b/mate/24x24/actions/mail-reply-all.png Binary files differindex 41845f6..2a4f6cf 100644 --- a/mate/24x24/actions/mail-reply-all.png +++ b/mate/24x24/actions/mail-reply-all.png diff --git a/mate/24x24/actions/mail-reply-sender.png b/mate/24x24/actions/mail-reply-sender.png Binary files differindex 72fb582..23231f8 100644 --- a/mate/24x24/actions/mail-reply-sender.png +++ b/mate/24x24/actions/mail-reply-sender.png diff --git a/mate/24x24/actions/mail-send-receive.png b/mate/24x24/actions/mail-send-receive.png Binary files differindex ca342da..b6fd9c2 100644 --- a/mate/24x24/actions/mail-send-receive.png +++ b/mate/24x24/actions/mail-send-receive.png diff --git a/mate/24x24/actions/mail-send.png b/mate/24x24/actions/mail-send.png Binary files differindex 5add7dc..80afe8d 100644 --- a/mate/24x24/actions/mail-send.png +++ b/mate/24x24/actions/mail-send.png diff --git a/mate/24x24/actions/mark-location.png b/mate/24x24/actions/mark-location.png Binary files differnew file mode 100644 index 0000000..c3aec06 --- /dev/null +++ b/mate/24x24/actions/mark-location.png diff --git a/mate/24x24/actions/media-eject.png b/mate/24x24/actions/media-eject.png Binary files differindex 1919dda..6ae952b 100644 --- a/mate/24x24/actions/media-eject.png +++ b/mate/24x24/actions/media-eject.png diff --git a/mate/24x24/actions/media-playback-pause.png b/mate/24x24/actions/media-playback-pause.png Binary files differindex f9938c5..9e37106 100644 --- a/mate/24x24/actions/media-playback-pause.png +++ b/mate/24x24/actions/media-playback-pause.png diff --git a/mate/24x24/actions/media-playback-start-rtl.png b/mate/24x24/actions/media-playback-start-rtl.png Binary files differindex c5fc02b..0f0c589 100644 --- a/mate/24x24/actions/media-playback-start-rtl.png +++ b/mate/24x24/actions/media-playback-start-rtl.png diff --git a/mate/24x24/actions/media-playback-start.png b/mate/24x24/actions/media-playback-start.png Binary files differindex 1c39631..e2219c7 100644 --- a/mate/24x24/actions/media-playback-start.png +++ b/mate/24x24/actions/media-playback-start.png diff --git a/mate/24x24/actions/media-playback-stop.png b/mate/24x24/actions/media-playback-stop.png Binary files differindex 4afe497..588ffbc 100644 --- a/mate/24x24/actions/media-playback-stop.png +++ b/mate/24x24/actions/media-playback-stop.png diff --git a/mate/24x24/actions/media-record.png b/mate/24x24/actions/media-record.png Binary files differindex e7b4554..5db405f 100644 --- a/mate/24x24/actions/media-record.png +++ b/mate/24x24/actions/media-record.png diff --git a/mate/24x24/actions/media-seek-backward-rtl.png b/mate/24x24/actions/media-seek-backward-rtl.png Binary files differindex 44619f5..a7ed18d 100644..120000 --- a/mate/24x24/actions/media-seek-backward-rtl.png +++ b/mate/24x24/actions/media-seek-backward-rtl.png diff --git a/mate/24x24/actions/media-seek-backward.png b/mate/24x24/actions/media-seek-backward.png Binary files differindex 61bea82..73f2b54 100644 --- a/mate/24x24/actions/media-seek-backward.png +++ b/mate/24x24/actions/media-seek-backward.png diff --git a/mate/24x24/actions/media-seek-forward-rtl.png b/mate/24x24/actions/media-seek-forward-rtl.png Binary files differindex 9fc5562..f9ec51f 100644..120000 --- a/mate/24x24/actions/media-seek-forward-rtl.png +++ b/mate/24x24/actions/media-seek-forward-rtl.png diff --git a/mate/24x24/actions/media-seek-forward.png b/mate/24x24/actions/media-seek-forward.png Binary files differindex b1d509c..e9d3a6d 100644 --- a/mate/24x24/actions/media-seek-forward.png +++ b/mate/24x24/actions/media-seek-forward.png diff --git a/mate/24x24/actions/media-skip-backward-rtl.png b/mate/24x24/actions/media-skip-backward-rtl.png Binary files differindex ef823ff..b394164 100644..120000 --- a/mate/24x24/actions/media-skip-backward-rtl.png +++ b/mate/24x24/actions/media-skip-backward-rtl.png diff --git a/mate/24x24/actions/media-skip-backward.png b/mate/24x24/actions/media-skip-backward.png Binary files differindex 7560cf4..a00fbae 100644 --- a/mate/24x24/actions/media-skip-backward.png +++ b/mate/24x24/actions/media-skip-backward.png diff --git a/mate/24x24/actions/media-skip-forward-rtl.png b/mate/24x24/actions/media-skip-forward-rtl.png Binary files differindex 3634dbc..64f866b 100644..120000 --- a/mate/24x24/actions/media-skip-forward-rtl.png +++ b/mate/24x24/actions/media-skip-forward-rtl.png diff --git a/mate/24x24/actions/media-skip-forward.png b/mate/24x24/actions/media-skip-forward.png Binary files differindex ef823ff..a64243d 100644 --- a/mate/24x24/actions/media-skip-forward.png +++ b/mate/24x24/actions/media-skip-forward.png diff --git a/mate/24x24/actions/object-flip-horizontal.png b/mate/24x24/actions/object-flip-horizontal.png Binary files differindex cdb2b84..f814605 100644 --- a/mate/24x24/actions/object-flip-horizontal.png +++ b/mate/24x24/actions/object-flip-horizontal.png diff --git a/mate/24x24/actions/object-flip-vertical.png b/mate/24x24/actions/object-flip-vertical.png Binary files differindex 18c215f..48383e1 100644 --- a/mate/24x24/actions/object-flip-vertical.png +++ b/mate/24x24/actions/object-flip-vertical.png diff --git a/mate/24x24/actions/object-rotate-left.png b/mate/24x24/actions/object-rotate-left.png Binary files differindex aaa4c24..4a6350f 100644 --- a/mate/24x24/actions/object-rotate-left.png +++ b/mate/24x24/actions/object-rotate-left.png diff --git a/mate/24x24/actions/object-rotate-right.png b/mate/24x24/actions/object-rotate-right.png Binary files differindex 334dcab..0099afb 100644 --- a/mate/24x24/actions/object-rotate-right.png +++ b/mate/24x24/actions/object-rotate-right.png diff --git a/mate/24x24/actions/process-stop.png b/mate/24x24/actions/process-stop.png Binary files differindex 306c148..15448c5 100644 --- a/mate/24x24/actions/process-stop.png +++ b/mate/24x24/actions/process-stop.png diff --git a/mate/24x24/actions/system-lock-screen.png b/mate/24x24/actions/system-lock-screen.png Binary files differindex dde1a63..4541920 100644 --- a/mate/24x24/actions/system-lock-screen.png +++ b/mate/24x24/actions/system-lock-screen.png diff --git a/mate/24x24/actions/system-log-out.png b/mate/24x24/actions/system-log-out.png Binary files differindex a2104a3..50059b0 100644 --- a/mate/24x24/actions/system-log-out.png +++ b/mate/24x24/actions/system-log-out.png diff --git a/mate/24x24/actions/system-run.png b/mate/24x24/actions/system-run.png Binary files differindex 0a03dc3..aca854e 100644 --- a/mate/24x24/actions/system-run.png +++ b/mate/24x24/actions/system-run.png diff --git a/mate/24x24/actions/system-search.png b/mate/24x24/actions/system-search.png Binary files differindex 99e69c3..ae33d6a 100644 --- a/mate/24x24/actions/system-search.png +++ b/mate/24x24/actions/system-search.png diff --git a/mate/24x24/actions/system-shutdown.png b/mate/24x24/actions/system-shutdown.png Binary files differindex 05a5cbb..489cf45 100644 --- a/mate/24x24/actions/system-shutdown.png +++ b/mate/24x24/actions/system-shutdown.png diff --git a/mate/24x24/actions/tab-new.png b/mate/24x24/actions/tab-new.png Binary files differindex a809ed9..eb84a78 100644 --- a/mate/24x24/actions/tab-new.png +++ b/mate/24x24/actions/tab-new.png diff --git a/mate/24x24/actions/tools-check-spelling.png b/mate/24x24/actions/tools-check-spelling.png Binary files differindex fd71877..4c2bf22 100644 --- a/mate/24x24/actions/tools-check-spelling.png +++ b/mate/24x24/actions/tools-check-spelling.png diff --git a/mate/24x24/actions/view-fullscreen.png b/mate/24x24/actions/view-fullscreen.png Binary files differindex fafa1f8..fda4519 100644 --- a/mate/24x24/actions/view-fullscreen.png +++ b/mate/24x24/actions/view-fullscreen.png diff --git a/mate/24x24/actions/view-refresh.png b/mate/24x24/actions/view-refresh.png Binary files differindex d805742..cf71d34 100644 --- a/mate/24x24/actions/view-refresh.png +++ b/mate/24x24/actions/view-refresh.png diff --git a/mate/24x24/actions/view-restore.png b/mate/24x24/actions/view-restore.png Binary files differindex 292f527..c0a3dc9 100644 --- a/mate/24x24/actions/view-restore.png +++ b/mate/24x24/actions/view-restore.png diff --git a/mate/24x24/actions/view-sort-ascending.png b/mate/24x24/actions/view-sort-ascending.png Binary files differindex ab4a7d0..8e2a24c 100644 --- a/mate/24x24/actions/view-sort-ascending.png +++ b/mate/24x24/actions/view-sort-ascending.png diff --git a/mate/24x24/actions/view-sort-descending.png b/mate/24x24/actions/view-sort-descending.png Binary files differindex 7782bc1..3a5b0f0 100644 --- a/mate/24x24/actions/view-sort-descending.png +++ b/mate/24x24/actions/view-sort-descending.png diff --git a/mate/24x24/actions/window-close.png b/mate/24x24/actions/window-close.png Binary files differindex 0228663..bb958a3 100644 --- a/mate/24x24/actions/window-close.png +++ b/mate/24x24/actions/window-close.png diff --git a/mate/24x24/actions/window-new.png b/mate/24x24/actions/window-new.png Binary files differindex a18065d..fd772df 100644 --- a/mate/24x24/actions/window-new.png +++ b/mate/24x24/actions/window-new.png diff --git a/mate/24x24/actions/zoom-fit-best.png b/mate/24x24/actions/zoom-fit-best.png Binary files differindex 6bb5257..499647c 100644 --- a/mate/24x24/actions/zoom-fit-best.png +++ b/mate/24x24/actions/zoom-fit-best.png diff --git a/mate/24x24/actions/zoom-in.png b/mate/24x24/actions/zoom-in.png Binary files differindex 18bc5f4..4150920 100644 --- a/mate/24x24/actions/zoom-in.png +++ b/mate/24x24/actions/zoom-in.png diff --git a/mate/24x24/actions/zoom-original.png b/mate/24x24/actions/zoom-original.png Binary files differindex 9761f7a..1fdb298 100644 --- a/mate/24x24/actions/zoom-original.png +++ b/mate/24x24/actions/zoom-original.png diff --git a/mate/24x24/actions/zoom-out.png b/mate/24x24/actions/zoom-out.png Binary files differindex bcd3599..43ad52e 100644 --- a/mate/24x24/actions/zoom-out.png +++ b/mate/24x24/actions/zoom-out.png |