summaryrefslogtreecommitdiff
path: root/mate/48x48/devices
diff options
context:
space:
mode:
Diffstat (limited to 'mate/48x48/devices')
-rw-r--r--mate/48x48/devices/Makefile.am239
-rw-r--r--mate/48x48/devices/ac-adapter.pngbin3368 -> 3166 bytes
-rw-r--r--mate/48x48/devices/audio-card.pngbin3020 -> 2893 bytes
-rw-r--r--mate/48x48/devices/audio-headphones.pngbin3166 -> 3142 bytes
-rw-r--r--mate/48x48/devices/audio-headset.pngbin2780 -> 2779 bytes
-rw-r--r--mate/48x48/devices/audio-input-microphone.pngbin3385 -> 3563 bytes
-rw-r--r--mate/48x48/devices/audio-speakers.pngbin3904 -> 3689 bytes
-rw-r--r--mate/48x48/devices/battery.pngbin1486 -> 1354 bytes
-rw-r--r--mate/48x48/devices/camera-photo.pngbin3378 -> 3509 bytes
-rw-r--r--mate/48x48/devices/camera-video.pngbin2498 -> 2482 bytes
-rw-r--r--mate/48x48/devices/camera-web.pngbin3352 -> 3332 bytes
-rw-r--r--mate/48x48/devices/computer.pngbin3328 -> 3223 bytes
-rw-r--r--mate/48x48/devices/drive-harddisk.pngbin2326 -> 2378 bytes
-rw-r--r--mate/48x48/devices/drive-multidisk.pngbin3564 -> 3437 bytes
-rw-r--r--mate/48x48/devices/drive-optical.pngbin2405 -> 2349 bytes
-rw-r--r--mate/48x48/devices/drive-removable-media.pngbin1632 -> 1531 bytes
-rw-r--r--mate/48x48/devices/input-dialpad.pngbin501 -> 474 bytes
-rw-r--r--mate/48x48/devices/input-gaming.pngbin2511 -> 2848 bytes
-rw-r--r--mate/48x48/devices/input-keyboard.pngbin1381 -> 1287 bytes
-rw-r--r--mate/48x48/devices/input-mouse.pngbin2688 -> 2926 bytes
-rw-r--r--mate/48x48/devices/input-tablet.pngbin2924 -> 2981 bytes
-rw-r--r--mate/48x48/devices/input-touchpad.pngbin1949 -> 1825 bytes
-rw-r--r--mate/48x48/devices/media-flash.pngbin2919 -> 2793 bytes
-rw-r--r--mate/48x48/devices/media-floppy.pngbin1822 -> 1685 bytes
-rw-r--r--mate/48x48/devices/media-optical.pngbin3997 -> 4028 bytes
-rw-r--r--mate/48x48/devices/media-removable.pngbin2800 -> 2594 bytes
-rw-r--r--mate/48x48/devices/media-tape.pngbin2195 -> 2162 bytes
-rw-r--r--mate/48x48/devices/modem.pngbin3019 -> 2916 bytes
-rw-r--r--mate/48x48/devices/multimedia-player.pngbin1824 -> 1671 bytes
-rw-r--r--mate/48x48/devices/network-vpn.pngbin2586 -> 2426 bytes
-rw-r--r--mate/48x48/devices/network-wired.pngbin3108 -> 3052 bytes
-rw-r--r--mate/48x48/devices/network-wireless.pngbin4747 -> 5014 bytes
-rw-r--r--mate/48x48/devices/pda.pngbin1728 -> 1682 bytes
-rw-r--r--mate/48x48/devices/phone.pngbin2352 -> 2614 bytes
-rw-r--r--mate/48x48/devices/printer-network.pngbin3220 -> 2776 bytes
-rw-r--r--mate/48x48/devices/printer.pngbin2453 -> 2239 bytes
-rw-r--r--mate/48x48/devices/scanner.pngbin2680 -> 2798 bytes
-rw-r--r--mate/48x48/devices/uninterruptible-power-supply.pngbin2366 -> 1942 bytes
-rw-r--r--mate/48x48/devices/video-display.pngbin2405 -> 2305 bytes
39 files changed, 239 insertions, 0 deletions
diff --git a/mate/48x48/devices/Makefile.am b/mate/48x48/devices/Makefile.am
new file mode 100644
index 0000000..08de1a1
--- /dev/null
+++ b/mate/48x48/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=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+audio-card.png: ../../../src/audio-card.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=297:202:345:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+audio-headphones.png: ../../../src/audio-headphones.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:501:344:549 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+audio-headset.png: ../../../src/audio-headphones.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+audio-input-microphone.png: ../../../src/audio-input-microphone.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+audio-speakers.png: ../../../src/audio-speakers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+battery.png: ../../../src/batteries.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+camera-photo.png: ../../../src/camera-photo.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+camera-video.png: ../../../src/camera-video.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+camera-web.png: ../../../src/camera-web.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+computer.png: ../../../src/computers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+drive-harddisk.png: ../../../src/drive-harddisk.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+drive-multidisk.png: ../../../src/drive-multidisk.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=297:197:345:245 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+drive-optical.png: ../../../src/drives.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+drive-removable-media.png: ../../../src/drives.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-dialpad.png: ../../../src/input-dialpad.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-gaming.png: ../../../src/input-gaming.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=336:225:385:273 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-keyboard.png: ../../../src/keyboards.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-mouse.png: ../../../src/input-mouse.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-tablet.png: ../../../src/input-tablet.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=297:201:345:249 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+input-touchpad.png: ../../../src/input-touchpad.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+media-flash.png: ../../../src/media-flash.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+media-floppy.png: ../../../src/media-floppy.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+media-optical.png: ../../../src/media-optical.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+media-removable.png: ../../../src/media-removable.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+media-tape.png: ../../../src/media-tape.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+multimedia-player.png: ../../../src/multimedia-player.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+modem.png: ../../../src/modem.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+network-vpn.png: ../../../src/network-vpn.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+network-wired.png: ../../../src/network-wired.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+network-wireless.png: ../../../src/network-wireless.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+pda.png: ../../../src/pda.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+phone.png: ../../../src/phone.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+printer.png: ../../../src/printers.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+printer-network.png: ../../../src/printer-network.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+scanner.png: ../../../src/scanner.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:201:344:249 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+uninterruptible-power-supply.png: ../../../src/uninterruptible-power-supply.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null
+ @mogrify -quiet -strip $@
+
+video-display.png: ../../../src/displays.svg
+ @echo " "$@
+ @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -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/48x48/devices/ac-adapter.png b/mate/48x48/devices/ac-adapter.png
index f74543a..e3e6164 100644
--- a/mate/48x48/devices/ac-adapter.png
+++ b/mate/48x48/devices/ac-adapter.png
Binary files differ
diff --git a/mate/48x48/devices/audio-card.png b/mate/48x48/devices/audio-card.png
index 92b4886..51cf266 100644
--- a/mate/48x48/devices/audio-card.png
+++ b/mate/48x48/devices/audio-card.png
Binary files differ
diff --git a/mate/48x48/devices/audio-headphones.png b/mate/48x48/devices/audio-headphones.png
index a3594a3..0277609 100644
--- a/mate/48x48/devices/audio-headphones.png
+++ b/mate/48x48/devices/audio-headphones.png
Binary files differ
diff --git a/mate/48x48/devices/audio-headset.png b/mate/48x48/devices/audio-headset.png
index 04c7697..f9b2e14 100644
--- a/mate/48x48/devices/audio-headset.png
+++ b/mate/48x48/devices/audio-headset.png
Binary files differ
diff --git a/mate/48x48/devices/audio-input-microphone.png b/mate/48x48/devices/audio-input-microphone.png
index 1067157..f14436b 100644
--- a/mate/48x48/devices/audio-input-microphone.png
+++ b/mate/48x48/devices/audio-input-microphone.png
Binary files differ
diff --git a/mate/48x48/devices/audio-speakers.png b/mate/48x48/devices/audio-speakers.png
index ccf7ec5..cc5f986 100644
--- a/mate/48x48/devices/audio-speakers.png
+++ b/mate/48x48/devices/audio-speakers.png
Binary files differ
diff --git a/mate/48x48/devices/battery.png b/mate/48x48/devices/battery.png
index 45b713e..26e8eef 100644
--- a/mate/48x48/devices/battery.png
+++ b/mate/48x48/devices/battery.png
Binary files differ
diff --git a/mate/48x48/devices/camera-photo.png b/mate/48x48/devices/camera-photo.png
index 8585d9c..c2b9db7 100644
--- a/mate/48x48/devices/camera-photo.png
+++ b/mate/48x48/devices/camera-photo.png
Binary files differ
diff --git a/mate/48x48/devices/camera-video.png b/mate/48x48/devices/camera-video.png
index c0f8f82..3872cf5 100644
--- a/mate/48x48/devices/camera-video.png
+++ b/mate/48x48/devices/camera-video.png
Binary files differ
diff --git a/mate/48x48/devices/camera-web.png b/mate/48x48/devices/camera-web.png
index de5bd7e..0eaefac 100644
--- a/mate/48x48/devices/camera-web.png
+++ b/mate/48x48/devices/camera-web.png
Binary files differ
diff --git a/mate/48x48/devices/computer.png b/mate/48x48/devices/computer.png
index bd8337b..bd6b369 100644
--- a/mate/48x48/devices/computer.png
+++ b/mate/48x48/devices/computer.png
Binary files differ
diff --git a/mate/48x48/devices/drive-harddisk.png b/mate/48x48/devices/drive-harddisk.png
index 087810c..2d44b5a 100644
--- a/mate/48x48/devices/drive-harddisk.png
+++ b/mate/48x48/devices/drive-harddisk.png
Binary files differ
diff --git a/mate/48x48/devices/drive-multidisk.png b/mate/48x48/devices/drive-multidisk.png
index b638db1..b996853 100644
--- a/mate/48x48/devices/drive-multidisk.png
+++ b/mate/48x48/devices/drive-multidisk.png
Binary files differ
diff --git a/mate/48x48/devices/drive-optical.png b/mate/48x48/devices/drive-optical.png
index 1d692f4..67c8f3d 100644
--- a/mate/48x48/devices/drive-optical.png
+++ b/mate/48x48/devices/drive-optical.png
Binary files differ
diff --git a/mate/48x48/devices/drive-removable-media.png b/mate/48x48/devices/drive-removable-media.png
index cacc022..07a3a45 100644
--- a/mate/48x48/devices/drive-removable-media.png
+++ b/mate/48x48/devices/drive-removable-media.png
Binary files differ
diff --git a/mate/48x48/devices/input-dialpad.png b/mate/48x48/devices/input-dialpad.png
index a69ae40..e7fddb5 100644
--- a/mate/48x48/devices/input-dialpad.png
+++ b/mate/48x48/devices/input-dialpad.png
Binary files differ
diff --git a/mate/48x48/devices/input-gaming.png b/mate/48x48/devices/input-gaming.png
index f8a6814..435c03d 100644
--- a/mate/48x48/devices/input-gaming.png
+++ b/mate/48x48/devices/input-gaming.png
Binary files differ
diff --git a/mate/48x48/devices/input-keyboard.png b/mate/48x48/devices/input-keyboard.png
index e6e01fa..5c3461a 100644
--- a/mate/48x48/devices/input-keyboard.png
+++ b/mate/48x48/devices/input-keyboard.png
Binary files differ
diff --git a/mate/48x48/devices/input-mouse.png b/mate/48x48/devices/input-mouse.png
index 6d6247d..53dc6f6 100644
--- a/mate/48x48/devices/input-mouse.png
+++ b/mate/48x48/devices/input-mouse.png
Binary files differ
diff --git a/mate/48x48/devices/input-tablet.png b/mate/48x48/devices/input-tablet.png
index 3b3b1aa..75007f2 100644
--- a/mate/48x48/devices/input-tablet.png
+++ b/mate/48x48/devices/input-tablet.png
Binary files differ
diff --git a/mate/48x48/devices/input-touchpad.png b/mate/48x48/devices/input-touchpad.png
index 79d42f6..5c135a0 100644
--- a/mate/48x48/devices/input-touchpad.png
+++ b/mate/48x48/devices/input-touchpad.png
Binary files differ
diff --git a/mate/48x48/devices/media-flash.png b/mate/48x48/devices/media-flash.png
index 8e625cc..18d3ecc 100644
--- a/mate/48x48/devices/media-flash.png
+++ b/mate/48x48/devices/media-flash.png
Binary files differ
diff --git a/mate/48x48/devices/media-floppy.png b/mate/48x48/devices/media-floppy.png
index 8bfd718..d94fbc2 100644
--- a/mate/48x48/devices/media-floppy.png
+++ b/mate/48x48/devices/media-floppy.png
Binary files differ
diff --git a/mate/48x48/devices/media-optical.png b/mate/48x48/devices/media-optical.png
index 9c241cd..6ea4cc8 100644
--- a/mate/48x48/devices/media-optical.png
+++ b/mate/48x48/devices/media-optical.png
Binary files differ
diff --git a/mate/48x48/devices/media-removable.png b/mate/48x48/devices/media-removable.png
index d137ec3..b68e592 100644
--- a/mate/48x48/devices/media-removable.png
+++ b/mate/48x48/devices/media-removable.png
Binary files differ
diff --git a/mate/48x48/devices/media-tape.png b/mate/48x48/devices/media-tape.png
index 98a6629..5025d15 100644
--- a/mate/48x48/devices/media-tape.png
+++ b/mate/48x48/devices/media-tape.png
Binary files differ
diff --git a/mate/48x48/devices/modem.png b/mate/48x48/devices/modem.png
index 3d9cb75..46466fa 100644
--- a/mate/48x48/devices/modem.png
+++ b/mate/48x48/devices/modem.png
Binary files differ
diff --git a/mate/48x48/devices/multimedia-player.png b/mate/48x48/devices/multimedia-player.png
index 533806c..cf0a474 100644
--- a/mate/48x48/devices/multimedia-player.png
+++ b/mate/48x48/devices/multimedia-player.png
Binary files differ
diff --git a/mate/48x48/devices/network-vpn.png b/mate/48x48/devices/network-vpn.png
index bec6d6c..89b4d06 100644
--- a/mate/48x48/devices/network-vpn.png
+++ b/mate/48x48/devices/network-vpn.png
Binary files differ
diff --git a/mate/48x48/devices/network-wired.png b/mate/48x48/devices/network-wired.png
index 3016281..8ce5b56 100644
--- a/mate/48x48/devices/network-wired.png
+++ b/mate/48x48/devices/network-wired.png
Binary files differ
diff --git a/mate/48x48/devices/network-wireless.png b/mate/48x48/devices/network-wireless.png
index b9f2527..90b398e 100644
--- a/mate/48x48/devices/network-wireless.png
+++ b/mate/48x48/devices/network-wireless.png
Binary files differ
diff --git a/mate/48x48/devices/pda.png b/mate/48x48/devices/pda.png
index 2a6554c..c86440b 100644
--- a/mate/48x48/devices/pda.png
+++ b/mate/48x48/devices/pda.png
Binary files differ
diff --git a/mate/48x48/devices/phone.png b/mate/48x48/devices/phone.png
index ee01faf..3ee65dd 100644
--- a/mate/48x48/devices/phone.png
+++ b/mate/48x48/devices/phone.png
Binary files differ
diff --git a/mate/48x48/devices/printer-network.png b/mate/48x48/devices/printer-network.png
index 836665d..6a48770 100644
--- a/mate/48x48/devices/printer-network.png
+++ b/mate/48x48/devices/printer-network.png
Binary files differ
diff --git a/mate/48x48/devices/printer.png b/mate/48x48/devices/printer.png
index bd6ad44..808ada2 100644
--- a/mate/48x48/devices/printer.png
+++ b/mate/48x48/devices/printer.png
Binary files differ
diff --git a/mate/48x48/devices/scanner.png b/mate/48x48/devices/scanner.png
index a7e5c18..24e2db4 100644
--- a/mate/48x48/devices/scanner.png
+++ b/mate/48x48/devices/scanner.png
Binary files differ
diff --git a/mate/48x48/devices/uninterruptible-power-supply.png b/mate/48x48/devices/uninterruptible-power-supply.png
index 7a6835c..ffb3e67 100644
--- a/mate/48x48/devices/uninterruptible-power-supply.png
+++ b/mate/48x48/devices/uninterruptible-power-supply.png
Binary files differ
diff --git a/mate/48x48/devices/video-display.png b/mate/48x48/devices/video-display.png
index c62d9b8..62da4ca 100644
--- a/mate/48x48/devices/video-display.png
+++ b/mate/48x48/devices/video-display.png
Binary files differ