@arco-iconbox/vue-te 0.0.3 → 0.0.4

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 (134) hide show
  1. package/dist/icon.js +3759 -2106
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +1099 -951
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/Icon3Drotate/index.js +42 -0
  6. package/esm/IconBackward10s/index.js +36 -0
  7. package/esm/IconBackwardFill/index.js +36 -0
  8. package/esm/IconBottomFill/index.js +36 -0
  9. package/esm/IconBottomLeftFill/index.js +36 -0
  10. package/esm/IconBottomRightFill/index.js +36 -0
  11. package/esm/IconCctvFill/index.js +36 -0
  12. package/esm/IconClose/index.js +1 -1
  13. package/esm/IconCloseFilled/index.js +36 -0
  14. package/esm/IconCollectionTagFilled/index.js +32 -0
  15. package/esm/IconEmsCostAnalysis/index.js +60 -0
  16. package/esm/IconEmsEnergyAnalysis/index.js +58 -0
  17. package/esm/IconEmsEnergyContrast/index.js +61 -0
  18. package/esm/IconEmsEnergyRanking/index.js +43 -0
  19. package/esm/IconEmsHeibang/index.js +53 -0
  20. package/esm/IconEmsHongbang/index.js +58 -0
  21. package/esm/IconFileTypeCad/index.js +66 -0
  22. package/esm/IconFileTypeExcel/index.js +61 -0
  23. package/esm/IconFileTypeHtml/index.js +61 -0
  24. package/esm/IconFileTypeJpg/index.js +50 -0
  25. package/esm/IconFileTypePdf/index.js +61 -0
  26. package/esm/IconFileTypePng/index.js +61 -0
  27. package/esm/IconFileTypePpt/index.js +61 -0
  28. package/esm/IconFileTypeTxt/index.js +47 -0
  29. package/esm/IconFileTypeUnknown/index.js +61 -0
  30. package/esm/IconFileTypeVideo/index.js +61 -0
  31. package/esm/IconFileTypeVisio/index.js +61 -0
  32. package/esm/IconFileTypeWord/index.js +61 -0
  33. package/esm/IconFolderFill/index.js +32 -0
  34. package/esm/IconForward10s/index.js +36 -0
  35. package/esm/IconForwardFill/index.js +36 -0
  36. package/esm/IconGrid/index.js +4 -4
  37. package/esm/IconLevel/index.js +36 -0
  38. package/esm/IconPlusBold/index.js +34 -0
  39. package/esm/IconPriceTagFilled/index.js +38 -0
  40. package/esm/IconSpeed/index.js +36 -0
  41. package/esm/IconStructure/index.js +32 -0
  42. package/esm/IconTopFill/index.js +36 -0
  43. package/esm/IconTopLeftFill/index.js +36 -0
  44. package/esm/IconTopRightFill/index.js +36 -0
  45. package/esm/IconWorkBench/index.js +1 -1
  46. package/esm/index.js +40 -3
  47. package/lib/Icon3Drotate/index.js +43 -0
  48. package/lib/IconBackward10s/index.js +37 -0
  49. package/lib/IconBackwardFill/index.js +37 -0
  50. package/lib/IconBottomFill/index.js +37 -0
  51. package/lib/IconBottomLeftFill/index.js +37 -0
  52. package/lib/IconBottomRightFill/index.js +37 -0
  53. package/lib/IconCctvFill/index.js +37 -0
  54. package/lib/IconClose/index.js +1 -1
  55. package/lib/IconCloseFilled/index.js +37 -0
  56. package/lib/IconCollectionTagFilled/index.js +33 -0
  57. package/lib/IconEmsCostAnalysis/index.js +61 -0
  58. package/lib/IconEmsEnergyAnalysis/index.js +59 -0
  59. package/lib/IconEmsEnergyContrast/index.js +62 -0
  60. package/lib/IconEmsEnergyRanking/index.js +44 -0
  61. package/lib/IconEmsHeibang/index.js +54 -0
  62. package/lib/IconEmsHongbang/index.js +59 -0
  63. package/lib/IconFileTypeCad/index.js +67 -0
  64. package/lib/IconFileTypeExcel/index.js +62 -0
  65. package/lib/IconFileTypeHtml/index.js +62 -0
  66. package/lib/IconFileTypeJpg/index.js +51 -0
  67. package/lib/IconFileTypePdf/index.js +62 -0
  68. package/lib/IconFileTypePng/index.js +62 -0
  69. package/lib/IconFileTypePpt/index.js +62 -0
  70. package/lib/IconFileTypeTxt/index.js +48 -0
  71. package/lib/IconFileTypeUnknown/index.js +62 -0
  72. package/lib/IconFileTypeVideo/index.js +62 -0
  73. package/lib/IconFileTypeVisio/index.js +62 -0
  74. package/lib/IconFileTypeWord/index.js +62 -0
  75. package/lib/IconFolderFill/index.js +33 -0
  76. package/lib/IconForward10s/index.js +37 -0
  77. package/lib/IconForwardFill/index.js +37 -0
  78. package/lib/IconGrid/index.js +3 -3
  79. package/lib/IconLevel/index.js +37 -0
  80. package/lib/IconPlusBold/index.js +35 -0
  81. package/lib/IconPriceTagFilled/index.js +39 -0
  82. package/lib/IconSpeed/index.js +37 -0
  83. package/lib/IconStructure/index.js +33 -0
  84. package/lib/IconTopFill/index.js +37 -0
  85. package/lib/IconTopLeftFill/index.js +37 -0
  86. package/lib/IconTopRightFill/index.js +37 -0
  87. package/lib/IconWorkBench/index.js +1 -1
  88. package/lib/index.js +590 -516
  89. package/package.json +1 -1
  90. package/src/Icon3Drotate/index.vue +19 -0
  91. package/src/IconBackward10s/index.vue +19 -0
  92. package/src/IconBackwardFill/index.vue +19 -0
  93. package/src/IconBottomFill/index.vue +19 -0
  94. package/src/IconBottomLeftFill/index.vue +19 -0
  95. package/src/IconBottomRightFill/index.vue +19 -0
  96. package/src/IconCctvFill/index.vue +19 -0
  97. package/src/IconClose/index.vue +1 -1
  98. package/src/IconCloseFilled/index.vue +19 -0
  99. package/src/IconCollectionTagFilled/index.vue +19 -0
  100. package/src/IconEmsCostAnalysis/index.vue +19 -0
  101. package/src/IconEmsEnergyAnalysis/index.vue +19 -0
  102. package/src/IconEmsEnergyContrast/index.vue +19 -0
  103. package/src/IconEmsEnergyRanking/index.vue +19 -0
  104. package/src/IconEmsHeibang/index.vue +19 -0
  105. package/src/IconEmsHongbang/index.vue +19 -0
  106. package/src/IconFileTypeCad/index.vue +19 -0
  107. package/src/IconFileTypeExcel/index.vue +19 -0
  108. package/src/IconFileTypeHtml/index.vue +19 -0
  109. package/src/IconFileTypeJpg/index.vue +19 -0
  110. package/src/IconFileTypePdf/index.vue +19 -0
  111. package/src/IconFileTypePng/index.vue +19 -0
  112. package/src/IconFileTypePpt/index.vue +19 -0
  113. package/src/IconFileTypeTxt/index.vue +19 -0
  114. package/src/IconFileTypeUnknown/index.vue +19 -0
  115. package/src/IconFileTypeVideo/index.vue +19 -0
  116. package/src/IconFileTypeVisio/index.vue +19 -0
  117. package/src/IconFileTypeWord/index.vue +19 -0
  118. package/src/IconFolderFill/index.vue +19 -0
  119. package/src/IconForward10s/index.vue +19 -0
  120. package/src/IconForwardFill/index.vue +19 -0
  121. package/src/IconGrid/index.vue +1 -1
  122. package/src/IconLevel/index.vue +19 -0
  123. package/src/IconPlusBold/index.vue +19 -0
  124. package/src/IconPriceTagFilled/index.vue +19 -0
  125. package/src/IconSpeed/index.vue +19 -0
  126. package/src/IconStructure/index.vue +19 -0
  127. package/src/IconTopFill/index.vue +19 -0
  128. package/src/IconTopLeftFill/index.vue +19 -0
  129. package/src/IconTopRightFill/index.vue +19 -0
  130. package/src/IconWorkBench/index.vue +1 -1
  131. package/src/index.js +41 -4
  132. package/esm/IconMore/index.js +0 -32
  133. package/lib/IconMore/index.js +0 -33
  134. package/src/IconMore/index.vue +0 -19
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconFileTypeUnknown",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = {
18
+ "clip-path": "url(#svg_8796ae45aa__clip0_326_145)",
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd"
21
+ };
22
+ const _hoisted_2 = ["fill"];
23
+ const _hoisted_3 = ["fill"];
24
+ const _hoisted_4 = ["fill"];
25
+ const _hoisted_5 = { id: "svg_8796ae45aa__clip0_326_145" };
26
+ const _hoisted_6 = ["fill"];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
29
+ viewBox: "0 0 16 16",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-unknown`],
33
+ width: "1em",
34
+ height: "1em"
35
+ }, _ctx.$attrs), [
36
+ vue.createElementVNode("g", _hoisted_1, [
37
+ vue.createElementVNode("path", {
38
+ d: "M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z",
39
+ fill: $props.useCurrentColor ? "currentColor" : "#FAAD14"
40
+ }, null, 8, _hoisted_2),
41
+ vue.createElementVNode("path", {
42
+ opacity: ".5",
43
+ d: "M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z",
44
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
45
+ }, null, 8, _hoisted_3),
46
+ vue.createElementVNode("path", {
47
+ d: "M7.89688 5.99359C8.46008 5.99359 8.91768 6.14319 9.26968 6.45999C9.62168 6.76799 9.79768 7.19039 9.79768 7.71839C9.79768 8.14959 9.68328 8.51039 9.46328 8.79199C9.38408 8.88879 9.13768 9.11759 8.72408 9.47839C8.55688 9.61919 8.43368 9.77759 8.35448 9.93599C8.25768 10.112 8.21368 10.3056 8.21368 10.5168V10.6664H7.27208V10.5168C7.27208 10.1912 7.32488 9.90959 7.44808 9.68079C7.56248 9.43439 7.89688 9.07359 8.44248 8.58959L8.59208 8.42239C8.75048 8.21999 8.83848 8.00879 8.83848 7.77999C8.83848 7.47199 8.75048 7.23439 8.58328 7.05839C8.40728 6.88239 8.15208 6.79439 7.83528 6.79439C7.43928 6.79439 7.14888 6.91759 6.97288 7.17279C6.81448 7.38399 6.73528 7.68319 6.73528 8.07039H5.81128C5.81128 7.42799 5.99608 6.92639 6.36568 6.55679C6.73528 6.17839 7.24568 5.99359 7.89688 5.99359ZM7.73848 11.1416C7.92328 11.1416 8.08168 11.1944 8.20488 11.3176C8.32808 11.432 8.38968 11.5816 8.38968 11.7664C8.38968 11.9512 8.31928 12.1008 8.19608 12.224C8.07288 12.3384 7.91448 12.4 7.73848 12.4C7.56248 12.4 7.40408 12.3384 7.28088 12.2152C7.15768 12.092 7.09608 11.9424 7.09608 11.7664C7.09608 11.5816 7.15768 11.432 7.28088 11.3176C7.40408 11.1944 7.56248 11.1416 7.73848 11.1416Z",
48
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
49
+ }, null, 8, _hoisted_4)
50
+ ]),
51
+ vue.createElementVNode("defs", null, [
52
+ vue.createElementVNode("clipPath", _hoisted_5, [
53
+ vue.createElementVNode("path", {
54
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
55
+ d: "M0 0H16V16H0z"
56
+ }, null, 8, _hoisted_6)
57
+ ])
58
+ ])
59
+ ], 16);
60
+ }
61
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
62
+ module.exports = index;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconFileTypeVideo",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = { "clip-path": "url(#svg_853deaade0__clip0_326_202)" };
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = ["fill"];
21
+ const _hoisted_5 = { id: "svg_853deaade0__clip0_326_202" };
22
+ const _hoisted_6 = ["fill"];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-video`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), [
32
+ vue.createElementVNode("g", _hoisted_1, [
33
+ vue.createElementVNode("path", {
34
+ "fill-rule": "evenodd",
35
+ "clip-rule": "evenodd",
36
+ d: "M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#722ED1"
38
+ }, null, 8, _hoisted_2),
39
+ vue.createElementVNode("path", {
40
+ opacity: ".5",
41
+ "fill-rule": "evenodd",
42
+ "clip-rule": "evenodd",
43
+ d: "M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z",
44
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
45
+ }, null, 8, _hoisted_3),
46
+ vue.createElementVNode("path", {
47
+ d: "M8.00005 5.20001C6.2255 5.20001 4.80005 6.62547 4.80005 8.40001C4.80005 10.1746 6.2255 11.6 8.00005 11.6C9.77459 11.6 11.2 10.1746 11.2 8.40001C11.2 6.62547 9.77459 5.20001 8.00005 5.20001ZM9.38187 8.53092L7.3455 9.69456C7.27278 9.73819 7.1855 9.7091 7.14187 9.63638C7.12732 9.62183 7.12732 9.59274 7.12732 9.56365V7.23638C7.12732 7.20728 7.12732 7.19274 7.14187 7.17819C7.15641 7.1491 7.1855 7.12001 7.21459 7.12001C7.25823 7.10547 7.30187 7.10547 7.3455 7.12001L9.36732 8.28365C9.39641 8.29819 9.41096 8.31274 9.4255 8.34183C9.48368 8.40001 9.45459 8.48729 9.38187 8.53092Z",
48
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
49
+ }, null, 8, _hoisted_4)
50
+ ]),
51
+ vue.createElementVNode("defs", null, [
52
+ vue.createElementVNode("clipPath", _hoisted_5, [
53
+ vue.createElementVNode("path", {
54
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
55
+ d: "M0 0H16V16H0z"
56
+ }, null, 8, _hoisted_6)
57
+ ])
58
+ ])
59
+ ], 16);
60
+ }
61
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
62
+ module.exports = index;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconFileTypeVisio",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = { "clip-path": "url(#svg_8c358bc6f8__clip0_326_206)" };
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ const _hoisted_4 = ["fill"];
21
+ const _hoisted_5 = { id: "svg_8c358bc6f8__clip0_326_206" };
22
+ const _hoisted_6 = ["fill"];
23
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
24
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
25
+ viewBox: "0 0 16 16",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-visio`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), [
32
+ vue.createElementVNode("g", _hoisted_1, [
33
+ vue.createElementVNode("path", {
34
+ "fill-rule": "evenodd",
35
+ "clip-rule": "evenodd",
36
+ d: "M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#196DE9"
38
+ }, null, 8, _hoisted_2),
39
+ vue.createElementVNode("path", {
40
+ opacity: ".5",
41
+ "fill-rule": "evenodd",
42
+ "clip-rule": "evenodd",
43
+ d: "M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z",
44
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
45
+ }, null, 8, _hoisted_3),
46
+ vue.createElementVNode("path", {
47
+ d: "M8.2581 10.984L10.1461 6H9.2341L8.0341 9.632L6.7381 6H5.8501L7.7061 10.984H8.2581Z",
48
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
49
+ }, null, 8, _hoisted_4)
50
+ ]),
51
+ vue.createElementVNode("defs", null, [
52
+ vue.createElementVNode("clipPath", _hoisted_5, [
53
+ vue.createElementVNode("path", {
54
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
55
+ d: "M0 0H16V16H0z"
56
+ }, null, 8, _hoisted_6)
57
+ ])
58
+ ])
59
+ ], 16);
60
+ }
61
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
62
+ module.exports = index;
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconFileTypeWord",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = {
18
+ "clip-path": "url(#svg_e829b53331__clip0_326_207)",
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd"
21
+ };
22
+ const _hoisted_2 = ["fill"];
23
+ const _hoisted_3 = ["fill"];
24
+ const _hoisted_4 = ["fill"];
25
+ const _hoisted_5 = { id: "svg_e829b53331__clip0_326_207" };
26
+ const _hoisted_6 = ["fill"];
27
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
28
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
29
+ viewBox: "0 0 16 16",
30
+ fill: "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-word`],
33
+ width: "1em",
34
+ height: "1em"
35
+ }, _ctx.$attrs), [
36
+ vue.createElementVNode("g", _hoisted_1, [
37
+ vue.createElementVNode("path", {
38
+ d: "M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z",
39
+ fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
40
+ }, null, 8, _hoisted_2),
41
+ vue.createElementVNode("path", {
42
+ opacity: ".5",
43
+ d: "M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z",
44
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
45
+ }, null, 8, _hoisted_3),
46
+ vue.createElementVNode("path", {
47
+ d: "M4.375 6.02502H5.3875L6.4 9.83752H6.4125L7.525 6.02502H8.5L9.625 9.83752L10.65 6.02502H11.625L10.125 10.9375H9.1125L8 7.16252H7.9875L6.8625 10.925H5.85L4.375 6.02502Z",
48
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
49
+ }, null, 8, _hoisted_4)
50
+ ]),
51
+ vue.createElementVNode("defs", null, [
52
+ vue.createElementVNode("clipPath", _hoisted_5, [
53
+ vue.createElementVNode("path", {
54
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
55
+ d: "M0 0H16V16H0z"
56
+ }, null, 8, _hoisted_6)
57
+ ])
58
+ ])
59
+ ], 16);
60
+ }
61
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
62
+ module.exports = index;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconFolderFill",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6 2H1.5C1.354 2 1.23417 2.04683 1.1405 2.1405C1.04683 2.23417 1 2.354 1 2.5V13.5C1 13.646 1.04683 13.7658 1.1405 13.8595C1.23417 13.9532 1.354 14 1.5 14H14.5C14.646 14 14.7658 13.9532 14.8595 13.8595C14.9532 13.7658 15 13.646 15 13.5V4.5C15 4.354 14.9532 4.23417 14.8595 4.1405C14.7658 4.04683 14.646 4 14.5 4H8L6 2Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-folder-fill`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconForward10s",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M3.45 4.95325H11.4596V2.61247L15 5.34309L11.4596 7.90344V5.8132H3.45C2.5314 5.8132 1.86471 6.47622 1.86471 7.38977V10.8818C1.86471 11.356 1.99095 12.4584 3.16176 12.4584H6.35294V13.3184H3.16176C1.84856 13.3184 1 12.3621 1 10.8818V7.38977C1 6.00067 2.05321 4.95325 3.45 4.95325ZM8.87667 9.79035H8.44185C8.32326 9.91388 8.17503 10.0275 7.99714 10.1362C7.81926 10.2351 7.65126 10.3042 7.49314 10.3438V10.9169C7.81926 10.8231 8.08608 10.6798 8.29856 10.4871V13.3184H8.87667V9.79035ZM11.768 10.2351C11.5358 9.88918 11.2146 9.72118 10.8045 9.72118C10.3894 9.72118 10.0683 9.88918 9.84097 10.2351C9.62356 10.5612 9.51486 11.0009 9.51486 11.5544C9.51486 12.1078 9.62356 12.5475 9.84097 12.8736C10.0683 13.2146 10.3894 13.3875 10.8045 13.3875C11.2146 13.3875 11.5358 13.2146 11.768 12.8736C11.9854 12.5475 12.0942 12.1078 12.0942 11.5544C12.0942 11.0009 11.9854 10.5612 11.768 10.2351ZM10.2116 10.6798C10.3252 10.3635 10.5229 10.2104 10.8045 10.2104C11.0812 10.2104 11.2789 10.3635 11.3974 10.6798C11.4765 10.8922 11.516 11.1838 11.516 11.5544C11.516 11.92 11.4765 12.2115 11.3974 12.4289C11.2789 12.7402 11.0812 12.8984 10.8045 12.8984C10.5229 12.8984 10.3252 12.7402 10.2116 12.4289C10.1325 12.2115 10.093 11.92 10.093 11.5544C10.093 11.1838 10.1325 10.8922 10.2116 10.6798ZM14.6468 11.5049C14.5875 10.9614 14.2169 10.6946 13.5449 10.6946C13.2287 10.6946 12.9767 10.7588 12.784 10.8972C12.5863 11.0256 12.4925 11.2085 12.4925 11.4456C12.4925 11.668 12.5913 11.8409 12.7889 11.9645C12.9125 12.0435 13.1249 12.1176 13.4263 12.1868C13.6833 12.2461 13.8513 12.2906 13.9303 12.3301C14.0786 12.3993 14.1527 12.4932 14.1527 12.6118C14.1527 12.8193 13.955 12.928 13.5598 12.928C13.372 12.928 13.2386 12.8934 13.1546 12.8341C13.0706 12.7649 13.0113 12.6513 12.9816 12.4882H12.4332C12.4875 13.0861 12.868 13.3875 13.5795 13.3875C14.3454 13.3875 14.7308 13.1158 14.7308 12.5722C14.7308 12.3449 14.627 12.1621 14.4245 12.0336C14.2861 11.9398 14.0687 11.8607 13.7821 11.7915C13.5252 11.7273 13.3572 11.6779 13.2732 11.6433C13.1348 11.584 13.0706 11.5099 13.0706 11.4308C13.0706 11.332 13.1101 11.2628 13.199 11.2184C13.2732 11.1739 13.3868 11.1541 13.535 11.1541C13.708 11.1541 13.8365 11.1788 13.9205 11.2332C13.9995 11.2826 14.0588 11.3765 14.0983 11.5049H14.6468Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-forward-10s`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconForwardFill",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M3.30656 4.33527C3.07227 3.86688 3.55657 3.36452 4.03321 3.58113L12.6743 7.50892C13.1086 7.70629 13.1086 8.32296 12.6743 8.52033L4.03321 12.4481C3.55657 12.6647 3.07227 12.1624 3.30656 11.694L5.14595 8.01482L3.30656 4.33527Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-forward-fill`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -15,8 +15,8 @@ const _sfc_main = {
15
15
  }
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
- const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10 6V10H6V6H10ZM11 6H14V10H11V6ZM10 14H6V11H10V14ZM11 14V11H14V14H11ZM10 2V5H6V2H10ZM11 2H14V5H11V2ZM5 6V10H2V6H5ZM5 14H2V11H5V14ZM5 2V5H2V2H5Z" }, null, -1);
19
- const _hoisted_3 = [
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<rect x="2" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="2" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="2" y="10.5" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="10.5" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="10.5" width="3.5" height="3.5" rx=".5"></rect>', 9);
19
+ const _hoisted_11 = [
20
20
  _hoisted_2
21
21
  ];
22
22
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -27,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
27
  class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-grid`],
28
28
  width: "1em",
29
29
  height: "1em"
30
- }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }, _ctx.$attrs), _hoisted_11, 16, _hoisted_1);
31
31
  }
32
32
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
33
  module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconLevel",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M7.39997 2C7.73134 2 7.99996 2.24421 7.99996 2.54545V4.72727C7.99996 5.02852 7.73134 5.27273 7.39997 5.27273H5.5V7.55454H9.20003L9.20003 7.09909C9.20003 7.09909 9.46866 6.44363 9.80003 6.55363H13.4C13.7314 6.44363 14 6.68784 14 7.09909V9.00091C14 9.10215 13.7314 9.54636 13.4 9.54636H9.80003C9.46866 9.54636 9.20003 9.30215 9.20003 9.00091L9.20003 8.54545H5.5V12.0182H9.20003L9.20003 11.5627C9.20003 11.2615 9.46866 11.0173 9.80003 11.0173H13.4C13.7314 11.0173 14 11.2615 14 11.5627V13.4545C14 13.7558 13.7314 14 13.4 14H9.80003C9.46866 14 9.20003 13.7558 9.20003 13.4545L9.20003 13.0191H5.02506C4.73511 13.1291 4.50006 12.8054 4.50006 12.5418V8.85227V5.27273H2.6C2.26863 5.27273 2 5.02852 2 4.72727V2.54545C2 2.24421 2.26863 2 2.6 2H7.39997ZM7 4.27V3H3V4.27H7ZM13 7.55455H10.2V8.54546H13V7.55455ZM10.2 12.0182H13V13.0191H10.2V12.0182Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-level`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconPlusBold",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 7H14C14.6667 7 15 7.33333 15 8C15 8.66667 14.6667 9 14 9H2C1.33333 9 1 8.66667 1 8C1 7.33333 1.33333 7 2 7Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7 14L7 2C7 1.33333 7.33333 1 8 1C8.66667 1 9 1.33333 9 2V14C9 14.6667 8.66667 15 8 15C7.33333 15 7 14.6667 7 14Z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_2,
22
+ _hoisted_3
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
26
+ viewBox: "0 0 16 16",
27
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-plus-bold`],
30
+ width: "1em",
31
+ height: "1em"
32
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ module.exports = index;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconPriceTagFilled",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M9.2655 1.03152L13.3125 4.34402C13.4375 4.44835 13.5 4.57852 13.5 4.73452V14.5C13.5 14.646 13.4532 14.7659 13.3595 14.8595C13.2658 14.9532 13.146 15 13 15H3C2.854 15 2.73417 14.9532 2.6405 14.8595C2.54683 14.7659 2.5 14.646 2.5 14.5V4.73452C2.5 4.57819 2.5625 4.44802 2.6875 4.34402L6.7345 1.03152C7.11983 0.729522 7.54167 0.578522 8 0.578522C8.45833 0.578522 8.88017 0.729522 9.2655 1.03152ZM6.586 7.41402C6.966 7.79436 7.43733 7.98969 8 8.00002C8.56233 7.98936 9.03367 7.79402 9.414 7.41402C9.79433 7.03402 9.98967 6.56269 10 6.00002C9.98933 5.43769 9.794 4.96636 9.414 4.58602C9.034 4.20569 8.56267 4.01036 8 4.00002C7.43767 4.01069 6.96633 4.20602 6.586 4.58602C6.20567 4.96602 6.01033 5.43736 6 6.00002C6.01067 6.56236 6.206 7.03369 6.586 7.41402Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8 7.00002C8.28133 6.98969 8.51567 6.89069 8.703 6.70302C8.89033 6.51536 8.98417 6.28102 8.9845 6.00002C8.98483 5.71902 8.891 5.48469 8.703 5.29702C8.515 5.10936 8.28067 5.01552 8 5.01552C7.71933 5.01552 7.485 5.10936 7.297 5.29702C7.109 5.48469 7.01517 5.71902 7.0155 6.00002C7.01583 6.28102 7.10967 6.51536 7.297 6.70302C7.48433 6.89069 7.71867 6.98969 8 7.00002Z" }, null, -1);
24
+ const _hoisted_4 = [
25
+ _hoisted_2,
26
+ _hoisted_3
27
+ ];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
30
+ viewBox: "0 0 16 16",
31
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-price-tag--filled`],
34
+ width: "1em",
35
+ height: "1em"
36
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
37
+ }
38
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
39
+ module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconSpeed",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M2.23499 3C2.23499 1.89543 3.13042 1 4.23499 1H11.7644C12.869 1 13.7644 1.89543 13.7644 3V7.6884C13.7644 8.17445 13.5874 8.64386 13.2665 9.0089L8.75074 14.1457C8.3525 14.5987 7.64688 14.5987 7.24864 14.1457L2.73289 9.0089C2.41198 8.64386 2.23499 8.17445 2.23499 7.6884V3Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-speed`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconStructure",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.93333 2.10001C9.52 2.10001 10 2.58001 10 3.16667V5.03334C10 5.62001 9.52 6.10001 8.93333 6.10001H8.50667V6.90001H10.8533C11.7067 6.90001 12.4 7.59334 12.4533 8.39334V9.78001H12.9333C13.52 9.78001 14 10.26 14 10.8467V12.7667C14 13.3533 13.52 13.8333 12.9333 13.8333H11.0667C10.48 13.8333 10 13.3533 10 12.7667V10.9C10 10.3133 10.48 9.83334 11.0667 9.83334H11.3867V8.44667C11.3867 8.18001 11.12 7.96667 10.8533 7.96667H5.09333C4.82667 7.96667 4.56 8.23334 4.61333 8.55334V9.83334H4.98667C5.57333 9.83334 6.05333 10.3133 6.05333 10.9V12.7667C6.05333 13.3533 5.57333 13.8333 4.98667 13.8333H3.06667C2.48 13.8333 2 13.3533 2 12.7667V10.9C2 10.3133 2.48 9.83334 3.06667 9.83334H3.54667V8.60667C3.49333 7.70001 4.13333 7.00667 4.98667 6.90001H7.44V6.10001H7.06667C6.48 6.10001 6 5.62001 6 5.03334V3.16667C6 2.58001 6.48 2.10001 7.06667 2.10001H8.93333Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-structure`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconTopFill",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M11.6647 11.6934C12.1331 11.9277 12.6355 11.4434 12.4189 10.9668L8.49108 2.32566C8.29371 1.89145 7.67704 1.89145 7.47967 2.32566L3.55189 10.9668C3.33527 11.4434 3.83763 11.9277 4.30602 11.6934L7.98518 9.85405L11.6647 11.6934Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-top-fill`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {
5
+ name: "IconTopLeftFill",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
+ "fill-rule": "evenodd",
20
+ "clip-rule": "evenodd",
21
+ d: "M12.62 7.41658C13.1169 7.25104 13.1297 6.55336 12.6395 6.3695L3.75181 3.03663C3.3052 2.86915 2.86915 3.3052 3.03663 3.75181L6.3695 12.6395C6.55336 13.1297 7.25104 13.1169 7.41658 12.62L8.71751 8.71779L12.62 7.41658Z"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-top-left-fill`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = index;