@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
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.5 1.5H5.5C5.646 1.51033 5.76583 1.5625 5.8595 1.6565C5.95317 1.7505 6 1.86767 6 2.008C6 2.14833 5.95317 2.2655 5.8595 2.3595C5.76583 2.4535 5.646 2.50033 5.5 2.5H2.5V5.5C2.5 5.646 2.45317 5.76583 2.3595 5.8595C2.26583 5.95317 2.146 6 2 6C1.854 6 1.73417 5.95317 1.6405 5.8595C1.54683 5.76583 1.5 5.646 1.5 5.5V1.5H2.5ZM2.5 14.5H1.5V10.5C1.5 10.354 1.54683 10.2342 1.6405 10.1405C1.73417 10.0468 1.854 10 2 10C2.146 10 2.26583 10.0468 2.3595 10.1405C2.45317 10.2342 2.5 10.354 2.5 10.5V13.5H5.5C5.646 13.5 5.76583 13.5468 5.8595 13.6405C5.95317 13.7342 6 13.8513 6 13.992C6 14.1327 5.95317 14.2498 5.8595 14.3435C5.76583 14.4372 5.646 14.4893 5.5 14.5H2.5V14.5ZM13.5 1.5H14.5V5.5C14.5 5.646 14.4532 5.76583 14.3595 5.8595C14.2658 5.95317 14.146 6 14 6C13.854 6 13.7342 5.95317 13.6405 5.8595C13.5468 5.76583 13.5 5.646 13.5 5.5V2.5H10.5C10.354 2.5 10.2342 2.45317 10.1405 2.3595C10.0468 2.26583 10 2.14867 10 2.008C10 1.86733 10.0468 1.75017 10.1405 1.6565C10.2342 1.56283 10.354 1.51067 10.5 1.5H13.5ZM13.5 14.5H10.5C10.354 14.4897 10.2342 14.4375 10.1405 14.3435C10.0468 14.2495 10 14.1323 10 13.992C10 13.8517 10.0468 13.7345 10.1405 13.6405C10.2342 13.5465 10.354 13.4997 10.5 13.5H13.5V10.5C13.5 10.354 13.5468 10.2342 13.6405 10.1405C13.7342 10.0468 13.854 10 14 10C14.146 10 14.2658 10.0468 14.3595 10.1405C14.4532 10.2342 14.5 10.354 14.5 10.5V14.5H13.5V14.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.92308 2H5.69231C5.82708 2.00954 5.93769 2.05769 6.02415 2.14446C6.11062 2.23123 6.15385 2.33938 6.15385 2.46892C6.15385 2.59846 6.11062 2.70662 6.02415 2.79338C5.93769 2.88015 5.82708 2.92338 5.69231 2.92308H2.92308V5.69231C2.92308 5.82708 2.87985 5.93769 2.79338 6.02415C2.70692 6.11062 2.59631 6.15385 2.46154 6.15385C2.32677 6.15385 2.21615 6.11062 2.12969 6.02415C2.04323 5.93769 2 5.82708 2 5.69231V2H2.92308ZM2.92308 14H2V10.3077C2 10.1729 2.04323 10.0623 2.12969 9.97585C2.21615 9.88938 2.32677 9.84615 2.46154 9.84615C2.59631 9.84615 2.70692 9.88938 2.79338 9.97585C2.87985 10.0623 2.92308 10.1729 2.92308 10.3077V13.0769H5.69231C5.82708 13.0769 5.93769 13.1202 6.02415 13.2066C6.11062 13.2931 6.15385 13.4012 6.15385 13.5311C6.15385 13.6609 6.11062 13.7691 6.02415 13.8555C5.93769 13.942 5.82708 13.9902 5.69231 14H2.92308V14ZM13.0769 2H14V5.69231C14 5.82708 13.9568 5.93769 13.8703 6.02415C13.7838 6.11062 13.6732 6.15385 13.5385 6.15385C13.4037 6.15385 13.2931 6.11062 13.2066 6.02415C13.1202 5.93769 13.0769 5.82708 13.0769 5.69231V2.92308H10.3077C10.1729 2.92308 10.0623 2.87985 9.97585 2.79338C9.88938 2.70692 9.84615 2.59877 9.84615 2.46892C9.84615 2.33908 9.88938 2.23092 9.97585 2.14446C10.0623 2.058 10.1729 2.00985 10.3077 2H13.0769ZM13.0769 14H10.3077C10.1729 13.9905 10.0623 13.9423 9.97585 13.8555C9.88938 13.7688 9.84615 13.6606 9.84615 13.5311C9.84615 13.4015 9.88938 13.2934 9.97585 13.2066C10.0623 13.1198 10.1729 13.0766 10.3077 13.0769H13.0769V10.3077C13.0769 10.1729 13.1202 10.0623 13.2066 9.97585C13.2931 9.88938 13.4037 9.84615 13.5385 9.84615C13.6732 9.84615 13.7838 9.88938 13.8703 9.97585C13.9568 10.0623 14 10.1729 14 10.3077V14H13.0769V14Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -17,7 +17,7 @@ const _hoisted_1 = ["fill"];
17
17
  const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
18
  "fill-rule": "evenodd",
19
19
  "clip-rule": "evenodd",
20
- d: "M8 3.77006C7.66172 3.77006 7.34638 3.59904 7.16186 3.31552C6.62911 2.4969 5.77785 2 4.85 2C3.34878 2 2 3.34172 2 5.16591C2 6.89353 2.9558 8.6501 4.31897 10.1397C5.53953 11.4735 6.96849 12.4628 8 12.9221C9.03151 12.4628 10.4605 11.4735 11.681 10.1397C13.0442 8.6501 14 6.89353 14 5.16591C14 3.34172 12.6512 2 11.15 2C10.2222 2 9.37089 2.4969 8.83814 3.31552C8.65362 3.59904 8.33828 3.77006 8 3.77006ZM8 14C5.55 13.119 1 9.33183 1 5.16591C1 2.86516 2.7237 1 4.85 1C5.79529 1 6.66102 1.36864 7.33109 1.98029C7.58402 2.21117 7.80907 2.47668 8 2.77006C8.19093 2.47668 8.41598 2.21117 8.66891 1.98029C9.33898 1.36864 10.2047 1 11.15 1C13.2763 1 15 2.86516 15 5.16591C15 9.33183 10.45 13.119 8 14Z"
20
+ d: "M8 4.77006C7.66172 4.77006 7.34638 4.59904 7.16186 4.31552C6.62911 3.4969 5.77785 3 4.85 3C3.34878 3 2 4.34172 2 6.16591C2 7.89353 2.9558 9.6501 4.31897 11.1397C5.53953 12.4735 6.96849 13.4628 8 13.9221C9.03151 13.4628 10.4605 12.4735 11.681 11.1397C13.0442 9.6501 14 7.89353 14 6.16591C14 4.34172 12.6512 3 11.15 3C10.2222 3 9.37089 3.4969 8.83814 4.31552C8.65362 4.59904 8.33828 4.77006 8 4.77006ZM8 15C5.55 14.119 1 10.3318 1 6.16591C1 3.86516 2.7237 2 4.85 2C5.79529 2 6.66102 2.36864 7.33109 2.98029C7.58402 3.21117 7.80907 3.47668 8 3.77006C8.19093 3.47668 8.41598 3.21117 8.66891 2.98029C9.33898 2.36864 10.2047 2 11.15 2C13.2763 2 15 3.86516 15 6.16591C15 10.3318 10.45 14.119 8 15Z"
21
21
  }, null, -1);
22
22
  const _hoisted_3 = [
23
23
  _hoisted_2
@@ -17,7 +17,7 @@ const _hoisted_1 = ["fill"];
17
17
  const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
18
  "fill-rule": "evenodd",
19
19
  "clip-rule": "evenodd",
20
- d: "M8 14C5.55 13.119 1 9.33183 1 5.16591C1 2.86516 2.7237 1 4.85 1C5.79529 1 6.66102 1.36864 7.33109 1.98029C7.58402 2.21117 7.80907 2.47668 8 2.77006C8.19093 2.47668 8.41598 2.21117 8.66891 1.98029C9.33898 1.36864 10.2047 1 11.15 1C13.2763 1 15 2.86516 15 5.16591C15 9.33183 10.45 13.119 8 14Z"
20
+ d: "M8 15C5.55 14.119 1 10.3318 1 6.16591C1 3.86516 2.7237 2 4.85 2C5.79529 2 6.66102 2.36864 7.33109 2.98029C7.58402 3.21117 7.80907 3.47668 8 3.77006C8.19093 3.47668 8.41598 3.21117 8.66891 2.98029C9.33898 2.36864 10.2047 2 11.15 2C13.2763 2 15 3.86516 15 6.16591C15 10.3318 10.45 14.119 8 15Z"
21
21
  }, null, -1);
