mdeutils/mauplay/skipfwd.xpm
2025-11-23 02:56:51 +09:00

36 lines
1 KiB
C

/* XPM */
static char *skipfwd_xpm[] = {
/* columns rows colors chars-per-pixel */
"28 28 2 1 ",
" c None",
". c black",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. .. ",
" .... .. ",
" ...... .. ",
" ........ .. ",
" .......... .. ",
" .............. ",
" .............. ",
" .......... .. ",
" ........ .. ",
" ...... .. ",
" .... .. ",
" .. .. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};