/usr/share/pfm/arrow-end.xbm is in pfm 2.0.8-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | #define arrow_end_width 6
#define arrow_end_height 9
static unsigned char arrow_end_bits[] = {
0x21, 0x23, 0x27, 0x2f, 0x3f, 0x2f, 0x27, 0x23, 0x21 };
|