28 lines
		
	
	
		
			623 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			623 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const Drumstick = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "m11.25 15.6-2.16 2.16a2.5 2.5 0 1 1-4.56 1.73 2.49 2.49 0 0 1-1.41-4.24 2.5 2.5 0 0 1 3.14-.32l2.16-2.16"
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { Drumstick as default };
 | 
						|
//# sourceMappingURL=drumstick.js.map
 |