diff options
Diffstat (limited to 'data/pixmaps/toolbar/pause.xpm')
-rw-r--r-- | data/pixmaps/toolbar/pause.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/pause.xpm b/data/pixmaps/toolbar/pause.xpm new file mode 100644 index 0000000..8ec0622 --- /dev/null +++ b/data/pixmaps/toolbar/pause.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"12 8 7 1", +" c #010101", +". c Gray26", +"X c Gray47", +"o c #888888", +"O c #afafaf", +"+ c #d5d5d5", +"@ c None", +/* pixels */ +"@@@@@@@@@@@@", +"@@@@@ooo@@@@", +"@@@O O@@", +"@@O X@@@o O@", +"@@.O@@@@@O.@", +"@+X@@OX+@@o+", +"@oO@@o X@@Oo", +"@+@@@@o@@@++" +}; |