[new feature] Icon: add new icon question2 (#2005)
* feat(Icon): add new icon question2 @rex-zsd * test(Icon): update snapshot
This commit is contained in:
Binary file not shown.
@@ -380,6 +380,10 @@ module.exports = {
|
||||
{
|
||||
src: '购物车3.svg',
|
||||
css: 'cart-o'
|
||||
},
|
||||
{
|
||||
src: '答疑2.svg',
|
||||
css: 'question2'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
@@ -383,6 +383,10 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-cart-o" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>cart-o</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-question2" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>question2</span></div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user