File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ declare const figureSet: {
47
47
readonly arrowRight : string ;
48
48
readonly arrowLeftRight : string ;
49
49
readonly arrowUpDown : string ;
50
+ readonly almostEqual : string ;
51
+ readonly notEqual : string ;
52
+ readonly lessOrEqual : string ;
53
+ readonly greaterOrEqual : string ;
54
+ readonly identical : string ;
55
+ readonly infinity : string ;
50
56
readonly subscriptZero : string ;
51
57
readonly subscriptOne : string ;
52
58
readonly subscriptTwo : string ;
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ const common = {
25
25
arrowRight : '→' ,
26
26
arrowLeftRight : '↔' ,
27
27
arrowUpDown : '↕' ,
28
+ almostEqual : '≈' ,
29
+ notEqual : '≠' ,
30
+ lessOrEqual : '≤' ,
31
+ greaterOrEqual : '≥' ,
32
+ identical : '≡' ,
33
+ infinity : '∞' ,
28
34
subscriptZero : '₀' ,
29
35
subscriptOne : '₁' ,
30
36
subscriptTwo : '₂' ,
Original file line number Diff line number Diff line change @@ -111,6 +111,12 @@ Symbols to use when running on Windows.
111
111
| arrowRight | → | → |
112
112
| arrowLeftRight | ↔ | ↔ |
113
113
| arrowUpDown | ↕ | ↕ |
114
+ | almostEqual | ≈ | ≈ |
115
+ | notEqual | ≠ | ≠ |
116
+ | lessOrEqual | ≤ | ≤ |
117
+ | greaterOrEqual | ≥ | ≥ |
118
+ | identical | ≡ | ≡ |
119
+ | infinity | ∞ | ∞ |
114
120
| radioOn | ◉ | (* ) |
115
121
| radioOff | ◯ | ( ) |
116
122
| checkboxOn | ☒ | [ ×] |
You can’t perform that action at this time.
0 commit comments