export default function Coin({ size = 18, color = '#66667C', strokeWidth = 1.5, fill = 'none', }) { return ( ) }