aboutsummaryrefslogtreecommitdiffhomepage
path: root/pixmaps/unselect_all.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps/unselect_all.xpm')
-rwxr-xr-xpixmaps/unselect_all.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/pixmaps/unselect_all.xpm b/pixmaps/unselect_all.xpm
new file mode 100755
index 0000000..c8db0b1
--- /dev/null
+++ b/pixmaps/unselect_all.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * unselect_all_xpm[] = {
+"20 20 4 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #606060",
+" ",
+" ",
+" ................ ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" ................ ",
+" ",
+" "};