19 lines
		
	
	
		
			393 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			393 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const ArrowRightFromLine = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["line", { x1: "21", x2: "7", y1: "12", y2: "12" }],
 | |
|     ["polyline", { points: "15 18 21 12 15 6" }],
 | |
|     ["path", { d: "M3 5v14" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { ArrowRightFromLine as default };
 | |
| //# sourceMappingURL=arrow-right-from-line.js.map
 |