Rafael Laguna 1db5a5ea25 - Add network panel spinners
- Add more stock action arrows
- Fix theme names nomenclature
2014-03-06 18:14:38 +01:00

33 lines
713 B
C

/* XPM */
static char * stick_pressed_xpm[] = {
"20 24 5 1",
" c #8D8D8D",
". c #FFFFFF",
"+ c #DEDEDE",
"@ c #ECECEC",
"# c #008AFF",
" ",
"....................",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++@@@@++++++++",
"+++++++@####@+++++++",
"++++++@######@++++++",
"++++++##++++##++++++",
"++++++##++++##++++++",
"++++++##++++##++++++",
"++++++##@@@@##++++++",
"+++++++######+++++++",
"++++++++####++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++",
"++++++++++++++++++++"};