/usr/lib/swi-prolog/xpce/bitmaps/file.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 file_width 16
#define file_height 14
static unsigned char file_bits[] = {
0xfc, 0x03, 0x04, 0x05, 0x04, 0x0d, 0x04, 0x0f, 0x74, 0x0c, 0x04, 0x0c,
0x04, 0x0c, 0xf4, 0x0d, 0x04, 0x0c, 0x04, 0x0c, 0xf4, 0x0c, 0x04, 0x0c,
0xfc, 0x0f, 0xf8, 0x0f};
|