Skip to content

Commit

Permalink
Merge pull request #52 from czeckd/feature/thorn-eth-cards
Browse files Browse the repository at this point in the history
Add symbols for thorn, eth, …
  • Loading branch information
samwho authored Apr 21, 2024
2 parents 6e94bf0 + 823a208 commit 9fdcbde
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ const symbols = [
name: "Ellipsis",
searchTerms: ["..."]
},
{
glyph: "−",
name: "minus",
searchTerms: ["minus", "dash"],
},
{
glyph: "é",
name: "E with Acute",
searchTerms: ["acute", "e"]
},
{
glyph: "•",
name: "Vertically Centered Dot",
Expand Down Expand Up @@ -315,6 +325,42 @@ const symbols = [
glyph: "⌥",
name: "Option"
},
{
glyph: "þ",
name: "lowercase thorn"
},
{
glyph: "Þ",
name: "uppercase thorn"
},
{
glyph: "ð",
name: "lowercase eth"
},
{
glyph: "Ð",
name: "uppercase eth"
},
{
glyph: "†",
name: "dagger"
},
{
glyph: "♥",
name: "heart"
},
{
glyph: "♦",
name: "diamond"
},
{
glyph: "♣",
name: "club"
},
{
glyph: "♠",
name: "spade"
},

/* invisible characters */
{
Expand Down

0 comments on commit 9fdcbde

Please sign in to comment.