[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:
rex
2018-10-31 20:41:22 +08:00
committed by 张敏
parent b89d00b09a
commit 9cda28989b
6 changed files with 34 additions and 22 deletions

View File

@@ -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>
`;