aboutsummaryrefslogtreecommitdiffstats
path: root/shell/check-filled.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'shell/check-filled.xpm')
-rw-r--r--shell/check-filled.xpm21
1 files changed, 21 insertions, 0 deletions
diff --git a/shell/check-filled.xpm b/shell/check-filled.xpm
new file mode 100644
index 0000000000..c0468fc25b
--- /dev/null
+++ b/shell/check-filled.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static const char * check_filled_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ............ ",
+" . . ",
+" . . . ",
+" . .. . ",
+" . ... . ",
+" . . ... . ",
+" . .. ... . ",
+" . ..... . ",
+" . ... . ",
+" . . . ",
+" . . ",
+" ............ ",
+" ",
+" "};