summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorTobias Clasen <sandalbanditten@tutanota.com>2023-06-01 15:15:16 +0200
committerGitHub <noreply@github.com>2023-06-01 15:15:16 +0200
commit9cae387480db7afe49a76bd28daac13ba7cf1b25 (patch)
treefa0196e3adaccacfc83aac7dacbc0672fbc52b47 /library
parenta54cde71cbbc349f2abfd6e1db31a4d1c9091de8 (diff)
Add sym.bullet, which is different from sym.circle.filled.small (#1372)
Diffstat (limited to 'library')
-rw-r--r--library/src/symbols/sym.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/symbols/sym.rs b/library/src/symbols/sym.rs
index a871d29f..30c4a5d9 100644
--- a/library/src/symbols/sym.rs
+++ b/library/src/symbols/sym.rs
@@ -446,6 +446,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
suit: [club: '♣', diamond: '♦', heart: '♥', spade: '♠'],
// Shapes.
+ bullet: '•',
circle: [
stroked: '○',
stroked.tiny: '∘',