/usr/share/racket/pkgs/icons/reset.xbm is in racket-common 6.7-3.
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 reset_width 16
#define reset_height 16
static unsigned char reset_bits[] = {
0x01, 0x80, 0x03, 0x00, 0x06, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x30, 0x00,
0x60, 0x00, 0xc0, 0x00, 0x80, 0x01, 0x00, 0x03, 0x00, 0x06, 0x00, 0x0c,
0x00, 0x18, 0x00, 0x30, 0x00, 0x60, 0x00, 0xc0, };
|