[Improvement] Icon: update edit icon (#1635)

This commit is contained in:
neverland 2018-08-16 11:20:34 +08:00 committed by GitHub
parent 1435611262
commit 0c740b19ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -66,7 +66,7 @@ module.exports = {
css: 'logistics' css: 'logistics'
}, },
{ {
src: '编辑地址.svg', src: 'edit.svg',
css: 'edit' css: 'edit'
}, },
{ {

View File

@ -2,5 +2,5 @@
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-family: 'vant-icon'; font-family: 'vant-icon';
src: url('../icon/vant-icon-eb8c95.ttf') format('truetype'); src: url('../icon/vant-icon-82e8e7.ttf') format('truetype');
} }

View File

@ -4,7 +4,7 @@
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-family: 'vant-icon'; font-family: 'vant-icon';
src: url('https://img.yzcdn.cn/vant/vant-icon-eb8c95.ttf') format('truetype'); src: url('https://img.yzcdn.cn/vant/vant-icon-82e8e7.ttf') format('truetype');
} }
.van-icon { .van-icon {