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