/usr/share/doc/axiom-doc/bitmaps/infty.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 | #define infty_width 16
#define infty_height 16
#define infty_x_hot -1
#define infty_y_hot -1
static char infty_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x7c,
0xc6, 0xc6, 0x82, 0x83, 0x02, 0x81, 0x86, 0xc3, 0xcc, 0x66, 0x38, 0x1c,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|