okular/xpdf/dblLeftArrow.xbm
Wilco Greven 42c3c82014 KPDF, a KDE PDF viewer based on XPDF.
svn path=/trunk/kdegraphics/kpdf/; revision=174591
2002-08-30 09:14:01 +00:00

7 lines
296 B
C

#define dblLeftArrow_width 16
#define dblLeftArrow_height 15
static unsigned char dblLeftArrow_bits[] = {
0x80, 0x80, 0xc0, 0xc0, 0xe0, 0xe0, 0xf0, 0xf0, 0xf8, 0xf8, 0xfc, 0xfc,
0xfe, 0xfe, 0xff, 0xff, 0xfe, 0xfe, 0xfc, 0xfc, 0xf8, 0xf8, 0xf0, 0xf0,
0xe0, 0xe0, 0xc0, 0xc0, 0x80, 0x80};