/* SccsID = @(#)ihatchd	1.1 12/18/90 Copyright Insignia Solutions Ltd. */

/* HS_DIAGCROSS inverse - 45 degree cross hatch */

/* this file can be edited using the bitmap(1) editor */

#define	ihatchd_width	16
#define	ihatchd_height	16
static char ihatchd_bits[] = {
	0xdd,0xdd,0xaa,0xaa,0x77,0x77,0xaa,0xaa,
	0xdd,0xdd,0xaa,0xaa,0x77,0x77,0xaa,0xaa,
	0xdd,0xdd,0xaa,0xaa,0x77,0x77,0xaa,0xaa,
	0xdd,0xdd,0xaa,0xaa,0x77,0x77,0xaa,0xaa
};
