summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorMalo <57839069+MDLC01@users.noreply.github.com>2024-08-26 18:18:34 +0200
committerGitHub <noreply@github.com>2024-08-26 16:18:34 +0000
commitc57593c94c5ad9d08c93d594feb9a1db8c5e696d (patch)
tree9cfe9fb4ca2e2e6aac65a284dbb7b58340256564 /crates
parent3d980fe4a39fcc83ac7e4a32ba2a6cd8643b3e89 (diff)
Add checkmark ballot symbols (#4825)
Diffstat (limited to 'crates')
-rw-r--r--crates/typst/src/symbols/sym.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index d506880b..f2a32dfa 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -487,7 +487,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
yen: '¥',
// Miscellaneous.
- ballot: ['☐', x: '☒'],
+ ballot: ['☐', cross: '☒', check: '☑', check.heavy: '🗹'],
checkmark: ['✓', light: '🗸', heavy: '✔'],
crossmark: ['✗', heavy: '✘'],
floral: ['❦', l: '☙', r: '❧'],