/usr/share/tkgate/images/tap.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 | #define tap_width 15
#define tap_height 15
static unsigned char tap_bits[] = {
0x41, 0x1c, 0x63, 0x3e, 0x77, 0x7f, 0x77, 0x00, 0x77, 0x7f, 0x63, 0x3e,
0x41, 0x1c, 0x00, 0x00, 0x63, 0x3e, 0x77, 0x7f, 0x77, 0x7f, 0x77, 0x00,
0x77, 0x7f, 0x77, 0x7f, 0x63, 0x3e};
|