[Imprvement] Icon: add idcard icon and remove three icon (#1331)

This commit is contained in:
neverland
2018-06-26 15:14:17 +08:00
committed by GitHub
parent 5f8e2c66c2
commit 909bf8efca
8 changed files with 108 additions and 132 deletions
+11 -19
View File
@@ -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'