mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Icons): add wechat icon, rename wechat-pay icon
This commit is contained in:
parent
e253329a67
commit
b3cd8c14ae
Binary file not shown.
@ -226,7 +226,7 @@ const map = {
|
|||||||
F0DF: 'warning-o',
|
F0DF: 'warning-o',
|
||||||
F0E0: 'warning',
|
F0E0: 'warning',
|
||||||
F0E1: 'weapp-nav',
|
F0E1: 'weapp-nav',
|
||||||
F0E2: 'wechat',
|
F0E2: 'wechat-pay',
|
||||||
F0E3: 'youzan-shield',
|
F0E3: 'youzan-shield',
|
||||||
F0E4: 'enlarge',
|
F0E4: 'enlarge',
|
||||||
F0E5: 'photo-fail',
|
F0E5: 'photo-fail',
|
||||||
@ -238,6 +238,7 @@ const map = {
|
|||||||
F0EB: 'font',
|
F0EB: 'font',
|
||||||
F0EC: 'font-o',
|
F0EC: 'font-o',
|
||||||
F0ED: 'revoke',
|
F0ED: 'revoke',
|
||||||
|
F0EE: 'wechat',
|
||||||
};
|
};
|
||||||
|
|
||||||
const reversedMap = {};
|
const reversedMap = {};
|
||||||
|
@ -219,8 +219,9 @@ module.exports = {
|
|||||||
'delete',
|
'delete',
|
||||||
'font',
|
'font',
|
||||||
// without corresponding outline icon
|
// without corresponding outline icon
|
||||||
'alipay',
|
|
||||||
'wechat',
|
'wechat',
|
||||||
|
'wechat-pay',
|
||||||
|
'alipay',
|
||||||
'photograph',
|
'photograph',
|
||||||
'youzan-shield',
|
'youzan-shield',
|
||||||
'umbrella-circle',
|
'umbrella-circle',
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,9 +5,9 @@
|
|||||||
font-family: 'vant-icon';
|
font-family: 'vant-icon';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
src: url('https://img.yzcdn.cn/vant/vant-icon-84f687.woff2') format('woff2'),
|
src: url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff2') format('woff2'),
|
||||||
url('https://img.yzcdn.cn/vant/vant-icon-84f687.woff') format('woff'),
|
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.woff') format('woff'),
|
||||||
url('https://img.yzcdn.cn/vant/vant-icon-84f687.ttf') format('truetype');
|
url('https://img.yzcdn.cn/vant/vant-icon-f463a9.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon {
|
.van-icon {
|
||||||
@ -967,10 +967,14 @@
|
|||||||
content: '\F0E1';
|
content: '\F0E1';
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon-wechat::before {
|
.van-icon-wechat-pay::before {
|
||||||
content: '\F0E2';
|
content: '\F0E2';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-icon-wechat::before {
|
||||||
|
content: '\F0EE';
|
||||||
|
}
|
||||||
|
|
||||||
.van-icon-youzan-shield::before {
|
.van-icon-youzan-shield::before {
|
||||||
content: '\F0E3';
|
content: '\F0E3';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user