nieyuge 3 年之前
父節點
當前提交
1e129a3a13

+ 7 - 0
docs/.vuepress/components/lv-icon.vue

@@ -79,4 +79,11 @@ export default {
 .icon-thumbs:before {
   content: "\e611";
 }
+.icon-arrow:before {
+  content: "\e613";
+}
+.icon-message:before {
+  content: "\e612";
+}
+
 </style>

二進制
docs/.vuepress/public/font/iconfont.ttf


二進制
docs/.vuepress/public/font/iconfont.woff


二進制
docs/.vuepress/public/font/iconfont.woff2


+ 8 - 0
docs/components/README.md

@@ -97,6 +97,14 @@
     <lv-icon type="thumbs" :fontSize="fontSize" :color="fontColor"></lv-icon>
     <div class="unicode">&amp;#xe611;</div>
 </div>
+<div class="icon">
+    <lv-icon type="message" :fontSize="fontSize" :color="fontColor"></lv-icon>
+    <div class="unicode">&amp;#xe612;</div>
+</div>
+<div class="icon">
+    <lv-icon type="arrow" :fontSize="fontSize" :color="fontColor"></lv-icon>
+    <div class="unicode">&amp;#xe613;</div>
+</div>
 
 ```vue
 <lv-icon type="add" fontSize="60"></lv-icon>

二進制
src/assets/font/iconfont.ttf


二進制
src/assets/font/iconfont.woff


二進制
src/assets/font/iconfont.woff2


+ 7 - 0
src/components/lib/lv-icon.vue

@@ -79,4 +79,11 @@ export default {
 .icon-thumbs:before {
   content: "\e611";
 }
+.icon-arrow:before {
+  content: "\e613";
+}
+.icon-message:before {
+  content: "\e612";
+}
+
 </style>