diff options
Diffstat (limited to 'etc/images/exit.xpm')
-rw-r--r-- | etc/images/exit.xpm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/images/exit.xpm b/etc/images/exit.xpm new file mode 100644 index 00000000000..291dd0dd170 --- /dev/null +++ b/etc/images/exit.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"24 24 6 1", +" c Gray0", +". c #ae6e66e76a0a", +"X c #c6c67d7d8181", +"o c #cdcd86868989", +"O c #e4e4e4e4dcdc", +"+ c None", +/* pixels */ +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++ +++++", +"++++++++++ OOOOOO +++++", +"++++++++++ OOOOOO +++++", +"++++++++ OOOOOO +++++", +"++++++++ . OOOOOO +++++", +"+++ .X OO O +++++", +"+++ ......Xo O O +++++", +"+++ ......Xo OOOO +++++", +"+++ .X OOOOO +++++", +"++++++++ . OOOOOO +++++", +"++++++++ OOOOOO +++++", +"++++++++++ OOOO +++++", +"++++++++++ OO +++++", +"++++++++++ +++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++" +}; |