@arco-iconbox/vue-te 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/dist/icon.js +2316 -1486
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +821 -733
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconAdjust/index.js +32 -0
  6. package/esm/IconAlarm/index.js +36 -0
  7. package/esm/IconBrowser/index.js +38 -0
  8. package/esm/IconCctv/index.js +36 -0
  9. package/esm/IconCellphone/index.js +10 -4
  10. package/esm/IconCheck/index.js +1 -1
  11. package/esm/IconChromefilled/index.js +2 -2
  12. package/esm/IconClickhouse/index.js +32 -0
  13. package/esm/IconClose/index.js +1 -1
  14. package/esm/IconConfiguration/index.js +42 -0
  15. package/esm/IconConnectCutup/index.js +47 -0
  16. package/esm/IconConnectedInside/index.js +51 -0
  17. package/esm/IconConnectedOut/index.js +51 -0
  18. package/esm/IconCubeThree/index.js +36 -0
  19. package/esm/{IconHouse → IconDot}/index.js +7 -3
  20. package/esm/IconEditPen/index.js +1 -1
  21. package/esm/IconEnterpriseWechat/index.js +1 -1
  22. package/esm/IconFiles/index.js +1 -1
  23. package/esm/IconFullScreen/index.js +1 -1
  24. package/esm/IconHeart/index.js +1 -1
  25. package/esm/IconHeartFilled/index.js +1 -1
  26. package/esm/{IconProtect → IconHome}/index.js +8 -15
  27. package/esm/IconHospital/index.js +36 -0
  28. package/esm/IconHospitalFill/index.js +36 -0
  29. package/esm/IconIphone/index.js +10 -4
  30. package/esm/IconJuese/index.js +36 -0
  31. package/esm/IconLink/index.js +1 -1
  32. package/esm/IconLocation/index.js +1 -1
  33. package/esm/IconLocationFill/index.js +32 -0
  34. package/esm/IconMessage/index.js +1 -1
  35. package/esm/IconMinus/index.js +1 -1
  36. package/esm/IconMission/index.js +34 -0
  37. package/esm/IconMore/index.js +1 -1
  38. package/esm/IconMoreFilled/index.js +1 -1
  39. package/esm/IconMySQL/index.js +34 -0
  40. package/esm/IconNo/index.js +40 -0
  41. package/esm/IconOfficeBuilding/index.js +1 -1
  42. package/esm/IconPicture/index.js +1 -1
  43. package/esm/IconPlus/index.js +1 -1
  44. package/esm/IconPostcard/index.js +10 -4
  45. package/esm/IconQuanxian/index.js +32 -0
  46. package/esm/IconRefresh/index.js +1 -1
  47. package/esm/IconRefreshLeft/index.js +1 -1
  48. package/esm/IconRefreshRight/index.js +1 -1
  49. package/esm/IconSHelp/index.js +1 -1
  50. package/esm/IconScaleToOriginal/index.js +10 -4
  51. package/esm/IconSchool/index.js +1 -1
  52. package/esm/IconService/index.js +1 -1
  53. package/esm/IconServiceFill/index.js +34 -0
  54. package/esm/IconShield/index.js +38 -0
  55. package/esm/IconStr/index.js +32 -0
  56. package/esm/IconSwitchButton/index.js +6 -4
  57. package/esm/IconTenantry/index.js +42 -0
  58. package/esm/IconTitleDecoration/index.js +29 -11
  59. package/esm/IconWechatApplet/index.js +4 -12
  60. package/esm/{IconApp → IconWorkApp}/index.js +2 -2
  61. package/esm/IconWorkBench/index.js +36 -0
  62. package/esm/IconYonghu/index.js +38 -0
  63. package/esm/IconYuanqu/index.js +36 -0
  64. package/esm/index.js +39 -17
  65. package/lib/IconAdjust/index.js +33 -0
  66. package/lib/IconAlarm/index.js +37 -0
  67. package/lib/IconBrowser/index.js +39 -0
  68. package/lib/IconCctv/index.js +37 -0
  69. package/lib/IconCellphone/index.js +10 -4
  70. package/lib/IconCheck/index.js +1 -1
  71. package/lib/IconChromefilled/index.js +2 -2
  72. package/lib/IconClickhouse/index.js +33 -0
  73. package/lib/IconClose/index.js +1 -1
  74. package/lib/IconConfiguration/index.js +43 -0
  75. package/lib/IconConnectCutup/index.js +48 -0
  76. package/lib/IconConnectedInside/index.js +52 -0
  77. package/lib/IconConnectedOut/index.js +52 -0
  78. package/lib/IconCubeThree/index.js +37 -0
  79. package/lib/IconDot/index.js +37 -0
  80. package/lib/IconEditPen/index.js +1 -1
  81. package/lib/IconEnterpriseWechat/index.js +1 -1
  82. package/lib/IconFiles/index.js +1 -1
  83. package/lib/IconFullScreen/index.js +1 -1
  84. package/lib/IconHeart/index.js +1 -1
  85. package/lib/IconHeartFilled/index.js +1 -1
  86. package/lib/{IconHouse → IconHome}/index.js +7 -3
  87. package/lib/IconHospital/index.js +37 -0
  88. package/lib/IconHospitalFill/index.js +37 -0
  89. package/lib/IconIphone/index.js +10 -4
  90. package/lib/IconJuese/index.js +37 -0
  91. package/lib/IconLink/index.js +1 -1
  92. package/lib/IconLocation/index.js +1 -1
  93. package/lib/IconLocationFill/index.js +33 -0
  94. package/lib/IconMessage/index.js +1 -1
  95. package/lib/IconMinus/index.js +1 -1
  96. package/lib/IconMission/index.js +35 -0
  97. package/lib/IconMore/index.js +1 -1
  98. package/lib/IconMoreFilled/index.js +1 -1
  99. package/lib/IconMySQL/index.js +35 -0
  100. package/lib/IconNo/index.js +41 -0
  101. package/lib/IconOfficeBuilding/index.js +1 -1
  102. package/lib/IconPicture/index.js +1 -1
  103. package/lib/IconPlus/index.js +1 -1
  104. package/lib/IconPostcard/index.js +10 -4
  105. package/lib/IconQuanxian/index.js +33 -0
  106. package/lib/IconRefresh/index.js +1 -1
  107. package/lib/IconRefreshLeft/index.js +1 -1
  108. package/lib/IconRefreshRight/index.js +1 -1
  109. package/lib/IconSHelp/index.js +1 -1
  110. package/lib/IconScaleToOriginal/index.js +10 -4
  111. package/lib/IconSchool/index.js +1 -1
  112. package/lib/IconService/index.js +1 -1
  113. package/lib/IconServiceFill/index.js +35 -0
  114. package/lib/IconShield/index.js +39 -0
  115. package/lib/IconStr/index.js +33 -0
  116. package/lib/IconSwitchButton/index.js +6 -4
  117. package/lib/IconTenantry/index.js +43 -0
  118. package/lib/IconTitleDecoration/index.js +28 -10
  119. package/lib/IconWechatApplet/index.js +4 -12
  120. package/lib/{IconApp → IconWorkApp}/index.js +2 -2
  121. package/lib/IconWorkBench/index.js +37 -0
  122. package/lib/IconYonghu/index.js +39 -0
  123. package/lib/{IconProtect → IconYuanqu}/index.js +8 -15
  124. package/lib/index.js +530 -486
  125. package/package.json +1 -1
  126. package/src/IconAdjust/index.vue +19 -0
  127. package/src/IconAlarm/index.vue +19 -0
  128. package/src/IconBrowser/index.vue +19 -0
  129. package/src/IconCctv/index.vue +19 -0
  130. package/src/IconCellphone/index.vue +1 -1
  131. package/src/IconCheck/index.vue +1 -1
  132. package/src/IconChromefilled/index.vue +1 -1
  133. package/src/IconClickhouse/index.vue +19 -0
  134. package/src/IconClose/index.vue +1 -1
  135. package/src/IconConfiguration/index.vue +19 -0
  136. package/src/IconConnectCutup/index.vue +19 -0
  137. package/src/IconConnectedInside/index.vue +19 -0
  138. package/src/IconConnectedOut/index.vue +19 -0
  139. package/src/IconCubeThree/index.vue +19 -0
  140. package/src/IconDot/index.vue +19 -0
  141. package/src/IconEditPen/index.vue +1 -1
  142. package/src/IconEnterpriseWechat/index.vue +1 -1
  143. package/src/IconFiles/index.vue +1 -1
  144. package/src/IconFullScreen/index.vue +1 -1
  145. package/src/IconHeart/index.vue +1 -1
  146. package/src/IconHeartFilled/index.vue +1 -1
  147. package/src/IconHome/index.vue +19 -0
  148. package/src/IconHospital/index.vue +19 -0
  149. package/src/IconHospitalFill/index.vue +19 -0
  150. package/src/IconIphone/index.vue +1 -1
  151. package/src/IconJuese/index.vue +19 -0
  152. package/src/IconLink/index.vue +1 -1
  153. package/src/IconLocation/index.vue +1 -1
  154. package/src/IconLocationFill/index.vue +19 -0
  155. package/src/IconMessage/index.vue +1 -1
  156. package/src/IconMinus/index.vue +1 -1
  157. package/src/IconMission/index.vue +19 -0
  158. package/src/IconMore/index.vue +1 -1
  159. package/src/IconMoreFilled/index.vue +1 -1
  160. package/src/IconMySQL/index.vue +19 -0
  161. package/src/IconNo/index.vue +19 -0
  162. package/src/IconOfficeBuilding/index.vue +1 -1
  163. package/src/IconPicture/index.vue +1 -1
  164. package/src/IconPlus/index.vue +1 -1
  165. package/src/IconPostcard/index.vue +1 -1
  166. package/src/IconQuanxian/index.vue +19 -0
  167. package/src/IconRefresh/index.vue +1 -1
  168. package/src/IconRefreshLeft/index.vue +1 -1
  169. package/src/IconRefreshRight/index.vue +1 -1
  170. package/src/IconSHelp/index.vue +1 -1
  171. package/src/IconScaleToOriginal/index.vue +1 -1
  172. package/src/IconSchool/index.vue +1 -1
  173. package/src/IconService/index.vue +1 -1
  174. package/src/IconServiceFill/index.vue +19 -0
  175. package/src/IconShield/index.vue +19 -0
  176. package/src/IconStr/index.vue +19 -0
  177. package/src/IconSwitchButton/index.vue +1 -1
  178. package/src/IconTenantry/index.vue +19 -0
  179. package/src/IconTitleDecoration/index.vue +1 -1
  180. package/src/IconWechatApplet/index.vue +1 -1
  181. package/src/IconWorkApp/index.vue +19 -0
  182. package/src/IconWorkBench/index.vue +19 -0
  183. package/src/IconYonghu/index.vue +19 -0
  184. package/src/IconYuanqu/index.vue +19 -0
  185. package/src/index.js +39 -17
  186. package/esm/IconHelpFilled/index.js +0 -32
  187. package/esm/IconSetUp/index.js +0 -32
  188. package/esm/IconTruck/index.js +0 -32
  189. package/lib/IconHelpFilled/index.js +0 -33
  190. package/lib/IconSetUp/index.js +0 -33
  191. package/lib/IconTruck/index.js +0 -33
  192. package/src/IconApp/index.vue +0 -19
  193. package/src/IconHelpFilled/index.vue +0 -19
  194. package/src/IconHouse/index.vue +0 -19
  195. package/src/IconProtect/index.vue +0 -19
  196. package/src/IconSetUp/index.vue +0 -19
  197. package/src/IconTruck/index.vue +0 -19
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconTenantry",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M7.9999 8.21487C8.68188 8.21487 9.33593 8.48579 9.81817 8.96803 10.3004 9.45026 10.5713 10.1043 10.5713 10.7863 10.5713 12.2066 5.42847 12.2066 5.42847 10.7863 5.42847 10.1043 5.69938 9.45026 6.18162 8.96803 6.66386 8.48579 7.31791 8.21487 7.9999 8.21487zM7.9999 9.07201C7.5892 9.07201 7.19215 9.21945 6.88099 9.4875 6.56983 9.75556 6.36525 10.1264 6.30447 10.5326L6.2899 10.6672 6.31647 10.6843C6.35075 10.7049 6.39361 10.7272 6.44504 10.7477L6.52818 10.7812C6.89247 10.9149 7.43075 10.9946 7.9999 10.9946 8.56904 10.9946 9.10732 10.9149 9.47161 10.7803 9.5599 10.7486 9.63104 10.7152 9.68332 10.6852L9.70904 10.6672V10.6586C9.6786 10.2493 9.50235 9.86455 9.21231 9.5742 8.92228 9.28385 8.5377 9.10718 8.12847 9.0763L7.9999 9.07201zM8.08423 5.44482C8.42522 5.44482 8.75225 5.58028 8.99336 5.8214 9.23448 6.06252 9.36994 6.38955 9.36994 6.73054 9.36994 7.07153 9.23448 7.39856 8.99336 7.63968 8.75225 7.88079 8.42522 8.01625 8.08423 8.01625 7.74324 8.01625 7.41621 7.88079 7.17509 7.63968 6.93397 7.39856 6.79851 7.07153 6.79851 6.73054 6.79851 6.38955 6.93397 6.06252 7.17509 5.8214 7.41621 5.58028 7.74324 5.44482 8.08423 5.44482zM8.08423 6.30197C7.97056 6.30197 7.86155 6.34712 7.78118 6.42749 7.70081 6.50787 7.65566 6.61687 7.65566 6.73054 7.65566 6.8442 7.70081 6.95321 7.78118 7.03358 7.86155 7.11396 7.97056 7.15911 8.08423 7.15911 8.19789 7.15911 8.3069 7.11396 8.38727 7.03358 8.46765 6.95321 8.5128 6.8442 8.5128 6.73054 8.5128 6.61687 8.46765 6.50787 8.38727 6.42749 8.3069 6.34712 8.19789 6.30197 8.08423 6.30197z"
22
+ }, null, -1);
23
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
24
+ "fill-rule": "evenodd",
25
+ "clip-rule": "evenodd",
26
+ d: "M13.8532 5.95303C13.7567 5.76897 13.6171 5.61102 13.4463 5.49272L8.732 2.22872C8.51695 2.07979 8.26159 2 8 2C7.73841 2 7.48305 2.07979 7.268 2.22872L2.55371 5.49272C2.38289 5.61102 2.24328 5.76897 2.14684 5.95303C2.05041 6.13709 2.00002 6.34178 2 6.54958V12.719C2 13.06 2.13546 13.387 2.37658 13.6281C2.6177 13.8693 2.94472 14.0047 3.28571 14.0047H12.7143C13.0553 14.0047 13.3823 13.8693 13.6234 13.6281C13.8645 13.387 14 13.06 14 12.719V6.54958C14 6.34178 13.9496 6.13709 13.8532 5.95303ZM7.83733 3.05083C7.88512 3.01773 7.94187 3 8 3C8.05813 3 8.11488 3.01773 8.16267 3.05083L12.877 6.31483C12.9149 6.34111 12.946 6.37625 12.9674 6.41712C12.9888 6.45799 13 6.50344 13 6.54958V12.719C13 12.7948 12.9699 12.8675 12.9163 12.921C12.8627 12.9746 12.7901 13.0047 12.7143 13.0047H3.28571C3.20994 13.0047 3.13726 12.9746 3.08368 12.921C3.0301 12.8675 3 12.7948 3 12.719V6.54968C3.00002 6.50354 3.01122 6.45799 3.03263 6.41712C3.05404 6.37625 3.08504 6.34117 3.12296 6.31489L7.83733 3.05083Z"
27
+ }, null, -1);
28
+ const _hoisted_4 = [
29
+ _hoisted_2,
30
+ _hoisted_3
31
+ ];
32
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
34
+ viewBox: "0 0 16 16",
35
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tenantry`],
38
+ width: "1em",
39
+ height: "1em"
40
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
41
+ }
42
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
43
+ module.exports = index;
@@ -15,23 +15,41 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- "fill-rule": "evenodd",
20
- "clip-rule": "evenodd",
21
- d: "M13.7143 1.14285H9.14291V5.71428H13.7143V1.14285ZM2.28577 5.71428H6.8572V10.2857H2.28577V5.71428ZM9.14291 10.2857H13.7143V14.8571H9.14291V10.2857Z"
22
- }, null, -1);
23
- const _hoisted_3 = [
24
- _hoisted_2
25
- ];
18
+ const _hoisted_2 = { filter: "url(#svg_58e0cadc2c__filter0_ii_27_62)" };
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = /* @__PURE__ */ vue.createStaticVNode('<defs><filter id="svg_58e0cadc2c__filter0_ii_27_62" x="5.54" y="2.974" width="10.045" height="11.046" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.360686 0"></feColorMatrix><feBlend in2="shape" result="effect1_innerShadow_27_62"></feBlend><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"></feComposite><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"></feColorMatrix><feBlend in2="effect1_innerShadow_27_62" result="effect2_innerShadow_27_62"></feBlend></filter></defs>', 1);
26
21
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
22
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
23
  viewBox: "0 0 16 16",
29
- fill: $props.useCurrentColor ? "currentColor" : "#000",
24
+ fill: "none",
30
25
  xmlns: "http://www.w3.org/2000/svg",
31
26
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-title-decoration`],
32
27
  width: "1em",
