From 0e2aa2a3887d008ec6ac39894ed482b49f871eee Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 20 Aug 2019 17:54:20 +0200 Subject: 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 --- mate/24x24/devices/Makefile.am | 76 ++++++++++----------- mate/24x24/devices/ac-adapter.png | Bin 1344 -> 916 bytes mate/24x24/devices/audio-card.png | Bin 1394 -> 1219 bytes mate/24x24/devices/audio-headphones.png | Bin 1348 -> 1206 bytes mate/24x24/devices/audio-headset.png | Bin 1215 -> 1335 bytes mate/24x24/devices/audio-input-microphone.png | Bin 1243 -> 1223 bytes mate/24x24/devices/audio-speakers.png | Bin 1428 -> 1241 bytes mate/24x24/devices/battery.png | Bin 767 -> 458 bytes mate/24x24/devices/camera-photo.png | Bin 1285 -> 1359 bytes mate/24x24/devices/camera-video.png | Bin 1433 -> 1292 bytes mate/24x24/devices/camera-web.png | Bin 1447 -> 1319 bytes mate/24x24/devices/computer.png | Bin 1380 -> 1193 bytes mate/24x24/devices/drive-harddisk.png | Bin 1185 -> 1197 bytes mate/24x24/devices/drive-multidisk.png | Bin 1413 -> 989 bytes mate/24x24/devices/drive-optical.png | Bin 1326 -> 1141 bytes mate/24x24/devices/drive-removable-media.png | Bin 998 -> 914 bytes mate/24x24/devices/input-dialpad.png | Bin 1365 -> 304 bytes mate/24x24/devices/input-gaming.png | Bin 1274 -> 1015 bytes mate/24x24/devices/input-keyboard.png | Bin 780 -> 671 bytes mate/24x24/devices/input-mouse.png | Bin 1285 -> 1122 bytes mate/24x24/devices/input-tablet.png | Bin 1287 -> 1257 bytes mate/24x24/devices/input-touchpad.png | Bin 1392 -> 825 bytes mate/24x24/devices/media-flash.png | Bin 1031 -> 851 bytes mate/24x24/devices/media-floppy.png | Bin 957 -> 1159 bytes mate/24x24/devices/media-optical.png | Bin 1514 -> 1406 bytes mate/24x24/devices/media-removable.png | Bin 1105 -> 1020 bytes mate/24x24/devices/media-tape.png | Bin 948 -> 1234 bytes mate/24x24/devices/modem.png | Bin 1563 -> 1161 bytes mate/24x24/devices/multimedia-player.png | Bin 1203 -> 572 bytes mate/24x24/devices/network-vpn.png | Bin 1207 -> 939 bytes mate/24x24/devices/network-wired.png | Bin 1427 -> 750 bytes mate/24x24/devices/network-wireless.png | Bin 1827 -> 1428 bytes mate/24x24/devices/pda.png | Bin 1017 -> 727 bytes mate/24x24/devices/phone.png | Bin 1310 -> 956 bytes mate/24x24/devices/printer-network.png | Bin 1347 -> 1238 bytes mate/24x24/devices/printer.png | Bin 1261 -> 962 bytes mate/24x24/devices/scanner.png | Bin 1359 -> 1206 bytes .../24x24/devices/uninterruptible-power-supply.png | Bin 1206 -> 1045 bytes mate/24x24/devices/video-display.png | Bin 1228 -> 981 bytes 39 files changed, 38 insertions(+), 38 deletions(-) (limited to 'mate/24x24/devices') diff --git a/mate/24x24/devices/Makefile.am b/mate/24x24/devices/Makefile.am index d7836aa..8e0cc20 100644 --- a/mate/24x24/devices/Makefile.am +++ b/mate/24x24/devices/Makefile.am @@ -43,192 +43,192 @@ png_icons = \ ac-adapter.png: ../../../src/batteries.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-card.png: ../../../src/audio-card.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 $@ audio-headphones.png: ../../../src/audio-headphones.svg @echo " "$@ - @inkscape -z $^ --export-area=303:440:335:472 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:398:326:422 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-headset.png: ../../../src/audio-headphones.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-input-microphone.png: ../../../src/audio-input-microphone.svg @echo " "$@ - @inkscape -z $^ --export-area=302:142:334: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 $@ audio-speakers.png: ../../../src/audio-speakers.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 $@ battery.png: ../../../src/batteries.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 $@ camera-photo.png: ../../../src/camera-photo.svg @echo " "$@ - @inkscape -z $^ --export-area=300:142:332:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=300:101:324:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ camera-video.png: ../../../src/camera-video.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 $@ camera-web.png: ../../../src/camera-web.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 $@ computer.png: ../../../src/computers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:401:326:425 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-harddisk.png: ../../../src/drive-harddisk.svg @echo " "$@ - @inkscape -z $^ --export-area=303:138:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-multidisk.png: ../../../src/drive-multidisk.svg @echo " "$@ - @inkscape -z $^ --export-area=303:136:335:168 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:95:326:119 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ drive-optical.png: ../../../src/drives.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 $@ drive-removable-media.png: ../../../src/drives.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 $@ input-dialpad.png: ../../../src/input-dialpad.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ input-gaming.png: ../../../src/input-gaming.svg @echo " "$@ - @inkscape -z $^ --export-area=343:162:375:194 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=342:119:366:143 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ input-keyboard.png: ../../../src/keyboards.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 $@ input-mouse.png: ../../../src/input-mouse.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 $@ input-tablet.png: ../../../src/input-tablet.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 $@ input-touchpad.png: ../../../src/input-touchpad.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-flash.png: ../../../src/media-flash.svg @echo " "$@ - @inkscape -z $^ --export-area=304:142:336:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-floppy.png: ../../../src/media-floppy.svg @echo " "$@ - @inkscape -z $^ --export-area=303:141:335:173 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-optical.png: ../../../src/media-optical.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-removable.png: ../../../src/media-removable.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ media-tape.png: ../../../src/media-tape.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 $@ multimedia-player.png: ../../../src/multimedia-player.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:101:326:125 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ modem.png: ../../../src/modem.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 $@ network-vpn.png: ../../../src/network-vpn.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 $@ network-wired.png: ../../../src/network-wired.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ network-wireless.png: ../../../src/network-wireless.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 $@ pda.png: ../../../src/pda.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 $@ phone.png: ../../../src/phone.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=301:100:325:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer.png: ../../../src/printers.svg @echo " "$@ - @inkscape -z $^ --export-area=303:434:335:466 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:393:326:417 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ printer-network.png: ../../../src/printer-network.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:98:326:122 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ scanner.png: ../../../src/scanner.svg @echo " "$@ - @inkscape -z $^ --export-area=303:140:335:172 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:99:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=303:100:327:124 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ video-display.png: ../../../src/displays.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=302:401:326:425 -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/devices/ac-adapter.png b/mate/24x24/devices/ac-adapter.png index 6764e7e..281a1a2 100644 Binary files a/mate/24x24/devices/ac-adapter.png and b/mate/24x24/devices/ac-adapter.png differ diff --git a/mate/24x24/devices/audio-card.png b/mate/24x24/devices/audio-card.png index a0861f9..36e77ae 100644 Binary files a/mate/24x24/devices/audio-card.png and b/mate/24x24/devices/audio-card.png differ diff --git a/mate/24x24/devices/audio-headphones.png b/mate/24x24/devices/audio-headphones.png index 91c9631..063ceaf 100644 Binary files a/mate/24x24/devices/audio-headphones.png and b/mate/24x24/devices/audio-headphones.png differ diff --git a/mate/24x24/devices/audio-headset.png b/mate/24x24/devices/audio-headset.png index dab25dd..df467b0 100644 Binary files a/mate/24x24/devices/audio-headset.png and b/mate/24x24/devices/audio-headset.png differ diff --git a/mate/24x24/devices/audio-input-microphone.png b/mate/24x24/devices/audio-input-microphone.png index 0874c26..c1476d0 100644 Binary files a/mate/24x24/devices/audio-input-microphone.png and b/mate/24x24/devices/audio-input-microphone.png differ diff --git a/mate/24x24/devices/audio-speakers.png b/mate/24x24/devices/audio-speakers.png index 65ab161..242ff76 100644 Binary files a/mate/24x24/devices/audio-speakers.png and b/mate/24x24/devices/audio-speakers.png differ diff --git a/mate/24x24/devices/battery.png b/mate/24x24/devices/battery.png index c776f62..bac39ad 100644 Binary files a/mate/24x24/devices/battery.png and b/mate/24x24/devices/battery.png differ diff --git a/mate/24x24/devices/camera-photo.png b/mate/24x24/devices/camera-photo.png index 32c9623..50cfcfe 100644 Binary files a/mate/24x24/devices/camera-photo.png and b/mate/24x24/devices/camera-photo.png differ diff --git a/mate/24x24/devices/camera-video.png b/mate/24x24/devices/camera-video.png index 7f470d6..2334fba 100644 Binary files a/mate/24x24/devices/camera-video.png and b/mate/24x24/devices/camera-video.png differ diff --git a/mate/24x24/devices/camera-web.png b/mate/24x24/devices/camera-web.png index 0fc4281..d1f4539 100644 Binary files a/mate/24x24/devices/camera-web.png and b/mate/24x24/devices/camera-web.png differ diff --git a/mate/24x24/devices/computer.png b/mate/24x24/devices/computer.png index 67bdc75..a179dbf 100644 Binary files a/mate/24x24/devices/computer.png and b/mate/24x24/devices/computer.png differ diff --git a/mate/24x24/devices/drive-harddisk.png b/mate/24x24/devices/drive-harddisk.png index 4361144..c554315 100644 Binary files a/mate/24x24/devices/drive-harddisk.png and b/mate/24x24/devices/drive-harddisk.png differ diff --git a/mate/24x24/devices/drive-multidisk.png b/mate/24x24/devices/drive-multidisk.png index ca4737d..9bc2b1a 100644 Binary files a/mate/24x24/devices/drive-multidisk.png and b/mate/24x24/devices/drive-multidisk.png differ diff --git a/mate/24x24/devices/drive-optical.png b/mate/24x24/devices/drive-optical.png index 4fa7d64..e42c7c3 100644 Binary files a/mate/24x24/devices/drive-optical.png and b/mate/24x24/devices/drive-optical.png differ diff --git a/mate/24x24/devices/drive-removable-media.png b/mate/24x24/devices/drive-removable-media.png index 8e042dd..2a5e2b1 100644 Binary files a/mate/24x24/devices/drive-removable-media.png and b/mate/24x24/devices/drive-removable-media.png differ diff --git a/mate/24x24/devices/input-dialpad.png b/mate/24x24/devices/input-dialpad.png index d55623a..17e39b8 100644 Binary files a/mate/24x24/devices/input-dialpad.png and b/mate/24x24/devices/input-dialpad.png differ diff --git a/mate/24x24/devices/input-gaming.png b/mate/24x24/devices/input-gaming.png index bb2c2b7..74c2bf5 100644 Binary files a/mate/24x24/devices/input-gaming.png and b/mate/24x24/devices/input-gaming.png differ diff --git a/mate/24x24/devices/input-keyboard.png b/mate/24x24/devices/input-keyboard.png index 8aa595b..13a361d 100644 Binary files a/mate/24x24/devices/input-keyboard.png and b/mate/24x24/devices/input-keyboard.png differ diff --git a/mate/24x24/devices/input-mouse.png b/mate/24x24/devices/input-mouse.png index 45f9009..7fa7854 100644 Binary files a/mate/24x24/devices/input-mouse.png and b/mate/24x24/devices/input-mouse.png differ diff --git a/mate/24x24/devices/input-tablet.png b/mate/24x24/devices/input-tablet.png index acdac51..cf3771e 100644 Binary files a/mate/24x24/devices/input-tablet.png and b/mate/24x24/devices/input-tablet.png differ diff --git a/mate/24x24/devices/input-touchpad.png b/mate/24x24/devices/input-touchpad.png index 475a5b8..2eef242 100644 Binary files a/mate/24x24/devices/input-touchpad.png and b/mate/24x24/devices/input-touchpad.png differ diff --git a/mate/24x24/devices/media-flash.png b/mate/24x24/devices/media-flash.png index 4f3ab37..c80df1b 100644 Binary files a/mate/24x24/devices/media-flash.png and b/mate/24x24/devices/media-flash.png differ diff --git a/mate/24x24/devices/media-floppy.png b/mate/24x24/devices/media-floppy.png index 8ff1ad9..1ff1c92 100644 Binary files a/mate/24x24/devices/media-floppy.png and b/mate/24x24/devices/media-floppy.png differ diff --git a/mate/24x24/devices/media-optical.png b/mate/24x24/devices/media-optical.png index 4386308..3816189 100644 Binary files a/mate/24x24/devices/media-optical.png and b/mate/24x24/devices/media-optical.png differ diff --git a/mate/24x24/devices/media-removable.png b/mate/24x24/devices/media-removable.png index bd84aa4..328f4ec 100644 Binary files a/mate/24x24/devices/media-removable.png and b/mate/24x24/devices/media-removable.png differ diff --git a/mate/24x24/devices/media-tape.png b/mate/24x24/devices/media-tape.png index 4e115a1..05f62fa 100644 Binary files a/mate/24x24/devices/media-tape.png and b/mate/24x24/devices/media-tape.png differ diff --git a/mate/24x24/devices/modem.png b/mate/24x24/devices/modem.png index 0b12e34..b1dff76 100644 Binary files a/mate/24x24/devices/modem.png and b/mate/24x24/devices/modem.png differ diff --git a/mate/24x24/devices/multimedia-player.png b/mate/24x24/devices/multimedia-player.png index e283aa3..531cee2 100644 Binary files a/mate/24x24/devices/multimedia-player.png and b/mate/24x24/devices/multimedia-player.png differ diff --git a/mate/24x24/devices/network-vpn.png b/mate/24x24/devices/network-vpn.png index 5ea124d..5f6d472 100644 Binary files a/mate/24x24/devices/network-vpn.png and b/mate/24x24/devices/network-vpn.png differ diff --git a/mate/24x24/devices/network-wired.png b/mate/24x24/devices/network-wired.png index 6614fa4..00eb2e9 100644 Binary files a/mate/24x24/devices/network-wired.png and b/mate/24x24/devices/network-wired.png differ diff --git a/mate/24x24/devices/network-wireless.png b/mate/24x24/devices/network-wireless.png index c6ea570..45f7b3c 100644 Binary files a/mate/24x24/devices/network-wireless.png and b/mate/24x24/devices/network-wireless.png differ diff --git a/mate/24x24/devices/pda.png b/mate/24x24/devices/pda.png index b352f1e..ad3b445 100644 Binary files a/mate/24x24/devices/pda.png and b/mate/24x24/devices/pda.png differ diff --git a/mate/24x24/devices/phone.png b/mate/24x24/devices/phone.png index 6373df5..f2d768c 100644 Binary files a/mate/24x24/devices/phone.png and b/mate/24x24/devices/phone.png differ diff --git a/mate/24x24/devices/printer-network.png b/mate/24x24/devices/printer-network.png index 1ffdec5..a30a16e 100644 Binary files a/mate/24x24/devices/printer-network.png and b/mate/24x24/devices/printer-network.png differ diff --git a/mate/24x24/devices/printer.png b/mate/24x24/devices/printer.png index bfea20d..ea82029 100644 Binary files a/mate/24x24/devices/printer.png and b/mate/24x24/devices/printer.png differ diff --git a/mate/24x24/devices/scanner.png b/mate/24x24/devices/scanner.png index b85c049..3ddd1ad 100644 Binary files a/mate/24x24/devices/scanner.png and b/mate/24x24/devices/scanner.png differ diff --git a/mate/24x24/devices/uninterruptible-power-supply.png b/mate/24x24/devices/uninterruptible-power-supply.png index 657b42a..6defbf5 100644 Binary files a/mate/24x24/devices/uninterruptible-power-supply.png and b/mate/24x24/devices/uninterruptible-power-supply.png differ diff --git a/mate/24x24/devices/video-display.png b/mate/24x24/devices/video-display.png index b93cafc..60252b0 100644 Binary files a/mate/24x24/devices/video-display.png and b/mate/24x24/devices/video-display.png differ -- cgit v1.2.1