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