diff options
Diffstat (limited to 'symbols/720/Bnew.xpm')
-rw-r--r-- | symbols/720/Bnew.xpm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/symbols/720/Bnew.xpm b/symbols/720/Bnew.xpm new file mode 100644 index 00000000..e705312a --- /dev/null +++ b/symbols/720/Bnew.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static const char *const Bnew_xpm [] = { +/* columns rows colors chars-per-pixel */ +"23 29 2 1 ", +". c #000000", +"# c #FFFFFF", +/* pixels */ +".###....###............", +".####...###............", +".#####..###............", +".##########............", +".##########............", +".##########............", +".###..#####............", +".###...####............", +".###....###............", +".......................", +"......#########........", +"......#########........", +"......###..............", +"......###..............", +"......#######..........", +"......###..............", +"......###..............", +"......##########.......", +"......##########.......", +".......................", +"...........###....###..", +"...........###....###..", +"...........###....###..", +"...........###....###..", +"...........###....###..", +"...........###....###..", +"...........####..####..", +"...........##########..", +"............########..." +}; |