/usr/lib/swi-prolog/xpce/bitmaps/hand.bm is in swi-prolog-x 6.6.4-2ubuntu1.
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 hand_width 16
#define hand_height 16
static char hand_bits[] = {
0x00, 0x00, 0x60, 0x00, 0x90, 0x00, 0x90, 0x02, 0x94, 0x05, 0x9a, 0x04,
0x92, 0x1c, 0x92, 0x14, 0x92, 0x74, 0x92, 0x54, 0x12, 0x54, 0x02, 0x40,
0x04, 0x20, 0x08, 0x10, 0x08, 0x10, 0x00, 0x00};
|