/* XPM */ static char *next[] = { /* width height num_colors chars_per_pixel */ " 20 22 2 1", /* colors */ ". c None", "# c #000000", /* pixels */ "....................", "....................", "......#.............", "......##............", "......###...........", "......####..........", "......#####.........", "......######........", "......#######.......", "......########......", "......#########.....", "......#########.....", "......########......", "......#######.......", "......######........", "......#####.........", "......####..........", "......###...........", "......##............", "......#.............", "....................", "...................." };