/usr/lib/swi-prolog/xpce/bitmaps/dir.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 dir_width 16
#define dir_height 14
static unsigned char dir_bits[] = {
0x00, 0x00, 0xf0, 0x01, 0x0e, 0x1e, 0x01, 0x20, 0x0f, 0x3e, 0xf1, 0x31,
0x01, 0x30, 0x01, 0x30, 0x01, 0x30, 0x01, 0x30, 0x01, 0x30, 0xff, 0x3f,
0xfe, 0x3f, 0x00, 0x00};
|