/usr/share/doc/axiom-doc/bitmaps/great=.bitmap is in axiom-hypertex-data 20140801-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #define not__width 16
#define not__height 16
#define not__x_hot -1
#define not__y_hot -1
static char not__bits[] = {
0x00, 0x00, 0x0c, 0x00, 0x30, 0x00, 0xc0, 0x00, 0x00, 0x03, 0x00, 0x0c,
0x00, 0x30, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x03, 0xc0, 0x00, 0x30, 0x00,
0x0c, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00};
|