1/*
2 * @(#)$Header: /mm2/home/cvs/bc-src/tgif/xbm/png.xbm,v 1.1 2004/06/18 23:18:45 william Exp $
3 */
4#define png_width 32
5#define png_height 20
6#define png_x_hot 0
7#define png_y_hot 0
8static unsigned char png_bits[] = {
9   0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x0f, 0x00, 0x80, 0x00, 0x18, 0x00,
10   0x80, 0x00, 0x28, 0x00, 0x80, 0x00, 0x48, 0x00, 0x80, 0x00, 0x88, 0x00,
11   0x80, 0x00, 0xf8, 0x01, 0x80, 0x00, 0x00, 0x01, 0x80, 0x00, 0x00, 0x01,
12   0x80, 0x4e, 0x32, 0x01, 0x80, 0xd2, 0x4a, 0x01, 0x80, 0xd2, 0x0a, 0x01,
13   0x80, 0xce, 0x6b, 0x01, 0x80, 0x42, 0x4b, 0x01, 0x80, 0x42, 0x4b, 0x01,
14   0x80, 0x42, 0x32, 0x01, 0x80, 0x00, 0x00, 0x01, 0x80, 0x00, 0x00, 0x01,
15   0x80, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00};
16