[improvement] Icon: add star & star-o (#2092)
This commit is contained in:
@@ -387,6 +387,14 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-question2" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>question2</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-star" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>star</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-star-o" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>star-o</span></div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user