19 lines
		
	
	
		
			394 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			394 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const MoveHorizontal = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["polyline", { points: "18 8 22 12 18 16" }],
 | |
|     ["polyline", { points: "6 8 2 12 6 16" }],
 | |
|     ["line", { x1: "2", x2: "22", y1: "12", y2: "12" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { MoveHorizontal as default };
 | |
| //# sourceMappingURL=move-horizontal.js.map
 |