18 lines
		
	
	
		
			312 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const X = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["line", { x1: "18", x2: "6", y1: "6", y2: "18" }],
 | 
						|
    ["line", { x1: "6", x2: "18", y1: "6", y2: "18" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { X as default };
 | 
						|
//# sourceMappingURL=x.js.map
 |