瀏覽代碼

chore(icons): 更新 iconfont

wangcong 1 月之前
父節點
當前提交
47725638ee
共有 5 個文件被更改,包括 28 次插入25 次删除
  1. 26 25
      src/icons/fonts/iconfont.css
  2. 1 0
      src/icons/fonts/iconfont.ts
  3. 二進制
      src/icons/fonts/iconfont.woff
  4. 0 0
      src/icons/fonts/index.html
  5. 1 0
      src/icons/svg/power-off.svg

+ 26 - 25
src/icons/fonts/iconfont.css

@@ -90,28 +90,29 @@
 .svg-icon-plus-circle-o:before { content: "\ea49"; }
 .svg-icon-plus-circle:before { content: "\ea4a"; }
 .svg-icon-plus:before { content: "\ea4b"; }
-.svg-icon-protocol-management:before { content: "\ea4c"; }
-.svg-icon-pushpin-o:before { content: "\ea4d"; }
-.svg-icon-pushpin:before { content: "\ea4e"; }
-.svg-icon-question-circle-o:before { content: "\ea4f"; }
-.svg-icon-question-circle:before { content: "\ea50"; }
-.svg-icon-question:before { content: "\ea51"; }
-.svg-icon-refresh-o:before { content: "\ea52"; }
-.svg-icon-reload:before { content: "\ea53"; }
-.svg-icon-right-circle-o:before { content: "\ea54"; }
-.svg-icon-right-circle:before { content: "\ea55"; }
-.svg-icon-right:before { content: "\ea56"; }
-.svg-icon-search-o:before { content: "\ea57"; }
-.svg-icon-setting:before { content: "\ea58"; }
-.svg-icon-shield-o:before { content: "\ea59"; }
-.svg-icon-smile-o:before { content: "\ea5a"; }
-.svg-icon-smile:before { content: "\ea5b"; }
-.svg-icon-switch:before { content: "\ea5c"; }
-.svg-icon-tag-o:before { content: "\ea5d"; }
-.svg-icon-tag:before { content: "\ea5e"; }
-.svg-icon-temperature:before { content: "\ea5f"; }
-.svg-icon-unfold:before { content: "\ea60"; }
-.svg-icon-up-circle-o:before { content: "\ea61"; }
-.svg-icon-up-circle:before { content: "\ea62"; }
-.svg-icon-up:before { content: "\ea63"; }
-.svg-icon-user-permissions:before { content: "\ea64"; }
+.svg-icon-power-off:before { content: "\ea4c"; }
+.svg-icon-protocol-management:before { content: "\ea4d"; }
+.svg-icon-pushpin-o:before { content: "\ea4e"; }
+.svg-icon-pushpin:before { content: "\ea4f"; }
+.svg-icon-question-circle-o:before { content: "\ea50"; }
+.svg-icon-question-circle:before { content: "\ea51"; }
+.svg-icon-question:before { content: "\ea52"; }
+.svg-icon-refresh-o:before { content: "\ea53"; }
+.svg-icon-reload:before { content: "\ea54"; }
+.svg-icon-right-circle-o:before { content: "\ea55"; }
+.svg-icon-right-circle:before { content: "\ea56"; }
+.svg-icon-right:before { content: "\ea57"; }
+.svg-icon-search-o:before { content: "\ea58"; }
+.svg-icon-setting:before { content: "\ea59"; }
+.svg-icon-shield-o:before { content: "\ea5a"; }
+.svg-icon-smile-o:before { content: "\ea5b"; }
+.svg-icon-smile:before { content: "\ea5c"; }
+.svg-icon-switch:before { content: "\ea5d"; }
+.svg-icon-tag-o:before { content: "\ea5e"; }
+.svg-icon-tag:before { content: "\ea5f"; }
+.svg-icon-temperature:before { content: "\ea60"; }
+.svg-icon-unfold:before { content: "\ea61"; }
+.svg-icon-up-circle-o:before { content: "\ea62"; }
+.svg-icon-up-circle:before { content: "\ea63"; }
+.svg-icon-up:before { content: "\ea64"; }
+.svg-icon-user-permissions:before { content: "\ea65"; }

文件差異過大導致無法顯示
+ 1 - 0
src/icons/fonts/iconfont.ts


二進制
src/icons/fonts/iconfont.woff


文件差異過大導致無法顯示
+ 0 - 0
src/icons/fonts/index.html


+ 1 - 0
src/icons/svg/power-off.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" class="icon" viewBox="0 0 1024 1024"><path d="M512 393.846a33.2 33.2 0 0 0 33.24-33.24V72.626a33.201 33.201 0 1 0-66.48 0v287.98c0 18.392 14.887 33.24 33.24 33.24"/><path d="M512 984.615c-63.803 0-125.716-12.445-183.966-37.1A471 471 0 0 1 177.861 846.14 471.04 471.04 0 0 1 39.385 512c0-75.028 17.093-146.865 50.806-213.425A476.6 476.6 0 0 1 226.068 135.68a33.201 33.201 0 0 1 40.172 52.775 410.3 410.3 0 0 0-116.736 140.052A402.75 402.75 0 0 0 105.826 512a405.54 405.54 0 0 0 118.981 287.271A404.05 404.05 0 0 0 512 918.134a405.54 405.54 0 0 0 287.271-118.98A404.05 404.05 0 0 0 918.134 512c0-64.512-14.65-126.188-43.638-183.335a409.44 409.44 0 0 0-116.775-140.013 33.12 33.12 0 0 1-6.302-46.513 33.12 33.12 0 0 1 46.553-6.301 478.7 478.7 0 0 1 135.877 162.934c33.673 66.56 50.766 138.24 50.766 213.425A469.62 469.62 0 0 1 846.14 846.178 471.8 471.8 0 0 1 512 984.615"/></svg>

部分文件因文件數量過多而無法顯示