20 lines
		
	
	
		
			390 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			390 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const AppWindow = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }],
 | |
|     ["path", { d: "M10 4v4" }],
 | |
|     ["path", { d: "M2 8h20" }],
 | |
|     ["path", { d: "M6 4v4" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { AppWindow as default };
 | |
| //# sourceMappingURL=app-window.js.map
 |