diff options
Diffstat (limited to 'data/pixmaps/transport/button-loop.xpm')
-rw-r--r-- | data/pixmaps/transport/button-loop.xpm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/pixmaps/transport/button-loop.xpm b/data/pixmaps/transport/button-loop.xpm new file mode 100644 index 0000000..3673178 --- /dev/null +++ b/data/pixmaps/transport/button-loop.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * button_loop_xpm[] = { +"24 24 8 1", +" c None", +". c #030303", +"+ c #020202", +"@ c #000000", +"# c #010101", +"$ c #060606", +"% c #040404", +"& c #050505", +" ", +" .. ", +" +@@@@@@# ", +" @@@@@@@@@@+ ", +" $@@@@@@@@@@@@+ ", +" @@@@#. .#@@@@. ", +" +@@@. .@@@@ ", +" @@@# +@@@. ", +" @@@ @@@+ ", +" +@@@ +@@# ", +" #@@@ +@@@ ", +" +@@@ +@@# ", +" @@@ + @@@+ ", +" @@@# +@++@@@. ", +" +@@@+ #@@@@@@ ", +" @@@@# @@@@@@. ", +" %@@@# .@@@@@# ", +" %@@ #@@@@@# ", +" @@@@@@@# ", +" .@@@@@@@@& ", +" #@@#+. ", +" . ", +" ", +" "}; |