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

/* HS_CROSS normal - horizontal and vertical cross-hatch */

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

#define	hatchc_width		16
#define	hatchc_height	16
static char hatchc_bits[] = {
	0x22,0x22,0x22,0x22,0xFF,0xFF,0x22,0x22,
	0x22,0x22,0x22,0x22,0xFF,0xFF,0x22,0x22,
	0x22,0x22,0x22,0x22,0xFF,0xFF,0x22,0x22,
	0x22,0x22,0x22,0x22,0xFF,0xFF,0x22,0x22
};
