21 lines
		
	
	
		
			382 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			382 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Signal = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M2 20h.01" }],
 | |
|     ["path", { d: "M7 20v-4" }],
 | |
|     ["path", { d: "M12 20v-8" }],
 | |
|     ["path", { d: "M17 20V8" }],
 | |
|     ["path", { d: "M22 4v16" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Signal as default };
 | |
| //# sourceMappingURL=signal.js.map
 |