summaryrefslogtreecommitdiff
path: root/icons/14x14-general/editor.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/14x14-general/editor.xpm')
-rw-r--r--icons/14x14-general/editor.xpm26
1 files changed, 26 insertions, 0 deletions
diff --git a/icons/14x14-general/editor.xpm b/icons/14x14-general/editor.xpm
new file mode 100644
index 0000000..ee3b419
--- /dev/null
+++ b/icons/14x14-general/editor.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static char *mini-edit[] = {
+/* width height num_colors chars_per_pixel */
+" 14 14 5 1",
+/* colors */
+" c None s None",
+". c black",
+"# c #808080",
+"i c white",
+"o c blue",
+/* pixels */
+" ",
+"######## ",
+"#iiiiii#. o",
+"#i####i#i. oo",
+"#iiiiii#.. oo.",
+"#i####iii.oo. ",
+"#iiiiiiiioo. ",
+"#i######.o. ",
+"#iiiiii... ",
+"#i####..i. ",
+"#iiii.iii. ",
+"#iiiiiiii. ",
+".......... ",
+" ",
+};