/usr/share/tkgate/images/iodarrow.b is in tkgate-data 2.0~b10-4.
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 iodarrow_width 29
#define iodarrow_height 13
static unsigned char iodarrow_bits[] = {
0x04, 0x04, 0x45, 0x04, 0x06, 0x84, 0x8d, 0x02, 0x7f, 0xc4, 0x1f, 0x01,
0x06, 0x84, 0x8d, 0x02, 0x04, 0x1f, 0x45, 0x04, 0x00, 0x0e, 0x00, 0x00,
0x04, 0x04, 0x01, 0x00, 0x0e, 0x80, 0x03, 0x00, 0x1f, 0xc4, 0x07, 0x00,
0x04, 0x0c, 0x01, 0x00, 0xc4, 0xdf, 0x07, 0x00, 0x04, 0x8c, 0x03, 0x00,
0x04, 0x04, 0x01, 0x00};
|