diff options
| author | John Skottis <giannis.sc@gmail.com> | 2024-05-13 11:05:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 10:05:39 +0000 |
| commit | e8ee15277dbd8b5b5373c202de2a6a9e8d18ce16 (patch) | |
| tree | f55bdd9b61fd15f1ce6fb43f2bf1321fd63a1a32 | |
| parent | 32a84e5127e025bd5cc6aefde6b5c15d7882f90a (diff) | |
Add crossmark symbol sym.rs (#4113)
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 0456ed18..c2bc0065 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -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: '※', |
