diff options
Diffstat (limited to 'lisp/toolbar/mh-logo.xpm')
-rw-r--r-- | lisp/toolbar/mh-logo.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/toolbar/mh-logo.xpm b/lisp/toolbar/mh-logo.xpm new file mode 100644 index 00000000000..ce6b97c2f5a --- /dev/null +++ b/lisp/toolbar/mh-logo.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *mh-e[] = { +/* width height num_colors chars_per_pixel */ +" 18 13 2 1", +/* colors */ +"# c #666699", +". c None s None", +/* pixels */ +"........##........", +".......####.......", +"......######......", +"......######......", +"....#########.....", +"..##############..", +".##...######....#.", +"##...#.#.####...#.", +"....#..#.##.#...#.", +"...#..##.#.#.#....", +"...#..#..#..#.#...", +"...#..#.##..#.##..", +"...#..#.#..#....#." +}; |