/usr/lib/timidity/bitmaps/play.xbm is in timidity 2.13.2-40build2.
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 | #define play_width 22
#define play_height 22
static unsigned char play_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0xc0, 0x03, 0x00,
0xc0, 0x0f, 0x00, 0xc0, 0x3f, 0x00, 0xc0, 0xff, 0x00, 0xc0, 0xff, 0x00,
0xc0, 0x3f, 0x00, 0xc0, 0x0f, 0x00, 0xc0, 0x03, 0x00, 0xc0, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|