Skip to content

Commit

Permalink
feat: updated default emojis list for 2023 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored May 28, 2023
1 parent 405fed9 commit c0d096a
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions src/emojis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ export const defaultEmojis = [
"😂",
"🤣",
"😃",
"😅",
"😆",
"😍",
"🤩",
"😎",
"🤔",
"😒",
"😭",
"😱",
"🤗",
"🥳",
"🤖",
"😻",
"🙀",
"😹",
"🐱",
"🐶",
"🙈",
"🙉",
"🙊",
Expand All @@ -26,23 +25,26 @@ export const defaultEmojis = [
"👌",
"👋",
"🙌",
"🫶",
"💝",
"💖",
"💗",
"🧡",
"🩷",
"💛",
"💚",
"💙",
"💜",
"🩵",
"❤️‍🔥",
"🔥",
"🚀",
"⛄",
// These emoji are extra fun, so they get twice the inclusion!
"🔥",
"🔥",
"🦩",
"🍍",
"💐",
"🦾",
"✨",
"✨",
"🎉",
"🎉",
"💯",
"💯",
];

0 comments on commit c0d096a

Please sign in to comment.