diff options
Diffstat (limited to 'utils/prof/icons/compress.xbm')
-rw-r--r-- | utils/prof/icons/compress.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/prof/icons/compress.xbm b/utils/prof/icons/compress.xbm new file mode 100644 index 0000000000..39ff2f828e --- /dev/null +++ b/utils/prof/icons/compress.xbm @@ -0,0 +1,8 @@ +#define compress_width 18 +#define compress_height 18 +static unsigned char compress_bits[] = { + 0x03, 0x00, 0x03, 0x07, 0x80, 0x03, 0x0e, 0xc0, 0x01, 0x9c, 0xe4, 0x00, + 0xb8, 0x74, 0x00, 0xf0, 0x3c, 0x00, 0xe0, 0x1c, 0x00, 0xf8, 0x7c, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x7c, 0x00, 0xe0, 0x1c, 0x00, + 0xf0, 0x3c, 0x00, 0xb8, 0x74, 0x00, 0x9c, 0xe4, 0x00, 0x0e, 0xc0, 0x01, + 0x07, 0x80, 0x03, 0x03, 0x00, 0x03}; |