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