summaryrefslogtreecommitdiff
path: root/icons/14x14-general/todo.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/14x14-general/todo.xpm')
-rw-r--r--icons/14x14-general/todo.xpm24
1 files changed, 24 insertions, 0 deletions
diff --git a/icons/14x14-general/todo.xpm b/icons/14x14-general/todo.xpm
new file mode 100644
index 0000000..ec67273
--- /dev/null
+++ b/icons/14x14-general/todo.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static char *todo14[] = {
+/* width height num_colors chars_per_pixel */
+" 14 14 3 1",
+/* colors */
+" c None",
+". c yellow",
+"# c black",
+/* pixels */
+" .... ",
+" ...... ",
+" ...##... ",
+" ....##.... ",
+" .####....... ",
+"..#.###..##...",
+".###########..",
+"...##....##...",
+"...###.....#..",
+" ..#.#..##... ",
+" .#.#.####. ",
+" ........ ",
+" ...... ",
+" .... ",
+};