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