/usr/share/tkgate-1.8.7/bitmaps/sim_pause.b is in tkgate-data 1.8.7-4.
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 | #define sim_pause_width 30
#define sim_pause_height 30
static unsigned char sim_pause_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00, 0xc0, 0x1f, 0xfe, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|