mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add crossmark symbol sym.rs (#4113)
This commit is contained in:
parent
32a84e5127
commit
e8ee15277d
@ -464,7 +464,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
|
||||
// Miscellaneous.
|
||||
ballot: ['☐', x: '☒'],
|
||||
checkmark: ['✓', light: '🗸'],
|
||||
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
||||
crossmark: ['✗', heavy: '✘'],
|
||||
floral: ['❦', l: '☙', r: '❧'],
|
||||
notes: [up: '🎜', down: '🎝'],
|
||||
refmark: '※',
|
||||
|
Loading…
x
Reference in New Issue
Block a user