File tree 1 file changed +32
-11
lines changed 1 file changed +32
-11
lines changed Original file line number Diff line number Diff line change 10
10
'use strict' ;
11
11
12
12
module . exports = {
13
- circle : '●' ,
13
+ ' circle' : '●' ,
14
14
'circle-open' : '○' ,
15
- square : '■' ,
15
+ ' square' : '■' ,
16
16
'square-open' : '□' ,
17
- diamond : '◆' ,
17
+ ' diamond' : '◆' ,
18
18
'diamond-open' : '◇' ,
19
- cross : '+' ,
20
- x : '❌' ,
19
+ 'cross' : '✚' ,
21
20
'triangle-up' : '▲' ,
22
21
'triangle-up-open' : '△' ,
23
22
'triangle-down' : '▼' ,
@@ -41,16 +40,38 @@ module.exports = {
41
40
'hexagon2' : '⬣' ,
42
41
'star' : '★' ,
43
42
'star-open' : '☆' ,
44
- 'hexagram' : '✶' ,
45
43
'diamond-tall' : '♦' ,
46
44
'diamond-tall-open' : '♢' ,
47
- 'hourglass ' : '⧗ ' ,
48
- 'hourglass- open' : '⧖ ' ,
45
+ 'diamond-wide ' : '▰ ' ,
46
+ 'diamond-wide- open' : '▱ ' ,
49
47
'bowtie' : '⧓' ,
50
48
'bowtie-open' : '⋈' ,
51
- 'circle-cross' : '⊕ ' ,
52
- 'circle-x' : '⊗ ' ,
49
+ 'circle-cross' : '⨁ ' ,
50
+ 'circle-x' : '⨂ ' ,
53
51
'square-cross' : '⊞' ,
54
52
'square-x' : '⊠' ,
55
- 'asterisk' : '✱'
53
+ 'diamond-cross' : '⟠' ,
54
+ 'diamond-x' : '❖' ,
55
+ 'cross-thin' : '+' ,
56
+ 'cross-thin-open' : '+' ,
57
+ 'x-thin' : '╳' ,
58
+ 'x-thin-open' : '╳' ,
59
+ 'asterisk' : '✳' ,
60
+ 'asterisk-open' : '✳' ,
61
+ 'y-up' : '⅄' ,
62
+ 'y-up-open' : '⅄' ,
63
+ 'y-down' : 'Y' ,
64
+ 'y-down-open' : 'Y' ,
65
+ 'y-left' : '≺' ,
66
+ 'y-left-open' : '≺' ,
67
+ 'y-right' : '≻' ,
68
+ 'y-right-open' : '≻' ,
69
+ 'line-ew' : '─' ,
70
+ 'line-ew-open' : '─' ,
71
+ 'line-ns' : '│' ,
72
+ 'line-ns-open' : '│' ,
73
+ 'line-ne' : '╱' ,
74
+ 'line-ne-open' : '╱' ,
75
+ 'line-nw' : '╲' ,
76
+ 'line-nw-open' : '╲'
56
77
} ;
You can’t perform that action at this time.
0 commit comments