You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
409 B

/* XPM */
static const char *action_red[] = {
/* width height ncolors chars_per_pixel */
"12 12 6 1",
/* colors */
" c #000000",
". c #800000",
"X c #FF0000",
"o c #808080",
"O c #FFFFFF",
"+ c None",
/* pixels */
"++++++++++++",
"++++++++++++",
"++++++++++++",
"++++XX.+++++",
"+++XO.X.o+++",
"+++X.X..o+++",
"+++.X...o+++",
"++++...o++++",
"++++ooo+++++",
"++++++++++++",
"++++++++++++",
"++++++++++++"
};