feat(Icons): add wechat icon, rename wechat-pay icon

This commit is contained in:
chenjiahan 2021-01-22 11:09:42 +08:00
parent e253329a67
commit b3cd8c14ae
6 changed files with 21 additions and 11 deletions

View File

@ -226,7 +226,7 @@ const map = {
F0DF: 'warning-o',
F0E0: 'warning',
F0E1: 'weapp-nav',
F0E2: 'wechat',
F0E2: 'wechat-pay',
F0E3: 'youzan-shield',
F0E4: 'enlarge',
F0E5: 'photo-fail',
@ -238,6 +238,7 @@ const map = {
F0EB: 'font',
F0EC: 'font-o',
F0ED: 'revoke',
F0EE: 'wechat',
};
const reversedMap = {};

View File

@ -219,8 +219,9 @@ module.exports = {
'delete',
'font',
// without corresponding outline icon
'alipay',
'wechat',
'wechat-pay',
'alipay',
'photograph',
'youzan-shield',
'umbrella-circle',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,9 +5,9 @@
font-family: 'vant-icon';
font-style: normal;
font-display: auto;
src: url('https://img.yzcdn.cn/vant/vant-icon-84f687.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-84f687.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-84f687.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
}
.van-icon {
@ -967,10 +967,14 @@
content: '\F0E1';
}
.van-icon-wechat::before {
.van-icon-wechat-pay::before {
content: '\F0E2';
}
.van-icon-wechat::before {
content: '\F0EE';
}
.van-icon-youzan-shield::before {
content: '\F0E3';
}