From e8ee15277dbd8b5b5373c202de2a6a9e8d18ce16 Mon Sep 17 00:00:00 2001 From: John Skottis Date: Mon, 13 May 2024 11:05:39 +0100 Subject: [PATCH] Add crossmark symbol sym.rs (#4113) --- 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 0456ed189..c2bc00656 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: '※',