This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xpm / alarm.xpm
diff --git a/xgnokii/xpm/alarm.xpm b/xgnokii/xpm/alarm.xpm
new file mode 100644 (file)
index 0000000..efb08be
--- /dev/null
@@ -0,0 +1,36 @@
+/* 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 icon is used for alarm notification.
+
+  Last modification: Sat Jul 10 21:30:28 CEST 1999
+  Modified by Pavel Janík ml. <Pavel.Janik@linux.cz>
+
+*/
+
+static char *XPM_alarm[] = {
+
+"9 9 3 1",
+
+"  c None",
+"# c #000000",
+"+ c #d0dae8",
+
+"#########",
+"##  #  ##",
+"#   #   #",
+"#   #   #",
+"#   ### #",
+"#       #",
+"#       #",
+"##     ##",
+"#########"
+};