feat(Icons): add cash-o icon (#10076)

This commit is contained in:
neverland
2021-12-21 19:54:42 +08:00
committed by GitHub
parent c378b388c2
commit 49ad4307bf
5 changed files with 9 additions and 4 deletions
+4
View File
@@ -973,3 +973,7 @@
.van-icon-guide-o:before {
content: '\e74c';
}
.van-icon-cash-o:before {
content: '\e74d';
}