summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorssotoen <68116836+ssotoen@users.noreply.github.com>2024-09-26 16:57:50 +0200
committerGitHub <noreply@github.com>2024-09-26 14:57:50 +0000
commit584e4585f156e6f0772af15bbe161c99d0ee8117 (patch)
tree64839d643c7526b14b825ecf9839872bfda33d0c
parent820750ce21be96e5250bc71a099cf23f7257b943 (diff)
Add Unicode 16 emoji (#4935)
-rw-r--r--crates/typst/src/symbols/emoji.rs9
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/emoji.rs b/crates/typst/src/symbols/emoji.rs
index 092c5100..e6b2bbf9 100644
--- a/crates/typst/src/symbols/emoji.rs
+++ b/crates/typst/src/symbols/emoji.rs
@@ -92,6 +92,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
bed: ['๐Ÿ›', person: '๐Ÿ›Œ'],
bee: '๐Ÿ',
beer: ['๐Ÿบ', clink: '๐Ÿป'],
+ beet: '๐Ÿซœ',
beetle: ['๐Ÿชฒ', lady: '๐Ÿž'],
bell: ['๐Ÿ””', ding: '๐Ÿ›Ž', not: '๐Ÿ”•'],
bento: '๐Ÿฑ',
@@ -435,6 +436,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
devil.frown: '๐Ÿ‘ฟ',
diagonal: '๐Ÿซค',
disguise: '๐Ÿฅธ',
+ distress: '๐Ÿ˜ซ',
dizzy: '๐Ÿ˜ต',
dotted: '๐Ÿซฅ',
down: '๐Ÿ˜ž',
@@ -504,7 +506,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
tear.withheld: '๐Ÿฅน',
teeth: '๐Ÿ˜ฌ',
think: '๐Ÿค”',
- tired: '๐Ÿ˜ซ',
+ tired: '๐Ÿซฉ',
tongue: '๐Ÿ˜›',
tongue.squint: '๐Ÿ˜',
tongue.wink: '๐Ÿ˜œ',
@@ -553,6 +555,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
front: '๐Ÿซต',
m: '๐Ÿ–•',
],
+ fingerprint: '๐Ÿซ†',
fingers: [cross: '๐Ÿคž', pinch: '๐ŸคŒ', snap: '๐Ÿซฐ'],
fire: '๐Ÿ”ฅ',
firecracker: '๐Ÿงจ',
@@ -668,6 +671,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
raised: '๐Ÿ™Œ',
shake: '๐Ÿค',
],
+ harp: '๐Ÿช‰',
hash: '#',
hat: [ribbon: '๐Ÿ‘’', top: '๐ŸŽฉ'],
headphone: '๐ŸŽง',
@@ -1119,6 +1123,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
shopping: '๐Ÿ›',
shorts: '๐Ÿฉณ',
shoshinsha: '๐Ÿ”ฐ',
+ shovel: '๐Ÿช',
shower: '๐Ÿšฟ',
shrimp: ['๐Ÿฆ', fried: '๐Ÿค'],
shrine: 'โ›ฉ',
@@ -1163,6 +1168,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
spider: '๐Ÿ•ท',
spiderweb: '๐Ÿ•ธ',
spinach: '๐Ÿฅฌ',
+ splatter: '๐ŸซŸ',
sponge: '๐Ÿงฝ',
spoon: '๐Ÿฅ„',
square: [
@@ -1269,6 +1275,7 @@ const EMOJI: &[(&str, Symbol)] = symbols! {
tree: [
deciduous: '๐ŸŒณ',
evergreen: '๐ŸŒฒ',
+ leafless: '๐Ÿชพ',
palm: '๐ŸŒด',
xmas: '๐ŸŽ„',
],