File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ declare const figureSet: {
38
38
readonly smiley : string ;
39
39
readonly mustache : string ;
40
40
readonly heart : string ;
41
+ readonly musicNote : string ;
42
+ readonly musicNoteBeamed : string ;
41
43
readonly nodejs : string ;
42
44
readonly arrowUp : string ;
43
45
readonly arrowDown : string ;
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ const common = {
17
17
triangleRightSmall : '▸' ,
18
18
home : '⌂' ,
19
19
heart : '♥' ,
20
+ musicNote : '♪' ,
21
+ musicNoteBeamed : '♫' ,
20
22
arrowUp : '↑' ,
21
23
arrowDown : '↓' ,
22
24
arrowLeft : '←' ,
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ Symbols to use when running on Windows.
102
102
| smiley | ㋡ | ☺ |
103
103
| mustache | ෴ | ┌─┐ |
104
104
| heart | ♥ | ♥ |
105
+ | musicNote | ♪ | ♪ |
106
+ | musicNoteBeamed | ♫ | ♫ |
105
107
| nodejs | ⬢ | ♦ |
106
108
| arrowUp | ↑ | ↑ |
107
109
| arrowDown | ↓ | ↓ |
You can’t perform that action at this time.
0 commit comments