Skip to content

Commit

Permalink
Add figures for some common mathematical symbols (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Mar 25, 2021
1 parent 9876125 commit 26343b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ declare const figureSet: {
readonly arrowRight: string;
readonly arrowLeftRight: string;
readonly arrowUpDown: string;
readonly almostEqual: string;
readonly notEqual: string;
readonly lessOrEqual: string;
readonly greaterOrEqual: string;
readonly identical: string;
readonly infinity: string;
readonly subscriptZero: string;
readonly subscriptOne: string;
readonly subscriptTwo: string;
Expand Down
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ const common = {
arrowRight: '→',
arrowLeftRight: '↔',
arrowUpDown: '↕',
almostEqual: '≈',
notEqual: '≠',
lessOrEqual: '≤',
greaterOrEqual: '≥',
identical: '≡',
infinity: '∞',
subscriptZero: '₀',
subscriptOne: '₁',
subscriptTwo: '₂',
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ Symbols to use when running on Windows.
| arrowRight |||
| arrowLeftRight |||
| arrowUpDown |||
| almostEqual |||
| notEqual |||
| lessOrEqual |||
| greaterOrEqual |||
| identical |||
| infinity |||
| radioOn || (*) |
| radioOff || ( ) |
| checkboxOn || [×] |
Expand Down

0 comments on commit 26343b9

Please sign in to comment.