/usr/share/doc/axiom-doc/bitmaps/nx.bitmap is in axiom-hypertex-data 20170501-3.
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 9 | #define nx_width 30
#define nx_height 16
static char nx_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0xa0, 0x33, 0x00, 0x00,
0xa0, 0x31, 0x00, 0x00, 0x80, 0x31, 0x00, 0x00, 0xc0, 0x30, 0x00, 0x00,
0xc0, 0x38, 0xd8, 0x01, 0xc0, 0x58, 0xfc, 0x01, 0xc0, 0x58, 0xb4, 0x01,
0x60, 0x38, 0x30, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x96, 0x00,
0x00, 0x00, 0x7e, 0x00};
|