From c57593c94c5ad9d08c93d594feb9a1db8c5e696d Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:18:34 +0200 Subject: [PATCH] Add checkmark ballot symbols (#4825) --- crates/typst/src/symbols/sym.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index d506880b3..f2a32dfab 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -487,7 +487,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { yen: '¥', // Miscellaneous. - ballot: ['☐', x: '☒'], + ballot: ['☐', cross: '☒', check: '☑', check.heavy: '🗹'], checkmark: ['✓', light: '🗸', heavy: '✔'], crossmark: ['✗', heavy: '✘'], floral: ['❦', l: '☙', r: '❧'],