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

/* HS_HORIZONTAL normal - horizontal hatch */

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

#define	hatchh_width	16
#define	hatchh_height	16
static char hatchh_bits[] = {
	0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,
	0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,
	0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,
	0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00
};
