18 lines
		
	
	
		
			306 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			306 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const MoveDownLeft = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M11 19H5V13" }],
 | |
|     ["path", { d: "M19 5L5 19" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { MoveDownLeft as default };
 | |
| //# sourceMappingURL=move-down-left.js.map
 |