/usr/lib/swi-prolog/xpce/bitmaps/cycle.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 cycle.bm_width 16
#define cycle.bm_height 16
static char cycle.bm_bits[] = {
0xe0, 0x03, 0xf8, 0x0f, 0x1c, 0x5c, 0x0e, 0x78, 0x06, 0x70, 0x03, 0x78,
0x03, 0x00, 0x00, 0x00, 0x0f, 0x60, 0x07, 0x60, 0x0f, 0x30, 0x0d, 0x38,
0x18, 0x1c, 0xf8, 0x0f, 0xe0, 0x03, 0x00, 0x00};
|