33 lines
860 B
C
33 lines
860 B
C
/* XPM */
|
|
static char * rune_shock_111_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 2 1",
|
|
/* colors */
|
|
" s None c none",
|
|
". s Light yellow m black c Yellow",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" .... ",
|
|
" . ............... ",
|
|
" ........ .... ",
|
|
" ... ..... ",
|
|
" .. .... ",
|
|
" ... .. ",
|
|
" .... ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" . ",
|
|
" .. ",
|
|
" . ",
|
|
" .. ",
|
|
" . ",
|
|
" .. ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" "};
|