/usr/share/racket/pkgs/icons/trumpet.xbm is in racket-common 6.3-1.
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 trumpet_width 24
#define trumpet_height 24
static unsigned char trumpet_bits[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x40,0x00,0x00,0x60,
0x00,0x00,0x50,0x00,0x00,0x68,0x00,0x00,0x76,0x06,0xe0,0x7d,0xfa,0x4f,0x7f,
0xa6,0xbf,0x7f,0xfe,0x7f,0x7f,0x86,0xfa,0x7e,0xc0,0xe7,0x78,0xa0,0xc1,0x71,
0xe0,0xc0,0x61,0xe0,0x40,0x41,0xe0,0x40,0x41,0xc0,0xa1,0x00,0xc0,0xff,0x00,
0x80,0x7f,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|