summaryrefslogtreecommitdiff
path: root/icons/16x16-general/keyboard.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/16x16-general/keyboard.xpm')
-rw-r--r--icons/16x16-general/keyboard.xpm46
1 files changed, 46 insertions, 0 deletions
diff --git a/icons/16x16-general/keyboard.xpm b/icons/16x16-general/keyboard.xpm
new file mode 100644
index 0000000..1bdbbb9
--- /dev/null
+++ b/icons/16x16-general/keyboard.xpm
@@ -0,0 +1,46 @@
+/* XPM */
+static char * mini_keyboard_xpm[] = {
+/* width height ncolors cpp [x_hot y_hot] */
+"16 16 5 1 0 0",
+/* colors */
+" s None m None c None",
+". c #808080",
+"X s iconColor2 m white c white",
+"o s iconColor1 m black c black",
+"O c #C0C0C0",
+/* pixels */
+" ",
+" .............. ",
+".XXXXXXXXXXXXX.o",
+".X.............o",
+".XXOoXOoXOoXOo.o",
+".XO.oO.oO.oO.o.o",
+".XOooooooooooo.o",
+".XOoXOoXOoXXOo.o",
+".XOoO.oO.oOO.o.o",
+".XOooooooooooo.o",
+".X.XOoXXXOoXOo.o",
+".X.O.oOOO.oO.o.o",
+".X.ooooooooooo.o",
+"...............o",
+" oooooooooooooo ",
+" "};
+
+/* original:
+" ............... ",
+".XXXXXXXXXXXXXX.o",
+".X..............o",
+".X.XOoXOoXOoXOo.o",
+".X.O.oO.oO.oO.o.o",
+".XOoooooooooooo.o",
+".XOoXOoXOoXXXOo.o",
+".XOoO.oOOoOOO.o.o",
+".XOoooooooooooo.o",
+".X.XOoXXXXOoXOo.o",
+".X.O.oOOOO.oO.o.o",
+".X.oooooooooooo.o",
+"................o",
+" ooooooooooooooo ",
+" ",
+" "};
+*/