diff options
Diffstat (limited to 'symbols/pause.xpm')
-rw-r--r-- | symbols/pause.xpm | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/symbols/pause.xpm b/symbols/pause.xpm new file mode 100644 index 0000000..d9283f9 --- /dev/null +++ b/symbols/pause.xpm @@ -0,0 +1,57 @@ +/* XPM */ +static const char *const pause_xpm[] = { +"56 52 2 1", +". c #ffffff", +"# c #000000", +"........................................................", +"........................................................", +"........................................................", +"........................................................", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"............##########............##########............", +"........................................................", +"........................................................", +"........................................................", +"........................................................"}; |