/** * @internal */ export const OutlineWalletIcon = (props: { size?: string; color?: string; style?: React.CSSProperties; }) => { return ( ); };