mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: release @vant/icons 1.2.4
This commit is contained in:
parent
d922c2baaa
commit
75de51ebd4
@ -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
@ -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';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user