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