aboutsummaryrefslogtreecommitdiff
path: root/ic-reals-6.3/icons/continue.xpm
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/continue.xpm
Initial commit.
Diffstat (limited to 'ic-reals-6.3/icons/continue.xpm')
-rw-r--r--ic-reals-6.3/icons/continue.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/ic-reals-6.3/icons/continue.xpm b/ic-reals-6.3/icons/continue.xpm
new file mode 100644
index 0000000..922075b
--- /dev/null
+++ b/ic-reals-6.3/icons/continue.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char *continue[] = {
+/* width height num_colors chars_per_pixel */
+" 18 18 2 1",
+/* colors */
+". c #ffffff",
+"# c #000000",
+/* pixels */
+"..................",
+"..................",
+"..##############..",
+"..##############..",
+"..................",
+"..................",
+"..##############..",
+"...############...",
+"...############...",
+"....##########....",
+".....########.....",
+".....########.....",
+"......######......",
+".......####.......",
+".......####.......",
+"........##........",
+"..................",
+".................."
+};