summaryrefslogtreecommitdiff
path: root/img/last.xbm
blob: 39907a8734f7a5a0e368c95330f7b2e080d00159 (plain)
1
2
3
4
5
6
#define last_width 16
#define last_height 16
static unsigned char last_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x06, 0x0e, 0x0e, 0x1e, 0x1e,
   0x3e, 0x3e, 0x7e, 0x7e, 0x7e, 0x7e, 0x3e, 0x3e, 0x1e, 0x1e, 0x0e, 0x0e,
   0x06, 0x06, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00};