File tree Expand file tree Collapse file tree 1 file changed +32
-11
lines changed Expand file tree Collapse file tree 1 file changed +32
-11
lines changed Original file line number Diff line number Diff line change 1010'use strict' ;
1111
1212module . exports = {
13- circle : '●' ,
13+ ' circle' : '●' ,
1414 'circle-open' : '○' ,
15- square : '■' ,
15+ ' square' : '■' ,
1616 'square-open' : '□' ,
17- diamond : '◆' ,
17+ ' diamond' : '◆' ,
1818 'diamond-open' : '◇' ,
19- cross : '+' ,
20- x : '❌' ,
19+ 'cross' : '✚' ,
2120 'triangle-up' : '▲' ,
2221 'triangle-up-open' : '△' ,
2322 'triangle-down' : '▼' ,
@@ -41,16 +40,38 @@ module.exports = {
4140 'hexagon2' : '⬣' ,
4241 'star' : '★' ,
4342 'star-open' : '☆' ,
44- 'hexagram' : '✶' ,
4543 'diamond-tall' : '♦' ,
4644 'diamond-tall-open' : '♢' ,
47- 'hourglass ' : '⧗ ' ,
48- 'hourglass- open' : '⧖ ' ,
45+ 'diamond-wide ' : '▰ ' ,
46+ 'diamond-wide- open' : '▱ ' ,
4947 'bowtie' : '⧓' ,
5048 'bowtie-open' : '⋈' ,
51- 'circle-cross' : '⊕ ' ,
52- 'circle-x' : '⊗ ' ,
49+ 'circle-cross' : '⨁ ' ,
50+ 'circle-x' : '⨂ ' ,
5351 'square-cross' : '⊞' ,
5452 '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' : '╲'
5677} ;
You can’t perform that action at this time.
0 commit comments