feat(Icon): add some icons for ShareSheet (#10468)

This commit is contained in:
neverland
2022-04-05 09:39:33 +08:00
committed by GitHub
parent a1d7d3367a
commit c4535ef77c
5 changed files with 31 additions and 6 deletions
+20
View File
@@ -977,3 +977,23 @@
.van-icon-cash-o:before {
content: '\e74d';
}
.van-icon-qq:before {
content: '\e74e';
}
.van-icon-wechat-moments:before {
content: '\e74f';
}
.van-icon-weibo:before {
content: '\e750';
}
.van-icon-link-o:before {
content: '\e751';
}
.van-icon-miniprogram-o:before {
content: '\e752';
}