import { r, l } from '../utils/directions' import type { AnimalArgs } from '../types' export const cow = ({ createSpeechBubble, text }: AnimalArgs) => ` .= , =. _ _ /'/ )\\,/,/(_ \\ \\ \`//-.| ( ,\\\\)\\//\\)\\/_ ) | //___\\ \`\\\\\\/\\\\/\\/\\\\///' / ,-"~\`-._ \`"--'_ \`"""\` _ \\\`'"~-,_ \\ \`-. '_\`. .'_\` \\ ,-"~\`/ \`.__.-'\`/ (-\\ /-) |-.__,' || | \\O) /^\\ (O/ | \`\\\\ | / \`\\ / \\\\ \\ / \`\\ / \`\\\\ \`-. /' .---.--.\\ \`\\\\/\`~(, '() (' /(O) \\\\ _,.-.,_) // \\\\ \`\\'\` / / | || \`""""~"\` ${l}${l} /' |__|| ${l}${l} \`o ${r}${r} ${r}${r} ` + createSpeechBubble(text, 32)