import type { LogoAndIllustrationProps } from '../icon' export default function MoneyHandIcon({ color, ...props }: LogoAndIllustrationProps) { return ( ) }