/usr/lib/swi-prolog/xpce/bitmaps/box.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 7 8 9 10 11 12 13 14 | #define box_width 32
#define box_height 32
static char box_bits[] = {
0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0xc1, 0xff, 0xff, 0x83,
0x41, 0x44, 0x44, 0x82, 0x41, 0x22, 0x22, 0x82, 0xc1, 0x88, 0x88, 0x82,
0x41, 0x11, 0x11, 0x83, 0x41, 0x44, 0x44, 0x82, 0x41, 0x22, 0x22, 0x82,
0xc1, 0x88, 0x88, 0x82, 0x41, 0x11, 0x11, 0x83, 0x41, 0x44, 0x44, 0x82,
0x41, 0x22, 0x22, 0x82, 0xc1, 0x88, 0x88, 0x82, 0x41, 0x11, 0x11, 0x83,
0x41, 0x44, 0x44, 0x82, 0x41, 0x22, 0x22, 0x82, 0xc1, 0xff, 0xff, 0x83,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80,
0x01, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff};
|