mirror of
https://github.com/tcsenpai/emoji-encoder.git
synced 2025-06-04 09:40:05 +00:00
25 lines
294 B
TypeScript
25 lines
294 B
TypeScript
export const EMOJI_LIST = [
|
|
"😀",
|
|
"😂",
|
|
"🥰",
|
|
"😎",
|
|
"🤔",
|
|
"👍",
|
|
"👎",
|
|
"👏",
|
|
"🙌",
|
|
"🤝",
|
|
"🎉",
|
|
"🎂",
|
|
"🍕",
|
|
"🌈",
|
|
"🌞",
|
|
"🌙",
|
|
"🔥",
|
|
"💯",
|
|
"🚀",
|
|
"👀",
|
|
"💀",
|
|
"🥹",
|
|
]
|