chore: release @vant/icons 1.2.4

This commit is contained in:
chenjiahan 2020-07-28 22:56:12 +08:00
parent d922c2baaa
commit 75de51ebd4
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vant/icons",
"version": "1.2.3",
"version": "1.2.4",
"description": "vant icons",
"main": "./src/config.js",
"files": [

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-6ae417.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-6ae417.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-6ae417.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-692d53.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-692d53.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-692d53.ttf') format('truetype');
}
.van-icon {
@ -651,6 +651,10 @@
content: '\F09B';
}
.van-icon-photo-fail::before {
content: '\F0E5';
}
.van-icon-photo-o::before {
content: '\F09C';
}