aboutsummaryrefslogtreecommitdiffstats
path: root/filter/check.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'filter/check.xpm')
-rwxr-xr-xfilter/check.xpm22
1 files changed, 22 insertions, 0 deletions
diff --git a/filter/check.xpm b/filter/check.xpm
new file mode 100755
index 0000000000..74f9b56122
--- /dev/null
+++ b/filter/check.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * check_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" .............. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .+++++++++.++. ",
+" .++++++++..++. ",
+" .+++++++...++. ",
+" .++.+++...+++. ",
+" .++..+...++++. ",
+" .++.....+++++. ",
+" .+++...++++++. ",
+" .++++.+++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .............. ",
+" "};