28 lines
		
	
	
		
			503 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			503 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const Ampersands = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    [
 | 
						|
      "path",
 | 
						|
      {
 | 
						|
        d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5"
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { Ampersands as default };
 | 
						|
//# sourceMappingURL=ampersands.js.map
 |