Skip to content

Commit

Permalink
Add figures for musical notes (#61)
Browse files Browse the repository at this point in the history
ehmicky authored Mar 25, 2021
1 parent b91f16c commit 9876125
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -38,6 +38,8 @@ declare const figureSet: {
readonly smiley: string;
readonly mustache: string;
readonly heart: string;
readonly musicNote: string;
readonly musicNoteBeamed: string;
readonly nodejs: string;
readonly arrowUp: string;
readonly arrowDown: string;
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -17,6 +17,8 @@ const common = {
triangleRightSmall: '▸',
home: '⌂',
heart: '♥',
musicNote: '♪',
musicNoteBeamed: '♫',
arrowUp: '↑',
arrowDown: '↓',
arrowLeft: '←',
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -102,6 +102,8 @@ Symbols to use when running on Windows.
| smiley |||
| mustache || ┌─┐ |
| heart |||
| musicNote |||
| musicNoteBeamed |||
| nodejs |||
| arrowUp |||
| arrowDown |||

0 comments on commit 9876125

Please sign in to comment.