diff --git a/Base/home/anon/Documents/emoji.txt b/Base/home/anon/Documents/emoji.txt index ee19d520cf..348a83fcb6 100644 --- a/Base/home/anon/Documents/emoji.txt +++ b/Base/home/anon/Documents/emoji.txt @@ -1,6 +1,8 @@ Faces & Misc Emoji ------------------ +☀️ - U+2600 U+FE0F SUN +☁️ - U+2601 U+FE0F CLOUD ☹️ - U+2639 U+FE0F FROWNING FACE ☺️ - U+263A U+FE0F SMILING FACE ✌️ - U+270C U+FE0F VICTORY HAND @@ -43,6 +45,12 @@ Faces & Misc Emoji 🌛 - U+1F31B FIRST QUARTER MOON FACE 🌜 - U+1F31C LAST QUARTER MOON FACE 🌝 - U+1F31D FULL MOON FACE +🌤️ - U+1F324 U+FE0F SUN BEHIND SMALL CLOUD +🌥️ - U+1F325 U+FE0F SUN BEHIND LARGE CLOUD +🌦️ - U+1F326 U+FE0F SUN BEHIND RAIN CLOUD +🌧️ - U+1F327 U+FE0F CLOUD WITH RAIN +🌨️ - U+1F328 U+FE0F CLOUD WITH SNOW +🌩️ - U+1F329 U+FE0F CLOUD WITH LIGHTNING 🌭 - U+1F32D HOT DOG 🌮 - U+1F32E TACO 🌯 - U+1F32F BURRITO @@ -103,6 +111,7 @@ Faces & Misc Emoji 💡 - U+1F4A1 ELECTRIC LIGHT BULB 💣 - U+1F4A3 BOMB 💦 - U+1F4A6 SWEAT DROPLETS +💯 - U+1F4AF HUNDRED POINTS 💾 - U+1F4BE FLOPPY DISK 📈 - U+1F4C8 CHART INCREASING 📉 - U+1F4C9 CHART DECREASING @@ -245,6 +254,7 @@ Faces & Misc Emoji 🫣 - U+1FAE3 FACE WITH PEEKING EYE 🫤 - U+1FAE4 FACE WITH DIAGONAL MOUTH 🫥 - U+1FAE5 DOTTED LINE FACE +🫧 - U+1FAE7 BUBBLES 🧱 - U+1F9F1 BRICK 🧲 - U+1F9F2 MAGNET 🩱 - U+1FA71 ONE-PIECE SWIMSUIT diff --git a/Base/res/emoji/U+1F324.png b/Base/res/emoji/U+1F324.png new file mode 100644 index 0000000000..dc31f9c9f1 Binary files /dev/null and b/Base/res/emoji/U+1F324.png differ diff --git a/Base/res/emoji/U+1F325.png b/Base/res/emoji/U+1F325.png new file mode 100644 index 0000000000..6f5343f51e Binary files /dev/null and b/Base/res/emoji/U+1F325.png differ diff --git a/Base/res/emoji/U+1F326.png b/Base/res/emoji/U+1F326.png new file mode 100644 index 0000000000..465a594d0f Binary files /dev/null and b/Base/res/emoji/U+1F326.png differ diff --git a/Base/res/emoji/U+1F327.png b/Base/res/emoji/U+1F327.png new file mode 100644 index 0000000000..1129781881 Binary files /dev/null and b/Base/res/emoji/U+1F327.png differ diff --git a/Base/res/emoji/U+1F328.png b/Base/res/emoji/U+1F328.png new file mode 100644 index 0000000000..c353be36f2 Binary files /dev/null and b/Base/res/emoji/U+1F328.png differ diff --git a/Base/res/emoji/U+1F329.png b/Base/res/emoji/U+1F329.png new file mode 100644 index 0000000000..6d7ef91166 Binary files /dev/null and b/Base/res/emoji/U+1F329.png differ diff --git a/Base/res/emoji/U+1F4AF.png b/Base/res/emoji/U+1F4AF.png new file mode 100644 index 0000000000..468ceb18c1 Binary files /dev/null and b/Base/res/emoji/U+1F4AF.png differ diff --git a/Base/res/emoji/U+1FAE7.png b/Base/res/emoji/U+1FAE7.png new file mode 100644 index 0000000000..43cf407e61 Binary files /dev/null and b/Base/res/emoji/U+1FAE7.png differ diff --git a/Base/res/emoji/U+2600.png b/Base/res/emoji/U+2600.png new file mode 100644 index 0000000000..66b245fb86 Binary files /dev/null and b/Base/res/emoji/U+2600.png differ diff --git a/Base/res/emoji/U+2601.png b/Base/res/emoji/U+2601.png new file mode 100644 index 0000000000..f27accc544 Binary files /dev/null and b/Base/res/emoji/U+2601.png differ