This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xpm / Save.xpm
diff --git a/xgnokii/xpm/Save.xpm b/xgnokii/xpm/Save.xpm
new file mode 100644 (file)
index 0000000..da91c44
--- /dev/null
@@ -0,0 +1,45 @@
+/* XPM */
+/*
+
+  G N O K I I
+
+  A Linux/Unix toolset and driver for Nokia mobile phones.
+
+  Copyright (C) 1999 Pavel Janík ml. & Hugh Blemings.
+
+  Released under the terms of the GNU GPL, see file COPYING for more details.
+
+  This is the icon for Save.
+
+  Last modification: Sat Jul 24 14:30:37 CEST 1999
+  Modified by Pavel Janík ml. <Pavel.Janik@linux.cz>
+
+*/
+
+static char *Save_xpm[] = {
+
+"20 18 3 1",
+
+"* c #000000",
+"# c #808000",
+"  c None",
+
+"                    ",
+"   **************   ",
+"   *#*        * *   ",
+"   *#*        ***   ",
+"   *#*        *#*   ",
+"   *#*        *#*   ",
+"   *#*        *#*   ",
+"   *#*        *#*   ",
+"   *##********##*   ",
+"   *############*   ",
+"   *##*********#*   ",
+"   *##******  *#*   ",
+"   *##******  *#*   ",
+"   *##******  *#*   ",
+"    *************   ",
+"                    ",
+"                    ",
+"                    "
+};