/*	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/spin	1.2.1.1"
#endif

#define spin_width 32
#define spin_height 32
static char spin_bits[] = {
   0xf0, 0xff, 0xfc, 0x1f, 0xfc, 0xff, 0xe1, 0x3f, 0x7e, 0xfc, 0x01, 0x7e,
   0x1f, 0xf0, 0x03, 0x78, 0x0f, 0xf0, 0x03, 0xf0, 0x07, 0xe0, 0x03, 0xe0,
   0x07, 0xe0, 0x07, 0xe0, 0x03, 0xc0, 0x07, 0xc0, 0x03, 0xc0, 0x07, 0xc0,
   0x03, 0xc0, 0x07, 0xc0, 0x03, 0xc0, 0x07, 0xe0, 0x01, 0xc0, 0x07, 0xe0,
   0x01, 0xc0, 0x07, 0xf8, 0xc1, 0xdf, 0x03, 0xfe, 0xf8, 0xff, 0xff, 0xff,
   0xfe, 0x7f, 0xfe, 0xff, 0xff, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0x1f,
   0x7f, 0xc0, 0xfb, 0x83, 0x1f, 0xe0, 0x03, 0x80, 0x07, 0xe0, 0x03, 0x80,
   0x07, 0xe0, 0x03, 0xc0, 0x03, 0xe0, 0x03, 0xc0, 0x03, 0xe0, 0x03, 0xc0,
   0x03, 0xe0, 0x03, 0xc0, 0x07, 0xe0, 0x07, 0xe0, 0x07, 0xc0, 0x07, 0xe0,
   0x0f, 0xc0, 0x0f, 0xf0, 0x1e, 0xc0, 0x0f, 0xf8, 0x7e, 0x80, 0x3f, 0x7e,
   0xfc, 0x87, 0xff, 0x3f, 0xf8, 0x3f, 0xff, 0x0f};
