From a12b6a25fac0479c86638ace42fdd64f74f8c8e1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 28 Sep 2019 17:23:20 +0200 Subject: Add mate/256x256/actions/mail-send.png --- mate/256x256/actions/Makefile.am | 6 ++++++ mate/256x256/actions/mail-send.png | Bin 0 -> 22543 bytes 2 files changed, 6 insertions(+) create mode 100644 mate/256x256/actions/mail-send.png (limited to 'mate/256x256') diff --git a/mate/256x256/actions/Makefile.am b/mate/256x256/actions/Makefile.am index e951bcf..ecbacb5 100644 --- a/mate/256x256/actions/Makefile.am +++ b/mate/256x256/actions/Makefile.am @@ -23,6 +23,7 @@ png_icons = \ go-next.png \ go-previous.png \ mail-message-new.png \ + mail-send.png \ process-stop.png \ system-lock-screen.png \ system-log-out.png \ @@ -152,6 +153,11 @@ mail-message-new.png: ../../../src/open-envelopes.svg @inkscape -z $^ --export-area=20:13:276:269 -w=256 -h=256 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=10:10:266:266 -w=256 -h=256 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + process-stop.png: ../../../src/navigation-icons.svg @echo " "$@ @inkscape -z $^ --export-area=576:-552:832:-296 -w=256 -h=256 -e=$@ 1> /dev/null diff --git a/mate/256x256/actions/mail-send.png b/mate/256x256/actions/mail-send.png new file mode 100644 index 0000000..2b8f6d9 Binary files /dev/null and b/mate/256x256/actions/mail-send.png differ -- cgit v1.2.1