15 lines
392 B
JavaScript
15 lines
392 B
JavaScript
/**
|
|
* lucide-react v0.0.1 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.mjs';
|
|
|
|
const JapaneseYen = createLucideIcon("JapaneseYen", [
|
|
["path", { d: "M12 9.5V21m0-11.5L6 3m6 6.5L18 3", key: "2ej80x" }],
|
|
["path", { d: "M6 15h12", key: "1hwgt5" }],
|
|
["path", { d: "M6 11h12", key: "wf4gp6" }]
|
|
]);
|
|
|
|
export { JapaneseYen as default };
|
|
//# sourceMappingURL=japanese-yen.mjs.map
|