lyx_mirror/lib/images/unknown.xpm

33 lines
676 B
C
Raw Normal View History

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