[bugfix] Icon: remove wrong icons (#2166)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-family: 'vant-icon';
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-7a2fab.ttf') format('truetype');
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-874007.ttf') format('truetype');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
@@ -434,27 +434,3 @@
|
||||
.van-icon-wechat::before {
|
||||
content: "\F063";
|
||||
}
|
||||
|
||||
.van-icon-圆角-上箭头::before {
|
||||
content: "\F064";
|
||||
}
|
||||
|
||||
.van-icon-圆角-下箭头::before {
|
||||
content: "\F065";
|
||||
}
|
||||
|
||||
.van-icon-圆角-右箭头::before {
|
||||
content: "\F066";
|
||||
}
|
||||
|
||||
.van-icon-圆角-左箭头::before {
|
||||
content: "\F067";
|
||||
}
|
||||
|
||||
.van-icon-失败::before {
|
||||
content: "\F068";
|
||||
}
|
||||
|
||||
.van-icon-成功::before {
|
||||
content: "\F069";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user