@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-te",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Adjust`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.84615 2.92308C3.58646 2.93262 3.37015 3.024 3.19723 3.19723C3.02431 3.37046 2.93292 3.58677 2.92308 3.84615V12.1538C2.93262 12.4135 3.024 12.6298 3.19723 12.8028C3.37046 12.9757 3.58677 13.0671 3.84615 13.0769H12.1538C12.4135 13.0674 12.6298 12.976 12.8028 12.8028C12.9757 12.6295 13.0671 12.4132 13.0769 12.1538V3.84615C13.0674 3.58646 12.976 3.37015 12.8028 3.19723C12.6295 3.02431 12.4132 2.93292 12.1538 2.92308H3.84615ZM3.84615 2H12.1538C12.6732 2.00954 13.1083 2.18985 13.4591 2.54092C13.8098 2.892 13.9902 3.32708 14 3.84615V12.1538C13.9905 12.6732 13.8102 13.1083 13.4591 13.4591C13.108 13.8098 12.6729 13.9902 12.1538 14H3.84615C3.32677 13.9905 2.89169 13.8102 2.54092 13.4591C2.19015 13.108 2.00985 12.6729 2 12.1538V3.84615C2.00954 3.32677 2.18985 2.89169 2.54092 2.54092C2.892 2.19015 3.32708 2.00985 3.84615 2ZM6.15385 6.61538C6.41354 6.60585 6.62985 6.51446 6.80277 6.34123C6.97569 6.168 7.06231 5.95169 7.06262 5.69231C7.06292 5.43292 6.97631 5.21662 6.80277 5.04338C6.62923 4.87015 6.41292 4.78354 6.15385 4.78354C5.89477 4.78354 5.67846 4.87015 5.50492 5.04338C5.33138 5.21662 5.24477 5.43292 5.24508 5.69231C5.24538 5.95169 5.332 6.168 5.50492 6.34123C5.67785 6.51446 5.89415 6.60585 6.15385 6.61538ZM6.15385 7.53846C5.63446 7.52892 5.19938 7.34862 4.84862 6.99754C4.49785 6.64646 4.31754 6.21138 4.30769 5.69231C4.31723 5.17292 4.49754 4.73785 4.84862 4.38708C5.19969 4.03631 5.63477 3.856 6.15385 3.84615C6.67323 3.85569 7.10831 4.036 7.45908 4.38708C7.80985 4.73815 7.99015 5.17323 8 5.69231C7.99046 6.21169 7.81015 6.64677 7.45908 6.99754C7.108 7.34831 6.67292 7.52862 6.15385 7.53846ZM7.53846 5.23077H11.2308C11.2308 5.69231 11.2308 5.69231 11.2308 6.15385H7.53846C7.23077 6.15385 7.07692 6 7.07692 5.69231C7.07692 5.38462 7.23077 5.23077 7.53846 5.23077ZM9.84615 11.2308C10.1058 11.2212 10.3222 11.1298 10.4951 10.9566C10.668 10.7834 10.7546 10.5671 10.7549 10.3077C10.7552 10.0483 10.6686 9.832 10.4951 9.65877C10.3215 9.48554 10.1052 9.39892 9.84615 9.39892C9.58708 9.39892 9.37077 9.48554 9.19723 9.65877C9.02369 9.832 8.93708 10.0483 8.93738 10.3077C8.93769 10.5671 9.02431 10.7834 9.19723 10.9566C9.37015 11.1298 9.58646 11.2212 9.84615 11.2308ZM9.84615 12.1538C9.32677 12.1443 8.89169 11.964 8.54092 11.6129C8.19015 11.2618 8.00985 10.8268 8 10.3077C8.00954 9.78831 8.18985 9.35323 8.54092 9.00246C8.892 8.65169 9.32708 8.47138 9.84615 8.46154C10.3655 8.47108 10.8006 8.65138 11.1514 9.00246C11.5022 9.35354 11.6825 9.78862 11.6923 10.3077C11.6828 10.8271 11.5025 11.2622 11.1514 11.6129C10.8003 11.9637 10.3652 12.144 9.84615 12.1538ZM4.76923 9.84615H8.46154C8.76923 9.84615 8.92308 10 8.92308 10.3077C8.92308 10.6154 8.76923 10.7692 8.46154 10.7692H4.76923C4.76923 10.3077 4.76923 9.84615 4.76923 9.84615Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconAdjust',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-alarm`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.99995 3.50233C10.5432 3.50233 12.6142 5.51718 12.6929 8.03231L12.6952 8.18083L12.695 12.8353L14.0461 12.8357C14.213 12.8357 14.3484 12.9706 14.3484 13.1369V13.5526C14.3484 13.719 14.213 13.8538 14.0461 13.8538H1.95384C1.78688 13.8538 1.65153 13.719 1.65153 13.5526V13.1369C1.65153 12.9706 1.78688 12.8357 1.95384 12.8357L3.30424 12.8353L3.30471 8.18083L3.30703 8.03231C3.38574 5.51718 5.45671 3.50233 7.99995 3.50233ZM7.99995 4.52048C6.06087 4.52048 4.46579 6.02027 4.3355 7.91236L4.3287 8.04817L4.3265 8.18083L4.3264 12.8352L7.45392 12.8347L7.45448 9.26088C7.45448 9.09606 7.59109 8.96244 7.7596 8.96244H8.18068C8.34919 8.96244 8.4858 9.09606 8.4858 9.26088L8.48567 12.8347L11.673 12.8352L11.6735 8.19668L11.6716 8.06405C11.6099 6.09254 9.9852 4.52048 7.99995 4.52048ZM14.4976 7.55945C14.6646 7.55945 14.8 7.69432 14.8 7.86068V8.27637C14.8 8.44274 14.6646 8.5776 14.4976 8.5776H13.5327C13.3657 8.5776 13.2304 8.44274 13.2304 8.27637V7.86068C13.2304 7.69432 13.3657 7.55945 13.5327 7.55945H14.4976ZM2.46722 7.55945C2.63418 7.55945 2.76953 7.69432 2.76953 7.86068V8.27637C2.76953 8.44274 2.63418 8.5776 2.46722 8.5776H1.50226C1.3353 8.5776 1.19995 8.44274 1.19995 8.27637V7.86068C1.19995 7.69432 1.3353 7.55945 1.50226 7.55945H2.46722ZM12.6594 3.13549L12.9571 3.42943C13.0763 3.54706 13.0772 3.73691 12.9591 3.85346L12.2768 4.52708C12.1588 4.64362 11.9665 4.64274 11.8473 4.52511L11.5495 4.23117C11.4304 4.11353 11.4295 3.92368 11.5476 3.80714L12.2299 3.13352C12.3479 3.01697 12.5402 3.01785 12.6594 3.13549ZM3.77002 3.13352L4.45235 3.80714C4.57041 3.92368 4.56952 4.11353 4.45036 4.23117L4.15261 4.52511C4.03345 4.64274 3.84115 4.64362 3.72309 4.52708L3.04076 3.85346C2.9227 3.73691 2.92359 3.54706 3.04275 3.42943L3.3405 3.13549C3.45966 3.01785 3.65196 3.01697 3.77002 3.13352ZM8.21049 1.3C8.379 1.3 8.51561 1.43362 8.51561 1.59845V2.55108C8.51561 2.71591 8.379 2.84953 8.21049 2.84953H7.78941C7.6209 2.84953 7.48429 2.71591 7.48429 2.55108V1.59845C7.48429 1.43362 7.6209 1.3 7.78941 1.3H8.21049Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconAlarm',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-browser`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.99993 5.00013H4.45448C4.12721 5.00013 3.90902 4.78195 3.90902 4.45468 3.90902 4.12741 4.12721 3.90922 4.45448 3.90922H4.99993C5.32721 3.90922 5.54539 4.12741 5.54539 4.45468 5.54539 4.78195 5.32721 5.00013 4.99993 5.00013zM7.18175 5.00013H6.6363C6.30902 5.00013 6.09084 4.78195 6.09084 4.45468 6.09084 4.12741 6.30902 3.90922 6.6363 3.90922H7.18175C7.50902 3.90922 7.72721 4.12741 7.72721 4.45468 7.72721 4.78195 7.50902 5.00013 7.18175 5.00013zM9.36357 5.00013H8.81812C8.49084 5.00013 8.27266 4.78195 8.27266 4.45468 8.27266 4.12741 8.49084 3.90922 8.81812 3.90922H9.36357C9.69084 3.90922 9.90902 4.12741 9.90902 4.45468 9.90902 4.78195 9.69084 5.00013 9.36357 5.00013z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.36364 2H12.6364C13.4 2 14 2.6 14 3.36364V12.6364C14 13.4 13.4 14 12.6364 14H3.36364C2.6 14 2 13.4 2 12.6364V3.36364C2 2.6 2.6 2 3.36364 2ZM12.6364 3.09091H3.36364C3.2 3.09091 3.09091 3.2 3.09091 3.36364V5.81818H12.9091V3.36364C12.9091 3.2 12.8 3.09091 12.6364 3.09091ZM3.36364 12.9091H12.6364C12.8 12.9091 12.9091 12.8 12.9091 12.6364V6.90909H3.09091V12.6364C3.09091 12.8 3.2 12.9091 3.36364 12.9091Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconBrowser',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-cctv`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.49487 12.8123C9.01699 12.9348 8.5161 13 8 13C7.40565 13 6.83148 12.9136 6.28938 12.7526L5.95514 14H9.81312L9.49487 12.8123ZM10.4417 12.4823C12.5385 11.547 14 9.4442 14 7C14 3.68629 11.3137 1 8 1C4.68629 1 2 3.68629 2 7C2 9.36339 3.36645 11.4076 5.3524 12.3858L4.91987 14H3.5C3.22386 14 3 14.2239 3 14.5C3 14.7761 3.22386 15 3.5 15H12.5C12.7761 15 13 14.7761 13 14.5C13 14.2239 12.7761 14 12.5 14H10.8484L10.4417 12.4823ZM13 7C13 9.76142 10.7614 12 8 12C5.23858 12 3 9.76142 3 7C3 4.23858 5.23858 2 8 2C10.7614 2 13 4.23858 13 7ZM8 4C8.27614 4 8.5 3.77614 8.5 3.5C8.5 3.22386 8.27614 3 8 3C7.72386 3 7.5 3.22386 7.5 3.5C7.5 3.77614 7.72386 4 8 4ZM8 10C9.38071 10 10.5 8.88071 10.5 7.5C10.5 6.11929 9.38071 5 8 5C6.61929 5 5.5 6.11929 5.5 7.5C5.5 8.88071 6.61929 10 8 10ZM8 9C8.82843 9 9.5 8.32843 9.5 7.5C9.5 6.67157 8.82843 6 8 6C7.17157 6 6.5 6.67157 6.5 7.5C6.5 8.32843 7.17157 9 8 9Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconCctv',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-cellphone`]" width="1em" height="1em" v-bind="$attrs"><path d="M4 2C3.71867 2.01033 3.48433 2.10933 3.297 2.297C3.10967 2.48467 3.01067 2.719 3 3V13C3.01033 13.2813 3.10933 13.5157 3.297 13.703C3.48467 13.8903 3.719 13.9893 4 14H12C12.2813 13.9897 12.5157 13.8907 12.703 13.703C12.8903 13.5153 12.9893 13.281 13 13V3C12.9897 2.71867 12.8907 2.48433 12.703 2.297C12.5153 2.10967 12.281 2.01067 12 2H4ZM4 1H12C12.5627 1.01033 13.034 1.20567 13.414 1.586C13.794 1.96633 13.9893 2.43767 14 3V13C13.9897 13.5627 13.7943 14.034 13.414 14.414C13.0337 14.794 12.5623 14.9893 12 15H4C3.43733 14.9897 2.966 14.7943 2.586 14.414C2.206 14.0337 2.01067 13.5623 2 13V3C2.01033 2.43733 2.20567 1.966 2.586 1.586C2.96633 1.206 3.43767 1.01067 4 1ZM6 3H10C10.146 3 10.2658 3.04683 10.3595 3.1405C10.4532 3.23417 10.5 3.354 10.5 3.5C10.5 3.646 10.4532 3.76583 10.3595 3.8595C10.2658 3.95317 10.146 4 10 4H6C5.854 4 5.73417 3.95317 5.6405 3.8595C5.54683 3.76583 5.5 3.646 5.5 3.5C5.5 3.354 5.54683 3.23417 5.6405 3.1405C5.73417 3.04683 5.854 3 6 3ZM8 13C7.71867 12.9897 7.48433 12.8907 7.297 12.703C7.10967 12.5153 7.01583 12.281 7.0155 12C7.01517 11.719 7.109 11.4847 7.297 11.297C7.485 11.1093 7.71933 11.0155 8 11.0155C8.28067 11.0155 8.515 11.1093 8.703 11.297C8.891 11.4847 8.98483 11.719 8.9845 12C8.98417 12.281 8.89033 12.5153 8.703 12.703C8.51567 12.8907 8.28133 12.9897 8 13V13Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-cellphone`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.18182 3.27273C6.18182 3.02169 6.38533 2.81818 6.63636 2.81818H9.36364C9.61467 2.81818 9.81818 3.02169 9.81818 3.27273 9.81818 3.52377 9.61467 3.72727 9.36364 3.72727H6.63636C6.38533 3.72727 6.18182 3.52377 6.18182 3.27273zM8 13.4091C8.50208 13.4091 8.90909 13.0021 8.90909 12.5 8.90909 11.9979 8.50208 11.5909 8 11.5909 7.49792 11.5909 7.09091 11.9979 7.09091 12.5 7.09091 13.0021 7.49792 13.4091 8 13.4091z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 1.90909C3 1.40701 3.40701 1 3.90909 1H12.0909C12.593 1 13 1.40701 13 1.90909L13.0002 14.091C13.0002 14.593 12.5932 15 12.0912 15H3.90934C3.40726 15 3.00024 14.593 3.00024 14.091L3 1.90909ZM3.90909 1.90909L3.90934 14.091H12.0912L12.0909 1.90909H3.90909Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-check`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.35944 11.047L3.06244 7.74999C2.92711 7.61466 2.76561 7.57299 2.57794 7.62499C2.39028 7.67699 2.27311 7.79416 2.22644 7.97649C2.17978 8.15882 2.22411 8.32282 2.35944 8.46849L6.35944 12.4685L14.3594 4.46849C14.4531 4.36416 14.4974 4.24432 14.4924 4.10899C14.4874 3.97366 14.4353 3.85649 14.3359 3.75749C14.2366 3.65849 14.1219 3.60899 13.9919 3.60899C13.8619 3.60899 13.7448 3.65582 13.6404 3.74949L6.35944 11.047Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-check`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.73068 11.3955L1.97321 7.67408C1.81898 7.52133 1.63492 7.47429 1.42105 7.53299C1.20717 7.59168 1.07364 7.72393 1.02046 7.92974C0.967271 8.13554 1.0178 8.32066 1.17203 8.48507L5.73068 13L13.8194 4.81156C13.9262 4.69379 13.9767 4.55853 13.971 4.40578C13.9653 4.25302 13.9058 4.12077 13.7926 4.00903C13.6794 3.89729 13.5487 3.84141 13.4006 3.84141C13.2524 3.84141 13.1189 3.89428 13 4L5.73068 11.3955Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-chromefilled`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.99999 4.66672C7.34696 4.66664 6.70828 4.85838 6.16328 5.21813 5.61822 5.57784 5.1908 6.08969 4.93406 6.69016L3.08812 3.49281C3.71194 2.81142 4.47088 2.26747 5.31656 1.89563 6.16228 1.52387 7.07618 1.33241 7.99999 1.33344 9.17049 1.33297 10.3205 1.64079 11.3342 2.22594 12.3479 2.81109 13.1897 3.65292 13.7747 4.66672H7.99999zM5.08156 9.61156C5.40235 10.193 5.88954 10.6653 6.48062 10.968 7.07167 11.2706 7.73965 11.3898 8.3989 11.3103L6.55218 14.5089C3.56749 13.8475 1.33359 11.1848 1.33359 8.00031 1.33359 6.78563 1.65828 5.64703 2.22624 4.66563L5.08156 9.61156zM14.6667 8.00016C14.6667 7.30344 14.5602 6.63141 14.3614 6.00016H10.6667C11.1005 6.57662 11.3345 7.27874 11.3334 8.00016 11.3344 8.605 11.1702 9.19859 10.8581 9.71688L8.00015 14.6669C11.6822 14.6667 14.6667 11.6822 14.6667 8.00016z"/><path d="M9.01234 6.27547C8.71103 6.09857 8.36861 6.00376 8.01922 6.00047C7.66984 5.99703 7.32562 6.08531 7.02094 6.25641C6.71625 6.4275 6.46172 6.67547 6.28266 6.97547C6.10358 7.27551 6.00624 7.61723 6.00032 7.96659C5.9944 8.31596 6.0801 8.66078 6.24891 8.96672L6.26828 9C6.44216 9.30173 6.69187 9.55278 6.99266 9.72828C7.29338 9.90384 7.63476 9.99777 7.98297 10.0008C8.33125 10.0039 8.67422 9.91594 8.97797 9.74562C9.28171 9.57538 9.53572 9.32875 9.71484 9.03016L9.73219 9C9.90687 8.69737 9.99922 8.35425 10 8.00482C10.0008 7.6554 9.91003 7.31186 9.73672 7.00844C9.56346 6.70502 9.3137 6.4523 9.01234 6.27547Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-chromefilled`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00002 4.66672C7.34699 4.66664 6.70832 4.85838 6.16331 5.21813 5.61825 5.57784 5.19083 6.08969 4.93409 6.69016L3.08815 3.49281C3.71197 2.81142 4.47091 2.26747 5.31659 1.89563 6.16231 1.52387 7.07621 1.33241 8.00002 1.33344 9.17052 1.33297 10.3205 1.64079 11.3342 2.22594 12.348 2.81109 13.1897 3.65292 13.7747 4.66672H8.00002zM5.08159 9.61156C5.40238 10.193 5.88957 10.6653 6.48065 10.968 7.0717 11.2706 7.73968 11.3898 8.39893 11.3103L6.55221 14.5089C3.56752 13.8475 1.33362 11.1848 1.33362 8.00031 1.33362 6.78563 1.65831 5.64703 2.22627 4.66563L5.08159 9.61156zM14.6667 8.00016C14.6667 7.30344 14.5602 6.63141 14.3614 6.00016H10.6667C11.1005 6.57662 11.3345 7.27874 11.3335 8.00016 11.3344 8.605 11.1702 9.19859 10.8582 9.71688L8.00018 14.6669C11.6822 14.6667 14.6667 11.6822 14.6667 8.00016z"/><path d="M9.01237 6.27547C8.71106 6.09857 8.36864 6.00376 8.01925 6.00047C7.66987 5.99703 7.32565 6.08531 7.02097 6.25641C6.71628 6.4275 6.46175 6.67547 6.28269 6.97547C6.10361 7.27551 6.00627 7.61723 6.00035 7.96659C5.99443 8.31596 6.08013 8.66078 6.24894 8.96672L6.26831 9C6.44219 9.30173 6.6919 9.55278 6.99269 9.72828C7.29341 9.90384 7.63479 9.99777 7.983 10.0008C8.33128 10.0039 8.67425 9.91594 8.978 9.74562C9.28174 9.57538 9.53575 9.32875 9.71487 9.03016L9.73222 9C9.90691 8.69737 9.99925 8.35425 10 8.00482C10.0008 7.6554 9.91006 7.31186 9.73675 7.00844C9.56349 6.70502 9.31373 6.4523 9.01237 6.27547Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-clickhouse`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.1027 9.1795L14 9.59791L8.35285 14.6983C8.16294 14.8698 7.87418 14.8702 7.68374 14.6993L2 9.59791L2.89734 9.1795L8.01876 13.8205L13.1027 9.1795ZM6.89755 5.10868V10.8531H6.03773V5.10868H6.89755ZM8.43022 5.10868V10.8531H7.5704V5.10868H8.43022ZM9.92569 5.10868V10.8531H9.06587V5.10868H9.92569ZM11.4959 8.38055V10.0924H10.6361V8.38055H11.4959ZM5.40208 6.09791V10.0924H4.54226V6.09791H5.40208ZM11.4959 6.09791V7.80973H10.6361V6.09791H11.4959ZM7.68504 1.29744C7.87508 1.12806 8.16204 1.1285 8.35156 1.29847L14 6.36423L13.1027 6.8205L8.01876 2.1795L2.89734 6.8205L2 6.36455L7.68504 1.29744Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconClickhouse',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-close`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.9375 3.35949L7.99996 7.29699L4.06246 3.35949C3.95812 3.26582 3.84096 3.21899 3.71096 3.21899C3.58096 3.21899 3.46629 3.26849 3.36696 3.36749C3.26762 3.46649 3.21812 3.58116 3.21846 3.71149C3.21879 3.84182 3.26562 3.95899 3.35896 4.06299L7.29646 8.00049L3.35896 11.938C3.22362 12.0733 3.17929 12.2348 3.22596 12.4225C3.27262 12.6102 3.38729 12.7273 3.56996 12.774C3.75262 12.8207 3.91662 12.7763 4.06196 12.641L7.99946 8.70349L11.937 12.641C12.0413 12.7347 12.1585 12.7815 12.2885 12.7815C12.4185 12.7815 12.5331 12.732 12.6325 12.633C12.7318 12.534 12.7813 12.4193 12.781 12.289C12.7806 12.1587 12.7338 12.0415 12.6405 11.9375L8.70296 7.99999L12.6405 4.06249C12.7758 3.92716 12.8201 3.76566 12.7735 3.57799C12.7268 3.39032 12.6096 3.27316 12.422 3.22649C12.2343 3.17982 12.0728 3.22416 11.9375 3.35949V3.35949Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-close`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.9307 2.18901L8.00031 7.11941L3.06991 2.18901C2.93927 2.07173 2.79256 2.01308 2.62977 2.01308C2.46699 2.01308 2.32341 2.07507 2.19903 2.19903C2.07465 2.32299 2.01267 2.46658 2.01308 2.62977C2.0135 2.79297 2.07214 2.93969 2.18901 3.06991L7.11941 8.00031L2.18901 12.9307C2.01955 13.1002 1.96404 13.3024 2.02247 13.5374C2.08091 13.7724 2.22449 13.9191 2.45322 13.9775C2.68195 14.036 2.8873 13.9804 3.06928 13.811L7.99969 8.88058L12.9301 13.811C13.0607 13.9283 13.2074 13.9869 13.3702 13.9869C13.533 13.9869 13.6766 13.9249 13.801 13.801C13.9253 13.677 13.9873 13.5334 13.9869 13.3702C13.9865 13.207 13.9279 13.0603 13.811 12.9301L8.88059 7.99969L13.811 3.06929C13.9804 2.89983 14.036 2.6976 13.9775 2.46261C13.9191 2.22762 13.7724 2.08091 13.5374 2.02247C13.3024 1.96404 13.1002 2.01955 12.9307 2.18901V2.18901Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-configuration`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.89199 6.89177C7.2121 6.57166 7.64627 6.39182 8.09897 6.39182C8.55167 6.39182 8.98584 6.57166 9.30595 6.89177C9.62606 7.21188 9.80589 7.64604 9.80589 8.09875C9.80589 8.55145 9.62606 8.98561 9.30595 9.30572C8.98584 9.62583 8.55167 9.80567 8.09897 9.80567C7.64627 9.80567 7.2121 9.62583 6.89199 9.30572C6.57189 8.98561 6.39205 8.55145 6.39205 8.09875C6.39205 7.64604 6.57189 7.21188 6.89199 6.89177ZM7.7723 8.88714C7.87586 8.93007 7.98687 8.95218 8.09897 8.95221C8.32538 8.95226 8.54254 8.86238 8.70267 8.70232C8.86281 8.54227 8.9528 8.32515 8.95286 8.09875C8.95292 7.87234 8.86303 7.65518 8.70297 7.49504C8.54292 7.33491 8.32581 7.24491 8.0994 7.24486C7.98729 7.24483 7.87628 7.26688 7.77269 7.30976C7.66911 7.35263 7.57499 7.41549 7.4957 7.49474C7.41641 7.57399 7.3535 7.66809 7.31057 7.77165C7.26765 7.87521 7.24554 7.98621 7.24551 8.09832C7.24548 8.21042 7.26754 8.32144 7.31041 8.42502C7.35329 8.52861 7.41614 8.62273 7.49539 8.70202C7.57465 8.78131 7.66874 8.84422 7.7723 8.88714Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00039 2.7806C10.0803 1.75005 12.0501 1.7125 13.1694 2.83181C14.3088 3.97118 14.2285 5.96188 13.2185 8.0008C14.2285 10.0393 14.3088 12.03 13.1694 13.1694C12.0304 14.3083 10.0406 14.2289 8.00295 13.2197C5.92179 14.2515 3.95115 14.2887 2.83183 13.1694C1.80299 12.1405 1.77013 10.4165 2.51605 8.59097C2.29955 8.38252 2.16348 8.10441 2.1318 7.80555C2.10011 7.50669 2.17482 7.20623 2.3428 6.95702C1.77141 5.27954 1.90113 3.76208 2.83141 2.83181C3.95072 1.7125 5.92094 1.75005 8.00039 2.7806ZM5.58681 10.4144C8.13012 12.9581 11.2802 13.8517 12.566 12.566C13.3128 11.8192 13.3196 10.4425 12.7 8.92254C12.2974 9.55478 11.8365 10.148 11.3233 10.6943C11.4586 10.8908 11.5242 11.1269 11.5095 11.365C11.4949 11.6031 11.4009 11.8294 11.2425 12.0077C11.0841 12.1861 10.8705 12.3062 10.6359 12.349C10.4012 12.3917 10.159 12.3546 9.94789 12.2435C9.73681 12.1324 9.56904 11.9538 9.47139 11.7362C9.37374 11.5185 9.35184 11.2745 9.40919 11.0429C9.46654 10.8114 9.59983 10.6058 9.78777 10.4589C9.97571 10.312 10.2075 10.2323 10.446 10.2326C10.4789 10.2326 10.5106 10.2369 10.5424 10.2412C10.553 10.2427 10.5637 10.2441 10.5744 10.2454C11.2704 9.52167 11.8367 8.75611 12.257 8.00037C11.9297 7.41931 11.5484 6.87038 11.1181 6.36087C11.0391 6.37965 10.9576 6.39202 10.8727 6.39202C10.6617 6.39202 10.4555 6.32946 10.28 6.21223C10.1046 6.09501 9.96784 5.92839 9.8871 5.73346C9.80635 5.53852 9.78522 5.32401 9.82639 5.11707C9.86755 4.91013 9.96916 4.72004 10.1184 4.57084C10.2676 4.42164 10.4576 4.32003 10.6646 4.27887C10.8715 4.23771 11.086 4.25883 11.281 4.33958C11.4759 4.42033 11.6425 4.55706 11.7597 4.7325C11.877 4.90794 11.9395 5.1142 11.9395 5.3252C11.9395 5.51509 11.8858 5.69091 11.7987 5.84538C12.1256 6.23644 12.4267 6.6484 12.7 7.07863C13.32 5.55819 13.3128 4.18199 12.566 3.43521C11.7343 2.60351 10.0696 2.65941 8.21845 3.62425C8.15215 3.65684 8.07834 3.67113 8.00466 3.66564C7.92879 3.67272 7.85244 3.65869 7.78404 3.6251C5.93246 2.65941 4.26693 2.60351 3.43523 3.43521C2.81135 4.05909 2.69229 5.15408 3.07507 6.44025C3.18244 6.40981 3.29334 6.3936 3.40493 6.39202C3.51733 6.39339 3.62902 6.41004 3.73693 6.44153C4.1143 5.92414 4.53103 5.43665 4.98341 4.98339C5.02303 4.94377 5.07006 4.91234 5.12183 4.8909C5.17359 4.86946 5.22908 4.85842 5.28511 4.85842C5.34114 4.85842 5.39662 4.86946 5.44838 4.8909C5.50015 4.91234 5.54719 4.94377 5.58681 4.98339C5.62642 5.02301 5.65785 5.07004 5.6793 5.12181C5.70074 5.17357 5.71177 5.22906 5.71177 5.28509C5.71177 5.34112 5.70074 5.3966 5.67929 5.44836C5.65785 5.50013 5.62642 5.54716 5.58681 5.58678C5.17113 6.00288 4.78768 6.44995 4.43975 6.92416C4.59252 7.13496 4.68512 7.39185 4.68512 7.67222C4.68512 8.01174 4.55025 8.33737 4.31016 8.57745C4.07008 8.81753 3.74446 8.95241 3.40493 8.95241C3.38067 8.95241 3.35742 8.94917 3.33412 8.94593C3.32055 8.94404 3.30695 8.94214 3.29313 8.94089C2.6812 10.4536 2.69144 11.8217 3.43523 12.5655C4.16025 13.2905 5.51853 13.3409 7.08207 12.7021C6.32243 12.2199 5.61858 11.655 4.98341 11.0178C4.94379 10.9782 4.91236 10.9311 4.89092 10.8794C4.86948 10.8276 4.85844 10.7721 4.85844 10.7161C4.85844 10.6601 4.86948 10.6046 4.89092 10.5528C4.91236 10.501 4.94379 10.454 4.98341 10.4144C5.02303 10.3748 5.07006 10.3433 5.12183 10.3219C5.17359 10.3005 5.22908 10.2894 5.28511 10.2894C5.34114 10.2894 5.39662 10.3005 5.44838 10.3219C5.50015 10.3433 5.54719 10.3748 5.58681 10.4144Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConfiguration',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-connect-cutup`]" width="1em" height="1em" v-bind="$attrs"><circle cx="10" cy="7" r="7" :fill="useCurrentColor ? 'currentColor' : '#F5222D'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.56445 4.70895L9.71642 3.58997C10.3337 3.00397 11.0173 2.6856 11.7673 2.63485C12.5173 2.5841 13.1618 2.8126 13.7008 3.32035C14.2085 3.85935 14.437 4.50385 14.3863 5.25385C14.3355 6.00385 14.0172 6.68747 13.4312 7.30472L12.2792 8.4237L14.2283 10.3728C14.3747 10.5192 14.3747 10.7567 14.2283 10.9031C14.0819 11.0496 13.8444 11.0496 13.698 10.9031L6.27335 3.47851C6.1269 3.33206 6.1269 3.09462 6.27335 2.94818C6.41979 2.80173 6.65723 2.80173 6.80368 2.94818L8.56445 4.70895ZM11.746 7.89052L12.9035 6.76585C13.341 6.30485 13.5852 5.80097 13.6359 5.25422C13.6867 4.70747 13.5324 4.23872 13.1732 3.84797C12.7824 3.48847 12.3137 3.33422 11.7669 3.38522C11.2202 3.43622 10.7163 3.68035 10.2553 4.1176L9.09778 5.24227L11.746 7.89052Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/><path d="M10.2549 10.481L11.3098 9.4261L10.7825 8.88685L9.71604 9.95335C9.25504 10.3906 8.75117 10.6347 8.20442 10.6857C7.65767 10.7367 7.18892 10.5825 6.79817 10.223C6.43892 9.83222 6.28467 9.36347 6.33542 8.81672C6.38617 8.26997 6.63029 7.7661 7.06779 7.3051L8.13429 6.2386L7.59504 5.71135L6.54017 6.76622C5.95417 7.38347 5.63579 8.0671 5.58504 8.8171C5.53429 9.5671 5.76279 10.2116 6.27054 10.7506C6.80954 11.2583 7.45404 11.4868 8.20404 11.4361C8.95404 11.3853 9.63767 11.067 10.2549 10.481Z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConnectCutup',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-connected-inside`]" width="1em" height="1em" v-bind="$attrs"><path opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M11 1.25469C9.18652 2.51964 8 4.62125 8 7C8 9.37875 9.18652 11.4804 11 12.7453C9.86617 13.5362 8.48725 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C8.48725 0 9.86617 0.463815 11 1.25469Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M10 13.3264C12.3649 12.2029 14 9.7924 14 7C14 4.2076 12.3649 1.7971 10 0.673631C10.9093 0.241691 11.9264 0 13 0C16.866 0 20 3.13401 20 7C20 10.866 16.866 14 13 14C11.9264 14 10.9093 13.7583 10 13.3264Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 13.3266C7.63505 12.2031 6 9.79259 6 7.0002C6 4.2078 7.63505 1.79729 10 0.673828C12.3649 1.79729 14 4.2078 14 7.0002C14 9.79259 12.3649 12.2031 10 13.3266Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConnectedInside',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 20 14" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-connected-out`]" width="1em" height="1em" v-bind="$attrs"><path opacity=".6" fill-rule="evenodd" clip-rule="evenodd" d="M11 1.25469C9.18652 2.51964 8 4.62125 8 7C8 9.37875 9.18652 11.4804 11 12.7453C9.86617 13.5362 8.48725 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C8.48725 0 9.86617 0.463815 11 1.25469Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path opacity=".2" fill-rule="evenodd" clip-rule="evenodd" d="M9 12.7453C10.8135 11.4804 12 9.37875 12 7C12 4.62125 10.8135 2.51964 9 1.25469C10.1338 0.463815 11.5128 0 13 0C16.866 0 20 3.13401 20 7C20 10.866 16.866 14 13 14C11.5128 14 10.1338 13.5362 9 12.7453Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 13.3266C12.3649 12.2031 14 9.79259 14 7.0002C14 4.2078 12.3649 1.79729 10 0.673828C7.63505 1.79729 6 4.2078 6 7.0002C6 9.79259 7.63506 12.2031 10 13.3266Z" :fill="useCurrentColor ? 'currentColor' : '#1890FF'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconConnectedOut',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-Cube-three`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.74806 1.14696C7.90375 1.05615 8.09625 1.05615 8.25194 1.14696L13.7519 4.3553C13.9055 4.4449 14 4.60935 14 4.78719V11.2128C14 11.3906 13.9055 11.5551 13.7519 11.6447L8.25194 14.853C8.09625 14.9439 7.90375 14.9439 7.74806 14.853L2.24806 11.6447C2.09446 11.5551 2 11.3906 2 11.2128V4.78719C2 4.60935 2.09446 4.4449 2.24806 4.3553L7.74806 1.14696ZM3 5.55903V10.4169L7.5 7.71688V2.44937L3.58466 4.73332L5.22359 5.55279C5.47058 5.67628 5.5707 5.97662 5.4472 6.22361C5.32371 6.4706 5.02337 6.57071 4.77638 6.44722L3 5.55903ZM7.5 13.5506L3.55558 11.2497L7.99995 8.58309L12.4444 11.2497L8.5 13.5506V11.5C8.5 11.2239 8.27614 11 8 11C7.72386 11 7.5 11.2239 7.5 11.5V13.5506ZM8.5 7.71693L13 10.4169V5.55901L11.2236 6.44722C10.9766 6.57071 10.6763 6.4706 10.5528 6.22361C10.4293 5.97662 10.5294 5.67628 10.7764 5.55279L12.4153 4.73331L8.5 2.44936V7.71693Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconCubeThree',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-dot`]" width="1em" height="1em" v-bind="$attrs"><circle cx="8" cy="8" r="3"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconDot',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-edit-pen`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.1095 10.5155L6.141 12.2655L9.641 6.203L6.6095 4.453L3.1095 10.5155ZM2.7345 11.453L3.25 13.7655L5.5155 13.0465L2.7345 11.453ZM7.1095 3.578L10.141 5.328L11.0315 3.7965L8 2.0465L7.1095 3.578ZM1.625 11.078L7.625 0.6875L12.3905 3.4375L6.3905 13.828L2.5155 15.047L1.625 11.078ZM7.625 15.047V14.047H14.625V15.047H7.625Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-edit-pen`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.1095 10.5155L6.141 12.2655L9.641 6.203L6.6095 4.453L3.1095 10.5155ZM2.7345 11.453L3.25 13.7655L5.5155 13.0465L2.7345 11.453ZM7.1095 3.578L10.141 5.328L11.0315 3.7965L8 2.0465L7.1095 3.578ZM1.625 11.078L7.12508 1.55324C7.4012 1.07506 8.01263 0.911186 8.49088 1.18717L11.5241 2.93754C12.0026 3.21364 12.1665 3.82537 11.8903 4.30374L6.3905 13.828L3.03434 14.8838C2.75512 14.9716 2.46051 14.8019 2.39643 14.5163L1.625 11.078ZM8.125 15.047C7.84886 15.047 7.625 14.8231 7.625 14.547V14.547C7.625 14.2709 7.84886 14.047 8.125 14.047H14.125C14.4011 14.047 14.625 14.2709 14.625 14.547V14.547C14.625 14.8231 14.4011 15.047 14.125 15.047H8.125Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-enterprise-wechat`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.6266 11.0622C13.3802 11.1114 13.1452 11.2065 12.934 11.3426C12.727 11.5598 12.4657 11.7177 12.1771 11.7999C12.2156 11.5416 12.3437 11.3057 12.5371 11.1315C12.6992 10.8842 12.8159 10.61 12.8818 10.3218C12.8815 10.1751 12.9246 10.0316 13.0059 9.9094C13.0871 9.78721 13.2027 9.69185 13.3381 9.63535C13.4735 9.57885 13.6226 9.56376 13.7666 9.59199C13.9106 9.62021 14.043 9.69049 14.147 9.79392C14.2511 9.89736 14.3221 10.0293 14.3512 10.1731C14.3803 10.3169 14.3661 10.4661 14.3104 10.6019C14.2547 10.7376 14.16 10.8538 14.0383 10.9357C13.9166 11.0177 13.7733 11.0617 13.6266 11.0622ZM12.2689 9.28513C12.0228 9.12197 11.7495 9.00396 11.462 8.93664C11.3152 8.93664 11.1717 8.89312 11.0497 8.81158C10.9277 8.73004 10.8326 8.61415 10.7764 8.47855C10.7202 8.34296 10.7056 8.19376 10.7342 8.04981C10.7628 7.90587 10.8335 7.77364 10.9373 7.66986C11.041 7.56609 11.1733 7.49541 11.3172 7.46678C11.4612 7.43815 11.6104 7.45284 11.746 7.50901C11.8816 7.56517 11.9974 7.66028 12.079 7.78231C12.1605 7.90434 12.204 8.04781 12.204 8.19458C12.2524 8.44138 12.3464 8.67701 12.4811 8.88937C12.6969 9.09803 12.8533 9.36043 12.934 9.64958C12.6775 9.60864 12.4431 9.47981 12.2711 9.28515H12.2684L12.2689 9.28513ZM11.0464 6.66979C10.8227 4.79595 8.88236 3.32777 6.53471 3.32777C4.03368 3.32777 1.99879 4.99218 1.99879 7.03917C2.01852 7.60523 2.1765 8.15787 2.45897 8.64883C2.74143 9.13978 3.13978 9.55413 3.61923 9.8557C3.77717 9.97208 3.94241 10.0782 4.11394 10.1734L3.91277 10.9765C3.98532 11.0106 4.05568 11.0468 4.12988 11.0782L5.14568 10.5703C5.29409 10.6088 5.45021 10.6335 5.6052 10.6599C5.70415 10.6775 5.80309 10.6956 5.90479 10.7077C6.53825 10.7876 7.18099 10.7507 7.80116 10.5989C7.82035 10.8737 7.8705 11.1455 7.95066 11.4091C7.4865 11.5179 7.01144 11.5734 6.5347 11.5745C6.107 11.5721 5.68072 11.5251 5.26277 11.4344L3.41968 12.3545C3.34954 12.3904 3.27049 12.4051 3.19213 12.3969C3.11377 12.3888 3.03948 12.358 2.97828 12.3084C2.91681 12.2591 2.87073 12.1933 2.8455 12.1187C2.82027 12.044 2.81695 11.9638 2.83593 11.8873L3.16572 10.5593C2.57059 10.1808 2.07766 9.6618 1.73038 9.04794C1.3831 8.43408 1.19212 7.74423 1.17427 7.03917C1.17427 4.53376 3.57414 2.50326 6.5347 2.50326C9.34572 2.50326 11.6478 4.33587 11.872 6.66539C11.7429 6.64552 11.6128 6.63268 11.4823 6.62692C11.3367 6.63242 11.191 6.64615 11.0464 6.66924L11.0464 6.66979ZM9.33419 9.5957C9.58101 9.54623 9.81572 9.45169 10.0268 9.31537C10.2341 9.09847 10.4956 8.94094 10.7842 8.85914C10.7449 9.11661 10.6175 9.35245 10.4237 9.52645C10.2615 9.7738 10.145 10.0486 10.079 10.3367C10.0792 10.4834 10.036 10.6268 9.95467 10.7489C9.87339 10.8711 9.75773 10.9663 9.62232 11.0227C9.48691 11.0792 9.33781 11.0942 9.19387 11.0659C9.04993 11.0376 8.9176 10.9673 8.8136 10.8638C8.70961 10.7604 8.63861 10.6284 8.60957 10.4846C8.58054 10.3408 8.59478 10.1917 8.65049 10.0559C8.7062 9.92024 8.80088 9.80409 8.92257 9.72218C9.04426 9.64026 9.1875 9.59625 9.33419 9.5957ZM10.671 11.381C10.9162 11.5454 11.1888 11.6641 11.4757 11.7328C11.6225 11.7328 11.766 11.7764 11.888 11.8579C12.01 11.9394 12.1051 12.0553 12.1613 12.1909C12.2175 12.3265 12.2322 12.4757 12.2035 12.6197C12.1749 12.7636 12.1042 12.8958 12.0004 12.9996C11.8967 13.1034 11.7644 13.1741 11.6205 13.2027C11.4766 13.2313 11.3273 13.2166 11.1918 13.1605C11.0562 13.1043 10.9403 13.0092 10.8587 12.8872C10.7772 12.7651 10.7337 12.6217 10.7337 12.4749C10.6864 12.2278 10.5932 11.9917 10.4588 11.779C10.2438 11.5694 10.0886 11.3062 10.0092 11.0166C10.266 11.0589 10.5 11.1893 10.671 11.3854V11.381Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-enterprise-wechat`]" width="1em" height="1em" v-bind="$attrs"><path d="M15.1033 12.3855C14.8044 12.4451 14.5194 12.5605 14.2633 12.7256C14.0122 12.9892 13.6952 13.1808 13.3452 13.2805C13.3919 12.9671 13.5472 12.6809 13.7819 12.4695C13.9784 12.1694 14.12 11.8368 14.1999 11.4871C14.1995 11.309 14.2519 11.1349 14.3504 10.9866C14.4489 10.8384 14.5892 10.7226 14.7534 10.6541C14.9176 10.5855 15.0985 10.5672 15.2731 10.6015C15.4477 10.6357 15.6083 10.721 15.7345 10.8465C15.8607 10.972 15.9469 11.1321 15.9821 11.3066C16.0174 11.4811 16.0002 11.6622 15.9326 11.8269C15.8651 11.9916 15.7502 12.1325 15.6026 12.232C15.455 12.3314 15.2812 12.3848 15.1033 12.3855ZM13.4566 10.2291C13.158 10.0311 12.8266 9.88795 12.4779 9.80627C12.2999 9.80627 12.1258 9.75346 11.9778 9.65452C11.8298 9.55558 11.7145 9.41495 11.6463 9.25043C11.5782 9.0859 11.5604 8.90485 11.5951 8.73019C11.6298 8.55553 11.7156 8.39509 11.8414 8.26916C11.9673 8.14324 12.1277 8.05748 12.3023 8.02274C12.4769 7.988 12.6578 8.00583 12.8223 8.07398C12.9868 8.14213 13.1273 8.25754 13.2262 8.40561C13.3251 8.55368 13.3779 8.72777 13.3779 8.90585C13.4365 9.20532 13.5505 9.49123 13.7139 9.74891C13.9757 10.0021 14.1653 10.3205 14.2633 10.6713C13.9521 10.6217 13.6679 10.4654 13.4592 10.2291H13.4559L13.4566 10.2291ZM11.9738 7.05567C11.7025 4.78195 9.34907 3.00046 6.50163 3.00046C3.46815 3.00046 1.00005 5.02006 1.00005 7.50387C1.02398 8.19074 1.2156 8.86131 1.5582 9.45703C1.90079 10.0528 2.38394 10.5555 2.96547 10.9215C3.15703 11.0627 3.35745 11.1914 3.5655 11.307L3.3215 12.2814C3.40949 12.3228 3.49483 12.3668 3.58483 12.4048L4.81689 11.7885C4.99689 11.8352 5.18624 11.8652 5.37423 11.8972C5.49424 11.9186 5.61425 11.9406 5.73759 11.9553C6.50592 12.0522 7.28549 12.0074 8.03769 11.8232C8.06097 12.1567 8.12179 12.4865 8.21902 12.8063C7.65604 12.9384 7.07985 13.0057 6.50161 13.0071C5.98286 13.0042 5.46583 12.9472 4.95889 12.837L2.72343 13.9535C2.63836 13.9971 2.54248 14.0149 2.44744 14.005C2.3524 13.9951 2.2623 13.9577 2.18807 13.8975C2.11351 13.8378 2.05762 13.7579 2.02702 13.6673C1.99642 13.5768 1.99239 13.4794 2.0154 13.3866L2.41541 11.7752C1.69358 11.316 1.09572 10.6862 0.674504 9.94131C0.25329 9.19646 0.021653 8.35939 0 7.50387C0 4.46381 2.91078 2 6.50161 2C9.91107 2 12.7032 4.22369 12.9752 7.05034C12.8186 7.02623 12.6608 7.01064 12.5025 7.00365C12.3259 7.01032 12.1492 7.02699 11.9738 7.055L11.9738 7.05567ZM9.89709 10.606C10.1964 10.5459 10.4811 10.4312 10.7371 10.2658C10.9885 10.0026 11.3057 9.81149 11.6558 9.71223C11.6081 10.0246 11.4535 10.3108 11.2185 10.5219C11.0218 10.8221 10.8805 11.1556 10.8005 11.5051C10.8007 11.6831 10.7483 11.8571 10.6497 12.0053C10.5511 12.1535 10.4108 12.2691 10.2466 12.3376C10.0823 12.406 9.90148 12.4242 9.72689 12.3899C9.55231 12.3556 9.39181 12.2703 9.26567 12.1447C9.13953 12.0192 9.05342 11.8591 9.01821 11.6846C8.98299 11.5101 9.00026 11.3291 9.06783 11.1644C9.1354 10.9998 9.25023 10.8588 9.39783 10.7594C9.54543 10.66 9.71916 10.6066 9.89709 10.606ZM11.5185 12.7723C11.8158 12.9717 12.1465 13.1158 12.4945 13.1992C12.6725 13.1992 12.8466 13.252 12.9946 13.3509C13.1426 13.4499 13.2579 13.5905 13.3261 13.755C13.3942 13.9195 13.412 14.1006 13.3773 14.2752C13.3425 14.4499 13.2568 14.6103 13.131 14.7363C13.0051 14.8622 12.8447 14.948 12.6701 14.9827C12.4955 15.0174 12.3146 14.9996 12.1501 14.9315C11.9856 14.8633 11.8451 14.7479 11.7462 14.5998C11.6473 14.4518 11.5945 14.2777 11.5945 14.0996C11.5371 13.7997 11.4241 13.5133 11.2611 13.2552C11.0003 13.0009 10.8121 12.6815 10.7158 12.3301C11.0272 12.3814 11.3111 12.5396 11.5185 12.7777V12.7723Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-files`]" width="1em" height="1em" v-bind="$attrs"><path d="M2 6V13H14V6H2ZM1.5 5H14.5C14.646 5 14.7658 5.04683 14.8595 5.1405C14.9532 5.23417 15 5.354 15 5.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.5V5.5C1 5.354 1.04683 5.23417 1.1405 5.1405C1.23417 5.04683 1.354 5 1.5 5ZM2.5 3H13.5V4H2.5V3ZM4 1H12V2H4V1Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-files`]" width="1em" height="1em" v-bind="$attrs"><path d="M2 6V13H14V6H2ZM1.5 5H14.5C14.646 5 14.7658 5.04683 14.8595 5.1405C14.9532 5.23417 15 5.354 15 5.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.5V5.5C1 5.354 1.04683 5.23417 1.1405 5.1405C1.23417 5.04683 1.354 5 1.5 5ZM2.5 3.5C2.5 3.22386 2.72386 3 3 3H13C13.2761 3 13.5 3.22386 13.5 3.5V3.5C13.5 3.77614 13.2761 4 13 4H3C2.72386 4 2.5 3.77614 2.5 3.5V3.5ZM4 1.5C4 1.22386 4.22386 1 4.5 1H11.5C11.7761 1 12 1.22386 12 1.5V1.5C12 1.77614 11.7761 2 11.5 2H4.5C4.22386 2 4 1.77614 4 1.5V1.5Z"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-full-screen`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-full-screen`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-heart`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-heart`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-heart-filled`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-heart-filled`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-home`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconHome',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-hospital`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconHospital',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-hospital-fill`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconHospitalFill',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-iphone`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-iphone`]" width="1em" height="1em" v-bind="$attrs"><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"/><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
3
  </template>
4
4
  <script>
5
5
 
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-juese`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconJuese',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-link`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-link`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
3
3
  </template>
4
4
  <script>
5
5