19 lines
		
	
	
		
			410 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			410 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const XSquare = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
 | |
|     ["line", { x1: "9", x2: "15", y1: "9", y2: "15" }],
 | |
|     ["line", { x1: "15", x2: "9", y1: "9", y2: "15" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { XSquare as default };
 | |
| //# sourceMappingURL=x-square.js.map
 |