Skip to content

Commit

Permalink
Add crossmark symbol sym.rs (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
giannissc committed May 13, 2024
1 parent 32a84e5 commit e8ee152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/typst/src/symbols/sym.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: '※',
Expand Down

0 comments on commit e8ee152

Please sign in to comment.