From 641a794e9312659ba80e6c6fd5af937793239156 Mon Sep 17 00:00:00 2001 From: John Skottis Date: Fri, 10 May 2024 14:36:07 +0100 Subject: [PATCH] Add crossmark symbol sym.rs --- crates/typst/src/symbols/sym.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 0456ed18937..c2bc0065620 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: '※',