aboutsummaryrefslogtreecommitdiff
path: root/ic-reals-6.3/icons/node.xbm
diff options
context:
space:
mode:
authorDuncan Wilkie <antigravityd@gmail.com>2023-11-18 06:11:09 -0600
committerDuncan Wilkie <antigravityd@gmail.com>2023-11-18 06:11:09 -0600
commit11da511c784eca003deb90c23570f0873954e0de (patch)
treee14fdd3d5d6345956d67e79ae771d0633d28362b /ic-reals-6.3/icons/node.xbm
Initial commit.
Diffstat (limited to 'ic-reals-6.3/icons/node.xbm')
-rw-r--r--ic-reals-6.3/icons/node.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/ic-reals-6.3/icons/node.xbm b/ic-reals-6.3/icons/node.xbm
new file mode 100644
index 0000000..aa1ef20
--- /dev/null
+++ b/ic-reals-6.3/icons/node.xbm
@@ -0,0 +1,6 @@
+#define node_width 16
+#define node_height 16
+static unsigned char node_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x0c, 0x06, 0xe4, 0x04,
+ 0xf2, 0x09, 0xfa, 0x0b, 0xfa, 0x0b, 0xfa, 0x0b, 0xf2, 0x09, 0xe4, 0x04,
+ 0x0c, 0x06, 0xf0, 0x01, 0x00, 0x00, 0x00, 0x00};