35 lines
		
	
	
		
			878 B
		
	
	
	
		
			C
		
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			878 B
		
	
	
	
		
			C
		
	
	
/* XPM */
 | 
						|
static char * thunder_bolt_171_xpm[] = {
 | 
						|
/* width height ncolors chars_per_pixel */
 | 
						|
"24 24 4 1",
 | 
						|
/* colors */
 | 
						|
" 	s None	c None",
 | 
						|
".	c Gold",
 | 
						|
"X	c yellow",
 | 
						|
"o	s Dark brown	c Sienna",
 | 
						|
/* pixels */
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"       ..               ",
 | 
						|
"     ..Xooooooooo       ",
 | 
						|
"       ..               ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        ",
 | 
						|
"                        "};
 |