diff options
Diffstat (limited to 'data/pixmaps/transport/led-1.xpm')
-rw-r--r-- | data/pixmaps/transport/led-1.xpm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/data/pixmaps/transport/led-1.xpm b/data/pixmaps/transport/led-1.xpm new file mode 100644 index 0000000..7e0cc46 --- /dev/null +++ b/data/pixmaps/transport/led-1.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char *led[]={ +"20 34 4 1", +". c #000000", +"a c #404c80", +"# c #808fc0", +"b c #c0d8ff", +"....................", +"....................", +"....................", +"....................", +"..................#.", +".................ab#", +".................ab#", +"................abb#", +"................#bba", +"................#bba", +"................#bba", +"...............abb#.", +"...............abb#.", +"...............abb#.", +"...............#bba.", +"...............a#ba.", +"................a#a.", +"....................", +"................a#..", +"...............ab#..", +"..............abb#..", +"..............#bba..", +"..............#bba..", +"..............#bba..", +".............abb#...", +".............abb#...", +".............abb#...", +".............#bba...", +".............#bba...", +"..............aba...", +"...............a....", +"....................", +"....................", +"...................."}; |