18 lines
		
	
	
		
			324 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			324 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Megaphone = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "m3 11 18-5v12L3 14v-3z" }],
 | |
|     ["path", { d: "M11.6 16.8a3 3 0 1 1-5.8-1.6" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Megaphone as default };
 | |
| //# sourceMappingURL=megaphone.js.map
 |