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