#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/1st.brush */

static UWORD __chip st_data[60] = // note twice the actual size
	{
	/* Plane 0 */
		0x0000,
		0x0002,
		0x0002,
		0x0002,
		0x3102,
		0x3302,
		0x37F2,
		0x3FF2,
		0x37F2,
		0x3302,
		0x3102,
		0x0002,
		0x0002,
		0x0002,
		0x7FFE,
	/* Plane 1 */
		0xFFFE,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000,
		0x8000
	};


struct Image st_im =
	{
		0,0,
		15,15,
		2,
		&st_data[0],
		0x03,0x0,
		NULL
	};

struct Image st_imx =
	{
		0,0,
		15,15,
		2,
		&st_data[30],
		0x03,0x0,
		NULL
	};
