diff --git a/packages/icon/config/template.css b/packages/icon/config/template.css index bc5e264fb..9f3fadb03 100644 --- a/packages/icon/config/template.css +++ b/packages/icon/config/template.css @@ -23,4 +23,4 @@ content: "\<%= glyph.codePoint %>"; } -<% }); %> +<% }); %> \ No newline at end of file diff --git a/packages/vant-css/src/icon.css b/packages/vant-css/src/icon.css index bf1a085f6..f8c4ebedf 100644 --- a/packages/vant-css/src/icon.css +++ b/packages/vant-css/src/icon.css @@ -394,4 +394,3 @@ .van-icon-wechat::before { content: "\F05D"; } -