mirror of
https://github.com/youzan/vant.git
synced 2025-12-18 02:06:02 +08:00
[Imprvement] Icon: add idcard icon and remove three icon (#1331)
This commit is contained in:
Binary file not shown.
@@ -2,7 +2,7 @@ module.exports = {
|
||||
name: 'vant-icon',
|
||||
glyphs: [
|
||||
{
|
||||
src: '关闭.svg',
|
||||
src: 'close.svg',
|
||||
css: 'close'
|
||||
},
|
||||
{
|
||||
@@ -26,7 +26,7 @@ module.exports = {
|
||||
css: 'question'
|
||||
},
|
||||
{
|
||||
src: '时钟.svg',
|
||||
src: 'clock.svg',
|
||||
css: 'clock'
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ module.exports = {
|
||||
css: 'exchange'
|
||||
},
|
||||
{
|
||||
src: '其他分店.svg',
|
||||
src: 'location.svg',
|
||||
css: 'location'
|
||||
},
|
||||
{
|
||||
@@ -141,6 +141,14 @@ module.exports = {
|
||||
src: '已完成2.svg',
|
||||
css: 'sign'
|
||||
},
|
||||
{
|
||||
src: 'photo.svg',
|
||||
css: 'photo'
|
||||
},
|
||||
{
|
||||
src: 'idcard.svg',
|
||||
css: 'idcard'
|
||||
},
|
||||
{
|
||||
src: '首页.svg',
|
||||
css: 'home'
|
||||
@@ -149,18 +157,6 @@ module.exports = {
|
||||
src: '包邮.svg',
|
||||
css: 'free-postage'
|
||||
},
|
||||
{
|
||||
src: '生日特权.svg',
|
||||
css: 'birthday-privilege'
|
||||
},
|
||||
{
|
||||
src: '会员日特权.svg',
|
||||
css: 'member-day-privilege'
|
||||
},
|
||||
{
|
||||
src: '余额明细.svg',
|
||||
css: 'balance-details'
|
||||
},
|
||||
{
|
||||
src: '返现记录.svg',
|
||||
css: 'cash-back-record'
|
||||
@@ -265,10 +261,6 @@ module.exports = {
|
||||
src: '添加.svg',
|
||||
css: 'add2'
|
||||
},
|
||||
{
|
||||
src: '照片.svg',
|
||||
css: 'photo'
|
||||
},
|
||||
{
|
||||
src: '微信支付.svg',
|
||||
css: 'wechat'
|
||||
|
||||
@@ -143,6 +143,14 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-sign" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>sign</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-photo" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>photo</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-idcard" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>idcard</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-home" style="color:undefined;">
|
||||
<!---->
|
||||
@@ -151,18 +159,6 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-free-postage" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>free-postage</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-birthday-privilege" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>birthday-privilege</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-member-day-privilege" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>member-day-privilege</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-balance-details" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>balance-details</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-cash-back-record" style="color:undefined;">
|
||||
<!---->
|
||||
@@ -267,10 +263,6 @@ exports[`renders demo correctly 1`] = `
|
||||
<i class="van-icon van-icon-add2" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>add2</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-photo" style="color:undefined;">
|
||||
<!---->
|
||||
</i> <span>photo</span></div>
|
||||
<div class="van-col van-col--8">
|
||||
<i class="van-icon van-icon-wechat" style="color:undefined;">
|
||||
<!---->
|
||||
|
||||
Binary file not shown.
BIN
packages/icon/vant-icon-eb8c95.ttf
Normal file
BIN
packages/icon/vant-icon-eb8c95.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user