@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,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: "IconTopRightFill",
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.38007 7.41653C2.8832 7.251 2.87043 6.55333 3.36063 6.36947L12.2482 3.03663C12.6948 2.86915 13.1308 3.3052 12.9634 3.7518L9.63053 12.6394C9.44667 13.1296 8.749 13.1168 8.58347 12.6199L7.28255 8.71773L3.38007 7.41653Z"
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-right-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;
@@ -18,7 +18,7 @@ const _hoisted_1 = ["fill"];
18
18
  const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
19
  "fill-rule": "evenodd",
20
20
  "clip-rule": "evenodd",
21
- d: "M11.6904 7.84514C11.5872 7.94838 11.4693 8 11.3368 8 11.2044 8 11.0865 7.94838 10.9833 7.84514L8.15486 5.01672C8.05162 4.91348 8 4.79563 8 4.66316 8 4.5307 8.05162 4.41285 8.15486 4.30961L10.9833 1.48118C11.0865 1.37795 11.2044 1.32633 11.3368 1.32633 11.4693 1.32633 11.5872 1.37795 11.6904 1.48118L14.5188 4.30961C14.6221 4.41285 14.6737 4.5307 14.6737 4.66316 14.6737 4.79563 14.6221 4.91348 14.5188 5.01672L11.6904 7.84514zM13.4582 4.66316L11.3368 6.78448 9.21552 4.66316 11.3368 2.54184 13.4582 4.66316zM2.5 7C2.354 7 2.23417 6.95317 2.1405 6.8595 2.04683 6.76583 2 6.646 2 6.5V2.5C2 2.354 2.04683 2.23417 2.1405 2.1405 2.23417 2.04683 2.354 2 2.5 2H6.5C6.646 2 6.76583 2.04683 6.8595 2.1405 6.95317 2.23417 7 2.354 7 2.5V6.5C7 6.646 6.95317 6.76583 6.8595 6.8595 6.76583 6.95317 6.646 7 6.5 7H2.5zM6 6H3V3H6V6zM2.5 14C2.354 14 2.23417 13.9532 2.1405 13.8595 2.04683 13.7658 2 13.646 2 13.5V9.5C2 9.354 2.04683 9.23417 2.1405 9.1405 2.23417 9.04683 2.354 9 2.5 9H6.5C6.646 9 6.76583 9.04683 6.8595 9.1405 6.95317 9.23417 7 9.354 7 9.5V13.5C7 13.646 6.95317 13.7658 6.8595 13.8595 6.76583 13.9532 6.646 14 6.5 14H2.5zM6 13H3V10H6V13zM9.5 14C9.354 14 9.23417 13.9532 9.1405 13.8595 9.04683 13.7658 9 13.646 9 13.5V9.5C9 9.354 9.04683 9.23417 9.1405 9.1405 9.23417 9.04683 9.354 9 9.5 9H13.5C13.646 9 13.7658 9.04683 13.8595 9.1405 13.9532 9.23417 14 9.354 14 9.5V13.5C14 13.646 13.9532 13.7658 13.8595 13.8595 13.7658 13.9532 13.646 14 13.5 14H9.5zM13 13H10V10H13V13z"
21
+ d: "M11.3603 8.18882C11.2571 8.29205 11.1392 8.34367 11.0068 8.34367 10.8743 8.34367 10.7564 8.29205 10.6532 8.18882L7.82478 5.36039C7.72154 5.25715 7.66992 5.1393 7.66992 5.00684 7.66992 4.87437 7.72154 4.75652 7.82478 4.65328L10.6532 1.82486C10.7564 1.72162 10.8743 1.67 11.0068 1.67 11.1392 1.67 11.2571 1.72162 11.3603 1.82486L14.1887 4.65328C14.292 4.75652 14.3436 4.87437 14.3436 5.00684 14.3436 5.1393 14.292 5.25715 14.1887 5.36039L11.3603 8.18882zM13.1281 5.00684L11.0068 7.12816 8.88544 5.00684 11.0068 2.88552 13.1281 5.00684zM2.16992 7.34367C2.02392 7.34367 1.90409 7.29684 1.81042 7.20317 1.71676 7.10951 1.66992 6.98967 1.66992 6.84367V2.84367C1.66992 2.69767 1.71676 2.57784 1.81042 2.48417 1.90409 2.39051 2.02392 2.34367 2.16992 2.34367H6.16992C6.31592 2.34367 6.43576 2.39051 6.52942 2.48417 6.62309 2.57784 6.66992 2.69767 6.66992 2.84367V6.84367C6.66992 6.98967 6.62309 7.10951 6.52942 7.20317 6.43576 7.29684 6.31592 7.34367 6.16992 7.34367H2.16992zM5.66992 6.34367H2.66992V3.34367H5.66992V6.34367zM2.16992 14.3437C2.02392 14.3437 1.90409 14.2968 1.81042 14.2032 1.71676 14.1095 1.66992 13.9897 1.66992 13.8437V9.84367C1.66992 9.69767 1.71676 9.57784 1.81042 9.48417 1.90409 9.39051 2.02392 9.34367 2.16992 9.34367H6.16992C6.31592 9.34367 6.43576 9.39051 6.52942 9.48417 6.62309 9.57784 6.66992 9.69767 6.66992 9.84367V13.8437C6.66992 13.9897 6.62309 14.1095 6.52942 14.2032 6.43576 14.2968 6.31592 14.3437 6.16992 14.3437H2.16992zM5.66992 13.3437H2.66992V10.3437H5.66992V13.3437zM9.16992 14.3437C9.02392 14.3437 8.90409 14.2968 8.81042 14.2032 8.71676 14.1095 8.66992 13.9897 8.66992 13.8437V9.84367C8.66992 9.69767 8.71676 9.57784 8.81042 9.48417 8.90409 9.39051 9.02392 9.34367 9.16992 9.34367H13.1699C13.3159 9.34367 13.4358 9.39051 13.5294 9.48417 13.6231 9.57784 13.6699 9.69767 13.6699 9.84367V13.8437C13.6699 13.9897 13.6231 14.1095 13.5294 14.2032 13.4358 14.2968 13.3159 14.3437 13.1699 14.3437H9.16992zM12.6699 13.3437H9.66992V10.3437H12.6699V13.3437z"
22
22
  }, null, -1);
23
23
  const _hoisted_3 = [
24
24
  _hoisted_2