19 lines
		
	
	
		
			323 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			323 B
		
	
	
	
		
			JavaScript
		
	
	
| /**
 | |
|  * lucide v0.244.0 - ISC
 | |
|  */
 | |
| 
 | |
| import defaultAttributes from '../defaultAttributes.js';
 | |
| 
 | |
| const Martini = [
 | |
|   "svg",
 | |
|   defaultAttributes,
 | |
|   [
 | |
|     ["path", { d: "M8 22h8" }],
 | |
|     ["path", { d: "M12 11v11" }],
 | |
|     ["path", { d: "m19 3-7 8-7-8Z" }]
 | |
|   ]
 | |
| ];
 | |
| 
 | |
| export { Martini as default };
 | |
| //# sourceMappingURL=martini.js.map
 |