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

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

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

#define	hatchb_width	16
#define	hatchb_height	16
static char hatchb_bits[] = {
	0x22,0x22,0x44,0x44,0x88,0x88,0x11,0x11,
	0x22,0x22,0x44,0x44,0x88,0x88,0x11,0x11,
	0x22,0x22,0x44,0x44,0x88,0x88,0x11,0x11,
	0x22,0x22,0x44,0x44,0x88,0x88,0x11,0x11
};