22
22
  const _hoisted_3 = [
23
23
  _hoisted_2
@@ -1,7 +1,7 @@
1
1
  import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
2
  import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
3
  const _sfc_main = {
4
- name: "IconProtect",
4
+ name: "IconHome",
5
5
  props: {
6
6
  prefix: {
7
7
  type: String,
@@ -15,29 +15,22 @@ const _sfc_main = {
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
17
  const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- 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",
19
- stroke: "#000",
20
- "stroke-linejoin": "round"
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M6 10.4C6 10.1791 6.17909 10 6.4 10H9.6C9.82091 10 10 10.1791 10 10.4V13H13V7.46838L8 3.30171L3 7.46838V13H6V10.4ZM7.61589 2.3201C7.8384 2.13467 8.1616 2.13467 8.38411 2.3201L13.7841 6.8201C13.9209 6.93409 14 7.10296 14 7.28103V13.6C14 13.8209 13.8209 14 13.6 14H9.4C9.17909 14 9 13.8209 9 13.6V11H7V13.6C7 13.8209 6.82091 14 6.6 14H2.4C2.17909 14 2 13.8209 2 13.6V7.28103C2 7.10296 2.07909 6.93409 2.21589 6.8201L7.61589 2.3201Z"
21
21
  }, null, -1);
22
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
23
- d: "M5 7.66667L7.33333 10L11.3333 6",
24
- stroke: "#000",
25
- "stroke-linecap": "round",
26
- "stroke-linejoin": "round"
27
- }, null, -1);
28
- const _hoisted_4 = [
29
- _hoisted_2,
30
- _hoisted_3
22
+ const _hoisted_3 = [
23
+ _hoisted_2
31
24
  ];
32
25
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
26
  return openBlock(), createElementBlock("svg", mergeProps({
34
27
  viewBox: "0 0 16 16",
35
28
  fill: $props.useCurrentColor ? "currentColor" : "#000",
36
29
  xmlns: "http://www.w3.org/2000/svg",
37
- class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-protect`],
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-home`],
38
31
  width: "1em",
39
32
  height: "1em"
40
- }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
41
34
  }
42
35
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
43
36
  export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconHospital",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M1.5 15C1.22386 15 1 14.7761 1 14.5C1 14.2239 1.22386 14 1.5 14H2V2.5C2 2.354 2.04683 2.23417 2.1405 2.1405C2.23417 2.04683 2.354 2 2.5 2H9.5C9.646 2 9.76583 2.04683 9.8595 2.1405C9.95317 2.23417 10 2.354 10 2.5V14H11V6H13.5C13.646 6 13.7658 6.04683 13.8595 6.1405C13.9532 6.23417 14 6.354 14 6.5V14H14.5C14.7761 14 15 14.2239 15 14.5C15 14.7761 14.7761 15 14.5 15H1.5ZM9 3V14H8V12H7V14H5V12H4V14H3V3H9ZM12 14V7H13V14H12ZM6.75 7.75H5.25V6.5H4V5H5.25V3.75H6.75V5H8V6.5H6.75V7.75ZM4 9H5V11H4V9ZM8 9H7V11H8V9Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-hospital`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconHospitalFill",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M2.5 2H9.5C9.646 2 9.76583 2.04683 9.8595 2.1405C9.95317 2.23417 10 2.354 10 2.5V14H11V6H13.5C13.646 6 13.7658 6.04683 13.8595 6.1405C13.9532 6.23417 14 6.354 14 6.5V14H14.5C14.7761 14 15 14.2239 15 14.5C15 14.7761 14.7761 15 14.5 15H1.5C1.22386 15 1 14.7761 1 14.5C1 14.2239 1.22386 14 1.5 14H2V2.5C2 2.354 2.04683 2.23417 2.1405 2.1405C2.23417 2.04683 2.354 2 2.5 2ZM5.25 7.75V6.5H4V5H5.25V3.75H6.75V5H8V6.5H6.75V7.75H5.25ZM4 9H5V11H4V9ZM5 12H4V14H5V12ZM7 9H8V11H7V9ZM8 12H7V14H8V12Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-hospital-fill`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -14,9 +14,15 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3.5 12V13.5C3.51033 13.7813 3.60933 14.0157 3.797 14.203C3.98467 14.3903 4.219 14.4893 4.5 14.5H11.5C11.7813 14.4897 12.0157 14.3907 12.203 14.203C12.3903 14.0153 12.4893 13.781 12.5 13.5V12H3.5ZM3.5 11H12.5V2.5C12.4897 2.21867 12.3907 1.98433 12.203 1.797C12.0153 1.60967 11.781 1.51067 11.5 1.5H4.5C4.21867 1.51033 3.98433 1.60933 3.797 1.797C3.60967 1.98467 3.51067 2.219 3.5 2.5V11ZM4 15.5C3.573 15.4897 3.21883 15.3438 2.9375 15.0625C2.65617 14.7812 2.51033 14.427 2.5 14V2C2.51033 1.573 2.65617 1.21883 2.9375 0.9375C3.21883 0.656167 3.573 0.510333 4 0.5H12C12.427 0.510333 12.7812 0.656167 13.0625 0.9375C13.3438 1.21883 13.4897 1.573 13.5 2V14C13.4897 14.427 13.3438 14.7812 13.0625 15.0625C12.7812 15.3438 12.427 15.4897 12 15.5H4ZM8.75 13.25C8.73967 13.4583 8.66417 13.6328 8.5235 13.7735C8.38283 13.9142 8.20833 13.9845 8 13.9845C7.79167 13.9845 7.61717 13.9142 7.4765 13.7735C7.33583 13.6328 7.2655 13.4583 7.2655 13.25C7.2655 13.0417 7.33583 12.8672 7.4765 12.7265C7.61717 12.5858 7.79167 12.5155 8 12.5155C8.20833 12.5155 8.38283 12.5858 8.5235 12.7265C8.66417 12.8672 8.73967 13.0417 8.75 13.25Z" }, null, -1);
18
- const _hoisted_3 = [
19
- _hoisted_2
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M8 13.5C8.55229 13.5 9 13.0523 9 12.5C9 11.9477 8.55229 11.5 8 11.5C7.44772 11.5 7 11.9477 7 12.5C7 13.0523 7.44772 13.5 8 13.5Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M2.5 2C2.5 1.44772 2.94772 1 3.5 1H12.5C13.0523 1 13.5 1.44772 13.5 2V14C13.5 14.5523 13.0523 15 12.5 15H3.5C2.94772 15 2.5 14.5523 2.5 14V2ZM3.5 2V10H12.5V2H3.5ZM3.5 14V11H12.5V14H3.5Z"
22
+ }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
20
26
  ];
21
27
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
28
  return openBlock(), createElementBlock("svg", mergeProps({
@@ -26,7 +32,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
32
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-iphone`],
27
33
  width: "1em",
28
34
  height: "1em"
29
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
30
36
  }
