18 lines
		
	
	
		
			338 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			338 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const FastForward = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["polygon", { points: "13 19 22 12 13 5 13 19" }],
 | 
						|
    ["polygon", { points: "2 19 11 12 2 5 2 19" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { FastForward as default };
 | 
						|
//# sourceMappingURL=fast-forward.js.map
 |