33
28
  height: "1em"
34
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
29
+ }, _ctx.$attrs), [
30
+ vue.createElementVNode("rect", {
31
+ x: "5.437",
32
+ y: "2.56",
33
+ width: "7.689",
34
+ height: "7.689",
35
+ rx: "1",
36
+ transform: "rotate(45 5.437 2.56)",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#2F9BFF"
38
+ }, null, 8, _hoisted_1),
39
+ vue.createElementVNode("g", _hoisted_2, [
40
+ vue.createElementVNode("rect", {
41
+ x: "10.563",
42
+ y: "2.56",
43
+ width: "7.689",
44
+ height: "7.689",
45
+ rx: "1",
46
+ transform: "rotate(45 10.563 2.56)",
47
+ fill: $props.useCurrentColor ? "currentColor" : "#B7D5FF",
48
+ "fill-opacity": ".3"
49
+ }, null, 8, _hoisted_3)
50
+ ]),
51
+ _hoisted_4
52
+ ], 16);
35
53
  }
36
54
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
55
  module.exports = index;
@@ -15,17 +15,9 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_e6169b5f03__clip0_152_61)" }, [
19
- /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0ZM12.732 7.32C12.3496 7.91532 11.7645 8.35194 11.085 8.549C11.059 8.549 11.059 8.549 11.033 8.576C10.928 8.601 10.823 8.628 10.693 8.628C10.196 8.628 9.935 8.288 10.065 7.896C10.17 7.608 10.457 7.346 10.797 7.242C11.347 7.032 11.713 6.588 11.713 6.065C11.713 5.36 11.033 4.785 10.196 4.785C9.359 4.785 8.679 5.36 8.679 6.065V9.961C8.679 10.901 8.131 11.712 7.321 12.183C6.8593 12.4465 6.33556 12.5818 5.804 12.575C4.21 12.575 2.928 11.399 2.928 9.961C2.928 9.491 3.058 9.072 3.294 8.68C3.67593 8.08449 4.26068 7.64753 4.94 7.45C5.071 7.425 5.175 7.399 5.306 7.399C5.803 7.399 6.064 7.739 5.934 8.131C5.829 8.418 5.568 8.653 5.254 8.784C5.21491 8.79053 5.17868 8.80865 5.15 8.836C4.652 9.046 4.312 9.465 4.312 9.987C4.312 10.693 4.992 11.267 5.829 11.267C6.666 11.267 7.345 10.693 7.345 9.987V6.092C7.345 5.15 7.895 4.34 8.705 3.87C9.16613 3.60586 9.68962 3.47015 10.221 3.477C11.816 3.477 13.097 4.654 13.097 6.091C13.0929 6.52723 12.9661 6.9535 12.731 7.321L12.732 7.32Z" })
20
- ], -1);
21
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
22
- /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_e6169b5f03__clip0_152_61" }, [
23
- /* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
24
- ])
25
- ], -1);
26
- const _hoisted_4 = [
27
- _hoisted_2,
28
- _hoisted_3
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 1C6.14348 1 4.36301 1.7375 3.05025 3.05025C1.7375 4.36301 1 6.14348 1 8C1 9.85652 1.7375 11.637 3.05025 12.9497C4.36301 14.2625 6.14348 15 8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 6.14348 14.2625 4.36301 12.9497 3.05025C11.637 1.7375 9.85652 1 8 1ZM12.1405 7.405C11.8059 7.92591 11.294 8.30794 10.6994 8.48037C10.6766 8.48037 10.6766 8.48038 10.6539 8.504C10.562 8.52588 10.4701 8.5495 10.3564 8.5495C9.9215 8.5495 9.69312 8.252 9.80687 7.909C9.89875 7.657 10.1499 7.42775 10.4474 7.33675C10.9286 7.153 11.2489 6.7645 11.2489 6.30688C11.2489 5.69 10.6539 5.18687 9.9215 5.18687C9.18913 5.18687 8.59412 5.69 8.59412 6.30688V9.71588C8.59412 10.5384 8.11463 11.248 7.40588 11.6601C7.00188 11.8907 6.54362 12.0091 6.0785 12.0031C4.68375 12.0031 3.562 10.9741 3.562 9.71588C3.562 9.30463 3.67575 8.938 3.88225 8.595C4.21644 8.07393 4.72809 7.69159 5.3225 7.51875C5.43713 7.49687 5.52813 7.47413 5.64275 7.47413C6.07763 7.47413 6.306 7.77162 6.19225 8.11462C6.10038 8.36575 5.872 8.57138 5.59725 8.686C5.56305 8.69172 5.53135 8.70757 5.50625 8.7315C5.0705 8.91525 4.773 9.28188 4.773 9.73863C4.773 10.3564 5.368 10.8586 6.10037 10.8586C6.83275 10.8586 7.42687 10.3564 7.42687 9.73863V6.3305C7.42687 5.50625 7.90812 4.7975 8.61687 4.38625C9.02036 4.15513 9.47842 4.03638 9.94337 4.04237C11.339 4.04237 12.4599 5.07225 12.4599 6.32963C12.4563 6.71133 12.3453 7.08431 12.1396 7.40588L12.1405 7.405Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
29
21
  ];
30
22
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
23
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
@@ -35,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
35
27
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-wechat-applet`],
36
28
  width: "1em",
37
29
  height: "1em"
38
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
39
31
  }
40
32
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
41
33
  module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconApp",
5
+ name: "IconWorkApp",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -28,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
28
  viewBox: "0 0 16 16",
29
29
  fill: $props.useCurrentColor ? "currentColor" : "#000",
30
30
  xmlns: "http://www.w3.org/2000/svg",
31
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-app`],
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-work-app`],
32
32
  width: "1em",
33
33
  height: "1em"
34
34
  }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconWorkBench",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M11.6904 7.84514C11.5872 7.94838 11.4693 8 11.3368 8 11.2044 8 11.0865 7.94838 10.9833 7.84514L8.15486 5.01672C8.05162 4.91348 8 4.79563 8 4.66316 8 4.5307 8.05162 4.41285 8.15486 4.30961L10.9833 1.48118C11.0865 1.37795 11.2044 1.32633 11.3368 1.32633 11.4693 1.32633 11.5872 1.37795 11.6904 1.48118L14.5188 4.30961C14.6221 4.41285 14.6737 4.5307 14.6737 4.66316 14.6737 4.79563 14.6221 4.91348 14.5188 5.01672L11.6904 7.84514zM13.4582 4.66316L11.3368 6.78448 9.21552 4.66316 11.3368 2.54184 13.4582 4.66316zM2.5 7C2.354 7 2.23417 6.95317 2.1405 6.8595 2.04683 6.76583 2 6.646 2 6.5V2.5C2 2.354 2.04683 2.23417 2.1405 2.1405 2.23417 2.04683 2.354 2 2.5 2H6.5C6.646 2 6.76583 2.04683 6.8595 2.1405 6.95317 2.23417 7 2.354 7 2.5V6.5C7 6.646 6.95317 6.76583 6.8595 6.8595 6.76583 6.95317 6.646 7 6.5 7H2.5zM6 6H3V3H6V6zM2.5 14C2.354 14 2.23417 13.9532 2.1405 13.8595 2.04683 13.7658 2 13.646 2 13.5V9.5C2 9.354 2.04683 9.23417 2.1405 9.1405 2.23417 9.04683 2.354 9 2.5 9H6.5C6.646 9 6.76583 9.04683 6.8595 9.1405 6.95317 9.23417 7 9.354 7 9.5V13.5C7 13.646 6.95317 13.7658 6.8595 13.8595 6.76583 13.9532 6.646 14 6.5 14H2.5zM6 13H3V10H6V13zM9.5 14C9.354 14 9.23417 13.9532 9.1405 13.8595 9.04683 13.7658 9 13.646 9 13.5V9.5C9 9.354 9.04683 9.23417 9.1405 9.1405 9.23417 9.04683 9.354 9 9.5 9H13.5C13.646 9 13.7658 9.04683 13.8595 9.1405 13.9532 9.23417 14 9.354 14 9.5V13.5C14 13.646 13.9532 13.7658 13.8595 13.8595 13.7658 13.9532 13.646 14 13.5 14H9.5zM13 13H10V10H13V13z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-work-bench`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconYonghu",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.6984 5.77441C12.6984 6.75609 12.2184 7.62789 11.4798 8.17001C13.3631 8.88063 14.6999 10.6828 14.6999 12.8H13.6955C13.6955 10.6096 11.9082 8.83668 9.69989 8.83668V7.84767H9.86976C10.948 7.76708 11.7974 6.86598 11.7974 5.77441C11.7974 4.62422 10.8594 3.69382 9.69989 3.69382V2.80005C11.3542 2.80005 12.6984 4.13338 12.6984 5.77441Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
20
+ "fill-rule": "evenodd",
21
+ "clip-rule": "evenodd",
22
+ d: "M8.18243 8.63571C8.92207 8.09359 9.40284 7.22179 9.40284 6.24011C9.40284 4.59908 8.05669 3.26575 6.39989 3.26575C4.74309 3.26575 3.39694 4.59908 3.39694 6.24011C3.39694 7.22179 3.87771 8.09359 4.61735 8.63571C2.73866 9.34633 1.3999 11.1485 1.3999 13.2657H2.39842C2.39842 11.0753 4.18836 9.30238 6.39989 9.30238C8.61142 9.30238 10.4014 11.0753 10.4014 13.2657H11.3999C11.4073 11.1485 10.0685 9.34633 8.18243 8.63571ZM6.56187 8.26575H6.23793C5.20976 8.18109 4.3999 7.32042 4.3999 6.26927C4.3999 5.16169 5.29427 4.26575 6.3999 4.26575C7.50554 4.26575 8.3999 5.16169 8.3999 6.26927C8.3999 7.32042 7.59004 8.18109 6.56187 8.26575Z"
23
+ }, null, -1);
24
+ const _hoisted_4 = [
25
+ _hoisted_2,
26
+ _hoisted_3
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
+ viewBox: "0 0 16 16",
31
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-yonghu`],
34
+ width: "1em",
35
+ height: "1em"
36
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ module.exports = index;
@@ -2,7 +2,7 @@
2
2
  var vue = require("vue");
3
3
  var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
4
  const _sfc_main = {
5
- name: "IconProtect",
5
+ name: "IconYuanqu",
6
6
  props: {
7
7
  prefix: {
8
8
  type: String,
@@ -16,29 +16,22 @@ const _sfc_main = {
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
18
  const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M2 3.08522L8.00287 1.33334L14 3.08522V6.67791C14 10.4541 11.5834 13.8065 8.00087 15.0002C4.41737 13.8065 2 10.4533 2 6.67624V3.08522Z",
20
- stroke: "#000",
21
- "stroke-linejoin": "round"
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M13.356 13.0186V2.80738L11.5951 1.4L5.7334 3.40777V3.91029L11.0564 2.26602V13.7557H14.6V13.0179L13.356 13.0186ZM3.826 9.87301L6.61695 9.36039V8.0633L3.826 8.73592V9.87301ZM3.826 13.7728H6.61695V12.4105L3.826 12.5961V13.7728ZM3.826 11.8163L6.61695 11.5693V10.273L3.826 10.7033V11.8163ZM3.826 7.89165L6.61695 7.18719V5.83884L3.826 6.70486V7.89165ZM9.7125 4.53864L8.13682 3.66097L2.20305 5.62136L2.19995 13.8H2.9812V6.01748L7.42145 4.67689V13.7581H9.71327L9.7125 4.53864Z"
22
22
  }, null, -1);
23
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
24
- d: "M5 7.66667L7.33333 10L11.3333 6",
25
- stroke: "#000",
26
- "stroke-linecap": "round",
27
- "stroke-linejoin": "round"
28
- }, null, -1);
29
- const _hoisted_4 = [
30
- _hoisted_2,
31
- _hoisted_3
23
+ const _hoisted_3 = [
24
+ _hoisted_2
32
25
  ];
33
26
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
27
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
35
28
  viewBox: "0 0 16 16",
36
29
  fill: $props.useCurrentColor ? "currentColor" : "#000",
37
30
  xmlns: "http://www.w3.org/2000/svg",
38
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-protect`],
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-yuanqu`],
39
32
  width: "1em",
40
33
  height: "1em"
41
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
42
35
  }
43
36
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
44
37
  module.exports = index;