summaryrefslogtreecommitdiff
path: root/mate/24x24/devices
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-26 17:27:58 +0100
committerraveit65 <[email protected]>2019-03-30 18:01:00 +0100
commitc8ac150b8a7aca83fb984eac0b2619b4daf30071 (patch)
tree20601748ee1d50537a41371fbac453b404dec1b0 /mate/24x24/devices
parentc236eabf6ac46e88f474578ecdfa5b10556ea1f4 (diff)
downloadmate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.bz2
mate-icon-theme-c8ac150b8a7aca83fb984eac0b2619b4daf30071.tar.xz
Gen png icons from source. Mate: apps, categories & devices
clean & build: make -C mate clean-png-icons make -C mate build-png-icons
Diffstat (limited to 'mate/24x24/devices')
-rw-r--r--mate/24x24/devices/Makefile.am239
-rw-r--r--mate/24x24/devices/ac-adapter.pngbin1004 -> 1344 bytes
-rw-r--r--mate/24x24/devices/audio-card.pngbin1414 -> 1394 bytes
-rw-r--r--mate/24x24/devices/audio-headphones.pngbin1205 -> 1348 bytes
-rw-r--r--mate/24x24/devices/audio-headset.pngbin1293 -> 1215 bytes
-rw-r--r--mate/24x24/devices/audio-input-microphone.pngbin1232 -> 1243 bytes
-rw-r--r--mate/24x24/devices/audio-speakers.pngbin1444 -> 1428 bytes
-rw-r--r--mate/24x24/devices/battery.pngbin579 -> 767 bytes
-rw-r--r--mate/24x24/devices/camera-photo.pngbin1491 -> 1285 bytes
-rw-r--r--mate/24x24/devices/camera-video.pngbin1376 -> 1433 bytes
-rw-r--r--mate/24x24/devices/camera-web.pngbin1436 -> 1447 bytes
-rw-r--r--mate/24x24/devices/computer.pngbin1298 -> 1380 bytes
-rw-r--r--mate/24x24/devices/drive-harddisk.pngbin1247 -> 1185 bytes
-rw-r--r--mate/24x24/devices/drive-multidisk.pngbin1199 -> 1413 bytes
-rw-r--r--mate/24x24/devices/drive-optical.pngbin1300 -> 1326 bytes
-rw-r--r--mate/24x24/devices/drive-removable-media.pngbin895 -> 998 bytes
-rw-r--r--mate/24x24/devices/input-dialpad.pngbin266 -> 1365 bytes
-rw-r--r--mate/24x24/devices/input-gaming.pngbin1252 -> 1274 bytes
-rw-r--r--mate/24x24/devices/input-keyboard.pngbin840 -> 780 bytes
-rw-r--r--mate/24x24/devices/input-mouse.pngbin1387 -> 1285 bytes
-rw-r--r--mate/24x24/devices/input-tablet.pngbin780 -> 1287 bytes
-rw-r--r--mate/24x24/devices/input-touchpad.pngbin998 -> 1392 bytes
-rw-r--r--mate/24x24/devices/media-flash.pngbin978 -> 1031 bytes
-rw-r--r--mate/24x24/devices/media-floppy.pngbin962 -> 957 bytes
-rw-r--r--mate/24x24/devices/media-optical.pngbin1520 -> 1514 bytes
-rw-r--r--mate/24x24/devices/media-removable.pngbin1048 -> 1105 bytes
-rw-r--r--mate/24x24/devices/media-tape.pngbin1043 -> 948 bytes
-rw-r--r--mate/24x24/devices/modem.pngbin1359 -> 1563 bytes
-rw-r--r--mate/24x24/devices/multimedia-player.pngbin801 -> 1203 bytes
-rw-r--r--mate/24x24/devices/network-vpn.pngbin978 -> 1207 bytes
-rw-r--r--mate/24x24/devices/network-wired.pngbin846 -> 1427 bytes
-rw-r--r--mate/24x24/devices/network-wireless.pngbin1455 -> 1827 bytes
-rw-r--r--mate/24x24/devices/pda.pngbin789 -> 1017 bytes
-rw-r--r--mate/24x24/devices/phone.pngbin1024 -> 1310 bytes
-rw-r--r--mate/24x24/devices/printer-network.pngbin1560 -> 1347 bytes
-rw-r--r--mate/24x24/devices/printer.pngbin1148 -> 1261 bytes
-rw-r--r--mate/24x24/devices/scanner.pngbin1196 -> 1359 bytes
-rw-r--r--mate/24x24/devices/uninterruptible-power-supply.pngbin1219 -> 1206 bytes
-rw-r--r--mate/24x24/devices/video-display.pngbin1118 -> 1228 bytes
39 files changed, 239 insertions, 0 deletions
diff --git a/mate/24x24/devices/Makefile.am b/mate/24x24/devices/Makefile.am
new file mode 100644
index 0000000..95c2220
--- /dev/null
+++ b/mate/24x24/devices/Makefile.am
@@ -0,0 +1,239 @@
+NULL =
+
+png_icons = \
+ ac-adapter.png \
+ audio-card.png \
+ audio-headphones.png \
+ audio-headset.png \
+ audio-input-microphone.png \
+ audio-speakers.png \
+ battery.png \
+ camera-photo.png \
+ camera-video.png \
+ camera-web.png \
+ computer.png \
+ drive-harddisk.png \
+ drive-multidisk.png \
+ drive-optical.png \
+ drive-removable-media.png \
+ input-dialpad.png \
+ input-gaming.png \
+ input-keyboard.png \
+ input-mouse.png \
+ input-tablet.png \
+ input-touchpad.png \
+ media-flash.png \
+ media-floppy.png \
+ media-optical.png \
+ media-removable.png \
+ media-tape.png \
+ multimedia-player.png \
+ modem.png \
+ network-vpn.png \
+ network-wired.png \
+ network-wireless.png \
+ pda.png \
+ phone.png \
+ printer.png \
+ printer-network.png \
+ scanner.png \
+ uninterruptible-power-supply.png \
+ video-display.png \
+ $(NULL)
+
+ac-adapter.png: ../../../src/batteries.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 $@
+
+audio-card.png: ../../../src/audio-card.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 $@
+
+audio-headphones.png: ../../../src/audio-headphones.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=303:440:335:472 -w=24 -h=24 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --convert-dpi-method=scale-document -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 --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/devices/ac-adapter.png b/mate/24x24/devices/ac-adapter.png
index ec59cd0..6764e7e 100644
--- a/mate/24x24/devices/ac-adapter.png
+++ b/mate/24x24/devices/ac-adapter.png
Binary files differ
diff --git a/mate/24x24/devices/audio-card.png b/mate/24x24/devices/audio-card.png
index 796b0e6..a0861f9 100644
--- a/mate/24x24/devices/audio-card.png
+++ b/mate/24x24/devices/audio-card.png
Binary files differ
diff --git a/mate/24x24/devices/audio-headphones.png b/mate/24x24/devices/audio-headphones.png
index a017f13..91c9631 100644
--- a/mate/24x24/devices/audio-headphones.png
+++ b/mate/24x24/devices/audio-headphones.png
Binary files differ
diff --git a/mate/24x24/devices/audio-headset.png b/mate/24x24/devices/audio-headset.png
index 7397540..dab25dd 100644
--- a/mate/24x24/devices/audio-headset.png
+++ b/mate/24x24/devices/audio-headset.png
Binary files differ
diff --git a/mate/24x24/devices/audio-input-microphone.png b/mate/24x24/devices/audio-input-microphone.png
index 204a23d..0874c26 100644
--- a/mate/24x24/devices/audio-input-microphone.png
+++ b/mate/24x24/devices/audio-input-microphone.png
Binary files differ
diff --git a/mate/24x24/devices/audio-speakers.png b/mate/24x24/devices/audio-speakers.png
index 41ce4a5..65ab161 100644
--- a/mate/24x24/devices/audio-speakers.png
+++ b/mate/24x24/devices/audio-speakers.png
Binary files differ
diff --git a/mate/24x24/devices/battery.png b/mate/24x24/devices/battery.png
index 13be903..c776f62 100644
--- a/mate/24x24/devices/battery.png
+++ b/mate/24x24/devices/battery.png
Binary files differ
diff --git a/mate/24x24/devices/camera-photo.png b/mate/24x24/devices/camera-photo.png
index 5f39a04..32c9623 100644
--- a/mate/24x24/devices/camera-photo.png
+++ b/mate/24x24/devices/camera-photo.png
Binary files differ
diff --git a/mate/24x24/devices/camera-video.png b/mate/24x24/devices/camera-video.png
index ab75e95..7f470d6 100644
--- a/mate/24x24/devices/camera-video.png
+++ b/mate/24x24/devices/camera-video.png
Binary files differ
diff --git a/mate/24x24/devices/camera-web.png b/mate/24x24/devices/camera-web.png
index 42ec818..0fc4281 100644
--- a/mate/24x24/devices/camera-web.png
+++ b/mate/24x24/devices/camera-web.png
Binary files differ
diff --git a/mate/24x24/devices/computer.png b/mate/24x24/devices/computer.png
index 5a2dc85..67bdc75 100644
--- a/mate/24x24/devices/computer.png
+++ b/mate/24x24/devices/computer.png
Binary files differ
diff --git a/mate/24x24/devices/drive-harddisk.png b/mate/24x24/devices/drive-harddisk.png
index 22bcac5..4361144 100644
--- a/mate/24x24/devices/drive-harddisk.png
+++ b/mate/24x24/devices/drive-harddisk.png
Binary files differ
diff --git a/mate/24x24/devices/drive-multidisk.png b/mate/24x24/devices/drive-multidisk.png
index f495204..ca4737d 100644
--- a/mate/24x24/devices/drive-multidisk.png
+++ b/mate/24x24/devices/drive-multidisk.png
Binary files differ
diff --git a/mate/24x24/devices/drive-optical.png b/mate/24x24/devices/drive-optical.png
index 28498c3..4fa7d64 100644
--- a/mate/24x24/devices/drive-optical.png
+++ b/mate/24x24/devices/drive-optical.png
Binary files differ
diff --git a/mate/24x24/devices/drive-removable-media.png b/mate/24x24/devices/drive-removable-media.png
index 87ed77a..8e042dd 100644
--- a/mate/24x24/devices/drive-removable-media.png
+++ b/mate/24x24/devices/drive-removable-media.png
Binary files differ
diff --git a/mate/24x24/devices/input-dialpad.png b/mate/24x24/devices/input-dialpad.png
index 61eb153..d55623a 100644
--- a/mate/24x24/devices/input-dialpad.png
+++ b/mate/24x24/devices/input-dialpad.png
Binary files differ
diff --git a/mate/24x24/devices/input-gaming.png b/mate/24x24/devices/input-gaming.png
index 41f4921..bb2c2b7 100644
--- a/mate/24x24/devices/input-gaming.png
+++ b/mate/24x24/devices/input-gaming.png
Binary files differ
diff --git a/mate/24x24/devices/input-keyboard.png b/mate/24x24/devices/input-keyboard.png
index 7cb8344..8aa595b 100644
--- a/mate/24x24/devices/input-keyboard.png
+++ b/mate/24x24/devices/input-keyboard.png
Binary files differ
diff --git a/mate/24x24/devices/input-mouse.png b/mate/24x24/devices/input-mouse.png
index 7a158b9..45f9009 100644
--- a/mate/24x24/devices/input-mouse.png
+++ b/mate/24x24/devices/input-mouse.png
Binary files differ
diff --git a/mate/24x24/devices/input-tablet.png b/mate/24x24/devices/input-tablet.png
index 985c182..acdac51 100644
--- a/mate/24x24/devices/input-tablet.png
+++ b/mate/24x24/devices/input-tablet.png
Binary files differ
diff --git a/mate/24x24/devices/input-touchpad.png b/mate/24x24/devices/input-touchpad.png
index f59b05f..475a5b8 100644
--- a/mate/24x24/devices/input-touchpad.png
+++ b/mate/24x24/devices/input-touchpad.png
Binary files differ
diff --git a/mate/24x24/devices/media-flash.png b/mate/24x24/devices/media-flash.png
index 92ea3e6..4f3ab37 100644
--- a/mate/24x24/devices/media-flash.png
+++ b/mate/24x24/devices/media-flash.png
Binary files differ
diff --git a/mate/24x24/devices/media-floppy.png b/mate/24x24/devices/media-floppy.png
index 431e838..8ff1ad9 100644
--- a/mate/24x24/devices/media-floppy.png
+++ b/mate/24x24/devices/media-floppy.png
Binary files differ
diff --git a/mate/24x24/devices/media-optical.png b/mate/24x24/devices/media-optical.png
index 62d3caa..4386308 100644
--- a/mate/24x24/devices/media-optical.png
+++ b/mate/24x24/devices/media-optical.png
Binary files differ
diff --git a/mate/24x24/devices/media-removable.png b/mate/24x24/devices/media-removable.png
index 3d65b7b..bd84aa4 100644
--- a/mate/24x24/devices/media-removable.png
+++ b/mate/24x24/devices/media-removable.png
Binary files differ
diff --git a/mate/24x24/devices/media-tape.png b/mate/24x24/devices/media-tape.png
index 131f8d0..4e115a1 100644
--- a/mate/24x24/devices/media-tape.png
+++ b/mate/24x24/devices/media-tape.png
Binary files differ
diff --git a/mate/24x24/devices/modem.png b/mate/24x24/devices/modem.png
index 27d6cc3..0b12e34 100644
--- a/mate/24x24/devices/modem.png
+++ b/mate/24x24/devices/modem.png
Binary files differ
diff --git a/mate/24x24/devices/multimedia-player.png b/mate/24x24/devices/multimedia-player.png
index 53e923b..e283aa3 100644
--- a/mate/24x24/devices/multimedia-player.png
+++ b/mate/24x24/devices/multimedia-player.png
Binary files differ
diff --git a/mate/24x24/devices/network-vpn.png b/mate/24x24/devices/network-vpn.png
index bf32a3e..5ea124d 100644
--- a/mate/24x24/devices/network-vpn.png
+++ b/mate/24x24/devices/network-vpn.png
Binary files differ
diff --git a/mate/24x24/devices/network-wired.png b/mate/24x24/devices/network-wired.png
index fcf1a75..6614fa4 100644
--- a/mate/24x24/devices/network-wired.png
+++ b/mate/24x24/devices/network-wired.png
Binary files differ
diff --git a/mate/24x24/devices/network-wireless.png b/mate/24x24/devices/network-wireless.png
index 4b64a23..c6ea570 100644
--- a/mate/24x24/devices/network-wireless.png
+++ b/mate/24x24/devices/network-wireless.png
Binary files differ
diff --git a/mate/24x24/devices/pda.png b/mate/24x24/devices/pda.png
index 87b2b45..b352f1e 100644
--- a/mate/24x24/devices/pda.png
+++ b/mate/24x24/devices/pda.png
Binary files differ
diff --git a/mate/24x24/devices/phone.png b/mate/24x24/devices/phone.png
index 55e6e53..6373df5 100644
--- a/mate/24x24/devices/phone.png
+++ b/mate/24x24/devices/phone.png
Binary files differ
diff --git a/mate/24x24/devices/printer-network.png b/mate/24x24/devices/printer-network.png
index 3c8d449..1ffdec5 100644
--- a/mate/24x24/devices/printer-network.png
+++ b/mate/24x24/devices/printer-network.png
Binary files differ
diff --git a/mate/24x24/devices/printer.png b/mate/24x24/devices/printer.png
index 588c6a1..bfea20d 100644
--- a/mate/24x24/devices/printer.png
+++ b/mate/24x24/devices/printer.png
Binary files differ
diff --git a/mate/24x24/devices/scanner.png b/mate/24x24/devices/scanner.png
index 9da2c79..b85c049 100644
--- a/mate/24x24/devices/scanner.png
+++ b/mate/24x24/devices/scanner.png
Binary files differ
diff --git a/mate/24x24/devices/uninterruptible-power-supply.png b/mate/24x24/devices/uninterruptible-power-supply.png
index 70d0778..657b42a 100644
--- a/mate/24x24/devices/uninterruptible-power-supply.png
+++ b/mate/24x24/devices/uninterruptible-power-supply.png
Binary files differ
diff --git a/mate/24x24/devices/video-display.png b/mate/24x24/devices/video-display.png
index b3c4503..b93cafc 100644
--- a/mate/24x24/devices/video-display.png
+++ b/mate/24x24/devices/video-display.png
Binary files differ