Compare commits

...

4 Commits

Author SHA1 Message Date
chenjiahan
3f882bda96 docs(changelog): @vant/icons@2.0.0 2023-01-01 11:04:58 +08:00
chenjiahan
63254db3c0 release: @vant/icons 2.0.0 2023-01-01 11:03:46 +08:00
neverland
9a3b092f12
fix(Icons): no longer support woff/ttf format (#11442) 2023-01-01 11:02:27 +08:00
neverland
1e2b4953e7
fix(Icons): fix delete / delete-o icon (#11441) 2023-01-01 10:54:40 +08:00
6 changed files with 10 additions and 14 deletions

View File

@ -1,5 +1,10 @@
## Changelog
## 2.0.0
- no longer support woff/ttf format
- fix delete / delete-o icon
## 1.8.0
- add qq icon

View File

@ -1,6 +1,6 @@
{
"name": "@vant/icons",
"version": "1.8.0",
"version": "2.0.0",
"description": "vant icons",
"main": "./src/config.js",
"types": "./src/config.d.ts",

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
// deprecated

View File

@ -5,10 +5,6 @@
font-style: normal;
font-display: auto;
font-family: 'vant-icon';
src: url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff2?t=1649083952952')
format('woff2'),
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff?t=1649083952952')
format('woff'),
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.ttf?t=1649083952952')
format('truetype');
src: url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff2?t=1672541115585')
format('woff2');
}