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

/* HS_BDIAGONAL inverse - 45 degree downward hatch from left to right */

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

#define	ihatchb_width	16
#define	ihatchb_height	16
static char ihatchb_bits[] = {
	0xdd,0xdd,0xbb,0xbb,0x77,0x77,0xee,0xee,
	0xdd,0xdd,0xbb,0xbb,0x77,0x77,0xee,0xee,
	0xdd,0xdd,0xbb,0xbb,0x77,0x77,0xee,0xee,
	0xdd,0xdd,0xbb,0xbb,0x77,0x77,0xee,0xee
};
