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.
 
 
 
 
 

30 lines
528 B

/* XPM */
#ifndef XPMMAIN
extern const char* width_net_xpm[];
#else
const char * width_net_xpm[] = {
"16 16 6 1",
" c None",
"! c black",
"# c #3CBA00",
"$ c #BABA00",
"% c #FF0000",
"& c #00BA00",
" ! ## ",
" ! $$ ",
" ! ! ! %%%$$$$%%",
" !!!!! %%%$$$$%%",
" !!! %% $$ ",
" !!!!! %% ## ",
" &%%&&##&&&",
" &%%&&##&&&",
" !!!!! %% ## ",
" !!! %% ## ",
" !!!!! %% ## ",
" ! ! ! %% ## ",
" ! %% ## ",
" ! %% ## ",
" ! %% ## ",
" %% ##"};
#endif