lyx_mirror/images/unknown.xpm

33 lines
678 B
C
Raw Normal View History

/* XPM */
static char *unknown_xpm[] = {
/* width height num_colors chars_per_pixel */
" 20 20 2 1",
/* colors */
". c #000000000000",
"# c #befbbefbbefb",
/* pixels */
"####################",
"####################",
"####################",
"####################",
"####################",
"########.....#######",
"#######..##..#######",
"#######..##..#######",
"##########..########",
"########...#########",
"########..##########",
"####################",
"########..##########",
"########..##########",
"####################",
"####################",
"####################",
"####################",
"####################",
"####################"
};