diff options
author | djwisdom <djwisdom@gmail.com> | 2022-08-15 02:39:54 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-15 09:55:54 +0100 |
commit | 6511aa4e187b9946b19a29562cd3b376c362d258 (patch) | |
tree | 5be46f4686376537d609d640a5e8484099a0e56d | |
parent | 4edae21bd13ea17290990f2730670f7fd035b18f (diff) | |
download | serenity-6511aa4e187b9946b19a29562cd3b376c362d258.zip |
Base: Add more emojis U+1F344,45,47-4C
🍄 - U+1F344 MUSHROOM
🍅 - U+1F345 TOMATO
🍇 - U+1F347 GRAPES
🍈 - U+1F348 MELON
🍉 - U+1F349 WATERMELON
🍊 - U+1F34A TANGERINE
🍋 - U+1F34B LEMON
🍌 - U+1F34C BANANA
Coverage: https://emoji.serenityos.net
-rw-r--r-- | Base/home/anon/Documents/emoji.txt | 8 | ||||
-rw-r--r-- | Base/res/emoji/U+1F344.png | bin | 0 -> 155 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F345.png | bin | 0 -> 156 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F347.png | bin | 0 -> 133 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F348.png | bin | 0 -> 133 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F349.png | bin | 0 -> 135 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F34A.png | bin | 0 -> 145 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F34B.png | bin | 0 -> 128 bytes | |||
-rw-r--r-- | Base/res/emoji/U+1F34C.png | bin | 0 -> 139 bytes |
9 files changed, 8 insertions, 0 deletions
diff --git a/Base/home/anon/Documents/emoji.txt b/Base/home/anon/Documents/emoji.txt index cbf2a42417..1980fd5ee8 100644 --- a/Base/home/anon/Documents/emoji.txt +++ b/Base/home/anon/Documents/emoji.txt @@ -31,7 +31,15 @@ Faces & Misc Emoji 🌲 - U+1F332 EVERGREEN TREE 🌴 - U+1F334 PALM TREE 🌻 - U+1F33B SUNFLOWER +🍄 - U+1F344 MUSHROOM +🍅 - U+1F345 TOMATO 🍆 - U+1F346 EGGPLANT +🍇 - U+1F347 GRAPES +🍈 - U+1F348 MELON +🍉 - U+1F349 WATERMELON +🍊 - U+1F34A TANGERINE +🍋 - U+1F34B LEMON +🍌 - U+1F34C BANANA 🍍 - U+1F34D PINEAPPLE 🍎 - U+1F34E RED APPLE 🍏 - U+1F34E GREEN APPLE diff --git a/Base/res/emoji/U+1F344.png b/Base/res/emoji/U+1F344.png Binary files differnew file mode 100644 index 0000000000..b82ef12d32 --- /dev/null +++ b/Base/res/emoji/U+1F344.png diff --git a/Base/res/emoji/U+1F345.png b/Base/res/emoji/U+1F345.png Binary files differnew file mode 100644 index 0000000000..4b2194a201 --- /dev/null +++ b/Base/res/emoji/U+1F345.png diff --git a/Base/res/emoji/U+1F347.png b/Base/res/emoji/U+1F347.png Binary files differnew file mode 100644 index 0000000000..7f4f918f00 --- /dev/null +++ b/Base/res/emoji/U+1F347.png diff --git a/Base/res/emoji/U+1F348.png b/Base/res/emoji/U+1F348.png Binary files differnew file mode 100644 index 0000000000..0f04c3f344 --- /dev/null +++ b/Base/res/emoji/U+1F348.png diff --git a/Base/res/emoji/U+1F349.png b/Base/res/emoji/U+1F349.png Binary files differnew file mode 100644 index 0000000000..29b3d5d4bd --- /dev/null +++ b/Base/res/emoji/U+1F349.png diff --git a/Base/res/emoji/U+1F34A.png b/Base/res/emoji/U+1F34A.png Binary files differnew file mode 100644 index 0000000000..efbf3b1d85 --- /dev/null +++ b/Base/res/emoji/U+1F34A.png diff --git a/Base/res/emoji/U+1F34B.png b/Base/res/emoji/U+1F34B.png Binary files differnew file mode 100644 index 0000000000..1ded3bd83d --- /dev/null +++ b/Base/res/emoji/U+1F34B.png diff --git a/Base/res/emoji/U+1F34C.png b/Base/res/emoji/U+1F34C.png Binary files differnew file mode 100644 index 0000000000..5f7ff68222 --- /dev/null +++ b/Base/res/emoji/U+1F34C.png |