31
37
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
38
  export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconJuese",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M7.17453 2C8.88921 2 10.2792 3.39002 10.2792 5.1047C10.2792 6.81938 8.88921 8.2094 7.17453 8.2094C7.17452 8.2094 7.17453 8.2094 7.17453 8.2094C4.95757 8.2094 3.14762 9.9522 3.03997 12.1425L3.0349 12.3501L6.65646 12.3492C6.94255 12.3491 7.1745 12.581 7.1745 12.8671C7.1745 13.1531 6.94264 13.385 6.65661 13.385L2.10376 13.3852C2.03572 13.0504 2 12.7039 2 12.3491C2 10.1704 3.34646 8.30619 5.25265 7.54322C4.53224 6.97466 4.06982 6.09368 4.06982 5.1047C4.06982 3.39002 5.45985 2 7.17453 2ZM7.1745 3.0349C6.03138 3.0349 5.1047 3.96158 5.1047 5.1047C5.1047 6.24782 6.03138 7.1745 7.1745 7.1745C8.31762 7.1745 9.24431 6.24782 9.24431 5.1047C9.24431 3.96158 8.31762 3.0349 7.1745 3.0349ZM13.9976 8V12.6178L11.5159 14L8.94 12.6178V8H13.9976ZM9.78817 12.1152L11.5159 13.0262L13.1494 12.1152V8.84817H9.78817V12.1152ZM12.4359 9.99977H10.4359V10.9998H12.4359V9.99977Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-juese`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M11.1875 9.76548L10.4685 9.06248L11.8905 7.64048C12.4738 7.02582 12.7993 6.35398 12.867 5.62498C12.9347 4.89598 12.729 4.27098 12.25 3.74998C11.729 3.27065 11.104 3.06498 10.375 3.13298C9.64601 3.20098 8.97418 3.52648 8.35951 4.10948L6.93751 5.53148L6.23451 4.81248L7.64101 3.40598C8.46401 2.62465 9.37551 2.20015 10.3755 2.13248C11.3755 2.06482 12.2348 2.36948 12.9535 3.04648C13.6305 3.76515 13.9352 4.62448 13.8675 5.62448C13.7998 6.62448 13.3753 7.53598 12.594 8.35898L11.1875 9.76548ZM9.76551 11.1875L8.35901 12.594C7.53601 13.3753 6.62451 13.7998 5.62451 13.8675C4.62451 13.9352 3.76518 13.6305 3.04651 12.9535C2.36951 12.2348 2.06485 11.3755 2.13251 10.3755C2.20018 9.37548 2.62468 8.46398 3.40601 7.64098L4.81251 6.23448L5.53151 6.93748L4.10951 8.35948C3.52618 8.97415 3.20068 9.64598 3.13301 10.375C3.06535 11.104 3.27101 11.729 3.75001 12.25C4.27101 12.7293 4.89601 12.935 5.62501 12.867C6.35401 12.799 7.02585 12.4735 7.64051 11.8905L9.06251 10.4685L9.76551 11.1875ZM9.76551 5.53148L10.4685 6.23448L6.23401 10.469L5.53101 9.76598L9.76551 5.53148Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M11.539 9.41396C11.3443 9.60874 11.029 9.61051 10.8321 9.41794V9.41794C10.6319 9.22228 10.6301 8.90086 10.828 8.70296L11.8905 7.64048C12.4738 7.02582 12.7993 6.35398 12.867 5.62498C12.9347 4.89598 12.729 4.27098 12.25 3.74998C11.729 3.27065 11.104 3.06498 10.375 3.13298C9.64601 3.20098 8.97418 3.52648 8.35951 4.10948L7.29704 5.17196C7.09914 5.36986 6.77772 5.36805 6.58206 5.16794V5.16794C6.38949 4.97098 6.39126 4.65574 6.58604 4.46096L7.64101 3.40598C8.46401 2.62465 9.37551 2.20015 10.3755 2.13248C11.3755 2.06482 12.2348 2.36948 12.9535 3.04648C13.6305 3.76515 13.9352 4.62448 13.8675 5.62448C13.7998 6.62448 13.3753 7.53598 12.594 8.35898L11.539 9.41396ZM9.41797 10.832C9.61054 11.029 9.60877 11.3442 9.41399 11.539L8.35901 12.594C7.53601 13.3753 6.62451 13.7998 5.62451 13.8675C4.62451 13.9352 3.76518 13.6305 3.04651 12.9535C2.36951 12.2348 2.06485 11.3755 2.13251 10.3755C2.20018 9.37548 2.62468 8.46398 3.40601 7.64098L4.46099 6.58601C4.65577 6.39123 4.97101 6.38946 5.16797 6.58203V6.58203C5.36808 6.77769 5.36989 7.09911 5.17199 7.29701L4.10951 8.35948C3.52618 8.97415 3.20068 9.64598 3.13301 10.375C3.06535 11.104 3.27101 11.729 3.75001 12.25C4.27101 12.7293 4.89601 12.935 5.62501 12.867C6.35401 12.799 7.02585 12.4735 7.64051 11.8905L8.70299 10.828C8.90089 10.6301 9.22231 10.6319 9.41797 10.832V10.832ZM9.41401 5.88298C9.60814 5.68886 9.92289 5.68886 10.117 5.88298V5.88298C10.3111 6.07711 10.3111 6.39186 10.117 6.58598L6.58551 10.1175C6.39139 10.3116 6.07664 10.3116 5.88251 10.1175V10.1175C5.68839 9.92336 5.68839 9.60861 5.88251 9.41448L9.41401 5.88298Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M8 14.5C8.21867 14.479 8.61967 14.2447 9.203 13.797C9.78633 13.3493 10.3853 12.7868 11 12.1095C11.7813 11.2242 12.3907 10.3023 12.828 9.344C13.2653 8.38567 13.4893 7.43767 13.5 6.5C13.4583 5 12.9245 3.79683 11.8985 2.8905C10.8725 1.98417 9.573 1.52067 8 1.5C6.427 1.521 5.1275 1.9845 4.1015 2.8905C3.0755 3.7965 2.54167 4.99967 2.5 6.5C2.51033 7.448 2.73433 8.3985 3.172 9.3515C3.60967 10.3045 4.219 11.2238 5 12.1095C5.61467 12.7865 6.21367 13.349 6.797 13.797C7.38033 14.245 7.78133 14.4793 8 14.5ZM8 7.703C8.28133 7.69267 8.51567 7.59367 8.703 7.406C8.89033 7.21833 8.98417 6.984 8.9845 6.703C8.98483 6.422 8.891 6.185 8.703 5.992C8.515 5.799 8.28067 5.70267 8 5.703C7.71933 5.70333 7.485 5.79967 7.297 5.992C7.109 6.18433 7.01517 6.42133 7.0155 6.703C7.01583 6.98467 7.10967 7.219 7.297 7.406C7.48433 7.593 7.71867 7.692 8 7.703V7.703ZM8 9.9065C7.09367 9.87517 6.3385 9.56 5.7345 8.961C5.1305 8.362 4.818 7.60933 4.797 6.703C4.818 5.79667 5.1305 5.0415 5.7345 4.4375C6.3385 3.8335 7.09367 3.521 8 3.5C8.90633 3.521 9.6615 3.8335 10.2655 4.4375C10.8695 5.0415 11.182 5.79667 11.203 6.703C11.182 7.60933 10.8695 8.362 10.2655 8.961C9.6615 9.56 8.90633 9.87517 8 9.9065V9.9065Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.5 6.5C12.4687 5.229 12.0285 4.16917 11.1795 3.3205C10.3305 2.47183 9.27067 2.03167 8 2C6.729 2.03133 5.66917 2.4715 4.8205 3.3205C3.97183 4.1695 3.53167 5.22933 3.5 6.5C3.5 7.427 3.87233 8.48683 4.617 9.6795C5.36167 10.8722 6.48933 12.1925 8 13.6405C9.51033 12.1925 10.638 10.8722 11.383 9.6795C12.128 8.48683 12.5003 7.427 12.5 6.5V6.5ZM8 15C4.33333 11.6667 2.5 8.83333 2.5 6.5C2.54167 4.93733 3.07817 3.6405 4.1095 2.6095C5.14083 1.5785 6.43767 1.042 8 1C9.56267 1.04167 10.8595 1.57817 11.8905 2.6095C12.9215 3.64083 13.458 4.93767 13.5 6.5C13.5 8.83333 11.6667 11.6667 8 15ZM8 8C8.427 7.98967 8.78117 7.84383 9.0625 7.5625C9.34383 7.28117 9.4845 6.927 9.4845 6.5C9.4845 6.073 9.34383 5.71883 9.0625 5.4375C8.78117 5.15617 8.427 5.0155 8 5.0155C7.573 5.0155 7.21883 5.15617 6.9375 5.4375C6.65617 5.71883 6.5155 6.073 6.5155 6.5C6.5155 6.927 6.65617 7.28117 6.9375 7.5625C7.21883 7.84383 7.573 7.98967 8 8ZM8 9C7.29167 8.979 6.70317 8.73417 6.2345 8.2655C5.76583 7.79683 5.521 7.20833 5.5 6.5C5.521 5.79167 5.76583 5.20317 6.2345 4.7345C6.70317 4.26583 7.29167 4.021 8 4C8.70833 4.021 9.29683 4.26583 9.7655 4.7345C10.2342 5.20317 10.479 5.79167 10.5 6.5C10.479 7.20833 10.2342 7.79683 9.7655 8.2655C9.29683 8.73417 8.70833 8.979 8 9V9Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLocationFill",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M8 14.5C8.21867 14.479 8.61967 14.2447 9.203 13.797C9.78633 13.3493 10.3853 12.7868 11 12.1095C11.7813 11.2242 12.3907 10.3023 12.828 9.344C13.2653 8.38567 13.4893 7.43767 13.5 6.5C13.4583 5 12.9245 3.79683 11.8985 2.8905C10.8725 1.98417 9.573 1.52067 8 1.5C6.427 1.521 5.1275 1.9845 4.1015 2.8905C3.0755 3.7965 2.54167 4.99967 2.5 6.5C2.51033 7.448 2.73433 8.3985 3.172 9.3515C3.60967 10.3045 4.219 11.2238 5 12.1095C5.61467 12.7865 6.21367 13.349 6.797 13.797C7.38033 14.245 7.78133 14.4793 8 14.5ZM8 7.703C8.28133 7.69267 8.51567 7.59367 8.703 7.406C8.89033 7.21833 8.98417 6.984 8.9845 6.703C8.98483 6.422 8.891 6.185 8.703 5.992C8.515 5.799 8.28067 5.70267 8 5.703C7.71933 5.70333 7.485 5.79967 7.297 5.992C7.109 6.18433 7.01517 6.42133 7.0155 6.703C7.01583 6.98467 7.10967 7.219 7.297 7.406C7.48433 7.593 7.71867 7.692 8 7.703V7.703ZM8 9.9065C7.09367 9.87517 6.3385 9.56 5.7345 8.961C5.1305 8.362 4.818 7.60933 4.797 6.703C4.818 5.79667 5.1305 5.0415 5.7345 4.4375C6.3385 3.8335 7.09367 3.521 8 3.5C8.90633 3.521 9.6615 3.8335 10.2655 4.4375C10.8695 5.0415 11.182 5.79667 11.203 6.703C11.182 7.60933 10.8695 8.362 10.2655 8.961C9.6615 9.56 8.90633 9.87517 8 9.9065V9.9065Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-location-fill`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2 3.5V11.5C2.01033 11.7813 2.10933 12.0157 2.297 12.203C2.48467 12.3903 2.719 12.4893 3 12.5H13C13.2813 12.4897 13.5157 12.3907 13.703 12.203C13.8903 12.0153 13.9893 11.781 14 11.5V3.5H2ZM2 2.5H14C14.2813 2.51033 14.5157 2.60933 14.703 2.797C14.8903 2.98467 14.9893 3.219 15 3.5V11.5C14.9897 12.0627 14.7943 12.534 14.414 12.914C14.0337 13.294 13.5623 13.4893 13 13.5H3C2.43733 13.4897 1.966 13.2943 1.586 12.914C1.206 12.5337 1.01067 12.0623 1 11.5V3.5C1.01033 3.21867 1.10933 2.98433 1.297 2.797C1.48467 2.60967 1.719 2.51067 2 2.5ZM14.125 3.5L10.2655 7.922C9.97383 8.245 9.63267 8.495 9.242 8.672C8.85133 8.849 8.43733 8.9375 8 8.9375C7.56267 8.9375 7.14867 8.849 6.758 8.672C6.36733 8.495 6.02617 8.245 5.7345 7.922L1.875 3.5H14.125V3.5ZM3.203 3.5L6.5 7.2655C6.68767 7.48417 6.91167 7.65083 7.172 7.7655C7.43233 7.88017 7.70833 7.9375 8 7.9375C8.29167 7.9375 8.56767 7.88017 8.828 7.7655C9.08833 7.65083 9.31233 7.48417 9.5 7.2655L12.797 3.5H3.203V3.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2 4V11C2.01033 11.2813 2.10933 11.5157 2.297 11.703C2.48467 11.8903 2.719 11.9893 3 12H13C13.2813 11.9897 13.5157 11.8907 13.703 11.703C13.8903 11.5153 13.9893 11.281 14 11V4H2ZM2 3H14C14.2813 3.01033 14.5157 3.10933 14.703 3.297C14.8903 3.48467 14.9893 3.719 15 4V11C14.9897 11.5627 14.7943 12.034 14.414 12.414C14.0337 12.794 13.5623 12.9893 13 13H3C2.43733 12.9897 1.966 12.7943 1.586 12.414C1.206 12.0337 1.01067 11.5623 1 11V4C1.01033 3.71867 1.10933 3.48433 1.297 3.297C1.48467 3.10967 1.719 3.01067 2 3ZM14.125 4L10.2655 7.922C9.97383 8.245 9.63267 8.495 9.242 8.672C8.85133 8.849 8.43733 8.9375 8 8.9375C7.56267 8.9375 7.14867 8.849 6.758 8.672C6.36733 8.495 6.02617 8.245 5.7345 7.922L1.875 4H14.125ZM3.203 4L6.5 7.2655C6.68767 7.48417 6.91167 7.65083 7.172 7.7655C7.43233 7.88017 7.70833 7.9375 8 7.9375C8.29167 7.9375 8.56767 7.88017 8.828 7.7655C9.08833 7.65083 9.31233 7.48417 9.5 7.2655L12.797 4H3.203Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2 8.5H14C14.146 8.5 14.2658 8.45317 14.3595 8.3595C14.4532 8.26583 14.5 8.146 14.5 8C14.5 7.854 14.4532 7.73417 14.3595 7.6405C14.2658 7.54683 14.146 7.5 14 7.5H2C1.854 7.5 1.73417 7.54683 1.6405 7.6405C1.54683 7.73417 1.5 7.854 1.5 8C1.5 8.146 1.54683 8.26583 1.6405 8.3595C1.73417 8.45317 1.854 8.5 2 8.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M1.53846 8.5H14.4615C14.6188 8.5 14.7478 8.45317 14.8487 8.3595C14.9496 8.26583 15 8.146 15 8C15 7.854 14.9496 7.73417 14.8487 7.6405C14.7478 7.54683 14.6188 7.5 14.4615 7.5H1.53846C1.38123 7.5 1.25218 7.54683 1.15131 7.6405C1.05044 7.73417 1 7.854 1 8C1 8.146 1.05044 8.26583 1.15131 8.3595C1.25218 8.45317 1.38123 8.5 1.53846 8.5Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -0,0 +1,34 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconMission",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.2855 2H3.71451C2.76762 2 2 2.76762 2 3.71451V12.2855C2 13.2324 2.76762 14 3.71451 14H12.2855C13.2324 14 14 13.2324 14 12.2855V3.71451C14 2.76762 13.2324 2 12.2855 2ZM13.1436 12.2878C13.1436 12.4003 13.1215 12.5117 13.0785 12.6157C13.0354 12.7196 12.9723 12.814 12.8927 12.8935C12.8131 12.973 12.7186 13.036 12.6146 13.0789C12.5106 13.1218 12.3992 13.1438 12.2867 13.1436H3.71649C3.48728 13.1436 3.27085 13.0555 3.10875 12.8934C2.94665 12.7313 2.85645 12.517 2.85645 12.2878V3.71531C2.85686 3.48745 2.94764 3.26905 3.10887 3.10804C3.27011 2.94703 3.48863 2.85655 3.71649 2.85645H12.2867C12.3993 2.85656 12.5109 2.87887 12.6149 2.9221C12.7189 2.96532 12.8134 3.02862 12.893 3.10838C12.9726 3.18813 13.0357 3.28278 13.0787 3.38692C13.1216 3.49106 13.1437 3.60265 13.1436 3.71531V12.2878Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M11.752 5.85646H8.32304C8.20947 5.85646 8.10055 5.90158 8.02024 5.98188C7.93994 6.06219 7.89482 6.17111 7.89482 6.28468C7.89482 6.39826 7.93994 6.50718 8.02024 6.58748C8.10055 6.66779 8.20947 6.71291 8.32304 6.71291H11.7521C11.8656 6.71291 11.9745 6.66779 12.0549 6.58748C12.1352 6.50718 12.1803 6.39826 12.1803 6.28468C12.1803 6.17111 12.1352 6.06219 12.0549 5.98188C11.9745 5.90158 11.8656 5.85646 11.752 5.85646ZM11.752 9.28709H8.32304C8.20947 9.28709 8.10055 9.33221 8.02024 9.41252C7.93994 9.49282 7.89482 9.60174 7.89482 9.71532C7.89482 9.82889 7.93994 9.93781 8.02024 10.0181C8.10055 10.0984 8.20947 10.1435 8.32304 10.1435H11.7521C11.8656 10.1435 11.9745 10.0984 12.0549 10.0181C12.1352 9.93781 12.1803 9.82889 12.1803 9.71532C12.1803 9.60174 12.1352 9.49282 12.0549 9.41252C11.9745 9.33221 11.8656 9.28709 11.752 9.28709ZM5.75131 8.21586C4.92278 8.21586 4.25131 8.88752 4.25131 9.71585C4.25131 10.5442 4.92296 11.2159 5.75131 11.2159C6.57966 11.2159 7.2513 10.5442 7.2513 9.71587C7.2513 8.88752 6.57983 8.21586 5.75131 8.21586ZM6.20649 10.1712C6.10116 10.2765 5.96262 10.3419 5.81445 10.3564C5.66628 10.371 5.51766 10.3337 5.39391 10.2509C5.27015 10.1681 5.17892 10.045 5.13575 9.90256C5.09258 9.76008 5.10015 9.60703 5.15717 9.46951C5.21418 9.33198 5.31712 9.21847 5.44843 9.14833C5.57975 9.07818 5.73133 9.05573 5.87734 9.08481C6.02335 9.11389 6.15476 9.19269 6.24919 9.30779C6.34361 9.4229 6.39521 9.56717 6.39519 9.71605C6.3954 9.80064 6.37884 9.88443 6.34644 9.96257C6.31405 10.0407 6.26648 10.1116 6.20649 10.1712ZM6.73439 5.12702L5.32264 6.53871L4.76823 5.98424C4.68792 5.90394 4.579 5.85882 4.46543 5.85882C4.35185 5.85882 4.24293 5.90394 4.16262 5.98424C4.08231 6.06455 4.0372 6.17347 4.0372 6.28705C4.0372 6.34328 4.04827 6.39897 4.06979 6.45093C4.09131 6.50288 4.12286 6.55009 4.16262 6.58985L5.01983 7.44713C5.0596 7.4869 5.10681 7.51845 5.15876 7.53997C5.21072 7.56149 5.26641 7.57257 5.32264 7.57257C5.37888 7.57257 5.43457 7.56149 5.48653 7.53997C5.53848 7.51845 5.58569 7.4869 5.62546 7.44713L7.33996 5.73263C7.41943 5.65215 7.46384 5.5435 7.46348 5.4304C7.46313 5.3173 7.41804 5.20893 7.33807 5.12895C7.2581 5.04897 7.14973 5.00388 7.03663 5.00352C6.92353 5.00316 6.81488 5.04755 6.73439 5.12702Z" }, null, -1);
19
+ const _hoisted_4 = [
20
+ _hoisted_2,
21
+ _hoisted_3
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-mission`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ export { index as default };
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.75 6.5C3.25 6.51033 3.664 6.67967 3.992 7.008C4.32 7.33633 4.48933 7.75033 4.5 8.25C4.48967 8.75 4.32033 9.164 3.992 9.492C3.66367 9.82 3.24967 9.98933 2.75 10C2.25 9.98967 1.836 9.82033 1.508 9.492C1.18 9.16367 1.01067 8.74967 1 8.25C1.01033 7.75 1.17967 7.336 1.508 7.008C1.83633 6.68 2.25033 6.51067 2.75 6.5ZM8 6.5C8.5 6.51033 8.914 6.67967 9.242 7.008C9.57 7.33633 9.73933 7.75033 9.75 8.25C9.73967 8.75 9.57033 9.164 9.242 9.492C8.91367 9.82 8.49967 9.98933 8 10C7.5 9.98967 7.086 9.82033 6.758 9.492C6.43 9.16367 6.26067 8.74967 6.25 8.25C6.26033 7.75 6.42967 7.336 6.758 7.008C7.08633 6.68 7.50033 6.51067 8 6.5ZM13.25 6.5C13.75 6.51033 14.164 6.67967 14.492 7.008C14.82 7.33633 14.9893 7.75033 15 8.25C14.9897 8.75 14.8203 9.164 14.492 9.492C14.1637 9.82 13.7497 9.98933 13.25 10C12.75 9.98967 12.336 9.82033 12.008 9.492C11.68 9.16367 11.5107 8.74967 11.5 8.25C11.5103 7.75 11.6797 7.336 12.008 7.008C12.3363 6.68 12.7503 6.51067 13.25 6.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.75 6.5C2.25 6.51033 1.836 6.67967 1.508 7.008C1.18 7.33633 1.01067 7.75033 1 8.25C1.01033 8.75 1.17967 9.164 1.508 9.492C1.83633 9.82 2.25033 9.98933 2.75 10C3.25 9.98967 3.664 9.82033 3.992 9.492C4.32 9.16367 4.48933 8.74967 4.5 8.25C4.48967 7.75 4.32033 7.336 3.992 7.008C3.66367 6.68 3.24967 6.51067 2.75 6.5ZM2.75 7.5C2.95833 7.51033 3.13283 7.58583 3.2735 7.7265C3.41417 7.86717 3.4845 8.04167 3.4845 8.25C3.4845 8.45833 3.41417 8.63283 3.2735 8.7735C3.13283 8.91417 2.95833 8.9845 2.75 8.9845C2.54167 8.9845 2.36717 8.91417 2.2265 8.7735C2.08583 8.63283 2.0155 8.45833 2.0155 8.25C2.0155 8.04167 2.08583 7.86717 2.2265 7.7265C2.36717 7.58583 2.54167 7.51033 2.75 7.5ZM8 6.5C8.5 6.51033 8.914 6.67967 9.242 7.008C9.57 7.33633 9.73933 7.75033 9.75 8.25C9.73967 8.75 9.57033 9.164 9.242 9.492C8.91367 9.82 8.49967 9.98933 8 10C7.5 9.98967 7.086 9.82033 6.758 9.492C6.43 9.16367 6.26067 8.74967 6.25 8.25C6.26033 7.75 6.42967 7.336 6.758 7.008C7.08633 6.68 7.50033 6.51067 8 6.5ZM8 7.5C7.79167 7.51033 7.61717 7.58583 7.4765 7.7265C7.33583 7.86717 7.2655 8.04167 7.2655 8.25C7.2655 8.45833 7.33583 8.63283 7.4765 8.7735C7.61717 8.91417 7.79167 8.9845 8 8.9845C8.20833 8.9845 8.38283 8.91417 8.5235 8.7735C8.66417 8.63283 8.7345 8.45833 8.7345 8.25C8.7345 8.04167 8.66417 7.86717 8.5235 7.7265C8.38283 7.58583 8.20833 7.51033 8 7.5ZM13.25 6.5C13.75 6.51033 14.164 6.67967 14.492 7.008C14.82 7.33633 14.9893 7.75033 15 8.25C14.9897 8.75 14.8203 9.164 14.492 9.492C14.1637 9.82 13.7497 9.98933 13.25 10C12.75 9.98967 12.336 9.82033 12.008 9.492C11.68 9.16367 11.5107 8.74967 11.5 8.25C11.5103 7.75 11.6797 7.336 12.008 7.008C12.3363 6.68 12.7503 6.51067 13.25 6.5ZM13.25 7.5C13.0417 7.51033 12.8672 7.58583 12.7265 7.7265C12.5858 7.86717 12.5155 8.04167 12.5155 8.25C12.5155 8.45833 12.5858 8.63283 12.7265 8.7735C12.8672 8.91417 13.0417 8.9845 13.25 8.9845C13.4583 8.9845 13.6328 8.91417 13.7735 8.7735C13.9142 8.63283 13.9845 8.45833 13.9845 8.25C13.9845 8.04167 13.9142 7.86717 13.7735 7.7265C13.6328 7.58583 13.4583 7.51033 13.25 7.5Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.75 6.5C2.25 6.51033 1.836 6.67967 1.508 7.008C1.18 7.33633 1.01067 7.75033 1 8.25C1.01033 8.75 1.17967 9.164 1.508 9.492C1.83633 9.82 2.25033 9.98933 2.75 10C3.25 9.98967 3.664 9.82033 3.992 9.492C4.32 9.16367 4.48933 8.74967 4.5 8.25C4.48967 7.75 4.32033 7.336 3.992 7.008C3.66367 6.68 3.24967 6.51067 2.75 6.5ZM2.75 7.5C2.95833 7.51033 3.13283 7.58583 3.2735 7.7265C3.41417 7.86717 3.4845 8.04167 3.4845 8.25C3.4845 8.45833 3.41417 8.63283 3.2735 8.7735C3.13283 8.91417 2.95833 8.9845 2.75 8.9845C2.54167 8.9845 2.36717 8.91417 2.2265 8.7735C2.08583 8.63283 2.0155 8.45833 2.0155 8.25C2.0155 8.04167 2.08583 7.86717 2.2265 7.7265C2.36717 7.58583 2.54167 7.51033 2.75 7.5ZM8 6.5C8.5 6.51033 8.914 6.67967 9.242 7.008C9.57 7.33633 9.73933 7.75033 9.75 8.25C9.73967 8.75 9.57033 9.164 9.242 9.492C8.91367 9.82 8.49967 9.98933 8 10C7.5 9.98967 7.086 9.82033 6.758 9.492C6.43 9.16367 6.26067 8.74967 6.25 8.25C6.26033 7.75 6.42967 7.336 6.758 7.008C7.08633 6.68 7.50033 6.51067 8 6.5ZM8 7.5C7.79167 7.51033 7.61717 7.58583 7.4765 7.7265C7.33583 7.86717 7.2655 8.04167 7.2655 8.25C7.2655 8.45833 7.33583 8.63283 7.4765 8.7735C7.61717 8.91417 7.79167 8.9845 8 8.9845C8.20833 8.9845 8.38283 8.91417 8.5235 8.7735C8.66417 8.63283 8.7345 8.45833 8.7345 8.25C8.7345 8.04167 8.66417 7.86717 8.5235 7.7265C8.38283 7.58583 8.20833 7.51033 8 7.5ZM13.25 6.5C13.75 6.51033 14.164 6.67967 14.492 7.008C14.82 7.33633 14.9893 7.75033 15 8.25C14.9897 8.75 14.8203 9.164 14.492 9.492C14.1637 9.82 13.7497 9.98933 13.25 10C12.75 9.98967 12.336 9.82033 12.008 9.492C11.68 9.16367 11.5107 8.74967 11.5 8.25C11.5103 7.75 11.6797 7.336 12.008 7.008C12.3363 6.68 12.7503 6.51067 13.25 6.5ZM13.25 7.5C13.0417 7.51033 12.8672 7.58583 12.7265 7.7265C12.5858 7.86717 12.5155 8.04167 12.5155 8.25C12.5155 8.45833 12.5858 8.63283 12.7265 8.7735C12.8672 8.91417 13.0417 8.9845 13.25 8.9845C13.4583 8.9845 13.6328 8.91417 13.7735 8.7735C13.9142 8.63283 13.9845 8.45833 13.9845 8.25C13.9845 8.04167 13.9142 7.86717 13.7735 7.7265C13.6328 7.58583 13.4583 7.51033 13.25 7.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.75 6.5C3.25 6.51033 3.664 6.67967 3.992 7.008C4.32 7.33633 4.48933 7.75033 4.5 8.25C4.48967 8.75 4.32033 9.164 3.992 9.492C3.66367 9.82 3.24967 9.98933 2.75 10C2.25 9.98967 1.836 9.82033 1.508 9.492C1.18 9.16367 1.01067 8.74967 1 8.25C1.01033 7.75 1.17967 7.336 1.508 7.008C1.83633 6.68 2.25033 6.51067 2.75 6.5ZM8 6.5C8.5 6.51033 8.914 6.67967 9.242 7.008C9.57 7.33633 9.73933 7.75033 9.75 8.25C9.73967 8.75 9.57033 9.164 9.242 9.492C8.91367 9.82 8.49967 9.98933 8 10C7.5 9.98967 7.086 9.82033 6.758 9.492C6.43 9.16367 6.26067 8.74967 6.25 8.25C6.26033 7.75 6.42967 7.336 6.758 7.008C7.08633 6.68 7.50033 6.51067 8 6.5ZM13.25 6.5C13.75 6.51033 14.164 6.67967 14.492 7.008C14.82 7.33633 14.9893 7.75033 15 8.25C14.9897 8.75 14.8203 9.164 14.492 9.492C14.1637 9.82 13.7497 9.98933 13.25 10C12.75 9.98967 12.336 9.82033 12.008 9.492C11.68 9.16367 11.5107 8.74967 11.5 8.25C11.5103 7.75 11.6797 7.336 12.008 7.008C12.3363 6.68 12.7503 6.51067 13.25 6.5Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -0,0 +1,34 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconMySQL",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M13.5858 11.0417C14.5616 11.6765 14.8259 12.0057 14.9399 12.1983C14.9798 12.266 15.0005 12.3425 15 12.4203C14.9994 12.498 14.9776 12.5742 14.9367 12.6414C14.8957 12.7085 14.8371 12.7643 14.7667 12.8031C14.6962 12.8419 14.6163 12.8624 14.535 12.8625H12.9344C13.1726 13.1227 13.4154 13.3792 13.6626 13.6317C13.7066 13.6738 13.7413 13.7239 13.7646 13.779C13.788 13.8342 13.7995 13.8933 13.7986 13.9528C13.7976 14.0123 13.7842 14.071 13.7591 14.1254C13.734 14.1799 13.6977 14.2289 13.6524 14.2697C13.6071 14.3105 13.5537 14.3423 13.4954 14.363C13.437 14.3837 13.3749 14.393 13.3128 14.3904C13.2506 14.3878 13.1896 14.3732 13.1334 14.3477C13.0772 14.3221 13.0269 14.286 12.9856 14.2416C12.4986 13.7406 12.0242 13.2285 11.5627 12.7059C11.5053 12.6412 11.4685 12.5621 11.4566 12.478C11.4446 12.394 11.458 12.3084 11.4952 12.2314C11.5324 12.1544 11.5919 12.0891 11.6665 12.0433C11.7412 11.9975 11.828 11.973 11.9168 11.9728H13.3541C13.2666 11.9127 13.1698 11.8477 13.0624 11.7779C12.4661 11.3852 11.8401 11.0355 11.1895 10.7316C11.134 10.7061 11.0844 10.6703 11.0435 10.6263C11.0026 10.5823 10.9713 10.531 10.9513 10.4753C10.5548 9.37474 9.70659 7.89111 8.4298 6.06538C7.23536 4.35754 5.94508 3.70314 4.48821 4.06348C4.32442 4.10441 4.1504 4.05681 4.03407 3.93936C3.80807 3.71333 3.57015 3.49848 3.32123 3.29564C3.07881 3.09634 2.37062 2.90416 1.99791 2.88725C2.10307 3.11903 2.39062 3.60705 3.17326 4.58175C3.20326 4.61909 3.22668 4.66086 3.24259 4.70542C3.51945 5.46659 3.65392 6.03557 3.65392 6.44529C3.65392 6.55829 3.71953 6.89772 4.32535 7.60906C4.37324 7.6651 4.40608 7.73149 4.421 7.80243C4.43592 7.87338 4.43248 7.94673 4.41097 8.01612C4.35793 8.18739 4.18018 8.76705 3.8782 9.75732C3.57435 10.752 4.17971 12.08 4.56499 12.5035C4.65432 12.2726 4.78787 11.7254 4.84417 10.4598C4.84847 10.3618 4.88646 10.2679 4.95225 10.1927C5.01804 10.1175 5.10795 10.0652 5.20804 10.0438C5.30808 10.0231 5.41246 10.0343 5.50523 10.0757C5.59799 10.1171 5.67403 10.1863 5.72173 10.2729C5.9474 10.6871 6.2773 11.4229 6.73051 12.5231C7.26793 13.827 7.64483 14.0997 7.78163 14.1566C7.88804 14.2076 7.96999 14.2956 8.01065 14.4026C8.0513 14.5096 8.04757 14.6274 8.00023 14.7318C7.95288 14.8362 7.86551 14.9193 7.75607 14.9641C7.64662 15.0089 7.5234 15.0119 7.41171 14.9725C6.8594 14.7438 6.36804 14.069 5.86551 12.8491C5.77245 12.6227 5.68404 12.4114 5.60075 12.2152C5.4379 13.0498 5.1857 13.3421 4.87302 13.4595C4.71714 13.5178 4.40166 13.5667 4.0271 13.2393C3.32495 12.6263 2.5707 10.8677 2.98575 9.5082L3.45105 7.98587C2.95643 7.36884 2.72425 6.87592 2.72425 6.44618C2.72425 6.24288 2.66515 5.83894 2.38876 5.06576C0.935619 3.24671 0.830461 2.6884 1.14547 2.30048C1.28134 2.13321 1.49352 2.03445 1.77596 2.00731C2.39946 1.94814 3.48455 2.25688 3.92752 2.62033C4.13255 2.78798 4.33106 2.96279 4.52264 3.14439C6.2787 2.82141 7.85003 3.63641 9.20313 5.57113C10.4599 7.36795 11.3212 8.86003 11.766 10.0109C12.3958 10.3156 13.0038 10.6599 13.5858 11.0417Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M5.45511 5.83761C5.35507 5.70637 5.21269 5.48972 5.02843 5.18721C5.21036 5.14806 5.77757 5.14095 5.95252 5.39363C6.2894 5.75486 6.12375 6.30472 5.9125 6.44307L5.88319 6.47065C5.82293 6.35699 5.74567 6.25487 5.66842 6.15276C5.59177 6.05145 5.51513 5.95016 5.45511 5.83761Z" }, null, -1);
19
+ const _hoisted_4 = [
20
+ _hoisted_2,
21
+ _hoisted_3
22
+ ];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return openBlock(), createElementBlock("svg", mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-MySQL`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ export { index as default };
@@ -0,0 +1,40 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconNo",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M1.07617 3.28809H1.76417L4.99617 7.93609H5.02017V3.28809H5.67617V9.00009H5.00417L1.75617 4.30409H1.73217V9.00009H1.07617V3.28809Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M8.59417 4.75209C9.21017 4.75209 9.70617 4.96009 10.0742 5.39209C10.4262 5.80009 10.6022 6.31209 10.6022 6.93609C10.6022 7.55209 10.4262 8.06409 10.0822 8.46409C9.70617 8.89609 9.21017 9.11209 8.59417 9.11209C7.97017 9.11209 7.48217 8.89609 7.11417 8.46409C6.76217 8.06409 6.58617 7.55209 6.58617 6.93609C6.58617 6.31209 6.76217 5.80009 7.11417 5.39209C7.48217 4.96009 7.97017 4.75209 8.59417 4.75209ZM8.59417 5.28809C8.15417 5.28809 7.81017 5.45609 7.57017 5.79209C7.34617 6.09609 7.24217 6.47209 7.24217 6.93609C7.24217 7.39209 7.34617 7.76809 7.57017 8.07209C7.81017 8.40809 8.15417 8.57609 8.59417 8.57609C9.02617 8.57609 9.37017 8.40809 9.62617 8.07209C9.84217 7.76809 9.95417 7.38409 9.95417 6.93609C9.95417 6.47209 9.84217 6.09609 9.62617 5.79209C9.37017 5.45609 9.02617 5.28809 8.59417 5.28809Z"
22
+ }, null, -1);
23
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M12.3377 8.19209C12.2417 8.09609 12.1217 8.04809 11.9937 8.04809 11.8497 8.04809 11.7377 8.09609 11.6497 8.19209 11.5537 8.28809 11.5057 8.40009 11.5057 8.54409 11.5057 8.68009 11.5537 8.79209 11.6497 8.88809 11.7377 8.98409 11.8497 9.03209 11.9937 9.03209 12.1217 9.03209 12.2417 8.98409 12.3377 8.88809 12.4337 8.79209 12.4817 8.68009 12.4817 8.54409 12.4817 8.40009 12.4337 8.28809 12.3377 8.19209zM1.5 12.0001C1.22386 12.0001 1 12.2239 1 12.5001 1 12.7762 1.22386 13.0001 1.5 13.0001H12.5C12.7761 13.0001 13 12.7762 13 12.5001 13 12.2239 12.7761 12.0001 12.5 12.0001H1.5z" }, null, -1);
24
+ const _hoisted_5 = [
25
+ _hoisted_2,
26
+ _hoisted_3,
27
+ _hoisted_4
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 14 14",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-no`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ export { index as default };
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 2V13H9V2H3ZM2.5 1H9.5C9.646 1 9.76583 1.04683 9.8595 1.1405C9.95317 1.23417 10 1.354 10 1.5V13.5C10 13.646 9.95317 13.7658 9.8595 13.8595C9.76583 13.9532 9.646 14 9.5 14H2.5C2.354 14 2.23417 13.9532 2.1405 13.8595C2.04683 13.7658 2 13.646 2 13.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM4 4H8V5H4V4ZM4 7H8V8H4V7ZM4 10H8V11H4V10ZM10 8H12V9H10V8ZM10 10H12V11H10V10ZM1 13H15V14H1V13ZM10 6V13H13V6H10ZM9.5 5H13.5C13.646 5 13.7658 5.04683 13.8595 5.1405C13.9532 5.23417 14 5.354 14 5.5V13.5C14 13.646 13.9532 13.7658 13.8595 13.8595C13.7658 13.9532 13.646 14 13.5 14H9.5C9.354 14 9.23417 13.9532 9.1405 13.8595C9.04683 13.7658 9 13.646 9 13.5V5.5C9 5.354 9.04683 5.23417 9.1405 5.1405C9.23417 5.04683 9.354 5 9.5 5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 3V14H9V3H3ZM2.5 2H9.5C9.646 2 9.76583 2.04683 9.8595 2.1405C9.95317 2.23417 10 2.354 10 2.5V14.5C10 14.646 9.95317 14.7658 9.8595 14.8595C9.76583 14.9532 9.646 15 9.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V2.5C2 2.354 2.04683 2.23417 2.1405 2.1405C2.23417 2.04683 2.354 2 2.5 2ZM4 5H8V6H4V5ZM4 8H8V9H4V8ZM4 11H8V12H4V11ZM10 9H12V10H10V9ZM10 11H12V12H10V11ZM1 14.5C1 14.2239 1.22386 14 1.5 14H14.5C14.7761 14 15 14.2239 15 14.5V14.5C15 14.7761 14.7761 15 14.5 15H1.5C1.22386 15 1 14.7761 1 14.5V14.5ZM10 7V14H13V7H10ZM9.5 6H13.5C13.646 6 13.7658 6.04683 13.8595 6.1405C13.9532 6.23417 14 6.354 14 6.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H9.5C9.354 15 9.23417 14.9532 9.1405 14.8595C9.04683 14.7658 9 14.646 9 14.5V6.5C9 6.354 9.04683 6.23417 9.1405 6.1405C9.23417 6.04683 9.354 6 9.5 6Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.5 2.5V13.5H13.5V2.5H2.5ZM2 1.5H14C14.146 1.5 14.2658 1.54683 14.3595 1.6405C14.4532 1.73417 14.5 1.854 14.5 2V14C14.5 14.146 14.4532 14.2658 14.3595 14.3595C14.2658 14.4532 14.146 14.5 14 14.5H2C1.854 14.5 1.73417 14.4532 1.6405 14.3595C1.54683 14.2658 1.5 14.146 1.5 14V2C1.5 1.854 1.54683 1.73417 1.6405 1.6405C1.73417 1.54683 1.854 1.5 2 1.5ZM6 4.5C6.66667 4.5 7 4.83333 7 5.5C7 6.16667 6.66667 6.5 6 6.5C5.33333 6.5 5 6.16667 5 5.5C5 4.83333 5.33333 4.5 6 4.5ZM2.8905 13.703L2.109 13.0935L5.484 8.687C5.734 8.364 6.06467 8.1765 6.476 8.1245C6.88733 8.0725 7.2545 8.16633 7.5775 8.406L9.5305 9.984C9.64517 10.0673 9.7675 10.1012 9.8975 10.0855C10.0275 10.0698 10.1395 10.01 10.2335 9.906L13.6085 5.687L14.39 6.312L11.015 10.531C10.7547 10.854 10.4187 11.0363 10.007 11.078C9.59533 11.1197 9.22817 11.0155 8.9055 10.7655L6.968 9.203C6.85333 9.11967 6.731 9.08583 6.601 9.1015C6.471 9.11717 6.36417 9.18233 6.2805 9.297L2.8905 13.703Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2 3V13H14V3H2ZM1.5 2L14.5 2C14.646 2 14.7658 2.04683 14.8595 2.1405C14.9532 2.23417 15 2.354 15 2.5V13.5C15 13.646 14.9532 13.7658 14.8595 13.8595C14.7658 13.9532 14.646 14 14.5 14H1.5C1.354 14 1.23417 13.9532 1.1405 13.8595C1.04683 13.7658 1 13.646 1 13.5V2.5C1 2.354 1.04683 2.23417 1.1405 2.1405C1.23417 2.04683 1.354 2 1.5 2ZM6 5C6.66667 5 7 5.33333 7 6C7 6.66667 6.66667 7 6 7C5.33333 7 5 6.66667 5 6C5 5.33333 5.33333 5 6 5ZM2.2815 13.6095L1.5 13L5.484 9.187C5.734 8.864 6.06467 8.6765 6.476 8.6245C6.88733 8.5725 7.2545 8.66633 7.5775 8.906L9.5305 10.484C9.64517 10.5673 9.7675 10.6012 9.8975 10.5855C10.0275 10.5698 10.1395 10.51 10.2335 10.406L14.1085 6.187L14.89 6.812L11.015 11.031C10.7547 11.354 10.4187 11.5363 10.007 11.578C9.59533 11.6197 9.22817 11.5155 8.9055 11.2655L6.968 9.703C6.85333 9.61967 6.731 9.58583 6.601 9.6015C6.471 9.61717 6.36417 9.68233 6.2805 9.797L2.2815 13.6095Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,7 +14,7 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.5 7.5V2C7.5 1.854 7.54683 1.73417 7.6405 1.6405C7.73417 1.54683 7.854 1.5 8 1.5C8.146 1.5 8.26583 1.54683 8.3595 1.6405C8.45317 1.73417 8.5 1.854 8.5 2V7.5H14C14.146 7.5 14.2658 7.54683 14.3595 7.6405C14.4532 7.73417 14.5 7.854 14.5 8C14.5 8.146 14.4532 8.26583 14.3595 8.3595C14.2658 8.45317 14.146 8.5 14 8.5H8.5V14C8.5 14.146 8.45317 14.2658 8.3595 14.3595C8.26583 14.4532 8.146 14.5 8 14.5C7.854 14.5 7.73417 14.4532 7.6405 14.3595C7.54683 14.2658 7.5 14.146 7.5 14V8.5H2C1.854 8.5 1.73417 8.45317 1.6405 8.3595C1.54683 8.26583 1.5 8.146 1.5 8C1.5 7.854 1.54683 7.73417 1.6405 7.6405C1.73417 7.54683 1.854 7.5 2 7.5H7.5Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.46154 7.46154V1.53846C7.46154 1.38123 7.51197 1.25218 7.61285 1.15131C7.71372 1.05044 7.84277 1 8 1C8.15723 1 8.28628 1.05044 8.38715 1.15131C8.48803 1.25218 8.53846 1.38123 8.53846 1.53846V7.46154H14.4615C14.6188 7.46154 14.7478 7.51197 14.8487 7.61285C14.9496 7.71372 15 7.84277 15 8C15 8.15723 14.9496 8.28628 14.8487 8.38715C14.7478 8.48803 14.6188 8.53846 14.4615 8.53846H8.53846V14.4615C8.53846 14.6188 8.48803 14.7478 8.38715 14.8487C8.28628 14.9496 8.15723 15 8 15C7.84277 15 7.71372 14.9496 7.61285 14.8487C7.51197 14.7478 7.46154 14.6188 7.46154 14.4615V8.53846H1.53846C1.38123 8.53846 1.25218 8.48803 1.15131 8.38715C1.05044 8.28628 1 8.15723 1 8C1 7.84277 1.05044 7.71372 1.15131 7.61285C1.25218 7.51197 1.38123 7.46154 1.53846 7.46154H7.46154Z" }, null, -1);
18
18
  const _hoisted_3 = [
19
19
  _hoisted_2
20
20
  ];
@@ -14,9 +14,15 @@ const _sfc_main = {
14
14
  }
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M2.5 3.5C2.354 3.5 2.23417 3.54683 2.1405 3.6405C2.04683 3.73417 2 3.854 2 4V12C2 12.146 2.04683 12.2658 2.1405 12.3595C2.23417 12.4532 2.354 12.5 2.5 12.5H13.5C13.646 12.5 13.7658 12.4532 13.8595 12.3595C13.9532 12.2658 14 12.146 14 12V4C14 3.854 13.9532 3.73417 13.8595 3.6405C13.7658 3.54683 13.646 3.5 13.5 3.5H2.5ZM2.5 2.5H13.5C13.927 2.51033 14.2812 2.65617 14.5625 2.9375C14.8438 3.21883 14.9897 3.573 15 4V12C14.9897 12.427 14.8438 12.7812 14.5625 13.0625C14.2812 13.3438 13.927 13.4897 13.5 13.5H2.5C2.073 13.4897 1.71883 13.3438 1.4375 13.0625C1.15617 12.7812 1.01033 12.427 1 12V4C1.01033 3.573 1.15617 3.21883 1.4375 2.9375C1.71883 2.65617 2.073 2.51033 2.5 2.5ZM11 5C11.2813 5.01033 11.5157 5.10933 11.703 5.297C11.8903 5.48467 11.9842 5.719 11.9845 6C11.9848 6.281 11.891 6.51533 11.703 6.703C11.515 6.89067 11.2807 6.9845 11 6.9845C10.7193 6.9845 10.485 6.89067 10.297 6.703C10.109 6.51533 10.0152 6.281 10.0155 6C10.0158 5.719 10.1097 5.48467 10.297 5.297C10.4843 5.10933 10.7187 5.01033 11 5ZM4.5 7H8.5C8.83333 7 9 7.16667 9 7.5C9 7.83333 8.83333 8 8.5 8H4.5C4.16667 8 4 7.83333 4 7.5C4 7.16667 4.16667 7 4.5 7ZM4.5 9H8.5C8.83333 9 9 9.16667 9 9.5C9 9.83333 8.83333 10 8.5 10H4.5C4.16667 10 4 9.83333 4 9.5C4 9.16667 4.16667 9 4.5 9Z" }, null, -1);
18
- const _hoisted_3 = [
19
- _hoisted_2
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M11.703 5.297C11.5157 5.10933 11.2813 5.01033 11 5 10.7187 5.01033 10.4843 5.10933 10.297 5.297 10.1097 5.48467 10.0158 5.719 10.0155 6 10.0152 6.281 10.109 6.51533 10.297 6.703 10.485 6.89067 10.7193 6.9845 11 6.9845 11.2807 6.9845 11.515 6.89067 11.703 6.703 11.891 6.51533 11.9848 6.281 11.9845 6 11.9842 5.719 11.8903 5.48467 11.703 5.297zM8.5 7H4.5C4.16667 7 4 7.16667 4 7.5 4 7.83333 4.16667 8 4.5 8H8.5C8.83333 8 9 7.83333 9 7.5 9 7.16667 8.83333 7 8.5 7zM8.5 9H4.5C4.16667 9 4 9.16667 4 9.5 4 9.83333 4.16667 10 4.5 10H8.5C8.83333 10 9 9.83333 9 9.5 9 9.16667 8.83333 9 8.5 9z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM2 13V3H14V13H2Z"
22
+ }, null, -1);
23
+ const _hoisted_4 = [
24
+ _hoisted_2,
25
+ _hoisted_3
20
26
  ];
21
27
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
28
  return openBlock(), createElementBlock("svg", mergeProps({
@@ -26,7 +32,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
32
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-postcard`],
27
33
  width: "1em",
28
34
  height: "1em"
29
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
30
36
  }
31
37
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
38
  export { index as default };