import type { IllustrationProps } from '../icon' export default function CoinIcon(props: IllustrationProps) { return ( ) }