Skip to content
49 changes: 47 additions & 2 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,53 @@ parallelogram
.filled ▰
star
.op ⋆
.stroked ☆
.filled ★
.five.stroked ☆
.five.stroked.small ⭒
.five.stroked.outlined ⚝
.five.stroked.shadowed ✰
.five.stroked.filled.l ⯪
.five.stroked.filled.r ⯫
.five.filled ★
.five.filled.small ⭑
.five.filled.light 🟉
.five.filled.heavy 🟊
.five.filled.l ⯨
.five.filled.r ⯩
.five.filled.outlined ✭
.five.filled.outlined.heavy ✮
.five.pinwheel ✯
.five.crossing ⛤
.five.crossing.inv ⛧
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm realizing this now: maybe this should be .b instead of .inv (as in, pointing to the bottom), and the other .five variants would have an additional .t modifier. I prefer it the way it is now, but I'm so lost with all those stars I figured it may be good to share this idea.

.five.crossing.l ⛦
.five.crossing.r ⛥
.three.filled 🟁
.three.filled.light 🟀
.three.filled.heavy 🟂
.three.pinwheel 🟃
.four.filled 🟅
.four.filled.light 🟄
.four.filled.heavy 🟆
.four.pinwheel 🟇
.four.pinwheel.rev 🟈
.six.filled ✶
.six.filled.medium 🟋
.six.filled.heavy 🟌
.six.pinwheel 🟍
.six.crossing ✡
.six.crossing.dot 🔯
.eight.filled.light ✴
.eight.filled 🟎
.eight.filled.medium 🟏
.eight.filled.heavy 🟐
.eight.filled.rect ✷
.eight.filled.rect.heavy ✸
.eight.pinwheel ✵
.eight.pinwheel.heavy 🟑
.nine.stroked 🟙
.twelve ✹
.twelve.light 🟒
.twelve.heavy 🟓
.twelve.heavy.pinwheel 🟔

// Arrows, harpoons, and tacks.
arrow
Expand Down
Loading