[bugfix] Icon: remove wrong icons (#2166)

This commit is contained in:
neverland
2018-11-28 06:57:40 +08:00
committed by GitHub
parent 9e09e5305c
commit a8a3ce73e5
5 changed files with 38 additions and 73 deletions
+1 -25
View File
@@ -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";
}