mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add checkmark ballot symbols (#4825)
This commit is contained in:
parent
3d980fe4a3
commit
c57593c94c
@ -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: '❧'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user