/usr/share/cgnstools/cgnsplot-icon.xbm is in cgns-convert 3.3.0-5.
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 14 | #define ploticon_width 32
#define ploticon_height 32
static unsigned char ploticon_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x3c, 0x00,
0x00, 0x00, 0x5e, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x5f, 0x00,
0x00, 0x00, 0xbf, 0x00, 0x00, 0x80, 0x5f, 0x01, 0x00, 0xc0, 0xbf, 0x00,
0x00, 0xc0, 0x5f, 0x01, 0x00, 0xe0, 0xbf, 0x02, 0x00, 0xe0, 0x5f, 0x01,
0x00, 0xf0, 0xbf, 0x02, 0x00, 0xc0, 0x5f, 0x01, 0x00, 0x00, 0xbf, 0x00,
0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x10, 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, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|