diff options
| author | Kamack38 <64226248+kamack38@users.noreply.github.com> | 2024-04-01 22:20:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 20:20:05 +0000 |
| commit | 7b9faa81bf5156819f25ff2d232d63c053483665 (patch) | |
| tree | f0ee19e357d5b7d45a2a85d58167e4fa5098d450 /crates | |
| parent | e91baaca820cc83bdd90d1e440c1c9fcd077942c (diff) | |
Add parallelogram symbols (#3740)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 4 |
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. |
