/usr/share/doc/axiom-doc/bitmaps/pick.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 | #define pick_width 16
#define pick_height 16
static char pick_bits[] = {
0xaa, 0xaa, 0xfd, 0x5f, 0xae, 0x8a, 0x55, 0x55, 0xae, 0x8a, 0x55, 0x5d,
0xae, 0x8e, 0x55, 0x57, 0xbe, 0x8b, 0xf5, 0x55, 0xee, 0x8a, 0x55, 0x55,
0xae, 0x8a, 0x01, 0x40, 0xaa, 0xaa, 0x55, 0x55};
|