import type { IconFC } from "../types.js"; export const JPYIcon: IconFC = (props) => { return ( ); };