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