Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-10-18 20:10:42 +08:00
21 changed files with 145 additions and 62 deletions
+5
View File
@@ -1,5 +1,10 @@
## Changelog
## 1.3.2
- fix incomplete after-sale icon
- fix incomplete cash-back-record icon
## 1.3.1
- add minus icon
Binary file not shown.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/icons",
"version": "1.3.1",
"version": "1.3.2",
"description": "vant icons",
"main": "./src/config.js",
"files": [
File diff suppressed because one or more lines are too long
+3 -3
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-09002a.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-09002a.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-09002a.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-96970a.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-96970a.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-96970a.ttf') format('truetype');
}
.van-icon {