22 lines
		
	
	
		
			376 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			376 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Droplet = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     [
 | |
|       "path",
 | |
|       {
 | |
|         d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z"
 | |
|       }
 | |
|     ]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Droplet as default };
 | |
| //# sourceMappingURL=droplet.js.map
 |