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

/* HS_HORIZONTAL inverse - horizontal hatch */

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

#define	ihatchh_width	16
#define	ihatchh_height	16
static char ihatchh_bits[] = {
	0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff,
	0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff,
	0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff,
	0xff,0xff,0xff,0xff,0x00,0x00,0xff,0xff
};
