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

/* HS_VERTICAL normal - vertical hatch */

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

#define	hatchv_width	16
#define	hatchv_height	16
static char hatchv_bits[] = {
	0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,
	0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,
	0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22,
	0x22,0x22,0x22,0x22,0x22,0x22,0x22,0x22
};
