mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-03 19:54:24 +08:00
10 lines
453 B
C
10 lines
453 B
C
#define aro5_width 22
|
|
#define aro5_height 20
|
|
static char aro5_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x00, 0x80, 0x61, 0x00,
|
|
0x60, 0x80, 0x01, 0x18, 0x00, 0x06, 0x04, 0x00, 0x08, 0x14, 0x00, 0x0A,
|
|
0x24, 0x00, 0x19, 0x28, 0x00, 0x05, 0x48, 0x80, 0x04, 0x50, 0x80, 0x06,
|
|
0x90, 0x40, 0x06, 0xA0, 0x40, 0x01, 0x20, 0x00, 0x03, 0xC0, 0xFF, 0x00,
|
|
0x00, 0xAA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
};
|