diff options
| author | ssotoen <68116836+ssotoen@users.noreply.github.com> | 2024-09-26 16:57:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 14:57:50 +0000 |
| commit | 584e4585f156e6f0772af15bbe161c99d0ee8117 (patch) | |
| tree | 64839d643c7526b14b825ecf9839872bfda33d0c | |
| parent | 820750ce21be96e5250bc71a099cf23f7257b943 (diff) | |
Add Unicode 16 emoji (#4935)
| -rw-r--r-- | crates/typst/src/symbols/emoji.rs | 9 |
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: '๐', ], |
