/usr/share/doc/axiom-doc/bitmaps/kappa.bitmap is in axiom-hypertex-data 20120501-8.
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 kappa_width 16
#define kappa_height 16
#define kappa_x_hot -1
#define kappa_y_hot -1
static char kappa_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x07, 0x98, 0x03,
0xd8, 0x01, 0xfc, 0x00, 0x7c, 0x00, 0x3c, 0x00, 0xec, 0x00, 0xce, 0x01,
0x86, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|