Add crossmark symbol sym.rs (#4113)

This commit is contained in:
John Skottis 2024-05-13 11:05:39 +01:00 committed by GitHub
parent 32a84e5127
commit e8ee15277d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: '',