feat(icons): add icon arrow-double-left and arrow-double-right (#12579)

This commit is contained in:
Nemo Shen
2024-01-20 13:23:50 +08:00
committed by GitHub
parent 812c52840f
commit ce5e96307c
5 changed files with 14 additions and 4 deletions
+8
View File
@@ -13,6 +13,14 @@
}
}
.van-icon-arrow-double-left:before {
content: '\e653';
}
.van-icon-arrow-double-right:before {
content: '\e654';
}
.van-icon-contact:before {
content: '\e753';
}