18 lines
		
	
	
		
			335 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			335 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const StepForward = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["line", { x1: "6", x2: "6", y1: "4", y2: "20" }],
 | |
|     ["polygon", { points: "10,4 20,12 10,20" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { StepForward as default };
 | |
| //# sourceMappingURL=step-forward.js.map
 |