19 lines
		
	
	
		
			354 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			354 B
		
	
	
	
		
			JavaScript
		
	
	
/**
 | 
						|
 * lucide v0.244.0 - ISC
 | 
						|
 */
 | 
						|
 | 
						|
import defaultAttributes from '../defaultAttributes.js';
 | 
						|
 | 
						|
const JapaneseYen = [
 | 
						|
  "svg",
 | 
						|
  defaultAttributes,
 | 
						|
  [
 | 
						|
    ["path", { d: "M12 9.5V21m0-11.5L6 3m6 6.5L18 3" }],
 | 
						|
    ["path", { d: "M6 15h12" }],
 | 
						|
    ["path", { d: "M6 11h12" }]
 | 
						|
  ]
 | 
						|
];
 | 
						|
 | 
						|
export { JapaneseYen as default };
 | 
						|
//# sourceMappingURL=japanese-yen.js.map
 |