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