/*
** Info/Debug Window Icon
*/

const ULONG infoicon_colors[48] =
{
	0xdfdfdfdf,0xcacacaca,0xcacacaca,
	0x00000000,0x00000000,0x00000000,
	0xffffffff,0xffffffff,0xffffffff,
	0x3d3d3d3d,0x65656565,0xa2a2a2a2,
	0xa2a2a2a2,0x92929292,0x82828282,
	0xaeaeaeae,0x4d4d4d4d,0xb2b2b2b2,
	0xe7e7e7e7,0xaaaaaaaa,0x55555555,
	0xd6d6d6d6,0x59595959,0x59595959,
	0x00000000,0x45454545,0x79797979,
	0x61616161,0x61616161,0x61616161,
	0x8e8e8e8e,0x8e8e8e8e,0x8e8e8e8e,
	0xcacacaca,0xb6b6b6b6,0xa2a2a2a2,
	0x24242424,0x92929292,0x65656565,
	0xa2a2a2a2,0xa2a2a2a2,0xa2a2a2a2,
	0xcececece,0xcececece,0xcececece,
	0xacacacac,0xacacacac,0xacacacac
};

#define INFOICON_WIDTH        26
#define INFOICON_HEIGHT       20
#define INFOICON_DEPTH         4
#define INFOICON_COMPRESSION   1
#define INFOICON_MASKING       2

const UBYTE infoicon_body[362] = {
0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x1e,0x00,0x00,0x03,0x00,
0x21,0x00,0x00,0xfd,0x00,0x03,0x00,0x3f,0x00,0x00,0x03,0x03,0xf1,0xf8,0x00,
0x03,0x04,0x0e,0x00,0x00,0x03,0x00,0x1c,0x00,0x00,0x03,0x07,0xfe,0xf8,0x00,
0x03,0x07,0x60,0xb8,0x00,0x03,0x03,0x9f,0x70,0x00,0x03,0x00,0x32,0x00,0x00,
0x03,0x07,0xff,0x70,0x00,0x03,0x07,0xc1,0xe8,0x00,0x03,0x02,0x3e,0x00,0x00,
0x03,0x00,0x3f,0x10,0x00,0x03,0x07,0xff,0x60,0x00,0x03,0x07,0x7f,0xa8,0x00,
0x03,0x02,0x80,0x40,0x00,0xff,0x00,0x01,0x10,0x00,0x03,0x07,0x6a,0x40,0x00,
0x03,0x07,0x00,0x28,0x00,0x03,0x02,0xff,0xc0,0x00,0x03,0x00,0x3f,0xd0,0x00,
0x03,0x07,0x3f,0xc0,0x00,0x03,0x07,0x00,0x28,0x00,0x03,0x02,0xff,0xc0,0x00,
0xff,0x00,0x01,0x10,0x00,0x00,0x07,0xfe,0x00,0x03,0x07,0x60,0x28,0x00,0x03,
0x02,0x9f,0xc0,0x00,0x03,0x00,0x60,0x10,0x00,0x03,0x07,0x60,0x00,0x00,0x03,
0x07,0x03,0x28,0x00,0x03,0x02,0xfc,0xc0,0x00,0x03,0x00,0x67,0x90,0x00,0x03,
0x07,0x77,0x80,0x00,0x03,0x07,0x00,0x28,0x00,0x03,0x02,0xff,0xc0,0x00,0xff,
0x00,0x01,0x10,0x00,0x00,0x07,0xfe,0x00,0x03,0x07,0x55,0x28,0x00,0x03,0x02,
0xaa,0xc0,0x00,0x03,0x00,0x57,0x50,0x00,0x03,0x07,0x57,0x40,0x00,0x03,0x07,
0x2a,0x68,0x00,0x03,0x02,0xd5,0x80,0x00,0x03,0x00,0x7a,0xd0,0x00,0x03,0x07,
0x7a,0xc0,0x00,0x03,0x07,0x55,0xa8,0x00,0x03,0x02,0xaa,0x40,0x00,0x03,0x00,
0x54,0x90,0x00,0x03,0x07,0x55,0xc0,0x00,0x03,0x07,0x21,0x68,0x00,0x03,0x02,
0xde,0x80,0x00,0x03,0x00,0x6a,0x10,0x00,0x03,0x07,0x6b,0xc0,0x00,0x03,0x07,
0x03,0xe8,0x00,0x03,0x02,0xfc,0x00,0x00,0x03,0x00,0x06,0x10,0x00,0x03,0x07,
0x06,0x20,0x00,0x03,0x07,0xff,0xc8,0x00,0x00,0x02,0xfe,0x00,0xff,0x00,0x01,
0x30,0x00,0x03,0x07,0x00,0xc0,0x00,0x03,0x06,0x00,0x08,0x00,0x00,0x02,0xfe,
0x00,0x03,0x01,0xff,0xf0,0x00,0x00,0x06,0xfe,0x00,0x03,0x07,0xff,0xf8,0x00,
0xfd,0x00,0xfd,0x00,0x03,0x04,0x00,0x08,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,
0xfd,0x00
};
