@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
@@ -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-location`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-location`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-location-fill`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLocationFill',
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-message`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-message`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-minus`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-minus`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-mission`]" width="1em" height="1em" v-bind="$attrs"><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"/><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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconMission',
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-more`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-more`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-more-filled`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-more-filled`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-MySQL`]" width="1em" height="1em" v-bind="$attrs"><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"/><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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconMySQL',
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 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-no`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.07617 3.28809H1.76417L4.99617 7.93609H5.02017V3.28809H5.67617V9.00009H5.00417L1.75617 4.30409H1.73217V9.00009H1.07617V3.28809Z"/><path fill-rule="evenodd" clip-rule="evenodd" 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"/><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"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconNo',
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-office-building`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-office-building`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-picture`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-picture`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-plus`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-plus`]" width="1em" height="1em" v-bind="$attrs"><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"/></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-postcard`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-postcard`]" width="1em" height="1em" v-bind="$attrs"><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"/><path fill-rule="evenodd" clip-rule="evenodd" 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"/></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-quanxian`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00009 3.20002C7.52269 3.20002 7.06485 3.38966 6.72728 3.72723C6.38971 4.0648 6.20006 4.52265 6.20006 5.00004V5.20006C6.20006 5.43645 6.24662 5.67051 6.33708 5.8889C6.42754 6.10729 6.56013 6.30573 6.72728 6.47287C6.89443 6.64002 7.09286 6.77261 7.31125 6.86307C7.52964 6.95353 7.76371 7.00009 8.00009 7.00009C8.23647 7.00009 8.47054 6.95353 8.68893 6.86307C8.90732 6.77261 9.10575 6.64002 9.2729 6.47287C9.44005 6.30573 9.57264 6.10729 9.6631 5.8889C9.75356 5.67051 9.80012 5.43645 9.80012 5.20006V5.00004C9.80012 4.76366 9.75356 4.52959 9.6631 4.3112C9.57264 4.09281 9.44005 3.89438 9.2729 3.72723C9.10575 3.56009 8.90732 3.4275 8.68893 3.33704C8.47054 3.24658 8.23647 3.20002 8.00009 3.20002ZM8.00009 2C8.79575 2 9.55882 2.31608 10.1214 2.87869C10.6841 3.44131 11.0001 4.20438 11.0001 5.00004V5.20006C11.0001 5.99572 10.6841 6.7588 10.1214 7.32141C9.55882 7.88403 8.79575 8.20011 8.00009 8.20011C7.20443 8.20011 6.44135 7.88403 5.87874 7.32141C5.31612 6.7588 5.00004 5.99572 5.00004 5.20006V5.00004C5.00004 4.20438 5.31612 3.44131 5.87874 2.87869C6.44135 2.31608 7.20443 2 8.00009 2ZM3.20002 12.8002H8.10029C8.25942 12.8002 8.41204 12.8634 8.52456 12.9759C8.63708 13.0884 8.7003 13.241 8.7003 13.4002C8.7003 13.5593 8.63708 13.7119 8.52456 13.8244C8.41204 13.937 8.25942 14.0002 8.10029 14.0002H2V12.2002C2 10.8915 2.95341 9.80012 4.17203 9.80012H8.6001C8.75923 9.80012 8.91184 9.86333 9.02437 9.97585C9.13689 10.0884 9.20011 10.241 9.20011 10.4001C9.20011 10.5593 9.13689 10.7119 9.02437 10.8244C8.91184 10.9369 8.75923 11.0001 8.6001 11.0001H4.17203C3.65482 11.0001 3.20002 11.5209 3.20002 12.2002V12.8002ZM11.9457 12.1822L11.0217 13.6762C10.9366 13.8085 10.8029 13.9021 10.6494 13.9367C10.4959 13.9714 10.335 13.9444 10.2012 13.8616C10.0675 13.7787 9.97161 13.6466 9.93429 13.4938C9.89697 13.3409 9.92119 13.1795 10.0017 13.0444L10.8801 11.6241C10.5915 11.3129 10.4221 10.9096 10.402 10.4856C10.3818 10.0616 10.5122 9.64414 10.77 9.30691C11.0278 8.96969 11.3965 8.73442 11.8109 8.64268C12.2254 8.55094 12.6589 8.60862 13.035 8.80554C13.411 9.00246 13.7054 9.32594 13.8661 9.71885C14.0267 10.1118 14.0434 10.5488 13.9131 10.9528C13.7827 11.3568 13.5138 11.7017 13.1539 11.9267C12.7939 12.1516 12.366 12.2421 11.9457 12.1822ZM12.2002 11.0001C12.3593 11.0001 12.5119 10.9369 12.6244 10.8244C12.7369 10.7119 12.8002 10.5593 12.8002 10.4001C12.8002 10.241 12.7369 10.0884 12.6244 9.97585C12.5119 9.86333 12.3593 9.80012 12.2002 9.80012C12.041 9.80012 11.8884 9.86333 11.7759 9.97585C11.6634 10.0884 11.6001 10.241 11.6001 10.4001C11.6001 10.5593 11.6634 10.7119 11.7759 10.8244C11.8884 10.9369 12.041 11.0001 12.2002 11.0001Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconQuanxian',
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-refresh`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.0625 12.422C11.1562 13.2347 10.1275 13.7347 8.9765 13.922C7.8255 14.1093 6.69783 13.9687 5.5935 13.5C4.48917 13 3.61683 12.2603 2.9765 11.281C2.33617 10.3017 2.01067 9.20785 2 7.99951H3C3.01033 9.05151 3.29933 9.99418 3.867 10.8275C4.43467 11.6608 5.20817 12.2702 6.1875 12.6555C7.16683 13.0305 8.14867 13.1035 9.133 12.8745C10.1173 12.6455 10.9688 12.1455 11.6875 11.3745H10.2345C10.0885 11.3745 9.96867 11.3277 9.875 11.234C9.78133 11.1403 9.7345 11.0232 9.7345 10.8825C9.7345 10.7418 9.78133 10.6247 9.875 10.531C9.96867 10.4373 10.0885 10.3852 10.2345 10.3745H12.5625C12.6978 10.3848 12.8125 10.437 12.9065 10.531C13.0005 10.625 13.0527 10.7397 13.063 10.875V13.203C13.0527 13.349 13.0005 13.4688 12.9065 13.5625C12.8125 13.6562 12.6953 13.703 12.555 13.703C12.4147 13.703 12.2975 13.6562 12.2035 13.5625C12.1095 13.4688 12.0627 13.349 12.063 13.203V12.4215L12.0625 12.422ZM4.3125 4.62501H5.7655C5.9115 4.62501 6.03133 4.67185 6.125 4.76551C6.21867 4.85918 6.2655 4.97635 6.2655 5.11701C6.2655 5.25768 6.21867 5.37485 6.125 5.46851C6.03133 5.56218 5.9115 5.61435 5.7655 5.62501H3.4375C3.30217 5.61468 3.1875 5.56251 3.0935 5.46851C2.9995 5.37451 2.94733 5.25985 2.937 5.12451V2.79651C2.94733 2.65051 2.9995 2.53068 3.0935 2.43701C3.1875 2.34335 3.30467 2.29651 3.445 2.29651C3.58533 2.29651 3.7025 2.34335 3.7965 2.43701C3.8905 2.53068 3.93733 2.65051 3.937 2.79651V3.57801C4.84333 2.76535 5.872 2.26535 7.023 2.07801C8.174 1.89068 9.30683 2.03135 10.4215 2.50001C11.5258 3.00001 12.3957 3.73968 13.031 4.71901C13.6663 5.69835 13.9893 6.79218 14 8.00051H13C12.9897 6.94851 12.7007 6.00585 12.133 5.17251C11.5653 4.33918 10.7918 3.72985 9.8125 3.34451C8.83317 2.96951 7.85133 2.89651 6.867 3.12551C5.88267 3.35451 5.03117 3.85451 4.3125 4.62551V4.62501Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-refresh`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.397 12.7887C11.4155 13.6688 10.3015 14.2102 9.05505 14.4131C7.8086 14.616 6.58742 14.4636 5.3915 13.9561C4.19559 13.4146 3.25091 12.6136 2.55748 11.5531C1.86404 10.4925 1.51155 9.308 1.5 7.99946H2.58293C2.59412 9.1387 2.90708 10.1595 3.52183 11.062C4.13657 11.9644 4.97421 12.6243 6.03476 13.0416C7.09531 13.4477 8.15856 13.5267 9.22453 13.2787C10.2905 13.0307 11.2126 12.4893 11.9909 11.6543H10.4174C10.2593 11.6543 10.1295 11.6036 10.0281 11.5022C9.92663 11.4008 9.87591 11.2739 9.87591 11.1215C9.87591 10.9692 9.92663 10.8423 10.0281 10.7409C10.1295 10.6395 10.2593 10.583 10.4174 10.5714H12.9384C13.085 10.5826 13.2092 10.6391 13.311 10.7409C13.4128 10.8427 13.4692 10.9669 13.4804 11.1134V13.6345C13.4692 13.7926 13.4128 13.9224 13.311 14.0238C13.2092 14.1252 13.0823 14.1759 12.9303 14.1759C12.7783 14.1759 12.6515 14.1252 12.5497 14.0238C12.4479 13.9224 12.3971 13.7926 12.3975 13.6345V12.7882L12.397 12.7887ZM4.00427 4.34512H5.57777C5.73587 4.34512 5.86564 4.39583 5.96708 4.49727C6.06851 4.5987 6.11923 4.72559 6.11923 4.87792C6.11923 5.03025 6.06851 5.15713 5.96708 5.25857C5.86564 5.36 5.73587 5.41649 5.57777 5.42805H3.05671C2.91015 5.41686 2.78598 5.36036 2.68418 5.25857C2.58239 5.15677 2.52589 5.0326 2.5147 4.88604V2.36498C2.52589 2.20688 2.58239 2.0771 2.68418 1.97567C2.78598 1.87424 2.91286 1.82352 3.06483 1.82352C3.2168 1.82352 3.34369 1.87424 3.44548 1.97567C3.54728 2.0771 3.59799 2.20688 3.59763 2.36498V3.21129C4.57913 2.33123 5.6931 1.78977 6.93955 1.5869C8.186 1.38403 9.41278 1.53636 10.6199 2.0439C11.8158 2.58536 12.7578 3.38637 13.4458 4.44691C14.1338 5.50746 14.4836 6.692 14.4951 8.00054H13.4122C13.401 6.8613 13.0881 5.84046 12.4733 4.93802C11.8586 4.03558 11.0209 3.37572 9.96038 2.95843C8.89983 2.55233 7.83657 2.47328 6.77061 2.72127C5.70465 2.96926 4.78254 3.51072 4.00427 4.34566V4.34512Z"/></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-refresh-left`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.51538 4.64047H5.96838C6.11438 4.64047 6.23421 4.6873 6.32788 4.78097C6.42155 4.87464 6.46838 4.9918 6.46838 5.13247C6.46838 5.27314 6.42155 5.3903 6.32788 5.48397C6.23421 5.57764 6.11438 5.6298 5.96838 5.64047H3.64038C3.49438 5.63014 3.37455 5.57797 3.28088 5.48397C3.18721 5.38997 3.14038 5.2753 3.14038 5.13997V2.81197C3.14038 2.66597 3.18721 2.54614 3.28088 2.45247C3.37455 2.3588 3.49438 2.31197 3.64038 2.31197C3.78638 2.31197 3.90621 2.3588 3.99988 2.45247C4.09355 2.54614 4.14038 2.66597 4.14038 2.81197V3.59347C5.03638 2.79147 6.05988 2.29414 7.21088 2.10147C8.36188 1.9088 9.49471 2.0468 10.6094 2.51547C11.7137 3.01547 12.586 3.75514 13.2264 4.73447C13.8667 5.7138 14.1922 6.80764 14.2029 8.01597C14.1612 9.71397 13.5752 11.128 12.4449 12.258C11.3145 13.388 9.90055 13.974 8.20288 14.016C6.50488 13.9743 5.09088 13.3883 3.96088 12.258C2.83088 11.1276 2.24488 9.71364 2.20288 8.01597H3.20288C3.23421 9.43264 3.72121 10.6123 4.66388 11.555C5.60655 12.4976 6.78621 12.9846 8.20288 13.016C9.61955 12.9846 10.7967 12.4976 11.7344 11.555C12.672 10.6123 13.1617 9.43264 13.2034 8.01597C13.193 6.96397 12.9014 6.0238 12.3284 5.19547C11.7554 4.36714 10.9845 3.75514 10.0159 3.35947C9.03655 2.9948 8.05471 2.92447 7.07038 3.14847C6.08605 3.37247 5.23455 3.8698 4.51588 4.64047H4.51538Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-refresh-left`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.00548 4.3421H5.57974C5.73792 4.3421 5.86775 4.39285 5.96924 4.49433C6.07072 4.59581 6.12146 4.72276 6.12146 4.87516C6.12146 5.02757 6.07072 5.15451 5.96924 5.25599C5.86775 5.35748 5.73792 5.414 5.57974 5.42555H3.05746C2.89928 5.41436 2.76944 5.35784 2.66796 5.25599C2.56648 5.15415 2.51574 5.02991 2.51574 4.88329V2.36101C2.51574 2.20283 2.56648 2.073 2.66796 1.97151C2.76944 1.87003 2.89928 1.81929 3.05746 1.81929C3.21564 1.81929 3.34548 1.87003 3.44696 1.97151C3.54844 2.073 3.59919 2.20283 3.59919 2.36101V3.20773C4.56996 2.3388 5.67887 1.79997 6.92592 1.59122C8.17298 1.38248 9.40035 1.53199 10.608 2.03977C11.8045 2.5815 12.7497 3.38289 13.4434 4.44395C14.1372 5.50501 14.4899 6.69012 14.5014 7.99929C14.4563 9.83899 13.8214 11.371 12.5967 12.5953C11.372 13.8196 9.84005 14.4545 8.00071 14.5C6.16101 14.4549 4.62901 13.82 3.40471 12.5953C2.18041 11.3706 1.5455 9.83863 1.5 7.99929H2.58345C2.6174 9.53418 3.14504 10.8123 4.16637 11.8336C5.18771 12.855 6.46582 13.3826 8.00071 13.4165C9.5356 13.3826 10.811 12.855 11.8269 11.8336C12.8428 10.8123 13.3734 9.53418 13.4185 7.99929C13.4073 6.8595 13.0913 5.84088 12.4705 4.94342C11.8497 4.04596 11.0145 3.38289 9.965 2.9542C8.90394 2.5591 7.84018 2.4829 6.7737 2.72559C5.70722 2.96829 4.78466 3.50712 4.00602 4.3421H4.00548Z"/></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-refresh-right`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.2656 3.59398V2.81248C12.2656 2.66648 12.3124 2.54664 12.4061 2.45298C12.4998 2.35931 12.6169 2.31248 12.7576 2.31248C12.8983 2.31248 13.0154 2.35931 13.1091 2.45298C13.2028 2.54664 13.2549 2.66648 13.2656 2.81248V5.14048C13.2553 5.27581 13.2031 5.39048 13.1091 5.48448C13.0151 5.57848 12.9004 5.63064 12.7651 5.64097H10.4371C10.2911 5.63064 10.1713 5.57848 10.0776 5.48448C9.98395 5.39048 9.93711 5.27331 9.93711 5.13298C9.93711 4.99264 9.98395 4.87548 10.0776 4.78148C10.1713 4.68748 10.2911 4.64064 10.4371 4.64097H11.8901C11.0774 3.78664 10.1218 3.26848 9.02311 3.08648C7.92445 2.90448 6.85928 3.08414 5.82761 3.62548C4.80661 4.18814 4.07228 4.97981 3.62461 6.00048C3.17695 7.02114 3.08845 8.10447 3.35911 9.25047C3.66111 10.3755 4.25228 11.2791 5.13261 11.9615C6.01295 12.6438 7.03645 12.9953 8.20311 13.016C9.61978 12.9846 10.7969 12.4976 11.7346 11.555C12.6723 10.6123 13.1619 9.43264 13.2036 8.01597H14.2036C14.1619 9.71397 13.5759 11.128 12.4456 12.258C11.3153 13.388 9.90128 13.974 8.20361 14.016C6.50561 13.9743 5.09161 13.3883 3.96161 12.258C2.83161 11.1276 2.24561 9.71364 2.20361 8.01597C2.21395 6.80764 2.53695 5.71381 3.17261 4.73448C3.80828 3.75514 4.67811 3.02081 5.78211 2.53148C6.89678 2.05214 8.02961 1.90898 9.18061 2.10198C10.3316 2.29498 11.3603 2.79231 12.2666 3.59398H12.2656Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-refresh-right`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.4005 3.20677V2.35995C12.4005 2.20174 12.4512 2.07189 12.5527 1.97039C12.6542 1.8689 12.7811 1.81815 12.9335 1.81815C13.0859 1.81815 13.2128 1.8689 13.3143 1.97039C13.4158 2.07189 13.4723 2.20174 13.4838 2.35995V4.88255C13.4726 5.0292 13.4161 5.15345 13.3143 5.25531C13.2125 5.35717 13.0882 5.4137 12.9416 5.42489H10.4196C10.2615 5.4137 10.1316 5.35717 10.0302 5.25531C9.9287 5.15345 9.87796 5.02649 9.87796 4.87443C9.87796 4.72236 9.9287 4.5954 10.0302 4.49354C10.1316 4.39169 10.2615 4.34094 10.4196 4.3413H11.9937C11.1133 3.41555 10.078 2.85406 8.88779 2.65685C7.69757 2.45964 6.54364 2.65432 5.426 3.24091C4.31992 3.85061 3.52439 4.70846 3.03942 5.81445C2.55444 6.92044 2.45857 8.09433 2.75179 9.33613C3.07896 10.5552 3.71939 11.5344 4.67308 12.2738C5.62678 13.0131 6.73557 13.394 7.99946 13.4164C9.53418 13.3825 10.8094 12.8547 11.8253 11.8333C12.8411 10.8118 13.3715 9.53352 13.4167 7.99843H14.5C14.4549 9.83838 13.82 11.3706 12.5955 12.595C11.371 13.8195 9.83914 14.4545 8 14.5C6.1605 14.4549 4.62867 13.8199 3.4045 12.595C2.18033 11.3702 1.5455 9.83801 1.5 7.99843C1.51119 6.68909 1.86111 5.50382 2.54975 4.44261C3.23839 3.38141 4.18071 2.58569 5.37671 2.05546C6.58426 1.53605 7.8115 1.38092 9.05842 1.59005C10.3053 1.79918 11.4197 2.33809 12.4016 3.20677H12.4005Z"/></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-s-help`]" width="1em" height="1em" v-bind="$attrs"><path d="M14.4845 7.5H10.953C10.8383 6.86466 10.5597 6.32566 10.117 5.883C9.67434 5.44033 9.13534 5.16166 8.5 5.047V1.5155C10.1353 1.67183 11.5025 2.2995 12.6015 3.3985C13.7005 4.4975 14.3282 5.86466 14.4845 7.5ZM14.4845 8.5C14.3282 10.1353 13.7005 11.5025 12.6015 12.6015C11.5025 13.7005 10.1353 14.3282 8.5 14.4845V10.953C9.13534 10.8383 9.67434 10.5597 10.117 10.117C10.5597 9.67433 10.8383 9.13533 10.953 8.5H14.4845ZM1.5155 8.5H5.047C5.16167 9.13533 5.44034 9.67433 5.883 10.117C6.32567 10.5597 6.86467 10.8383 7.5 10.953V14.4845C5.86467 14.3282 4.4975 13.7005 3.3985 12.6015C2.2995 11.5025 1.67184 10.1353 1.5155 8.5V8.5ZM1.5155 7.5C1.67184 5.86466 2.2995 4.4975 3.3985 3.3985C4.4975 2.2995 5.86467 1.67183 7.5 1.5155V5.047C6.86467 5.16166 6.32567 5.44033 5.883 5.883C5.44034 6.32566 5.16167 6.86466 5.047 7.5H1.5155V7.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-s-help`]" width="1em" height="1em" v-bind="$attrs"><path d="M15 7.46025H11.1878C11.064 6.77441 10.7632 6.19256 10.2853 5.7147C9.80744 5.23685 9.22559 4.93603 8.53975 4.81224V1C10.3051 1.16876 11.7809 1.84633 12.9673 3.03269C14.1537 4.21906 14.8312 5.69491 15 7.46025ZM15 8.53975C14.8312 10.3051 14.1537 11.7809 12.9673 12.9673C11.7809 14.1537 10.3051 14.8312 8.53975 15V11.1878C9.22559 11.064 9.80744 10.7632 10.2853 10.2853C10.7632 9.80744 11.064 9.22559 11.1878 8.53975H15ZM1 8.53975H4.81224C4.93603 9.22559 5.23685 9.80744 5.7147 10.2853C6.19256 10.7632 6.77441 11.064 7.46025 11.1878V15C5.69491 14.8312 4.21906 14.1537 3.03269 12.9673C1.84633 11.7809 1.16876 10.3051 1 8.53975V8.53975ZM1 7.46025C1.16876 5.69491 1.84633 4.21906 3.03269 3.03269C4.21906 1.84633 5.69491 1.16876 7.46025 1V4.81224C6.77441 4.93603 6.19256 5.23685 5.7147 5.7147C5.23685 6.19256 4.93603 6.77441 4.81224 7.46025H1V7.46025Z"/></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-scale-to-original`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.703 3.30375C12.974 3.30375 13.198 3.39225 13.375 3.56925C13.552 3.74625 13.6405 3.97025 13.6405 4.24125V11.7728C13.6405 12.0331 13.5494 12.2544 13.367 12.4368C13.1847 12.6191 12.9634 12.7103 12.703 12.7103H3.29652C3.03618 12.7103 2.81485 12.6191 2.63252 12.4368C2.45018 12.2544 2.35902 12.0331 2.35902 11.7728V4.24125C2.35902 3.97025 2.44752 3.74625 2.62452 3.56925C2.80152 3.39225 3.02552 3.30375 3.29652 3.30375H12.703V3.30375ZM12.703 2.35075H3.29652C3.04652 2.36109 2.80685 2.41325 2.57752 2.50725C2.34818 2.60125 2.14502 2.73675 1.96802 2.91375C1.79102 3.09075 1.65302 3.29392 1.55402 3.52325C1.45502 3.75259 1.40552 3.99225 1.40552 4.24225V11.7738C1.40552 12.0238 1.45502 12.2634 1.55402 12.4928C1.65302 12.7221 1.79102 12.9253 1.96802 13.1023C2.14502 13.2793 2.34818 13.4148 2.57752 13.5088C2.80685 13.6028 3.04652 13.6496 3.29652 13.6493H12.703C12.953 13.6493 13.1927 13.6024 13.422 13.5088C13.6514 13.4151 13.8545 13.2796 14.0315 13.1023C14.2085 12.9249 14.3465 12.7218 14.4455 12.4928C14.5445 12.2638 14.594 12.0241 14.594 11.7738V4.24225C14.594 3.99225 14.5445 3.75259 14.4455 3.52325C14.3465 3.29392 14.2085 3.09075 14.0315 2.91375C13.8545 2.73675 13.6514 2.60125 13.422 2.50725C13.1927 2.41325 12.953 2.36109 12.703 2.35075V2.35075ZM10.828 5.17875C10.6927 5.17875 10.5807 5.22559 10.492 5.31925C10.4034 5.41292 10.359 5.52225 10.359 5.64725V10.3503C10.359 10.4856 10.4034 10.5976 10.492 10.6863C10.5807 10.7749 10.6927 10.8193 10.828 10.8193C10.9634 10.8193 11.0754 10.7749 11.164 10.6863C11.2527 10.5976 11.297 10.4856 11.297 10.3503V5.64725C11.297 5.51192 11.2527 5.39992 11.164 5.31125C11.0754 5.22259 10.9634 5.17825 10.828 5.17825V5.17875ZM5.17202 5.17875C5.04702 5.17875 4.93768 5.22559 4.84402 5.31925C4.75035 5.41292 4.70352 5.52225 4.70352 5.64725V10.3503C4.70352 10.4856 4.74785 10.5976 4.83652 10.6863C4.92518 10.7749 5.03718 10.8193 5.17252 10.8193C5.30785 10.8193 5.41985 10.7749 5.50852 10.6863C5.59718 10.5976 5.64152 10.4856 5.64152 10.3503V5.64725C5.64152 5.52225 5.59718 5.41292 5.50852 5.31925C5.41985 5.22559 5.30785 5.17875 5.17252 5.17875H5.17202ZM8.00002 6.11625C7.86468 6.12659 7.75268 6.17609 7.66402 6.26475C7.57535 6.35342 7.53102 6.46542 7.53102 6.60075V7.06975C7.53102 7.19475 7.57535 7.30159 7.66402 7.39025C7.75268 7.47892 7.86468 7.52325 8.00002 7.52325C8.13535 7.52325 8.24735 7.47892 8.33602 7.39025C8.42468 7.30159 8.46902 7.19475 8.46902 7.06975V6.60075C8.46902 6.46542 8.42218 6.35342 8.32852 6.26475C8.23485 6.17609 8.12552 6.12659 8.00052 6.11625H8.00002ZM8.00002 8.47575C7.86468 8.47575 7.75268 8.52009 7.66402 8.60875C7.57535 8.69742 7.53102 8.80942 7.53102 8.94475V9.41375C7.53102 9.54909 7.57535 9.66109 7.66402 9.74975C7.75268 9.83842 7.86468 9.88275 8.00002 9.88275C8.13535 9.88275 8.24735 9.83842 8.33602 9.74975C8.42468 9.66109 8.46902 9.54909 8.46902 9.41375V8.94475C8.46902 8.81975 8.42218 8.71042 8.32852 8.61675C8.23485 8.52309 8.12552 8.47625 8.00052 8.47625L8.00002 8.47575Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-scale-to-original`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.172 5.1555C5.047 5.1555 4.93767 5.20233 4.844 5.296 4.75033 5.38967 4.7035 5.499 4.7035 5.624V10.327C4.7035 10.4623 4.74783 10.5743 4.8365 10.663 4.92517 10.7517 5.03717 10.796 5.1725 10.796 5.30783 10.796 5.41983 10.7517 5.5085 10.663 5.59717 10.5743 5.6415 10.4623 5.6415 10.327V5.624C5.6415 5.499 5.59717 5.38967 5.5085 5.296 5.41983 5.20233 5.30733 5.1555 5.172 5.1555zM10.828 5.1555C10.6927 5.1555 10.5807 5.20233 10.492 5.296 10.4033 5.38967 10.359 5.499 10.359 5.624V10.327C10.359 10.4623 10.4033 10.5743 10.492 10.663 10.5807 10.7517 10.6927 10.796 10.828 10.796 10.9633 10.796 11.0753 10.7517 11.164 10.663 11.2527 10.5743 11.297 10.4623 11.297 10.327V5.624C11.297 5.48867 11.2527 5.37667 11.164 5.288 11.0753 5.19933 10.9633 5.1555 10.828 5.1555zM7.664 6.2415C7.75267 6.15283 7.86467 6.10333 8 6.093 8.125 6.10333 8.23483 6.15283 8.3285 6.2415 8.42217 6.33017 8.469 6.44217 8.469 6.5775V7.0465C8.469 7.1715 8.42467 7.27833 8.336 7.367 8.24733 7.45567 8.13533 7.5 8 7.5 7.86467 7.5 7.75267 7.45567 7.664 7.367 7.57533 7.27833 7.531 7.1715 7.531 7.0465V6.5775C7.531 6.44217 7.57533 6.33017 7.664 6.2415zM8 8.4525C7.86467 8.4525 7.75267 8.49683 7.664 8.5855 7.57533 8.67417 7.531 8.78617 7.531 8.9215V9.3905C7.531 9.52583 7.57533 9.63783 7.664 9.7265 7.75267 9.81517 7.86467 9.8595 8 9.8595 8.13533 9.8595 8.24733 9.81517 8.336 9.7265 8.42467 9.63783 8.469 9.52583 8.469 9.3905V8.9215C8.469 8.7965 8.42217 8.68717 8.3285 8.5935 8.23483 8.49983 8.125 8.4525 8 8.4525z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2C14.5523 2 15 2.44772 15 3V13C15 13.5523 14.5523 14 14 14H2C1.44772 14 1 13.5523 1 13V3C1 2.44772 1.44772 2 2 2H14ZM2 3H14V13H2V3Z"/></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-school`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.5 2V13H12.5V2H3.5ZM3 1H13C13.146 1 13.2658 1.04683 13.3595 1.1405C13.4532 1.23417 13.5 1.354 13.5 1.5V13.5C13.5 13.646 13.4532 13.7658 13.3595 13.8595C13.2658 13.9532 13.146 14 13 14H3C2.854 14 2.73417 13.9532 2.6405 13.8595C2.54683 13.7658 2.5 13.646 2.5 13.5V1.5C2.5 1.354 2.54683 1.23417 2.6405 1.1405C2.73417 1.04683 2.854 1 3 1ZM1 13H15V14H1V13ZM5 3H7V4.5H5V3ZM6 13H10V12C9.98967 11.4373 9.79433 10.966 9.414 10.586C9.03367 10.206 8.56233 10.0107 8 10C7.43733 10.0103 6.966 10.2057 6.586 10.586C6.206 10.9663 6.01067 11.4377 6 12V13ZM8 9C8.85433 9.021 9.56267 9.31267 10.125 9.875C10.6873 10.4373 10.979 11.1457 11 12V14H5V12C5.021 11.1457 5.31267 10.4373 5.875 9.875C6.43733 9.31267 7.14567 9.021 8 9ZM5 6H7V7.5H5V6ZM9 3H11V4.5H9V3ZM9 6H11V7.5H9V6Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-school`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.5 3V14H12.5V3H3.5ZM3 2H13C13.146 2 13.2658 2.04683 13.3595 2.1405C13.4532 2.23417 13.5 2.354 13.5 2.5V14.5C13.5 14.646 13.4532 14.7658 13.3595 14.8595C13.2658 14.9532 13.146 15 13 15H3C2.854 15 2.73417 14.9532 2.6405 14.8595C2.54683 14.7658 2.5 14.646 2.5 14.5V2.5C2.5 2.354 2.54683 2.23417 2.6405 2.1405C2.73417 2.04683 2.854 2 3 2ZM1 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.5ZM5 4H7V5.5H5V4ZM6 14H10V13C9.98967 12.4373 9.79433 11.966 9.414 11.586C9.03367 11.206 8.56233 11.0107 8 11C7.43733 11.0103 6.966 11.2057 6.586 11.586C6.206 11.9663 6.01067 12.4377 6 13V14ZM8 10C8.85433 10.021 9.56267 10.3127 10.125 10.875C10.6873 11.4373 10.979 12.1457 11 13V15H5V13C5.021 12.1457 5.31267 11.4373 5.875 10.875C6.43733 10.3127 7.14567 10.021 8 10ZM5 7H7V8.5H5V7ZM9 4H11V5.5H9V4ZM9 7H11V8.5H9V7Z"/></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-service`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.5001 6.40649C14.0211 6.70849 14.4143 7.11999 14.6796 7.64099C14.9449 8.16199 15.0439 8.72183 14.9766 9.32049C14.9093 9.91916 14.6904 10.4452 14.3201 10.8985C13.9498 11.3518 13.4784 11.6722 12.9061 11.8595C12.6874 12.7972 12.2213 13.5498 11.5076 14.1175C10.7939 14.6852 9.95794 14.9795 8.9996 15.0005H7.4996C7.3536 15.0005 7.23377 14.9537 7.1401 14.86C7.04644 14.7663 6.9996 14.6465 6.9996 14.5005C6.9996 14.3545 7.04644 14.2347 7.1401 14.141C7.23377 14.0473 7.3536 14.0005 7.4996 14.0005H8.9996C9.6456 13.9902 10.2238 13.8053 10.7341 13.446C11.2444 13.0867 11.6091 12.6048 11.8281 12.0005H11.5001C11.3541 12.0005 11.2343 11.9537 11.1406 11.86C11.0469 11.7663 11.0001 11.6465 11.0001 11.5005V6.50049C11.0001 6.35449 11.0469 6.23466 11.1406 6.14099C11.2343 6.04733 11.3541 6.00049 11.5001 6.00049H12.0001C12.1668 6.00049 12.3283 6.01099 12.4846 6.03199C12.3386 4.86533 11.8516 3.90699 11.0236 3.15699C10.1956 2.40699 9.18777 2.02149 8.0001 2.00049C6.81244 2.02149 5.8046 2.40699 4.9766 3.15699C4.1486 3.90699 3.6616 4.86533 3.5156 6.03199C3.67194 6.01099 3.83344 6.00049 4.0001 6.00049H4.5001C4.6461 6.00049 4.76594 6.04733 4.8596 6.14099C4.95327 6.23466 5.0001 6.35449 5.0001 6.50049V11.5005C5.0001 11.6465 4.95327 11.7663 4.8596 11.86C4.76594 11.9537 4.6461 12.0005 4.5001 12.0005H4.0001C3.3021 11.9902 2.69277 11.7845 2.1721 11.3835C1.65144 10.9825 1.29994 10.446 1.1176 9.77399C0.93527 9.10199 0.97177 8.46133 1.2271 7.85199C1.48244 7.24266 1.90694 6.76083 2.5006 6.40649C2.54227 4.84383 3.07877 3.54433 4.1101 2.50799C5.14144 1.47166 6.43827 0.937827 8.0006 0.906494C9.56327 0.937827 10.8601 1.47166 11.8911 2.50799C12.9221 3.54433 13.4586 4.84383 13.5006 6.40649H13.5001ZM4.0001 6.99999C3.43744 7.01033 2.9661 7.20566 2.5861 7.58599C2.2061 7.96633 2.01077 8.43766 2.0001 8.99999C2.01044 9.56266 2.20577 10.034 2.5861 10.414C2.96644 10.794 3.43777 10.9893 4.0001 11V6.99999ZM14.0001 8.99999C13.9898 8.43733 13.7944 7.96599 13.4141 7.58599C13.0338 7.20599 12.5624 7.01066 12.0001 6.99999V11C12.5628 10.9897 13.0341 10.7943 13.4141 10.414C13.7941 10.0337 13.9894 9.56233 14.0001 8.99999Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-service`]" width="1em" height="1em" v-bind="$attrs"><path d="M13.3273 6.38527C13.8411 6.68097 14.2288 7.08389 14.4905 7.59402C14.7522 8.10415 14.8498 8.65231 14.7834 9.23849C14.717 9.82466 14.5012 10.3397 14.136 10.7836C13.7707 11.2274 13.3059 11.5411 12.7415 11.7245C12.5258 12.6426 12.0661 13.3796 11.3623 13.9354C10.6585 14.4912 9.83407 14.7794 8.88898 14.8H7.40971C7.26573 14.8 7.14755 14.7541 7.05518 14.6624C6.96281 14.5707 6.91662 14.4534 6.91662 14.3104C6.91662 14.1675 6.96281 14.0501 7.05518 13.9584C7.14755 13.8667 7.26573 13.8209 7.40971 13.8209H8.88898C9.52605 13.8107 10.0962 13.6298 10.5995 13.2779C11.1028 12.9261 11.4624 12.4543 11.6784 11.8626H11.3549C11.2109 11.8626 11.0928 11.8167 11.0004 11.725C10.908 11.6333 10.8618 11.516 10.8618 11.373V6.47731C10.8618 6.33436 10.908 6.21702 11.0004 6.12531C11.0928 6.0336 11.2109 5.98774 11.3549 5.98774H11.848C12.0124 5.98774 12.1716 5.99802 12.3258 6.01858C12.1818 4.87625 11.7016 3.93791 10.885 3.20355C10.0685 2.4692 9.07455 2.09174 7.90329 2.07118C6.73204 2.09174 5.73813 2.4692 4.92158 3.20355C4.10502 3.93791 3.62475 4.87625 3.48077 6.01858C3.63494 5.99802 3.79421 5.98774 3.95857 5.98774H4.45166C4.59564 5.98774 4.71382 6.0336 4.80619 6.12531C4.89857 6.21702 4.94475 6.33436 4.94475 6.47731V11.373C4.94475 11.516 4.89857 11.6333 4.80619 11.725C4.71382 11.8167 4.59564 11.8626 4.45166 11.8626H3.95857C3.27022 11.8525 2.6693 11.6511 2.15583 11.2585C1.64236 10.8658 1.29572 10.3405 1.11591 9.68253C0.936093 9.02454 0.972088 8.39724 1.22389 7.80062C1.4757 7.204 1.89433 6.73221 2.47979 6.38527C2.52088 4.8552 3.04997 3.58281 4.06705 2.56809C5.08413 1.55338 6.36304 1.03068 7.90379 1C9.44486 1.03068 10.7238 1.55338 11.7405 2.56809C12.7573 3.58281 13.2864 4.8552 13.3278 6.38527H13.3273ZM3.95857 6.96639C3.40368 6.97651 2.93886 7.16777 2.56411 7.54017C2.18936 7.91257 1.99673 8.37407 1.98621 8.92467C1.9964 9.4756 2.18903 9.9371 2.56411 10.3092C2.93919 10.6812 3.40401 10.8725 3.95857 10.883V6.96639ZM13.8204 8.92467C13.8102 8.37374 13.6175 7.91224 13.2425 7.54017C12.8674 7.16809 12.4026 6.97683 11.848 6.96639V10.883C12.4029 10.8728 12.8677 10.6816 13.2425 10.3092C13.6172 9.93677 13.8099 9.47527 13.8204 8.92467Z"/></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-service-fill`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.99534 10.8207C9.00338 10.8207 9.90328 10.3561 10.4947 9.63182 12.353 10.2609 13.6307 11.8544 13.6307 13.3668 13.6307 14.7444 2.35999 14.7444 2.35999 13.3668 2.35999 11.8544 3.63768 10.2599 5.49595 9.63081 6.0874 10.3551 6.9873 10.8207 7.99534 10.8207zM7.99536 2C10.1204 2 11.9134 3.44216 12.441 5.40564 12.925 5.51486 13.3014 6.00619 13.3014 6.59642 13.3014 7.26684 12.8159 7.81003 12.2384 7.81003 11.9273 7.81003 11.7839 7.10445 11.8081 6.45426 11.73 4.42242 10.0498 2.785 7.99537 2.785 5.89128 2.785 4.17949 4.50211 4.17949 6.59849H4.1675C4.16646 7.21243 4.02214 7.80823 3.73447 7.80823 3.15704 7.80823 2.67145 7.26713 2.67145 6.59671 2.67145 5.99887 3.05769 5.50232 3.55077 5.40174 4.07966 3.44025 5.87171 2 7.99536 2z"/><path d="M7.99537 9.93036C6.21408 9.93036 4.77005 8.48634 4.77005 6.70505C4.77005 5.55275 5.38479 4.48799 6.38271 3.91184C7.38063 3.33569 8.61011 3.33569 9.60803 3.91184C10.6059 4.48799 11.2207 5.55275 11.2207 6.70505C11.2207 8.48634 9.77666 9.93036 7.99537 9.93036Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconServiceFill',
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-shield`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.6869 6.35355C11.8821 6.15829 11.8821 5.84171 11.6869 5.64645C11.4916 5.45118 11.175 5.45118 10.9798 5.64645L7.33333 9.29289L5.35355 7.31311C5.15829 7.11785 4.84171 7.11785 4.64645 7.31311C4.45118 7.50838 4.45118 7.82496 4.64645 8.02022L6.97978 10.3536C7.17504 10.5488 7.49162 10.5488 7.68689 10.3536L11.6869 6.35355Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.14307 0.853402C8.05156 0.82667 7.95431 0.826657 7.86279 0.853366L1.85992 2.60525C1.64663 2.66749 1.5 2.86303 1.5 3.08522V6.67624C1.5 10.6686 4.05513 14.2129 7.84285 15.4746C7.94544 15.5087 8.05634 15.5087 8.15892 15.4745C11.9457 14.2128 14.5 10.6693 14.5 6.67791V3.08522C14.5 2.86308 14.3534 2.66757 14.1402 2.60528L8.14307 0.853402ZM2.5 6.67624V3.46016L8.0028 1.85422L13.5 3.46006V6.67791C13.5 10.183 11.292 13.301 8.00084 14.4714C4.70872 13.301 2.5 10.1823 2.5 6.67624Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconShield',
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 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-str`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.51586 3.61578C4.14786 3.31978 3.63586 3.17578 2.99586 3.17578 2.40386 3.17578 1.91586 3.30378 1.53986 3.55978 1.11586 3.83178.907859 4.22378.907859 4.71978.907859 5.19978 1.12386 5.56778 1.56386 5.82378 1.74786 5.91978 2.18786 6.07978 2.87586 6.28778 3.51586 6.47178 3.92386 6.60778 4.08386 6.70378 4.45986 6.90378 4.65186 7.18378 4.65186 7.54378 4.65186 7.84778 4.50786 8.08778 4.21986 8.26378 3.93186 8.43978 3.54786 8.52778 3.08386 8.52778 2.57186 8.52778 2.18786 8.41578 1.92386 8.20778 1.63586 7.97578 1.45986 7.60778 1.40386 7.11178H.755859C.803859 7.81578 1.05186 8.33578 1.49986 8.67978 1.88386 8.96778 2.41186 9.11178 3.08386 9.11178 3.76386 9.11178 4.29986 8.96778 4.69986 8.68778 5.09986 8.39978 5.29986 7.99978 5.29986 7.50378 5.29986 6.98378 5.05986 6.58378 4.58786 6.29578 4.34786 6.15178 3.85186 5.96778 3.09986 5.74378 2.54786 5.58378 2.19586 5.46378 2.05186 5.38378 1.72386 5.20778 1.56386 4.97578 1.56386 4.68778 1.56386 4.35978 1.69986 4.11978 1.97186 3.95978 2.21186 3.81578 2.53986 3.75178 2.96386 3.75178 3.42786 3.75178 3.78786 3.84778 4.04386 4.05578 4.29186 4.25578 4.45186 4.55978 4.52386 4.97578H5.17186C5.11586 4.37578 4.89986 3.91978 4.51586 3.61578zM7.15455 4.86378V3.52778L6.52255 3.79178V4.86378H5.69055V5.39978H6.52255V8.03178C6.52255 8.34378 6.58655 8.57578 6.72255 8.73578 6.86655 8.91178 7.11455 8.99978 7.45055 8.99978H8.07455V8.46378H7.54655C7.40255 8.46378 7.29855 8.42378 7.24255 8.35978 7.17855 8.29578 7.15455 8.18378 7.15455 8.03178V5.39978H8.17855V4.86378H7.15455zM10.7103 4.75178C10.9343 4.75178 11.1263 4.78378 11.2783 4.84778V5.48778C11.0703 5.42378 10.8623 5.39978 10.6623 5.39978 10.3423 5.39978 10.0703 5.53578 9.8543 5.82378 9.6303 6.09578 9.5263 6.42378 9.5263 6.80778V8.99978H8.8943V4.86378H9.5263V5.58378C9.6383 5.34378 9.7823 5.15178 9.9583 5.01578 10.1743 4.83978 10.4223 4.75178 10.7103 4.75178zM12.7202 8.19178C12.6242 8.09578 12.5042 8.04778 12.3762 8.04778 12.2322 8.04778 12.1202 8.09578 12.0322 8.19178 11.9362 8.28778 11.8882 8.39978 11.8882 8.54378 11.8882 8.67978 11.9362 8.79178 12.0322 8.88778 12.1202 8.98378 12.2322 9.03178 12.3762 9.03178 12.5042 9.03178 12.6242 8.98378 12.7202 8.88778 12.8162 8.79178 12.8642 8.67978 12.8642 8.54378 12.8642 8.39978 12.8162 8.28778 12.7202 8.19178zM1.5 11.9998C1.22386 11.9998 1 12.2236 1 12.4998 1 12.7759 1.22386 12.9998 1.5 12.9998H12.5C12.7761 12.9998 13 12.7759 13 12.4998 13 12.2236 12.7761 11.9998 12.5 11.9998H1.5z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconStr',
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-switch-button`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.50007 2.5V3.594C4.35407 4.20867 3.5234 5.0785 3.00807 6.2035C2.49273 7.3285 2.37557 8.52117 2.65657 9.7815C2.97957 11.0418 3.6254 12.0548 4.59407 12.8205C5.56273 13.5862 6.69823 13.9793 8.00057 14C9.30257 13.979 10.4381 13.5858 11.4071 12.8205C12.3761 12.0552 13.0219 11.0422 13.3446 9.7815C13.6259 8.52117 13.5087 7.3285 12.9931 6.2035C12.4774 5.0785 11.6467 4.20867 10.5011 3.594V2.5C11.9491 3.13533 13.0272 4.11717 13.7356 5.4455C14.4439 6.77383 14.6574 8.214 14.3761 9.766C14.0324 11.318 13.2797 12.5707 12.1181 13.524C10.9564 14.4773 9.58407 14.9695 8.00107 15.0005C6.41773 14.9692 5.04273 14.477 3.87607 13.524C2.7094 12.571 1.9594 11.3237 1.62607 9.782C1.34473 8.21933 1.55823 6.774 2.26657 5.446C2.9749 4.118 4.05307 3.13617 5.50107 2.5005L5.50007 2.5ZM8.00007 1C8.3334 1 8.50007 1.16667 8.50007 1.5V6.5C8.50007 6.83333 8.3334 7 8.00007 7C7.66673 7 7.50007 6.83333 7.50007 6.5V1.5C7.50007 1.16667 7.66673 1 8.00007 1Z"/></svg>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-switch-button`]" width="1em" height="1em" v-bind="$attrs"><path d="M7.5 1.5C7.5 1.22386 7.72386 1 8 1C8.27614 1 8.5 1.22386 8.5 1.5V6.5C8.5 6.77614 8.27614 7 8 7C7.72386 7 7.5 6.77614 7.5 6.5V1.5Z"/><path d="M5.83333 3.16871C5.83333 2.78027 5.44863 2.51014 5.10108 2.68361C2.96625 3.74914 1.5 5.95482 1.5 8.50296C1.5 12.0928 4.41015 15.003 8 15.003C11.5899 15.003 14.5 12.0928 14.5 8.50296C14.5 5.95482 13.0337 3.74914 10.8989 2.68361C10.5514 2.51014 10.1667 2.78027 10.1667 3.16871C10.1667 3.39242 10.3005 3.59254 10.4989 3.69589C12.2327 4.59905 13.4167 6.41275 13.4167 8.50296C13.4167 11.4945 10.9915 13.9196 8 13.9196C5.00846 13.9196 2.58333 11.4945 2.58333 8.50296C2.58333 6.41275 3.76726 4.59905 5.5011 3.69589C5.69951 3.59254 5.83333 3.39242 5.83333 3.16871Z"/></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-tenantry`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.9999 8.21487C8.68188 8.21487 9.33593 8.48579 9.81817 8.96803 10.3004 9.45026 10.5713 10.1043 10.5713 10.7863 10.5713 12.2066 5.42847 12.2066 5.42847 10.7863 5.42847 10.1043 5.69938 9.45026 6.18162 8.96803 6.66386 8.48579 7.31791 8.21487 7.9999 8.21487zM7.9999 9.07201C7.5892 9.07201 7.19215 9.21945 6.88099 9.4875 6.56983 9.75556 6.36525 10.1264 6.30447 10.5326L6.2899 10.6672 6.31647 10.6843C6.35075 10.7049 6.39361 10.7272 6.44504 10.7477L6.52818 10.7812C6.89247 10.9149 7.43075 10.9946 7.9999 10.9946 8.56904 10.9946 9.10732 10.9149 9.47161 10.7803 9.5599 10.7486 9.63104 10.7152 9.68332 10.6852L9.70904 10.6672V10.6586C9.6786 10.2493 9.50235 9.86455 9.21231 9.5742 8.92228 9.28385 8.5377 9.10718 8.12847 9.0763L7.9999 9.07201zM8.08423 5.44482C8.42522 5.44482 8.75225 5.58028 8.99336 5.8214 9.23448 6.06252 9.36994 6.38955 9.36994 6.73054 9.36994 7.07153 9.23448 7.39856 8.99336 7.63968 8.75225 7.88079 8.42522 8.01625 8.08423 8.01625 7.74324 8.01625 7.41621 7.88079 7.17509 7.63968 6.93397 7.39856 6.79851 7.07153 6.79851 6.73054 6.79851 6.38955 6.93397 6.06252 7.17509 5.8214 7.41621 5.58028 7.74324 5.44482 8.08423 5.44482zM8.08423 6.30197C7.97056 6.30197 7.86155 6.34712 7.78118 6.42749 7.70081 6.50787 7.65566 6.61687 7.65566 6.73054 7.65566 6.8442 7.70081 6.95321 7.78118 7.03358 7.86155 7.11396 7.97056 7.15911 8.08423 7.15911 8.19789 7.15911 8.3069 7.11396 8.38727 7.03358 8.46765 6.95321 8.5128 6.8442 8.5128 6.73054 8.5128 6.61687 8.46765 6.50787 8.38727 6.42749 8.3069 6.34712 8.19789 6.30197 8.08423 6.30197z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.8532 5.95303C13.7567 5.76897 13.6171 5.61102 13.4463 5.49272L8.732 2.22872C8.51695 2.07979 8.26159 2 8 2C7.73841 2 7.48305 2.07979 7.268 2.22872L2.55371 5.49272C2.38289 5.61102 2.24328 5.76897 2.14684 5.95303C2.05041 6.13709 2.00002 6.34178 2 6.54958V12.719C2 13.06 2.13546 13.387 2.37658 13.6281C2.6177 13.8693 2.94472 14.0047 3.28571 14.0047H12.7143C13.0553 14.0047 13.3823 13.8693 13.6234 13.6281C13.8645 13.387 14 13.06 14 12.719V6.54958C14 6.34178 13.9496 6.13709 13.8532 5.95303ZM7.83733 3.05083C7.88512 3.01773 7.94187 3 8 3C8.05813 3 8.11488 3.01773 8.16267 3.05083L12.877 6.31483C12.9149 6.34111 12.946 6.37625 12.9674 6.41712C12.9888 6.45799 13 6.50344 13 6.54958V12.719C13 12.7948 12.9699 12.8675 12.9163 12.921C12.8627 12.9746 12.7901 13.0047 12.7143 13.0047H3.28571C3.20994 13.0047 3.13726 12.9746 3.08368 12.921C3.0301 12.8675 3 12.7948 3 12.719V6.54968C3.00002 6.50354 3.01122 6.45799 3.03263 6.41712C3.05404 6.37625 3.08504 6.34117 3.12296 6.31489L7.83733 3.05083Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconTenantry',
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-title-decoration`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7143 1.14285H9.14291V5.71428H13.7143V1.14285ZM2.28577 5.71428H6.8572V10.2857H2.28577V5.71428ZM9.14291 10.2857H13.7143V14.8571H9.14291V10.2857Z"/></svg>
2
+ <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-title-decoration`]" width="1em" height="1em" v-bind="$attrs"><rect x="5.437" y="2.56" width="7.689" height="7.689" rx="1" transform="rotate(45 5.437 2.56)" :fill="useCurrentColor ? 'currentColor' : '#2F9BFF'"/><g filter="url(#svg_58e0cadc2c__filter0_ii_27_62)"><rect x="10.563" y="2.56" width="7.689" height="7.689" rx="1" transform="rotate(45 10.563 2.56)" :fill="useCurrentColor ? 'currentColor' : '#B7D5FF'" fill-opacity=".3"/></g><defs><filter id="svg_58e0cadc2c__filter0_ii_27_62" x="5.54" y="2.974" width="10.045" height="11.046" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="1"/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 0.184314 0 0 0 0 0.607843 0 0 0 0 1 0 0 0 0.360686 0"/><feBlend in2="shape" result="effect1_innerShadow_27_62"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="1.5"/><feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/><feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"/><feBlend in2="effect1_innerShadow_27_62" result="effect2_innerShadow_27_62"/></filter></defs></svg>
3
3
  </template>
4
4
  <script>
5
5