lyx_mirror/images/delim.xpm

33 lines
679 B
C
Raw Normal View History

/* XPM */
static char const * delim[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
/* colors */
" c None",
". c #000000",
"X c #0000ff",
/* pixels */
" ",
" ",
" ",
" ... ... ",
" ... XXXXXX ... ",
" .. XXXXXX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XXXXXX .. ",
" ... XXXXXX ... ",
" ... ... ",
" ",
" ",
" "
};