aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/misc/pixmaps/cursor_zoom_in.xpm37
-rw-r--r--widgets/misc/pixmaps/cursor_zoom_out.xpm37
2 files changed, 74 insertions, 0 deletions
diff --git a/widgets/misc/pixmaps/cursor_zoom_in.xpm b/widgets/misc/pixmaps/cursor_zoom_in.xpm
new file mode 100644
index 0000000000..1caf9e3e2a
--- /dev/null
+++ b/widgets/misc/pixmaps/cursor_zoom_in.xpm
@@ -0,0 +1,37 @@
+/* XPM */
+static char * cursor_zoom_in_xpm[] = {
+"32 32 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" .. .. ",
+" .. .. ",
+" . . ",
+" . ... . ",
+" . ... . ",
+" . ....... . ",
+" . ....... . ",
+" . ... . ",
+" . ... .. ",
+" .. . . ",
+" .. . . . ",
+" ........ . . ",
+" ..... . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . ",
+" . . ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/widgets/misc/pixmaps/cursor_zoom_out.xpm b/widgets/misc/pixmaps/cursor_zoom_out.xpm
new file mode 100644
index 0000000000..af1b698521
--- /dev/null
+++ b/widgets/misc/pixmaps/cursor_zoom_out.xpm
@@ -0,0 +1,37 @@
+/* XPM */
+static char * cursor_zoom_out_xpm[] = {
+"32 32 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" .. .. ",
+" .. .. ",
+" . . ",
+" . . ",
+" . . ",
+" . ....... . ",
+" . ....... . ",
+" . . ",
+" . .. ",
+" .. . . ",
+" .. . . . ",
+" ........ . . ",
+" ..... . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . . ",
+" . . ",
+" . . ",
+" .. ",
+" ",
+" ",
+" ",
+" ",
+" "};