/usr/share/tkgate/images/allleftarrow.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 allleftarrow_width 16
#define allleftarrow_height 16
static unsigned char allleftarrow_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x39, 0xe0, 0x1c,
0x70, 0x0e, 0x38, 0x07, 0x9c, 0x03, 0x38, 0x07, 0x70, 0x0e, 0xe0, 0x1c,
0xc0, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|