summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/symbols/sym.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs
index f5f94d90..94e47272 100644
--- a/crates/typst/src/symbols/sym.rs
+++ b/crates/typst/src/symbols/sym.rs
@@ -518,33 +518,33 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
filled.v: '⬮',
],
triangle: [
- stroked.r: '▷',
- stroked.l: '◁',
stroked.t: '△',
stroked.b: '▽',
+ stroked.r: '▷',
+ stroked.l: '◁',
stroked.bl: '◺',
stroked.br: '◿',
stroked.tl: '◸',
stroked.tr: '◹',
- stroked.small.r: '▹',
+ stroked.small.t: '▵',
stroked.small.b: '▿',
+ stroked.small.r: '▹',
stroked.small.l: '◃',
- stroked.small.t: '▵',
stroked.rounded: '🛆',
stroked.nested: '⟁',
stroked.dot: '◬',
- filled.r: '▶',
- filled.l: '◀',
filled.t: '▲',
filled.b: '▼',
+ filled.r: '▶',
+ filled.l: '◀',
filled.bl: '◣',
filled.br: '◢',
filled.tl: '◤',
filled.tr: '◥',
- filled.small.r: '▸',
+ filled.small.t: '▴',
filled.small.b: '▾',
+ filled.small.r: '▸',
filled.small.l: '◂',
- filled.small.t: '▴',
],
square: [
stroked: '□',