mirror of https://github.com/stelzo/typst.git
Add parallelogram symbols (#3740)
This commit is contained in:
parent
e91baaca82
commit
7b9faa81bf
|
|
@ -585,6 +585,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||||
filled.small: '⬪',
|
filled.small: '⬪',
|
||||||
filled.medium: '⬧',
|
filled.medium: '⬧',
|
||||||
],
|
],
|
||||||
|
parallelogram: [
|
||||||
|
stroked: '▱',
|
||||||
|
filled: '▰',
|
||||||
|
],
|
||||||
star: [op: '⋆', stroked: '☆', filled: '★'],
|
star: [op: '⋆', stroked: '☆', filled: '★'],
|
||||||
|
|
||||||
// Arrows, harpoons, and tacks.
|
// Arrows, harpoons, and tacks.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue