summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/edit-cancel.xpm
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-sheet/edit-cancel.xpm') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/edit-cancel.xpm25
1 files changed, 25 insertions, 0 deletions
diff --git a/noncore/apps/opie-sheet/edit-cancel.xpm b/noncore/apps/opie-sheet/edit-cancel.xpm
new file mode 100644
index 0000000..8e1606e
--- a/dev/null
+++ b/noncore/apps/opie-sheet/edit-cancel.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static const char *edit_cancel_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 3 1",
+". c red",
+"X c #ffffffffffff",
+" c None",
+/* pixels */
+" ",
+" ",
+" ..... ",
+" ......... ",
+" ........... ",
+" ..XX...XX.. ",
+" ...XXX.XXX... ",
+" ....XXXXX.... ",
+" .....XXX..... ",
+" ....XXXXX.... ",
+" ...XXX.XXX... ",
+" ..XX...XX.. ",
+" ........... ",
+" ......... ",
+" ..... ",
+" ",
+};