mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue