summaryrefslogtreecommitdiff
path: root/mate/24x24/actions
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-08-20 17:54:20 +0200
committerrbuj <[email protected]>2019-08-21 16:42:19 +0200
commit4f18c0da4c9d1640636928b99782dad03f86f61e (patch)
tree8c88e7bcf62e873860b9ff80d88d6bac1e19597d /mate/24x24/actions
parentdd933f6aaa2359e357bc668df46aea10c8dc5b20 (diff)
downloadmate-icon-theme-4f18c0da4c9d1640636928b99782dad03f86f61e.tar.bz2
mate-icon-theme-4f18c0da4c9d1640636928b99782dad03f86f61e.tar.xz
Upscale 22x22px icons to 24x24px adding 1px to the edges
Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null
Diffstat (limited to 'mate/24x24/actions')
-rw-r--r--mate/24x24/actions/Makefile.am220
-rw-r--r--mate/24x24/actions/address-book-new.pngbin1506 -> 1205 bytes
-rw-r--r--mate/24x24/actions/application-exit.pngbin1227 -> 1032 bytes
-rw-r--r--mate/24x24/actions/appointment-new.pngbin1653 -> 1568 bytes
-rw-r--r--mate/24x24/actions/bookmark-new.pngbin924 -> 931 bytes
-rw-r--r--mate/24x24/actions/call-start.pngbin986 -> 1011 bytes
-rw-r--r--mate/24x24/actions/call-stop.pngbin864 -> 924 bytes
-rw-r--r--mate/24x24/actions/contact-new.pngbin1221 -> 969 bytes
-rw-r--r--mate/24x24/actions/document-new.pngbin1483 -> 1342 bytes
-rw-r--r--mate/24x24/actions/document-open-recent.pngbin1595 -> 1551 bytes
-rw-r--r--mate/24x24/actions/document-page-setup.pngbin1245 -> 1162 bytes
-rw-r--r--mate/24x24/actions/document-print-preview.pngbin1375 -> 1394 bytes
-rw-r--r--mate/24x24/actions/document-print.pngbin1128 -> 1043 bytes
-rw-r--r--mate/24x24/actions/document-properties.pngbin1179 -> 1160 bytes
-rw-r--r--mate/24x24/actions/document-revert-rtl.pngbin1191 -> 1377 bytes
-rw-r--r--mate/24x24/actions/document-revert.pngbin1152 -> 1345 bytes
-rw-r--r--mate/24x24/actions/document-save-as.pngbin1305 -> 1101 bytes
-rw-r--r--mate/24x24/actions/document-save.pngbin1299 -> 1256 bytes
-rw-r--r--mate/24x24/actions/document-send.pngbin887 -> 747 bytes
-rw-r--r--mate/24x24/actions/edit-clear-rtl.pngbin1281 -> 1090 bytes
-rw-r--r--mate/24x24/actions/edit-clear.pngbin1289 -> 1091 bytes
-rw-r--r--mate/24x24/actions/edit-copy.pngbin1221 -> 759 bytes
-rw-r--r--mate/24x24/actions/edit-cut.pngbin1131 -> 1246 bytes
-rw-r--r--mate/24x24/actions/edit-delete.pngbin1373 -> 1272 bytes
-rw-r--r--mate/24x24/actions/edit-find-replace.pngbin1667 -> 1689 bytes
-rw-r--r--mate/24x24/actions/edit-find.pngbin1440 -> 1499 bytes
-rw-r--r--mate/24x24/actions/edit-paste.pngbin1050 -> 1167 bytes
-rw-r--r--mate/24x24/actions/edit-redo-rtl.pngbin1053 -> 994 bytes
-rw-r--r--mate/24x24/actions/edit-redo.pngbin1087 -> 969 bytes
-rw-r--r--mate/24x24/actions/edit-select-all.pngbin1081 -> 1214 bytes
-rw-r--r--mate/24x24/actions/edit-undo-rtl.pngbin1091 -> 1005 bytes
-rw-r--r--mate/24x24/actions/edit-undo.pngbin1098 -> 964 bytes
-rw-r--r--mate/24x24/actions/format-indent-less-rtl.pngbin1239 -> 650 bytes
-rw-r--r--mate/24x24/actions/format-indent-less.pngbin1310 -> 644 bytes
-rw-r--r--mate/24x24/actions/format-indent-more-rtl.pngbin1278 -> 623 bytes
-rw-r--r--mate/24x24/actions/format-indent-more.pngbin1272 -> 627 bytes
-rw-r--r--mate/24x24/actions/format-justify-center.pngbin1152 -> 430 bytes
-rw-r--r--mate/24x24/actions/format-justify-fill.pngbin1319 -> 481 bytes
-rw-r--r--mate/24x24/actions/format-justify-left.pngbin1184 -> 440 bytes
-rw-r--r--mate/24x24/actions/format-justify-right.pngbin1150 -> 430 bytes
-rw-r--r--mate/24x24/actions/format-text-bold.pngbin1243 -> 1117 bytes
-rw-r--r--mate/24x24/actions/format-text-direction-ltr.pngbin1106 -> 1086 bytes
-rw-r--r--mate/24x24/actions/format-text-direction-rtl.pngbin1168 -> 1145 bytes
-rw-r--r--mate/24x24/actions/format-text-italic.pngbin1280 -> 1150 bytes
-rw-r--r--mate/24x24/actions/format-text-strikethrough.pngbin1347 -> 801 bytes
-rw-r--r--mate/24x24/actions/format-text-underline.pngbin1165 -> 963 bytes
-rw-r--r--mate/24x24/actions/go-bottom.pngbin1223 -> 1200 bytes
-rw-r--r--mate/24x24/actions/go-down.pngbin1122 -> 1044 bytes
-rw-r--r--mate/24x24/actions/go-first.pngbin1321 -> 1259 bytes
-rw-r--r--mate/24x24/actions/go-home.pngbin1377 -> 1287 bytes
-rw-r--r--mate/24x24/actions/go-jump.pngbin1044 -> 935 bytes
-rw-r--r--mate/24x24/actions/go-last.pngbin1295 -> 1257 bytes
-rw-r--r--mate/24x24/actions/go-next.pngbin1107 -> 1053 bytes
-rw-r--r--mate/24x24/actions/go-previous.pngbin1120 -> 1005 bytes
-rw-r--r--mate/24x24/actions/go-top.pngbin1281 -> 1123 bytes
-rw-r--r--mate/24x24/actions/go-up.pngbin1069 -> 936 bytes
-rw-r--r--mate/24x24/actions/help-about.pngbin1383 -> 985 bytes
-rw-r--r--mate/24x24/actions/help-faq.pngbin1457 -> 1077 bytes
-rw-r--r--mate/24x24/actions/insert-image.pngbin855 -> 881 bytes
-rw-r--r--mate/24x24/actions/insert-link.pngbin1272 -> 1049 bytes
-rw-r--r--mate/24x24/actions/insert-object.pngbin1003 -> 797 bytes
-rw-r--r--mate/24x24/actions/insert-text.pngbin918 -> 728 bytes
-rw-r--r--mate/24x24/actions/list-add.pngbin1205 -> 777 bytes
-rw-r--r--mate/24x24/actions/list-remove.pngbin707 -> 482 bytes
-rw-r--r--mate/24x24/actions/mail-forward.pngbin1052 -> 1124 bytes
-rw-r--r--mate/24x24/actions/mail-mark-important.pngbin1258 -> 870 bytes
-rw-r--r--mate/24x24/actions/mail-mark-junk.pngbin1396 -> 1336 bytes
-rw-r--r--mate/24x24/actions/mail-mark-notjunk.pngbin1483 -> 1132 bytes
-rw-r--r--mate/24x24/actions/mail-mark-read.pngbin1467 -> 1111 bytes
-rw-r--r--mate/24x24/actions/mail-mark-unread.pngbin1139 -> 1182 bytes
-rw-r--r--mate/24x24/actions/mail-message-new.pngbin1192 -> 1167 bytes
-rw-r--r--mate/24x24/actions/mail-reply-all.pngbin1289 -> 1090 bytes
-rw-r--r--mate/24x24/actions/mail-reply-sender.pngbin1124 -> 1076 bytes
-rw-r--r--mate/24x24/actions/mail-send-receive.pngbin1249 -> 927 bytes
-rw-r--r--mate/24x24/actions/mail-send.pngbin1380 -> 1016 bytes
-rw-r--r--mate/24x24/actions/mark-location.pngbin989 -> 952 bytes
-rw-r--r--mate/24x24/actions/media-eject.pngbin930 -> 616 bytes
-rw-r--r--mate/24x24/actions/media-playback-pause.pngbin748 -> 525 bytes
-rw-r--r--mate/24x24/actions/media-playback-start-rtl.pngbin717 -> 884 bytes
-rw-r--r--mate/24x24/actions/media-playback-start.pngbin681 -> 848 bytes
-rw-r--r--mate/24x24/actions/media-playback-stop.pngbin605 -> 457 bytes
-rw-r--r--mate/24x24/actions/media-record.pngbin888 -> 957 bytes
-rw-r--r--mate/24x24/actions/media-seek-backward.pngbin859 -> 653 bytes
-rw-r--r--mate/24x24/actions/media-seek-forward.pngbin794 -> 667 bytes
-rw-r--r--mate/24x24/actions/media-skip-backward.pngbin1070 -> 796 bytes
-rw-r--r--mate/24x24/actions/media-skip-forward.pngbin1025 -> 786 bytes
-rw-r--r--mate/24x24/actions/object-flip-horizontal.pngbin1087 -> 945 bytes
-rw-r--r--mate/24x24/actions/object-flip-vertical.pngbin1081 -> 1044 bytes
-rw-r--r--mate/24x24/actions/object-rotate-left.pngbin1290 -> 1148 bytes
-rw-r--r--mate/24x24/actions/object-rotate-right.pngbin1253 -> 1114 bytes
-rw-r--r--mate/24x24/actions/process-stop.pngbin1241 -> 1202 bytes
-rw-r--r--mate/24x24/actions/system-lock-screen.pngbin1405 -> 1328 bytes
-rw-r--r--mate/24x24/actions/system-log-out.pngbin1176 -> 1218 bytes
-rw-r--r--mate/24x24/actions/system-run.pngbin1718 -> 1229 bytes
-rw-r--r--mate/24x24/actions/system-search.pngbin1454 -> 1451 bytes
-rw-r--r--mate/24x24/actions/system-shutdown.pngbin520 -> 784 bytes
-rw-r--r--mate/24x24/actions/tab-new.pngbin1360 -> 1462 bytes
-rw-r--r--mate/24x24/actions/tools-check-spelling.pngbin870 -> 830 bytes
-rw-r--r--mate/24x24/actions/view-fullscreen.pngbin770 -> 519 bytes
-rw-r--r--mate/24x24/actions/view-refresh.pngbin1144 -> 1278 bytes
-rw-r--r--mate/24x24/actions/view-restore.pngbin938 -> 521 bytes
-rw-r--r--mate/24x24/actions/view-sort-ascending.pngbin1176 -> 888 bytes
-rw-r--r--mate/24x24/actions/view-sort-descending.pngbin1140 -> 814 bytes
-rw-r--r--mate/24x24/actions/window-close.pngbin1114 -> 991 bytes
-rw-r--r--mate/24x24/actions/window-new.pngbin855 -> 716 bytes
-rw-r--r--mate/24x24/actions/zoom-fit-best.pngbin1095 -> 819 bytes
-rw-r--r--mate/24x24/actions/zoom-in.pngbin990 -> 797 bytes
-rw-r--r--mate/24x24/actions/zoom-original.pngbin1002 -> 840 bytes
-rw-r--r--mate/24x24/actions/zoom-out.pngbin820 -> 726 bytes
109 files changed, 110 insertions, 110 deletions
diff --git a/mate/24x24/actions/Makefile.am b/mate/24x24/actions/Makefile.am
index e97b03e..c2f7c5f 100644
--- a/mate/24x24/actions/Makefile.am
+++ b/mate/24x24/actions/Makefile.am
@@ -113,553 +113,553 @@ png_icons = \
address-book-new.png: ../../../src/x-office-address-book.svg
@echo " "$@
- @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:395:326:419 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=700:397:724:421 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1502:700:1526:724 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:95:726:119 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=300:97:324:121 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:93:326:117 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1102:394:1126:418 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1100:397:1124:421 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1900:397:1924:421 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1499:97:1523:121 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1102:100:1126:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=300:100:324:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=700:100:724:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=22:61:46:85 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=82:61:106:85 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1500:397:1524:421 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=143:61:167:85 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=201:61:225:85 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:700:326:724 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=-108:41:-84:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=-48:41:-24:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=12:41:36:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=72:41:96:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=132:41:156:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=192:41:216:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=252:41:276:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=312:41:336:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=372:41:396:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=433:41:457:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=492:41:516:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=552:41:576:65 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=32:56:56:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=112:56:136:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=192:56:216:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=282:56:306:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=372:56:396:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=462:56:486:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=542:56:566:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=622:56:646:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:56:726:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=782:56:806:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=862:56:886:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=942:56:966:80 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=295:201:345:251 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=296:122:320:146 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=1502:100:1526:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=72:30:96:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=102:30:126:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=132:30:156:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=162:30:186:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=192:30:216:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=222:30:246:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=252:30:276:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=282:30:306:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=312:30:336:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=352:30:376:54 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=21:60:45:84 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=51:60:75:84 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=82:60:106:84 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=111:60:135:84 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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
+ @inkscape -z $^ --export-area=302:100:326:124 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=21:100:45:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=81:100:105:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:100:726:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:400:326:424 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=302:100:326:124 -w=24 -h=24 -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 -e=$@ 1> /dev/null
+ @inkscape -z $^ --export-area=702:400:726:424 -w=24 -h=24 -e=$@ 1> /dev/null
@mogrify -quiet -strip $@
.PHONY: build-png-icons-local clean-png-icons-local
diff --git a/mate/24x24/actions/address-book-new.png b/mate/24x24/actions/address-book-new.png
index a6bac52..afa0298 100644
--- a/mate/24x24/actions/address-book-new.png
+++ b/mate/24x24/actions/address-book-new.png
Binary files differ
diff --git a/mate/24x24/actions/application-exit.png b/mate/24x24/actions/application-exit.png
index 920facd..d0823b5 100644
--- a/mate/24x24/actions/application-exit.png
+++ b/mate/24x24/actions/application-exit.png
Binary files differ
diff --git a/mate/24x24/actions/appointment-new.png b/mate/24x24/actions/appointment-new.png
index fd1043d..f11373e 100644
--- a/mate/24x24/actions/appointment-new.png
+++ b/mate/24x24/actions/appointment-new.png
Binary files differ
diff --git a/mate/24x24/actions/bookmark-new.png b/mate/24x24/actions/bookmark-new.png
index 4b86fd7..aff650f 100644
--- a/mate/24x24/actions/bookmark-new.png
+++ b/mate/24x24/actions/bookmark-new.png
Binary files differ
diff --git a/mate/24x24/actions/call-start.png b/mate/24x24/actions/call-start.png
index 9e02f1f..ae58d74 100644
--- a/mate/24x24/actions/call-start.png
+++ b/mate/24x24/actions/call-start.png
Binary files differ
diff --git a/mate/24x24/actions/call-stop.png b/mate/24x24/actions/call-stop.png
index 57ebe3b..6212c9d 100644
--- a/mate/24x24/actions/call-stop.png
+++ b/mate/24x24/actions/call-stop.png
Binary files differ
diff --git a/mate/24x24/actions/contact-new.png b/mate/24x24/actions/contact-new.png
index d1d27d3..70a3796 100644
--- a/mate/24x24/actions/contact-new.png
+++ b/mate/24x24/actions/contact-new.png
Binary files differ
diff --git a/mate/24x24/actions/document-new.png b/mate/24x24/actions/document-new.png
index 06060bc..32d39b1 100644
--- a/mate/24x24/actions/document-new.png
+++ b/mate/24x24/actions/document-new.png
Binary files differ
diff --git a/mate/24x24/actions/document-open-recent.png b/mate/24x24/actions/document-open-recent.png
index 6c98a5d..1ed3270 100644
--- a/mate/24x24/actions/document-open-recent.png
+++ b/mate/24x24/actions/document-open-recent.png
Binary files differ
diff --git a/mate/24x24/actions/document-page-setup.png b/mate/24x24/actions/document-page-setup.png
index f1cf757..4793185 100644
--- a/mate/24x24/actions/document-page-setup.png
+++ b/mate/24x24/actions/document-page-setup.png
Binary files differ
diff --git a/mate/24x24/actions/document-print-preview.png b/mate/24x24/actions/document-print-preview.png
index ef7db4f..1cae167 100644
--- a/mate/24x24/actions/document-print-preview.png
+++ b/mate/24x24/actions/document-print-preview.png
Binary files differ
diff --git a/mate/24x24/actions/document-print.png b/mate/24x24/actions/document-print.png
index 909d9a7..7c9a034 100644
--- a/mate/24x24/actions/document-print.png
+++ b/mate/24x24/actions/document-print.png
Binary files differ
diff --git a/mate/24x24/actions/document-properties.png b/mate/24x24/actions/document-properties.png
index 773ebcf..572683c 100644
--- a/mate/24x24/actions/document-properties.png
+++ b/mate/24x24/actions/document-properties.png
Binary files differ
diff --git a/mate/24x24/actions/document-revert-rtl.png b/mate/24x24/actions/document-revert-rtl.png
index 8feb5ea..219439f 100644
--- a/mate/24x24/actions/document-revert-rtl.png
+++ b/mate/24x24/actions/document-revert-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/document-revert.png b/mate/24x24/actions/document-revert.png
index 1b4d0ad..34a0d83 100644
--- a/mate/24x24/actions/document-revert.png
+++ b/mate/24x24/actions/document-revert.png
Binary files differ
diff --git a/mate/24x24/actions/document-save-as.png b/mate/24x24/actions/document-save-as.png
index 8e7558f..c7ed0a1 100644
--- a/mate/24x24/actions/document-save-as.png
+++ b/mate/24x24/actions/document-save-as.png
Binary files differ
diff --git a/mate/24x24/actions/document-save.png b/mate/24x24/actions/document-save.png
index fe2eed7..59d869b 100644
--- a/mate/24x24/actions/document-save.png
+++ b/mate/24x24/actions/document-save.png
Binary files differ
diff --git a/mate/24x24/actions/document-send.png b/mate/24x24/actions/document-send.png
index 6f22f37..599edeb 100644
--- a/mate/24x24/actions/document-send.png
+++ b/mate/24x24/actions/document-send.png
Binary files differ
diff --git a/mate/24x24/actions/edit-clear-rtl.png b/mate/24x24/actions/edit-clear-rtl.png
index 9cdc5e0..69925ce 100644
--- a/mate/24x24/actions/edit-clear-rtl.png
+++ b/mate/24x24/actions/edit-clear-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/edit-clear.png b/mate/24x24/actions/edit-clear.png
index c9d09b6..49520b2 100644
--- a/mate/24x24/actions/edit-clear.png
+++ b/mate/24x24/actions/edit-clear.png
Binary files differ
diff --git a/mate/24x24/actions/edit-copy.png b/mate/24x24/actions/edit-copy.png
index b61d5d2..c5416fe 100644
--- a/mate/24x24/actions/edit-copy.png
+++ b/mate/24x24/actions/edit-copy.png
Binary files differ
diff --git a/mate/24x24/actions/edit-cut.png b/mate/24x24/actions/edit-cut.png
index 2182bbe..094844a 100644
--- a/mate/24x24/actions/edit-cut.png
+++ b/mate/24x24/actions/edit-cut.png
Binary files differ
diff --git a/mate/24x24/actions/edit-delete.png b/mate/24x24/actions/edit-delete.png
index e82b444..3d551c2 100644
--- a/mate/24x24/actions/edit-delete.png
+++ b/mate/24x24/actions/edit-delete.png
Binary files differ
diff --git a/mate/24x24/actions/edit-find-replace.png b/mate/24x24/actions/edit-find-replace.png
index 5e8b0f9..58f93f8 100644
--- a/mate/24x24/actions/edit-find-replace.png
+++ b/mate/24x24/actions/edit-find-replace.png
Binary files differ
diff --git a/mate/24x24/actions/edit-find.png b/mate/24x24/actions/edit-find.png
index be92d6b..d81dc97 100644
--- a/mate/24x24/actions/edit-find.png
+++ b/mate/24x24/actions/edit-find.png
Binary files differ
diff --git a/mate/24x24/actions/edit-paste.png b/mate/24x24/actions/edit-paste.png
index b863d5c..da6d1be 100644
--- a/mate/24x24/actions/edit-paste.png
+++ b/mate/24x24/actions/edit-paste.png
Binary files differ
diff --git a/mate/24x24/actions/edit-redo-rtl.png b/mate/24x24/actions/edit-redo-rtl.png
index 730cedb..31c6d4e 100644
--- a/mate/24x24/actions/edit-redo-rtl.png
+++ b/mate/24x24/actions/edit-redo-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/edit-redo.png b/mate/24x24/actions/edit-redo.png
index dca3cb9..7dfe693 100644
--- a/mate/24x24/actions/edit-redo.png
+++ b/mate/24x24/actions/edit-redo.png
Binary files differ
diff --git a/mate/24x24/actions/edit-select-all.png b/mate/24x24/actions/edit-select-all.png
index 7e1e5fc..87bd2a8 100644
--- a/mate/24x24/actions/edit-select-all.png
+++ b/mate/24x24/actions/edit-select-all.png
Binary files differ
diff --git a/mate/24x24/actions/edit-undo-rtl.png b/mate/24x24/actions/edit-undo-rtl.png
index 67f5663..78c9e90 100644
--- a/mate/24x24/actions/edit-undo-rtl.png
+++ b/mate/24x24/actions/edit-undo-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/edit-undo.png b/mate/24x24/actions/edit-undo.png
index 7c847d1..8bbfad9 100644
--- a/mate/24x24/actions/edit-undo.png
+++ b/mate/24x24/actions/edit-undo.png
Binary files differ
diff --git a/mate/24x24/actions/format-indent-less-rtl.png b/mate/24x24/actions/format-indent-less-rtl.png
index 9315046..6a5b2db 100644
--- a/mate/24x24/actions/format-indent-less-rtl.png
+++ b/mate/24x24/actions/format-indent-less-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/format-indent-less.png b/mate/24x24/actions/format-indent-less.png
index a77ab08..f84aa1f 100644
--- a/mate/24x24/actions/format-indent-less.png
+++ b/mate/24x24/actions/format-indent-less.png
Binary files differ
diff --git a/mate/24x24/actions/format-indent-more-rtl.png b/mate/24x24/actions/format-indent-more-rtl.png
index 716a2c1..a5c49f8 100644
--- a/mate/24x24/actions/format-indent-more-rtl.png
+++ b/mate/24x24/actions/format-indent-more-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/format-indent-more.png b/mate/24x24/actions/format-indent-more.png
index cff02d3..99d8e35 100644
--- a/mate/24x24/actions/format-indent-more.png
+++ b/mate/24x24/actions/format-indent-more.png
Binary files differ
diff --git a/mate/24x24/actions/format-justify-center.png b/mate/24x24/actions/format-justify-center.png
index d6117df..d3383cb 100644
--- a/mate/24x24/actions/format-justify-center.png
+++ b/mate/24x24/actions/format-justify-center.png
Binary files differ
diff --git a/mate/24x24/actions/format-justify-fill.png b/mate/24x24/actions/format-justify-fill.png
index a4b5322..3f4f133 100644
--- a/mate/24x24/actions/format-justify-fill.png
+++ b/mate/24x24/actions/format-justify-fill.png
Binary files differ
diff --git a/mate/24x24/actions/format-justify-left.png b/mate/24x24/actions/format-justify-left.png
index 0fc3a6e..5713403 100644
--- a/mate/24x24/actions/format-justify-left.png
+++ b/mate/24x24/actions/format-justify-left.png
Binary files differ
diff --git a/mate/24x24/actions/format-justify-right.png b/mate/24x24/actions/format-justify-right.png
index 2b019d1..fa94f03 100644
--- a/mate/24x24/actions/format-justify-right.png
+++ b/mate/24x24/actions/format-justify-right.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-bold.png b/mate/24x24/actions/format-text-bold.png
index 200e75c..fbcb238 100644
--- a/mate/24x24/actions/format-text-bold.png
+++ b/mate/24x24/actions/format-text-bold.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-direction-ltr.png b/mate/24x24/actions/format-text-direction-ltr.png
index 011573b..98b5d1b 100644
--- a/mate/24x24/actions/format-text-direction-ltr.png
+++ b/mate/24x24/actions/format-text-direction-ltr.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-direction-rtl.png b/mate/24x24/actions/format-text-direction-rtl.png
index 74a68c3..d0bf490 100644
--- a/mate/24x24/actions/format-text-direction-rtl.png
+++ b/mate/24x24/actions/format-text-direction-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-italic.png b/mate/24x24/actions/format-text-italic.png
index 098ccf9..2973b5f 100644
--- a/mate/24x24/actions/format-text-italic.png
+++ b/mate/24x24/actions/format-text-italic.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-strikethrough.png b/mate/24x24/actions/format-text-strikethrough.png
index 97a0da8..1026ddc 100644
--- a/mate/24x24/actions/format-text-strikethrough.png
+++ b/mate/24x24/actions/format-text-strikethrough.png
Binary files differ
diff --git a/mate/24x24/actions/format-text-underline.png b/mate/24x24/actions/format-text-underline.png
index eb6a026..66d3538 100644
--- a/mate/24x24/actions/format-text-underline.png
+++ b/mate/24x24/actions/format-text-underline.png
Binary files differ
diff --git a/mate/24x24/actions/go-bottom.png b/mate/24x24/actions/go-bottom.png
index eee1481..d5ba83f 100644
--- a/mate/24x24/actions/go-bottom.png
+++ b/mate/24x24/actions/go-bottom.png
Binary files differ
diff --git a/mate/24x24/actions/go-down.png b/mate/24x24/actions/go-down.png
index 99dc202..da4c3de 100644
--- a/mate/24x24/actions/go-down.png
+++ b/mate/24x24/actions/go-down.png
Binary files differ
diff --git a/mate/24x24/actions/go-first.png b/mate/24x24/actions/go-first.png
index 58b3e56..6d9cd00 100644
--- a/mate/24x24/actions/go-first.png
+++ b/mate/24x24/actions/go-first.png
Binary files differ
diff --git a/mate/24x24/actions/go-home.png b/mate/24x24/actions/go-home.png
index d8fe27a..20ac521 100644
--- a/mate/24x24/actions/go-home.png
+++ b/mate/24x24/actions/go-home.png
Binary files differ
diff --git a/mate/24x24/actions/go-jump.png b/mate/24x24/actions/go-jump.png
index fd53e85..d7155fc 100644
--- a/mate/24x24/actions/go-jump.png
+++ b/mate/24x24/actions/go-jump.png
Binary files differ
diff --git a/mate/24x24/actions/go-last.png b/mate/24x24/actions/go-last.png
index 5b0d7d9..825a192 100644
--- a/mate/24x24/actions/go-last.png
+++ b/mate/24x24/actions/go-last.png
Binary files differ
diff --git a/mate/24x24/actions/go-next.png b/mate/24x24/actions/go-next.png
index fea64e8..d1188ce 100644
--- a/mate/24x24/actions/go-next.png
+++ b/mate/24x24/actions/go-next.png
Binary files differ
diff --git a/mate/24x24/actions/go-previous.png b/mate/24x24/actions/go-previous.png
index 773f4f4..452552e 100644
--- a/mate/24x24/actions/go-previous.png
+++ b/mate/24x24/actions/go-previous.png
Binary files differ
diff --git a/mate/24x24/actions/go-top.png b/mate/24x24/actions/go-top.png
index e10b922..d16089d 100644
--- a/mate/24x24/actions/go-top.png
+++ b/mate/24x24/actions/go-top.png
Binary files differ
diff --git a/mate/24x24/actions/go-up.png b/mate/24x24/actions/go-up.png
index b81564f..bef8091 100644
--- a/mate/24x24/actions/go-up.png
+++ b/mate/24x24/actions/go-up.png
Binary files differ
diff --git a/mate/24x24/actions/help-about.png b/mate/24x24/actions/help-about.png
index cb3a856..7ef23fa 100644
--- a/mate/24x24/actions/help-about.png
+++ b/mate/24x24/actions/help-about.png
Binary files differ
diff --git a/mate/24x24/actions/help-faq.png b/mate/24x24/actions/help-faq.png
index 4a972b9..df343a0 100644
--- a/mate/24x24/actions/help-faq.png
+++ b/mate/24x24/actions/help-faq.png
Binary files differ
diff --git a/mate/24x24/actions/insert-image.png b/mate/24x24/actions/insert-image.png
index a4e29ae..1147de6 100644
--- a/mate/24x24/actions/insert-image.png
+++ b/mate/24x24/actions/insert-image.png
Binary files differ
diff --git a/mate/24x24/actions/insert-link.png b/mate/24x24/actions/insert-link.png
index 20c8388..f2f93db 100644
--- a/mate/24x24/actions/insert-link.png
+++ b/mate/24x24/actions/insert-link.png
Binary files differ
diff --git a/mate/24x24/actions/insert-object.png b/mate/24x24/actions/insert-object.png
index eef3ccc..172d864 100644
--- a/mate/24x24/actions/insert-object.png
+++ b/mate/24x24/actions/insert-object.png
Binary files differ
diff --git a/mate/24x24/actions/insert-text.png b/mate/24x24/actions/insert-text.png
index 3d7637d..ddd22bb 100644
--- a/mate/24x24/actions/insert-text.png
+++ b/mate/24x24/actions/insert-text.png
Binary files differ
diff --git a/mate/24x24/actions/list-add.png b/mate/24x24/actions/list-add.png
index 33755b2..363c1ce 100644
--- a/mate/24x24/actions/list-add.png
+++ b/mate/24x24/actions/list-add.png
Binary files differ
diff --git a/mate/24x24/actions/list-remove.png b/mate/24x24/actions/list-remove.png
index bae4b1a..1f9f156 100644
--- a/mate/24x24/actions/list-remove.png
+++ b/mate/24x24/actions/list-remove.png
Binary files differ
diff --git a/mate/24x24/actions/mail-forward.png b/mate/24x24/actions/mail-forward.png
index 1862e7b..6937542 100644
--- a/mate/24x24/actions/mail-forward.png
+++ b/mate/24x24/actions/mail-forward.png
Binary files differ
diff --git a/mate/24x24/actions/mail-mark-important.png b/mate/24x24/actions/mail-mark-important.png
index b9d8e81..b5f8cd7 100644
--- a/mate/24x24/actions/mail-mark-important.png
+++ b/mate/24x24/actions/mail-mark-important.png
Binary files differ
diff --git a/mate/24x24/actions/mail-mark-junk.png b/mate/24x24/actions/mail-mark-junk.png
index 471e989..4b0458b 100644
--- a/mate/24x24/actions/mail-mark-junk.png
+++ b/mate/24x24/actions/mail-mark-junk.png
Binary files differ
diff --git a/mate/24x24/actions/mail-mark-notjunk.png b/mate/24x24/actions/mail-mark-notjunk.png
index 837081d..3f95ccc 100644
--- a/mate/24x24/actions/mail-mark-notjunk.png
+++ b/mate/24x24/actions/mail-mark-notjunk.png
Binary files differ
diff --git a/mate/24x24/actions/mail-mark-read.png b/mate/24x24/actions/mail-mark-read.png
index 37da64e..1abd768 100644
--- a/mate/24x24/actions/mail-mark-read.png
+++ b/mate/24x24/actions/mail-mark-read.png
Binary files differ
diff --git a/mate/24x24/actions/mail-mark-unread.png b/mate/24x24/actions/mail-mark-unread.png
index 41ef979..63e31f1 100644
--- a/mate/24x24/actions/mail-mark-unread.png
+++ b/mate/24x24/actions/mail-mark-unread.png
Binary files differ
diff --git a/mate/24x24/actions/mail-message-new.png b/mate/24x24/actions/mail-message-new.png
index 7e7c1f0..77cbc05 100644
--- a/mate/24x24/actions/mail-message-new.png
+++ b/mate/24x24/actions/mail-message-new.png
Binary files differ
diff --git a/mate/24x24/actions/mail-reply-all.png b/mate/24x24/actions/mail-reply-all.png
index 2a4f6cf..43a1c2a 100644
--- a/mate/24x24/actions/mail-reply-all.png
+++ b/mate/24x24/actions/mail-reply-all.png
Binary files differ
diff --git a/mate/24x24/actions/mail-reply-sender.png b/mate/24x24/actions/mail-reply-sender.png
index 23231f8..63c376d 100644
--- a/mate/24x24/actions/mail-reply-sender.png
+++ b/mate/24x24/actions/mail-reply-sender.png
Binary files differ
diff --git a/mate/24x24/actions/mail-send-receive.png b/mate/24x24/actions/mail-send-receive.png
index b6fd9c2..96c69ba 100644
--- a/mate/24x24/actions/mail-send-receive.png
+++ b/mate/24x24/actions/mail-send-receive.png
Binary files differ
diff --git a/mate/24x24/actions/mail-send.png b/mate/24x24/actions/mail-send.png
index 80afe8d..df5ceb3 100644
--- a/mate/24x24/actions/mail-send.png
+++ b/mate/24x24/actions/mail-send.png
Binary files differ
diff --git a/mate/24x24/actions/mark-location.png b/mate/24x24/actions/mark-location.png
index c3aec06..0ea797d 100644
--- a/mate/24x24/actions/mark-location.png
+++ b/mate/24x24/actions/mark-location.png
Binary files differ
diff --git a/mate/24x24/actions/media-eject.png b/mate/24x24/actions/media-eject.png
index 6ae952b..e2a9aaf 100644
--- a/mate/24x24/actions/media-eject.png
+++ b/mate/24x24/actions/media-eject.png
Binary files differ
diff --git a/mate/24x24/actions/media-playback-pause.png b/mate/24x24/actions/media-playback-pause.png
index 9e37106..3c84042 100644
--- a/mate/24x24/actions/media-playback-pause.png
+++ b/mate/24x24/actions/media-playback-pause.png
Binary files differ
diff --git a/mate/24x24/actions/media-playback-start-rtl.png b/mate/24x24/actions/media-playback-start-rtl.png
index 0f0c589..949a559 100644
--- a/mate/24x24/actions/media-playback-start-rtl.png
+++ b/mate/24x24/actions/media-playback-start-rtl.png
Binary files differ
diff --git a/mate/24x24/actions/media-playback-start.png b/mate/24x24/actions/media-playback-start.png
index e2219c7..61253ca 100644
--- a/mate/24x24/actions/media-playback-start.png
+++ b/mate/24x24/actions/media-playback-start.png
Binary files differ
diff --git a/mate/24x24/actions/media-playback-stop.png b/mate/24x24/actions/media-playback-stop.png
index 588ffbc..60a3c58 100644
--- a/mate/24x24/actions/media-playback-stop.png
+++ b/mate/24x24/actions/media-playback-stop.png
Binary files differ
diff --git a/mate/24x24/actions/media-record.png b/mate/24x24/actions/media-record.png
index 5db405f..728ae13 100644
--- a/mate/24x24/actions/media-record.png
+++ b/mate/24x24/actions/media-record.png
Binary files differ
diff --git a/mate/24x24/actions/media-seek-backward.png b/mate/24x24/actions/media-seek-backward.png
index 73f2b54..377c50a 100644
--- a/mate/24x24/actions/media-seek-backward.png
+++ b/mate/24x24/actions/media-seek-backward.png
Binary files differ
diff --git a/mate/24x24/actions/media-seek-forward.png b/mate/24x24/actions/media-seek-forward.png
index e9d3a6d..8f1a9bd 100644
--- a/mate/24x24/actions/media-seek-forward.png
+++ b/mate/24x24/actions/media-seek-forward.png
Binary files differ
diff --git a/mate/24x24/actions/media-skip-backward.png b/mate/24x24/actions/media-skip-backward.png
index a00fbae..22b1625 100644
--- a/mate/24x24/actions/media-skip-backward.png
+++ b/mate/24x24/actions/media-skip-backward.png
Binary files differ
diff --git a/mate/24x24/actions/media-skip-forward.png b/mate/24x24/actions/media-skip-forward.png
index a64243d..4e32bf6 100644
--- a/mate/24x24/actions/media-skip-forward.png
+++ b/mate/24x24/actions/media-skip-forward.png
Binary files differ
diff --git a/mate/24x24/actions/object-flip-horizontal.png b/mate/24x24/actions/object-flip-horizontal.png
index f814605..9206d43 100644
--- a/mate/24x24/actions/object-flip-horizontal.png
+++ b/mate/24x24/actions/object-flip-horizontal.png
Binary files differ
diff --git a/mate/24x24/actions/object-flip-vertical.png b/mate/24x24/actions/object-flip-vertical.png
index 48383e1..780dc5f 100644
--- a/mate/24x24/actions/object-flip-vertical.png
+++ b/mate/24x24/actions/object-flip-vertical.png
Binary files differ
diff --git a/mate/24x24/actions/object-rotate-left.png b/mate/24x24/actions/object-rotate-left.png
index 4a6350f..0272f77 100644
--- a/mate/24x24/actions/object-rotate-left.png
+++ b/mate/24x24/actions/object-rotate-left.png
Binary files differ
diff --git a/mate/24x24/actions/object-rotate-right.png b/mate/24x24/actions/object-rotate-right.png
index 0099afb..72b27b9 100644
--- a/mate/24x24/actions/object-rotate-right.png
+++ b/mate/24x24/actions/object-rotate-right.png
Binary files differ
diff --git a/mate/24x24/actions/process-stop.png b/mate/24x24/actions/process-stop.png
index 15448c5..c919eca 100644
--- a/mate/24x24/actions/process-stop.png
+++ b/mate/24x24/actions/process-stop.png
Binary files differ
diff --git a/mate/24x24/actions/system-lock-screen.png b/mate/24x24/actions/system-lock-screen.png
index 4541920..9978120 100644
--- a/mate/24x24/actions/system-lock-screen.png
+++ b/mate/24x24/actions/system-lock-screen.png
Binary files differ
diff --git a/mate/24x24/actions/system-log-out.png b/mate/24x24/actions/system-log-out.png
index 50059b0..f7eaf2c 100644
--- a/mate/24x24/actions/system-log-out.png
+++ b/mate/24x24/actions/system-log-out.png
Binary files differ
diff --git a/mate/24x24/actions/system-run.png b/mate/24x24/actions/system-run.png
index aca854e..c9575b6 100644
--- a/mate/24x24/actions/system-run.png
+++ b/mate/24x24/actions/system-run.png
Binary files differ
diff --git a/mate/24x24/actions/system-search.png b/mate/24x24/actions/system-search.png
index ae33d6a..37a8b55 100644
--- a/mate/24x24/actions/system-search.png
+++ b/mate/24x24/actions/system-search.png
Binary files differ
diff --git a/mate/24x24/actions/system-shutdown.png b/mate/24x24/actions/system-shutdown.png
index 489cf45..ed6c7f6 100644
--- a/mate/24x24/actions/system-shutdown.png
+++ b/mate/24x24/actions/system-shutdown.png
Binary files differ
diff --git a/mate/24x24/actions/tab-new.png b/mate/24x24/actions/tab-new.png
index eb84a78..ec94524 100644
--- a/mate/24x24/actions/tab-new.png
+++ b/mate/24x24/actions/tab-new.png
Binary files differ
diff --git a/mate/24x24/actions/tools-check-spelling.png b/mate/24x24/actions/tools-check-spelling.png
index 4c2bf22..3daf058 100644
--- a/mate/24x24/actions/tools-check-spelling.png
+++ b/mate/24x24/actions/tools-check-spelling.png
Binary files differ
diff --git a/mate/24x24/actions/view-fullscreen.png b/mate/24x24/actions/view-fullscreen.png
index fda4519..07648bd 100644
--- a/mate/24x24/actions/view-fullscreen.png
+++ b/mate/24x24/actions/view-fullscreen.png
Binary files differ
diff --git a/mate/24x24/actions/view-refresh.png b/mate/24x24/actions/view-refresh.png
index cf71d34..247427f 100644
--- a/mate/24x24/actions/view-refresh.png
+++ b/mate/24x24/actions/view-refresh.png
Binary files differ
diff --git a/mate/24x24/actions/view-restore.png b/mate/24x24/actions/view-restore.png
index c0a3dc9..9722b21 100644
--- a/mate/24x24/actions/view-restore.png
+++ b/mate/24x24/actions/view-restore.png
Binary files differ
diff --git a/mate/24x24/actions/view-sort-ascending.png b/mate/24x24/actions/view-sort-ascending.png
index 8e2a24c..473bc8c 100644
--- a/mate/24x24/actions/view-sort-ascending.png
+++ b/mate/24x24/actions/view-sort-ascending.png
Binary files differ
diff --git a/mate/24x24/actions/view-sort-descending.png b/mate/24x24/actions/view-sort-descending.png
index 3a5b0f0..5556b32 100644
--- a/mate/24x24/actions/view-sort-descending.png
+++ b/mate/24x24/actions/view-sort-descending.png
Binary files differ
diff --git a/mate/24x24/actions/window-close.png b/mate/24x24/actions/window-close.png
index bb958a3..0656ea8 100644
--- a/mate/24x24/actions/window-close.png
+++ b/mate/24x24/actions/window-close.png
Binary files differ
diff --git a/mate/24x24/actions/window-new.png b/mate/24x24/actions/window-new.png
index fd772df..9be4d8c 100644
--- a/mate/24x24/actions/window-new.png
+++ b/mate/24x24/actions/window-new.png
Binary files differ
diff --git a/mate/24x24/actions/zoom-fit-best.png b/mate/24x24/actions/zoom-fit-best.png
index 499647c..826b2aa 100644
--- a/mate/24x24/actions/zoom-fit-best.png
+++ b/mate/24x24/actions/zoom-fit-best.png
Binary files differ
diff --git a/mate/24x24/actions/zoom-in.png b/mate/24x24/actions/zoom-in.png
index 4150920..a9b2dcf 100644
--- a/mate/24x24/actions/zoom-in.png
+++ b/mate/24x24/actions/zoom-in.png
Binary files differ
diff --git a/mate/24x24/actions/zoom-original.png b/mate/24x24/actions/zoom-original.png
index 1fdb298..6f0af3b 100644
--- a/mate/24x24/actions/zoom-original.png
+++ b/mate/24x24/actions/zoom-original.png
Binary files differ
diff --git a/mate/24x24/actions/zoom-out.png b/mate/24x24/actions/zoom-out.png
index 43ad52e..c430702 100644
--- a/mate/24x24/actions/zoom-out.png
+++ b/mate/24x24/actions/zoom-out.png
Binary files differ