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