Sleds/thirdparty/xpdf-3.03-dave/xpdf/dblRightArrow.xbm

7 lines
299 B
C
Raw Normal View History

2025-03-13 21:28:38 +00:00
#define dblRightArrow_width 16
#define dblRightArrow_height 15
static unsigned char dblRightArrow_bits[] = {
0x01, 0x01, 0x03, 0x03, 0x07, 0x07, 0x0f, 0x0f, 0x1f, 0x1f, 0x3f, 0x3f,
0x7f, 0x7f, 0xff, 0xff, 0x7f, 0x7f, 0x3f, 0x3f, 0x1f, 0x1f, 0x0f, 0x0f,
0x07, 0x07, 0x03, 0x03, 0x01, 0x01};