We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
square
squareFilled
1 parent 745987c commit a06d5b7Copy full SHA for a06d5b7
index.js
@@ -70,8 +70,8 @@ const fallback = {
70
cross: '×',
71
star: '✶',
72
square: '█',
73
- squareSmall: '[ ]',
74
- squareSmallFilled: '[█]',
+ squareSmall: '□',
+ squareSmallFilled: '■',
75
play: '►',
76
circle: '( )',
77
circleFilled: '(*)',
readme.md
@@ -67,8 +67,8 @@ Symbols to use when running on Windows.
67
| cross | ✖ | × |
68
| star | ★ | ✶ |
69
| square | ▇ | █ |
-| squareSmall | ◻ | [ ] |
-| squareSmallFilled | ◼ | [█] |
+| squareSmall | ◻ | □ |
+| squareSmallFilled | ◼ | ■ |
| play | ▶ | ► |
| circle | ◯ | ( ) |
| circleFilled | ◉ | (*) |
0 commit comments