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