Skip to content

Commit

Permalink
Merge pull request #44 from blackstream-x/additions
Browse files Browse the repository at this point in the history
Add en dash and some arrows
  • Loading branch information
samwho committed Apr 20, 2024
2 parents 8e8d26e + 4ff391f commit ba7f739
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ const symbols = [
"name": "Em-dash",
"searchTerms": ["em", "dash"],
},
{
"glyph": "–",
"name": "En-dash",
"searchTerms": ["en", "dash"],
},
{
"glyph": "£",
"name": "Pound",
Expand Down Expand Up @@ -232,6 +237,26 @@ const symbols = [
"name": "Right Arrow",
"searchTerms": ["right", "arrow"],
},
{
"glyph": "↑",
"name": "Upwards Arrow",
"searchTerms": ["up", "upwards", "arrow"],
},
{
"glyph": "↓",
"name": "Downwards Arrow",
"searchTerms": ["down", "downwards", "arrow"],
},
{
"glyph": "↔",
"name": "Left Right Arrow",
"searchTerms": ["left", "right", "arrow"],
},
{
"glyph": "↕",
"name": "Up Down Arrow",
"searchTerms": ["up", "down", "arrow"],
},
{
"glyph": "~",
"name": "Tilde",
Expand Down

0 comments on commit ba7f739

Please sign in to comment.