Skip to content

Instantly share code, notes, and snippets.

@brycedorn
Created June 7, 2017 14:53
Show Gist options
  • Save brycedorn/8674ab0a300fe3e34103b6d4996107ef to your computer and use it in GitHub Desktop.
Save brycedorn/8674ab0a300fe3e34103b6d4996107ef to your computer and use it in GitHub Desktop.
const emojiData = {
"ass": ["๐Ÿ‘"],
"best": ["๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ‘ฌ๐Ÿ‘ซ"],
"blunt": ["๐ŸŒณ","๐ŸŒฟ๐Ÿšฌ๐Ÿšฌ","๐Ÿšฌ"],
"bud": ["๐ŸŒฟ๐ŸŒฟ๐Ÿ€"],
"child": ["๐Ÿ‘ธ๐Ÿ‘ผ๐Ÿผ"],
"cheek": "ass",
"cheeks": "ass",
"clit": ["๐Ÿ‘Œ๐Ÿ‘ˆ"],
"cock": "dick",
"cum": ["๐Ÿผ","๐Ÿ’ฆ"],
"cummies": "cum",
"daddy": ["๐Ÿ‘ผ","โค๐Ÿ’ฆ๐Ÿ†","๐Ÿ’ž","๐Ÿ‘ฌ๐Ÿ‘ฌ"],
"daddies": "daddy",
"daddy's": "daddy",
"death": ["๐Ÿ˜ต"],
"dicc": "dick",
"dick": ["๐Ÿ†๐Ÿ˜‹๐Ÿ˜","๐Ÿ†๐ŸŒ๐ŸŒฝ","๐Ÿ†๐ŸŒฝ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ"],
"dizzy": ["๐Ÿ’ซ","๐Ÿ˜ต"],
"erect": ["โฌ†๏ธ"],
"erected": "erect",
"forget": ["๐Ÿ‘€"],
"good": ["๐Ÿ˜Ž๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜Œ"],
"grades": ["๐Ÿ“—๐Ÿ“–โœ"],
"high": ["๐Ÿ’จ","๐Ÿšฌ๐Ÿƒ๐ŸŒพ","๐Ÿƒ๐Ÿ"],
"horny": ["๐Ÿ’ž"],
"house": ["๐Ÿ "],
"huge": ["๐Ÿ˜ฉ๐Ÿ’ฆ"],
"inside": ["๐Ÿ’ "],
"lift": ["๐Ÿšš"],
"lifts": "lift",
"lips": ["๐Ÿ‘„","๐Ÿ‘…"],
"moan": ["๐Ÿ˜ฉ๐Ÿ˜ฉ๐Ÿ’ฆ๐Ÿ’ฆ๐Ÿ’ฆ"],
"nation": ["๐Ÿ‡บ๐Ÿ‡ธ"],
"not": ["๐Ÿ™…๐Ÿšซ"],
"nug": ["๐ŸŒณ๐Ÿ"],
"on": ["๐Ÿ”›"],
"pounding": ["๐Ÿ”จโš’"],
"skank": "slut",
"slut": ["๐Ÿ’…๐Ÿฝ","๐Ÿ‘ฏ"],
"so": ["๐Ÿ†˜"],
"squirt": ["โ›ฒ"],
"spank": ["๐Ÿ‘‹๐Ÿ‘"],
"spin": ["๐ŸŒ€","๐Ÿ˜ณ","๐Ÿ’ซ"],
"spinner": "spin",
"suck": ["โ™‹๏ธ"],
"stoner": ["๐Ÿ”ฅ","๐ŸŒณ"],
"swallow": ["๐Ÿ˜ฎ","๐Ÿ˜ป๐Ÿ™Œ๐Ÿฝ๐Ÿ‘…"],
"time": ["โฐ"],
"today": ["๐Ÿ˜","๐Ÿ“…"],
"up": ["โ˜๏ธ"],
"war": ["๐Ÿ”ซ๐Ÿ’ฃ"],
"wood": ["๐ŸŒฒ","๐Ÿ˜๐ŸŒฒ๐Ÿ˜‰"],
"weed": ["๐Ÿƒ๐ŸŒฟ๐Ÿ€๐ŸŒณ"],
"wet": ["๐Ÿ’ฆ"]
};
export default emojiData;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment