diff options
Diffstat (limited to 'utils/prof/icons/delete.xbm')
-rw-r--r-- | utils/prof/icons/delete.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/prof/icons/delete.xbm b/utils/prof/icons/delete.xbm new file mode 100644 index 0000000000..166d605a5a --- /dev/null +++ b/utils/prof/icons/delete.xbm @@ -0,0 +1,8 @@ +#define delete_width 18 +#define delete_height 18 +static unsigned char delete_bits[] = { + 0xc0, 0x0f, 0x00, 0xe0, 0x1f, 0x00, 0xf0, 0x3f, 0x00, 0x38, 0x73, 0x00, + 0x38, 0x73, 0x00, 0xf8, 0x7f, 0x00, 0xf8, 0x7f, 0x00, 0xf0, 0x3f, 0x00, + 0xe0, 0x1f, 0x00, 0x80, 0x07, 0x00, 0x8c, 0xc7, 0x00, 0x0c, 0xc0, 0x00, + 0x70, 0x38, 0x00, 0x80, 0x07, 0x00, 0x70, 0x38, 0x00, 0x0c, 0xc0, 0x00, + 0x0c, 0xc0, 0x00, 0x00, 0x00, 0x00}; |