aboutsummaryrefslogtreecommitdiffstats
path: root/sniff/icons/treeitem.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'sniff/icons/treeitem.xpm')
-rw-r--r--sniff/icons/treeitem.xpm35
1 files changed, 35 insertions, 0 deletions
diff --git a/sniff/icons/treeitem.xpm b/sniff/icons/treeitem.xpm
new file mode 100644
index 00000000000..2c0bf836970
--- /dev/null
+++ b/sniff/icons/treeitem.xpm
@@ -0,0 +1,35 @@
+/* XPM */
+static char *treeitem_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"21 21 8 1",
+" c Gray0",
+". c #7b7b7b",
+"X c Red",
+"o c Yellow",
+"O c #b3cece",
+"+ c Gray87",
+"@ c Gray100",
+"# c None",
+/* pixels */
+"#####################",
+"#####################",
+"#####################",
+"###...###############",
+"## .@ #+++++#########",
+"### ###############",
+"#### ################",
+"#### #...############",
+"#### .o #XXXXXXX####",
+"#### # #XXXXXXX####",
+"#### ################",
+"#### #...############",
+"#### .@ #+++++######",
+"#### # ############",
+"#### ## #############",
+"#### ## #...#########",
+"#### ## .o #+++++###",
+"#### #### #########",
+"#####################",
+"#####################",
+"#####################"
+};