[Improvement] Icon: add aim (#1655)
This commit is contained in:
Binary file not shown.
@@ -57,6 +57,10 @@ module.exports = {
|
||||
src: 'share.svg',
|
||||
css: 'share'
|
||||
},
|
||||
{
|
||||
src: 'aim.svg',
|
||||
css: 'aim'
|
||||
},
|
||||
{
|
||||
src: '喜欢.svg',
|
||||
css: 'like-o'
|
||||
|
||||
@@ -59,6 +59,10 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-share" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>share</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-aim" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
</i> <span>aim</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-like-o" style="color:undefined;font-size:undefined;">
|
||||
<!---->
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user