From 7b9faa81bf5156819f25ff2d232d63c053483665 Mon Sep 17 00:00:00 2001 From: Kamack38 <64226248+kamack38@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:20:05 +0200 Subject: [PATCH] Add parallelogram symbols (#3740) --- crates/typst/src/symbols/sym.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 94e472723..18420805c 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -585,6 +585,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { filled.small: '⬪', filled.medium: '⬧', ], + parallelogram: [ + stroked: '▱', + filled: '▰', + ], star: [op: '⋆', stroked: '☆', filled: '★'], // Arrows, harpoons, and tacks.