/usr/share/exmh/bitmaps/timer.bitmap is in exmh 1:2.8.0-6.
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 | #define timer_width 16
#define timer_height 16
#define timer_x_hot 7
#define timer_y_hot 8
static char timer_bits[] = {
0x00, 0x30, 0xe0, 0x73, 0xf8, 0xef, 0x1c, 0xdc, 0x06, 0x30, 0x06, 0x30,
0x03, 0x60, 0x03, 0x60, 0xfb, 0x60, 0x83, 0x60, 0x83, 0x60, 0x86, 0x30,
0x86, 0x30, 0x1c, 0x1c, 0xf8, 0x0f, 0xe0, 0x03};
|