From 60bc64f06964d8d35bf62a1123081ce43adb2b31 Mon Sep 17 00:00:00 2001 From: Kristina Date: Thu, 9 May 2024 18:02:26 +0400 Subject: [PATCH] Add more arms emoji (#5562) Signed-off-by: Kristina Fefelova --- packages/ui/src/components/EmojiPopup.svelte | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/components/EmojiPopup.svelte b/packages/ui/src/components/EmojiPopup.svelte index 7b36f0f745..625daa748a 100644 --- a/packages/ui/src/components/EmojiPopup.svelte +++ b/packages/ui/src/components/EmojiPopup.svelte @@ -59,7 +59,23 @@ { id: 'smileys', label: plugin.string.Smileys, - emojis: [...getEmojis(0x1f600, 0x1f64f), ...getEmojis(0x1f90c, 0x1f92f)], + emojis: [ + ...getEmojis(0x1f600, 0x1f64b), + ...getEmojis(0x1f64d, 0x1f64e), + ...getEmojis(0x1f910, 0x1f917), + ...getEmojis(0x1f920, 0x1f92f), + ...getEmojis(0x1fae0, 0x1fae8), + ...getEmojis(0x1f64f, 0x1f64f), + ...getEmojis(0x1f64c, 0x1f64c), + ...getEmojis(0x1f918, 0x1f91f), + ...getEmojis(0x270a, 0x270d), + ...getEmojis(0x1f90c, 0x1f90c), + ...getEmojis(0x1faf0, 0x1faf8), + ...getEmojis(0x1f446, 0x1f450), + ...getEmojis(0x1f4aa, 0x1f4aa), + ...getEmojis(0x1f9be, 0x1f9bf), + ...getEmojis(0x1f9b5, 0x1f9b7) + ], icon: Emoji }, {