summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamack38 <64226248+kamack38@users.noreply.github.com>2024-04-01 22:20:05 +0200
committerGitHub <noreply@github.com>2024-04-01 20:20:05 +0000
commit7b9faa81bf5156819f25ff2d232d63c053483665 (patch)
treef0ee19e357d5b7d45a2a85d58167e4fa5098d450
parente91baaca820cc83bdd90d1e440c1c9fcd077942c (diff)
Add parallelogram symbols (#3740)
-rw-r--r--crates/typst/src/symbols/sym.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index 94e47272..18420805 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.