/usr/share/doc/axiom-doc/bitmaps/xxbox.bitmap is in axiom-hypertex-data 20140801-11.
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 | #define Xxbox_width 16
#define Xxbox_height 16
static char Xxbox_bits[] = {
0x00, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0xfc, 0x3f, 0x3c, 0x3c, 0x7c, 0x3e,
0xec, 0x37, 0xcc, 0x33, 0xcc, 0x33, 0xec, 0x37, 0x7c, 0x3e, 0x3c, 0x3c,
0xfc, 0x3f, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0x00};
|