-rw-r--r-- | pics/inline/ythrootofx.xpm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pics/inline/ythrootofx.xpm b/pics/inline/ythrootofx.xpm new file mode 100644 index 0000000..6b3b831 --- a/dev/null +++ b/pics/inline/ythrootofx.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char *ythrootofx[] = { +/* width height num_colors chars_per_pixel */ +" 13 11 2 1", +/* colors */ +". c None", +"# c #000000", +/* pixels */ +"#.#..........", +"#.#..........", +"###...#######", +"..#..#.......", +"###..#.......", +".....#.#...#.", +".#..#...#.#..", +"#.#.#....#...", +"..#.#...#.#..", +"...#...#...#.", +"...#........." +}; |