19 lines
		
	
	
		
			377 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			377 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const ArrowUpToLine = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["line", { x1: "12", x2: "12", y1: "7", y2: "21" }],
 | |
|     ["polyline", { points: "18 13 12 7 6 13" }],
 | |
|     ["path", { d: "M5 3h14" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { ArrowUpToLine as default };
 | |
| //# sourceMappingURL=arrow-up-to-line.js.map
 |