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

/* HS_FDIAGONAL normal - 45 degree upward hatch from left to right */

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

#define	hatchf_width	16
#define	hatchf_height	16
static char hatchf_bits[] = {
	0x22,0x22,0x11,0x11,0x88,0x88,0x44,0x44,
	0x22,0x22,0x11,0x11,0x88,0x88,0x44,0x44,
	0x22,0x22,0x11,0x11,0x88,0x88,0x44,0x44,
	0x22,0x22,0x11,0x11,0x88,0x88,0x44,0x44
};
