mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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.
|
// Miscellaneous.
|
||||||
ballot: ['☐', x: '☒'],
|
ballot: ['☐', x: '☒'],
|
||||||
checkmark: ['✓', light: '🗸'],
|
checkmark: ['✓', light: '🗸', heavy: '✔'],
|
||||||
|
crossmark: ['✗', heavy: '✘'],
|
||||||
floral: ['❦', l: '☙', r: '❧'],
|
floral: ['❦', l: '☙', r: '❧'],
|
||||||
notes: [up: '🎜', down: '🎝'],
|
notes: [up: '🎜', down: '🎝'],
|
||||||
refmark: '※',
|
refmark: '※',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user