refactor: icon component

This commit is contained in:
chenjiahan
2020-07-04 22:39:13 +08:00
parent 425ffb87eb
commit 3bc6495b04
9 changed files with 611 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
@import '../style/var';
@import '~@vant/icons/src/index.less';
.van-icon {
&__image {
width: 1em;
height: 1em;
object-fit: contain;
}
}