From 11da511c784eca003deb90c23570f0873954e0de Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sat, 18 Nov 2023 06:11:09 -0600 Subject: Initial commit. --- ic-reals-6.3/icons/go.xbm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ic-reals-6.3/icons/go.xbm (limited to 'ic-reals-6.3/icons/go.xbm') diff --git a/ic-reals-6.3/icons/go.xbm b/ic-reals-6.3/icons/go.xbm new file mode 100644 index 0000000..0fdf6c1 --- /dev/null +++ b/ic-reals-6.3/icons/go.xbm @@ -0,0 +1,8 @@ +#define go_width 18 +#define go_height 18 +static unsigned char go_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x3c, 0x00, 0x00, + 0xfc, 0x00, 0x00, 0xfc, 0x03, 0x00, 0xfc, 0x0f, 0x00, 0xfc, 0x3f, 0x00, + 0xfc, 0xff, 0x00, 0xfc, 0xff, 0x00, 0xfc, 0x3f, 0x00, 0xfc, 0x0f, 0x00, + 0xfc, 0x03, 0x00, 0xfc, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x0c, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -- cgit v1.2.3