21 lines
		
	
	
		
			446 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			446 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const PanelLeftInactive = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }],
 | |
|     ["path", { d: "M9 14v1" }],
 | |
|     ["path", { d: "M9 19v2" }],
 | |
|     ["path", { d: "M9 3v2" }],
 | |
|     ["path", { d: "M9 9v1" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { PanelLeftInactive as default };
 | |
| //# sourceMappingURL=panel-left-inactive.js.map
 |