From f140a1642ebfde198946ad6760c1003c1cb9a8c3 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sat, 11 Aug 2012 02:40:34 +0200 Subject: scripts --- bin/icons/arch.xbm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/icons/arch.xbm (limited to 'bin/icons/arch.xbm') diff --git a/bin/icons/arch.xbm b/bin/icons/arch.xbm new file mode 100644 index 0000000..11cfe5a --- /dev/null +++ b/bin/icons/arch.xbm @@ -0,0 +1,4 @@ +#define arch_width 8 +#define arch_height 8 +static unsigned char arch_bits[] = { + 0x08, 0x08, 0x1C, 0x1C, 0x36, 0x22, 0x77, 0x41 }; -- cgit v1.2.3-24-g4f1b