diff options
Diffstat (limited to 'pics/up.xpm')
-rw-r--r-- | pics/up.xpm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pics/up.xpm b/pics/up.xpm new file mode 100644 index 0000000..28974c3 --- /dev/null +++ b/pics/up.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * u_xpm[] = { +/* width height num_colors chars_per_pixel */ +"20 20 3 1", +/* colors */ +" s None c None", +". c #000000", +"X c #008080", +/* pixels */ +" ", +" ", +" ", +" .. ", +" .. ", +" .XX. ", +" .XX. ", +" .XXXX. ", +" .XXXX. ", +" .XXXXXX. ", +" .XXXXXX. ", +" .XXXXXXXX. ", +" .XXXXXXXX. ", +" .XXXXXXXXXX. ", +" .XXXXXXXXXX. ", +" .XXXXXXXXXXXX. ", +" .............. ", +" ", +" ", +" "}; |