18 lines
		
	
	
		
			335 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			335 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const ArrowUpLeft = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["line", { x1: "17", x2: "7", y1: "17", y2: "7" }],
 | |
|     ["polyline", { points: "7 17 7 7 17 7" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { ArrowUpLeft as default };
 | |
| //# sourceMappingURL=arrow-up-left.js.map
 |