diff options
Diffstat (limited to 'data/pixmaps/transport/button-flip-closed.xpm')
-rw-r--r-- | data/pixmaps/transport/button-flip-closed.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/pixmaps/transport/button-flip-closed.xpm b/data/pixmaps/transport/button-flip-closed.xpm new file mode 100644 index 0000000..ca64998 --- /dev/null +++ b/data/pixmaps/transport/button-flip-closed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"11 11 4 1", +" c None", +"X c black", +"O c gray25", +"o c gray50", +/* pixels */ +" ", +" ", +" O ", +" OXX ", +" OX XO ", +" OX XO ", +" OX XO ", +" XoooooooX ", +" XXXXXXXXX ", +" ", +" ", +}; |