Skip to content

Commit

Permalink
work on emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
loudar committed Jun 4, 2024
1 parent 6c050b9 commit ecacac5
Showing 1 changed file with 87 additions and 83 deletions.
170 changes: 87 additions & 83 deletions src/enums/defaultReactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export const defaultReactionGroups = [
},
{
id: 13,
name: "Hearts"
},
{
id: 14,
name: "Custom"
}
]
Expand Down Expand Up @@ -583,89 +587,89 @@ export const defaultReactions = [
{content: "👊", groupId: 1, identifier: "fist"},
{content: "👋", groupId: 1, identifier: "wave"},
{content: "👌", groupId: 1, identifier: "ok_hand"},
{content: "👍", groupId: 1, identifier: "emoji"},
{content: "👎", groupId: 1, identifier: "emoji"},
{content: "👏", groupId: 1, identifier: "emoji"},
{content: "👐", groupId: 1, identifier: "emoji"},
{content: "👑", groupId: 0, identifier: "emoji"},
{content: "👒", groupId: 0, identifier: "emoji"},
{content: "👓", groupId: 0, identifier: "emoji"},
{content: "👔", groupId: 0, identifier: "emoji"},
{content: "👕", groupId: 0, identifier: "emoji"},
{content: "👖", groupId: 0, identifier: "emoji"},
{content: "👗", groupId: 0, identifier: "emoji"},
{content: "👘", groupId: 0, identifier: "emoji"},
{content: "👙", groupId: 0, identifier: "emoji"},
{content: "👚", groupId: 0, identifier: "emoji"},
{content: "👛", groupId: 0, identifier: "emoji"},
{content: "👜", groupId: 0, identifier: "emoji"},
{content: "👝", groupId: 0, identifier: "emoji"},
{content: "👞", groupId: 0, identifier: "emoji"},
{content: "👟", groupId: 0, identifier: "emoji"},
{content: "👠", groupId: 0, identifier: "emoji"},
{content: "👡", groupId: 0, identifier: "emoji"},
{content: "👢", groupId: 0, identifier: "emoji"},
{content: "👣", groupId: 0, identifier: "emoji"},
{content: "👤", groupId: 0, identifier: "emoji"},
{content: "👥", groupId: 0, identifier: "emoji"},
{content: "👦", groupId: 0, identifier: "emoji"},
{content: "👧", groupId: 0, identifier: "emoji"},
{content: "👨", groupId: 0, identifier: "emoji"},
{content: "👩", groupId: 0, identifier: "emoji"},
{content: "👪", groupId: 0, identifier: "emoji"},
{content: "👫", groupId: 0, identifier: "emoji"},
{content: "👬", groupId: 0, identifier: "emoji"},
{content: "👭", groupId: 0, identifier: "emoji"},
{content: "👮", groupId: 0, identifier: "emoji"},
{content: "👯", groupId: 0, identifier: "emoji"},
{content: "👰", groupId: 0, identifier: "emoji"},
{content: "👱", groupId: 0, identifier: "emoji"},
{content: "👲", groupId: 0, identifier: "emoji"},
{content: "👳", groupId: 0, identifier: "emoji"},
{content: "👴", groupId: 0, identifier: "emoji"},
{content: "👵", groupId: 0, identifier: "emoji"},
{content: "👶", groupId: 0, identifier: "emoji"},
{content: "👷", groupId: 0, identifier: "emoji"},
{content: "👸", groupId: 0, identifier: "emoji"},
{content: "👹", groupId: 0, identifier: "emoji"},
{content: "👺", groupId: 0, identifier: "emoji"},
{content: "👻", groupId: 0, identifier: "emoji"},
{content: "👼", groupId: 0, identifier: "emoji"},
{content: "👽", groupId: 0, identifier: "emoji"},
{content: "👾", groupId: 0, identifier: "emoji"},
{content: "👿", groupId: 0, identifier: "emoji"},
{content: "💀", groupId: 0, identifier: "emoji"},
{content: "💁", groupId: 0, identifier: "emoji"},
{content: "💂", groupId: 0, identifier: "emoji"},
{content: "💃", groupId: 0, identifier: "emoji"},
{content: "💄", groupId: 0, identifier: "emoji"},
{content: "💅", groupId: 0, identifier: "emoji"},
{content: "💆", groupId: 0, identifier: "emoji"},
{content: "💇", groupId: 0, identifier: "emoji"},
{content: "💈", groupId: 0, identifier: "emoji"},
{content: "💉", groupId: 0, identifier: "emoji"},
{content: "💊", groupId: 0, identifier: "emoji"},
{content: "💋", groupId: 0, identifier: "emoji"},
{content: "💌", groupId: 0, identifier: "emoji"},
{content: "💍", groupId: 0, identifier: "emoji"},
{content: "💎", groupId: 0, identifier: "emoji"},
{content: "💏", groupId: 0, identifier: "emoji"},
{content: "💐", groupId: 0, identifier: "emoji"},
{content: "💑", groupId: 0, identifier: "emoji"},
{content: "💒", groupId: 0, identifier: "emoji"},
{content: "💓", groupId: 0, identifier: "emoji"},
{content: "💔", groupId: 0, identifier: "emoji"},
{content: "💕", groupId: 0, identifier: "emoji"},
{content: "💖", groupId: 0, identifier: "emoji"},
{content: "💗", groupId: 0, identifier: "emoji"},
{content: "💘", groupId: 0, identifier: "emoji"},
{content: "💙", groupId: 0, identifier: "emoji"},
{content: "💚", groupId: 0, identifier: "emoji"},
{content: "💛", groupId: 0, identifier: "emoji"},
{content: "💜", groupId: 0, identifier: "emoji"},
{content: "💝", groupId: 0, identifier: "emoji"},
{content: "💞", groupId: 0, identifier: "emoji"},
{content: "💟", groupId: 0, identifier: "emoji"},
{content: "👍", groupId: 1, identifier: "thumbsup"},
{content: "👎", groupId: 1, identifier: "thumbsdown"},
{content: "👏", groupId: 1, identifier: "clap"},
{content: "👐", groupId: 1, identifier: "open_hands"},
{content: "👑", groupId: 4, identifier: "crown"},
{content: "👒", groupId: 4, identifier: "hat"},
{content: "👓", groupId: 4, identifier: "eyeglasses"},
{content: "👔", groupId: 4, identifier: "necktie"},
{content: "👕", groupId: 4, identifier: "shirt"},
{content: "👖", groupId: 4, identifier: "jeans"},
{content: "👗", groupId: 4, identifier: "dress"},
{content: "👘", groupId: 4, identifier: "kimono"},
{content: "👙", groupId: 4, identifier: "bikini"},
{content: "👚", groupId: 4, identifier: "loose_shirt"},
{content: "👛", groupId: 4, identifier: "purse"},
{content: "👜", groupId: 4, identifier: "handbag"},
{content: "👝", groupId: 4, identifier: "pouch"},
{content: "👞", groupId: 4, identifier: "shoe"},
{content: "👟", groupId: 4, identifier: "sneaker"},
{content: "👠", groupId: 4, identifier: "high_heel"},
{content: "👡", groupId: 4, identifier: "sandal"},
{content: "👢", groupId: 4, identifier: "boot"},
{content: "👣", groupId: 1, identifier: "footprints"},
{content: "👤", groupId: 1, identifier: "bust_in_silhouette"},
{content: "👥", groupId: 1, identifier: "busts_in_silhouette"},
{content: "👦", groupId: 1, identifier: "face_boy"},
{content: "👧", groupId: 1, identifier: "face_girl"},
{content: "👨", groupId: 1, identifier: "face_man"},
{content: "👩", groupId: 1, identifier: "face_woman"},
{content: "👪", groupId: 1, identifier: "family"},
{content: "👫", groupId: 1, identifier: "couple"},
{content: "👬", groupId: 1, identifier: "gay_couple"},
{content: "👭", groupId: 1, identifier: "lesbian_couple"},
{content: "👮", groupId: 1, identifier: "police"},
{content: "👯", groupId: 1, identifier: "dancers"},
{content: "👰", groupId: 1, identifier: "bride"},
{content: "👱", groupId: 1, identifier: "blond_hair"},
{content: "👲", groupId: 1, identifier: "person_with_hat"},
{content: "👳", groupId: 1, identifier: "person_with_turban"},
{content: "👴", groupId: 1, identifier: "old_man"},
{content: "👵", groupId: 1, identifier: "old_woman"},
{content: "👶", groupId: 1, identifier: "baby"},
{content: "👷", groupId: 1, identifier: "construction_worker"},
{content: "👸", groupId: 1, identifier: "princess"},
{content: "👹", groupId: 1, identifier: "ogre"},
{content: "👺", groupId: 1, identifier: "goblin"},
{content: "👻", groupId: 1, identifier: "ghost"},
{content: "👼", groupId: 1, identifier: "angel"},
{content: "👽", groupId: 1, identifier: "alien"},
{content: "👾", groupId: 1, identifier: "space_invader"},
{content: "👿", groupId: 1, identifier: "imp"},
{content: "💀", groupId: 1, identifier: "skull_face"},
{content: "💁", groupId: 1, identifier: "information_desk_person"},
{content: "💂", groupId: 1, identifier: "guard"},
{content: "💃", groupId: 1, identifier: "dancer"},
{content: "💄", groupId: 4, identifier: "lipstick"},
{content: "💅", groupId: 1, identifier: "nail_care"},
{content: "💆", groupId: 1, identifier: "massage"},
{content: "💇", groupId: 1, identifier: "haircut"},
{content: "💈", groupId: 3, identifier: "barber"},
{content: "💉", groupId: 4, identifier: "syringe"},
{content: "💊", groupId: 4, identifier: "pill"},
{content: "💋", groupId: 1, identifier: "lips"},
{content: "💌", groupId: 13, identifier: "heart_envelope"},
{content: "💍", groupId: 4, identifier: "ring"},
{content: "💎", groupId: 4, identifier: "diamond"},
{content: "💏", groupId: 1, identifier: "couplekiss"},
{content: "💐", groupId: 4, identifier: "bouquet"},
{content: "💑", groupId: 1, identifier: "couple_with_heart"},
{content: "💒", groupId: 6, identifier: "wedding"},
{content: "💓", groupId: 13, identifier: "heartbeat"},
{content: "💔", groupId: 13, identifier: "broken_heart"},
{content: "💕", groupId: 13, identifier: "two_hearts"},
{content: "💖", groupId: 13, identifier: "sparkling_heart"},
{content: "💗", groupId: 13, identifier: "heartpulse"},
{content: "💘", groupId: 13, identifier: "cupid"},
{content: "💙", groupId: 13, identifier: "blue_heart"},
{content: "💚", groupId: 13, identifier: "green_heart"},
{content: "💛", groupId: 13, identifier: "yellow_heart"},
{content: "💜", groupId: 13, identifier: "purple_heart"},
{content: "💝", groupId: 13, identifier: "gift_heart"},
{content: "💞", groupId: 13, identifier: "revolving_hearts"},
{content: "💟", groupId: 13, identifier: "heart_decoration"},
{content: "💠", groupId: 0, identifier: "emoji"},
{content: "💡", groupId: 0, identifier: "emoji"},
{content: "💢", groupId: 0, identifier: "emoji"},
Expand Down

0 comments on commit ecacac5

Please sign in to comment.