/*--- icon data ( entry = 2 )---*/

/* id = 1024, size = 7 Byte */
unsigned char ICON00[] = {
	 0x07, 0x07, 0x00, 0x01,
	 0x83, 0x45, 0x29, 0x11, 0x29, 0x45, 0x83
} ;
/* id = 1025, size = 7 Byte */
unsigned char ICON01[] = {
	 0x07, 0x07, 0x00, 0x01,
	 0xf9, 0x89, 0xbf, 0xab, 0xfb, 0x23, 0x3f
} ;

int ICONmaxId = 513 ;
unsigned char *ICONTbl[] = {
	 ICON00, ICON01
} ;

