export function TestIcon({ color = '#291710' }: { color?: string }) { return ( ) }