This file is indexed.

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