From d9f9a6449f377b4c933b75d57541b19c6d088994 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 17 Apr 1999 02:59:58 +0000 Subject: Initial revision --- (limited to 'pdf/xpdf/dblRightArrow.xbm') diff --git a/pdf/xpdf/dblRightArrow.xbm b/pdf/xpdf/dblRightArrow.xbm new file mode 100644 index 0000000..0072810 --- /dev/null +++ b/pdf/xpdf/dblRightArrow.xbm @@ -0,0 +1,6 @@ +#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}; -- cgit v0.9.1