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
+8 -4
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';
}