18 lines
		
	
	
		
			330 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			330 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Bell = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }],
 | |
|     ["path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Bell as default };
 | |
| //# sourceMappingURL=bell.js.map
 |