mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
21 lines
514 B
C
21 lines
514 B
C
/* XPM */
|
|
static char * clean_xpm[] = {
|
|
"24 16 1 1",
|
|
" c None",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|