/*	Copyright (c) 1988 AT&T	*/
/*	  All Rights Reserved  	*/

/*	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T	*/
/*	The copyright notice above does not evidence any   	*/
/*	actual or intended publication of such source code.	*/

#ifndef	NOIDENT
#ident	"@(#)olbitmaps:bitmaps/cores	1.2.1.1"
#endif

#define cores_width 16
#define cores_height 16
static char cores_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x0e, 0x80, 0x1e, 0xa0, 0x38,
   0xb0, 0x58, 0x80, 0x98, 0xfe, 0x8d, 0x80, 0x4e, 0x0c, 0x47, 0x8c, 0x23,
   0xfc, 0x11, 0x78, 0x08, 0x10, 0x06, 0xe0, 0x01};
