@arco-iconbox/vue-te 0.0.78 → 0.0.80

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.
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconClickSelect",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M4.0708 15C4.03662 15 4.00244 15 3.96826 14.9915C3.7461 14.9487 3.57521 14.7693 3.54103 14.5471L1.50743 1.61921C1.47325 1.41415 1.55869 1.21762 1.72959 1.098C1.89193 0.978373 2.11409 0.969828 2.29353 1.06382L14.2046 7.53205C14.4097 7.64313 14.5208 7.87383 14.4695 8.10454C14.4268 8.33524 14.2303 8.50613 13.9996 8.53177L7.80477 9.18115L4.54075 14.7351C4.43821 14.8975 4.25878 15 4.0708 15ZM2.7293 2.51639L4.36985 12.9066L7.01867 8.4036C7.10411 8.25834 7.25792 8.16435 7.42026 8.14726L12.1796 7.64313L2.7293 2.51639Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-click_select`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -0,0 +1,40 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconEnd",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ d: "M8.5 1C10.4793 1.052 12.1276 1.73702 13.4453 3.05469C14.763 4.37235 15.448 6.02067 15.5 8C15.448 9.97933 14.763 11.6276 13.4453 12.9453C12.1276 14.263 10.4793 14.948 8.5 15C6.64453 14.9513 5.07969 14.3465 3.80566 13.1855L3.55469 12.9453C2.23702 11.6276 1.552 9.97933 1.5 8C1.54875 6.14453 2.15349 4.57969 3.31445 3.30566L3.55469 3.05469C4.87235 1.73702 6.52067 1.052 8.5 1ZM8.5 2.00098C6.77127 2.05195 5.38052 2.64292 4.26172 3.76172C3.14292 4.88052 2.55195 6.27127 2.50098 8C2.55195 9.72872 3.14292 11.1195 4.26172 12.2383C5.38051 13.3571 6.77129 13.9471 8.5 13.998C10.2287 13.9471 11.6195 13.3571 12.7383 12.2383C13.8571 11.1195 14.4471 9.72871 14.498 8C14.4471 6.27129 13.8571 4.88051 12.7383 3.76172C11.6195 2.64292 10.2287 2.05195 8.5 2.00098Z",
19
+ "fill-opacity": "1"
20
+ }, null, -1);
21
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
22
+ d: "M6 6.5C6 5.94772 6.44772 5.5 7 5.5H10C10.5523 5.5 11 5.94772 11 6.5V9.5C11 10.0523 10.5523 10.5 10 10.5H7C6.44772 10.5 6 10.0523 6 9.5V6.5Z",
23
+ "fill-opacity": "1"
24
+ }, null, -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 17 16",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-end`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ export { index as default };
@@ -0,0 +1,45 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconEvent",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: false
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = ["fill"];
18
+ const _hoisted_3 = ["fill"];
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ return openBlock(), createElementBlock("svg", mergeProps({
21
+ viewBox: "0 0 16 16",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-event`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), [
28
+ createElementVNode("path", {
29
+ d: "M8.53106 8.51787C8.19925 8.9209 8 9.43716 8 9.99996V13.6666C8 14.1006 8.11847 14.5069 8.32484 14.8549 7.80037 14.9492 7.24359 14.9999 6.66667 14.9999 3.53705 14.9999 1 13.5075 1 11.6666 1 9.82564 3.53705 8.33325 6.66667 8.33325 7.31984 8.33325 7.94719 8.39826 8.53106 8.51787zM9.83333 4.16667C9.83333 5.91557 8.41557 7.33333 6.66667 7.33333 4.91777 7.33333 3.5 5.91557 3.5 4.16667 3.5 2.41777 4.91777 1 6.66667 1 8.41557 1 9.83333 2.41777 9.83333 4.16667z",
30
+ fill: $props.useCurrentColor ? "currentColor" : "#5783FF"
31
+ }, null, 8, _hoisted_1),
32
+ createElementVNode("path", {
33
+ d: "M9 10.0001C9 9.2637 9.59695 8.66675 10.3333 8.66675H14C14.7364 8.66675 15.3333 9.2637 15.3333 10.0001V13.6667C15.3333 14.4031 14.7364 15.0001 14 15.0001H10.3333C9.59695 15.0001 9 14.4031 9 13.6667V10.0001Z",
34
+ fill: $props.useCurrentColor ? "currentColor" : "#07C1DB"
35
+ }, null, 8, _hoisted_2),
36
+ createElementVNode("path", {
37
+ "fill-rule": "evenodd",
38
+ "clip-rule": "evenodd",
39
+ d: "M10.3334 10.8333C10.3334 10.5571 10.5572 10.3333 10.8334 10.3333H13.5C13.7762 10.3333 14 10.5571 14 10.8333 14 11.1094 13.7762 11.3333 13.5 11.3333H10.8334C10.5572 11.3333 10.3334 11.1094 10.3334 10.8333zM10.3334 12.8333C10.3334 12.5571 10.5572 12.3333 10.8334 12.3333H13.5C13.7762 12.3333 14 12.5571 14 12.8333 14 13.1094 13.7762 13.3333 13.5 13.3333H10.8334C10.5572 13.3333 10.3334 13.1094 10.3334 12.8333z",
40
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
41
+ }, null, 8, _hoisted_3)
42
+ ], 16);
43
+ }
44
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
45
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconExternalProcess",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M5.30054 2.39941C5.30033 1.95777 4.94145 1.59961 4.49976 1.59961 4.05824 1.59982 3.70016 1.9579 3.69995 2.39941 3.69995 2.84111 4.05811 3.19998 4.49976 3.2002 4.94158 3.2002 5.30054 2.84124 5.30054 2.39941zM6.90015 2.39941C6.90015 3.7249 5.82524 4.7998 4.49976 4.7998 3.17445 4.79959 2.10034 3.72477 2.10034 2.39941 2.10055 1.07424 3.17458.000211094 4.49976 0 5.82511 0 6.89994 1.07411 6.90015 2.39941zM5.30063 12.7996C5.30042 12.358 4.94155 11.9998 4.49985 11.9998 4.05834 12 3.70026 12.3581 3.70005 12.7996 3.70005 13.2413 4.05821 13.6002 4.49985 13.6004 4.94168 13.6004 5.30063 13.2414 5.30063 12.7996zM6.90024 12.7996C6.90024 14.1251 5.82534 15.2 4.49985 15.2 3.17455 15.1998 2.10044 14.125 2.10044 12.7996 2.10065 11.4744 3.17468 10.4004 4.49985 10.4002 5.82521 10.4002 6.90003 11.4743 6.90024 12.7996zM11.6736 9.54936C11.4003 9.84995 10.9002 9.65663 10.9002 9.2504V2.7496C10.9002 2.34337 11.4003 2.15005 11.6735 2.45064L14.6285 5.70103C14.7826 5.87055 14.7826 6.12944 14.6285 6.29896L11.6736 9.54936z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3.70024 4H5.30024V12H3.70024V4Z" }, null, -1);
19
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M11.9973 6.34316C11.5718 6.5134 10.9257 6.87742 10.1604 7.3627C9.40806 7.83979 8.58288 8.40669 7.81372 8.95254C7.04553 9.49771 6.33777 10.0188 5.82251 10.4037C5.56516 10.5959 5.35576 10.7539 5.21118 10.8637C5.13893 10.9185 5.08306 10.9617 5.04517 10.9906C5.0264 11.005 5.01178 11.0155 5.0022 11.0229C4.99742 11.0265 4.99381 11.0298 4.99146 11.0316L4.98853 11.0336C4.98749 11.0323 4.9647 11.0045 4.49985 10.4002C4.04993 9.81529 4.01558 9.76957 4.01294 9.76602L4.01392 9.76504C4.01459 9.76452 4.01566 9.76399 4.01685 9.76309C4.0195 9.76104 4.02346 9.75724 4.02856 9.75332C4.03877 9.74549 4.05407 9.73399 4.07349 9.71914C4.11268 9.68917 4.16986 9.64511 4.24341 9.58926C4.39096 9.47721 4.60421 9.31665 4.86548 9.12148C5.38763 8.73145 6.10538 8.20253 6.88696 7.64785C7.66768 7.09379 8.51795 6.50994 9.30298 6.01211C10.0749 5.52262 10.8292 5.08659 11.4036 4.85684L11.9973 6.34316Z" }, null, -1);
20
+ const _hoisted_5 = [
21
+ _hoisted_2,
22
+ _hoisted_3,
23
+ _hoisted_4
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 17 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-external_process`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconFrameSelect",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M1.77777 4.20001V1.97779H4V4.20001H1.77777ZM0.888885 1.53334C0.888885 1.28788 1.08787 1.0889 1.33333 1.0889H4.44444C4.6899 1.0889 4.88889 1.28788 4.88889 1.53334V2.64445H11.1111V1.53334C11.1111 1.28788 11.3101 1.0889 11.5556 1.0889H14.6667C14.9121 1.0889 15.1111 1.28788 15.1111 1.53334V4.64445C15.1111 4.88991 14.9121 5.0889 14.6667 5.0889H13.5556V11.3111H14.6667C14.9121 11.3111 15.1111 11.5101 15.1111 11.7556V14.8667C15.1111 15.1121 14.9121 15.3111 14.6667 15.3111H11.5556C11.3101 15.3111 11.1111 15.1121 11.1111 14.8667V13.7556H4.88889V14.8667C4.88889 15.1121 4.6899 15.3111 4.44444 15.3111H1.33333C1.08787 15.3111 0.888885 15.1121 0.888885 14.8667V11.7556C0.888885 11.5101 1.08787 11.3111 1.33333 11.3111H2.44444V5.0889H1.33333C1.08787 5.0889 0.888885 4.88991 0.888885 4.64445V1.53334ZM12.6667 11.3111V5.0889H11.5556C11.3101 5.0889 11.1111 4.88991 11.1111 4.64445V3.53334H4.88889V4.64445C4.88889 4.88991 4.6899 5.0889 4.44444 5.0889H3.33333V11.3111H4.44444C4.6899 11.3111 4.88889 11.5101 4.88889 11.7556V12.8667H11.1111V11.7556C11.1111 11.5101 11.3101 11.3111 11.5556 11.3111H12.6667ZM12 4.20001V1.97779H14.2222V4.20001H12ZM1.77777 12.2V14.4222H4V12.2H1.77777ZM12 14.4222V12.2H14.2222V14.4222H12Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 17",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-frame_select`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconSShop2",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "teicon-"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M11 11.5C11 11.2239 11.2239 11 11.5 11 11.7761 11 12 11.2239 12 11.5V13C12 13.5523 11.5523 14 11 14H5C4.44772 14 4 13.5523 4 13V11.5C4 11.2239 4.22386 11 4.5 11 4.77614 11 5 11.2239 5 11.5V13H11V11.5zM13 1.5C13.2486 1.5 13.4597 1.68264 13.4951 1.92871L14.4463 8.53809C14.4828 8.68741 14.5 8.84201 14.5 9V9.01172C14.4868 9.55674 14.2952 10.0368 13.916 10.416 13.5336 10.7984 13.0489 10.9844 12.5 10.9844 11.9511 10.9844 11.4664 10.7984 11.084 10.416 11.0542 10.3862 11.0275 10.3542 11 10.3232 10.9725 10.3542 10.9458 10.3862 10.916 10.416 10.5336 10.7984 10.0489 10.9844 9.5 10.9844 8.95113 10.9844 8.46642 10.7984 8.08398 10.416 8.05422 10.3862 8.02746 10.3542 8 10.3232 7.97254 10.3542 7.94578 10.3862 7.91602 10.416 7.53358 10.7984 7.04887 10.9844 6.5 10.9844 5.95113 10.9844 5.46642 10.7984 5.08398 10.416 5.05422 10.3862 5.02746 10.3542 5 10.3232 4.97254 10.3542 4.94578 10.3862 4.91602 10.416 4.53358 10.7984 4.04887 10.9844 3.5 10.9844 2.95113 10.9844 2.46642 10.7984 2.08398 10.416 1.70477 10.0368 1.51319 9.55674 1.5 9.01172V9C1.5 8.84201 1.51722 8.68741 1.55371 8.53809L2.50488 1.92871 2.52637 1.83984C2.59382 1.63995 2.7824 1.5 3 1.5H13zM2.54199 8.69629C2.53905 8.7167 2.53473 8.73694 2.5293 8.75684 2.51162 8.82152 2.50051 8.8994 2.5 8.99316 2.50848 9.29948 2.60861 9.52658 2.79102 9.70898 2.97125 9.88922 3.19487 9.98438 3.5 9.98438 3.80513 9.98438 4.02875 9.88922 4.20898 9.70898 4.39236 9.52561 4.49245 9.29707 4.5 8.98828L4.5127 8.88867C4.56342 8.66565 4.76264 8.5 5 8.5 5.27143 8.5 5.49343 8.71693 5.5 8.98828 5.50755 9.29707 5.60764 9.52561 5.79102 9.70898 5.97125 9.88922 6.19487 9.98438 6.5 9.98438 6.80513 9.98438 7.02875 9.88922 7.20898 9.70898 7.39236 9.52561 7.49245 9.29707 7.5 8.98828L7.5127 8.88867C7.56342 8.66565 7.76264 8.5 8 8.5 8.27143 8.5 8.49343 8.71693 8.5 8.98828 8.50755 9.29707 8.60764 9.52561 8.79102 9.70898 8.97125 9.88922 9.19487 9.98438 9.5 9.98438 9.80513 9.98438 10.0288 9.88922 10.209 9.70898 10.3924 9.52561 10.4924 9.29707 10.5 8.98828L10.5127 8.88867C10.5634 8.66565 10.7626 8.5 11 8.5 11.2714 8.5 11.4934 8.71693 11.5 8.98828 11.5076 9.29707 11.6076 9.52561 11.791 9.70898 11.9712 9.88922 12.1949 9.98438 12.5 9.98438 12.8051 9.98438 13.0288 9.88922 13.209 9.70898 13.3914 9.52658 13.4905 9.29947 13.499 8.99316 13.4985 8.8994 13.4884 8.82152 13.4707 8.75684 13.4653 8.73694 13.4609 8.7167 13.458 8.69629L12.5664 2.5H3.43359L2.54199 8.69629z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-s_shop2`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
package/esm/index.js CHANGED
@@ -645,3 +645,9 @@ export { default as IconXitongpeizhi } from "./IconXitongpeizhi/index.js";
645
645
  export { default as IconHuliguanli } from "./IconHuliguanli/index.js";
646
646
  export { default as IconFuwuzhikong } from "./IconFuwuzhikong/index.js";
647
647
  export { default as IconExamine2 } from "./IconExamine2/index.js";
648
+ export { default as IconExternalProcess } from "./IconExternalProcess/index.js";
649
+ export { default as IconEnd } from "./IconEnd/index.js";
650
+ export { default as IconEvent } from "./IconEvent/index.js";
651
+ export { default as IconSShop2 } from "./IconSShop2/index.js";
652
+ export { default as IconFrameSelect } from "./IconFrameSelect/index.js";
653
+ export { default as IconClickSelect } from "./IconClickSelect/index.js";
@@ -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: "IconClickSelect",
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: "M4.0708 15C4.03662 15 4.00244 15 3.96826 14.9915C3.7461 14.9487 3.57521 14.7693 3.54103 14.5471L1.50743 1.61921C1.47325 1.41415 1.55869 1.21762 1.72959 1.098C1.89193 0.978373 2.11409 0.969828 2.29353 1.06382L14.2046 7.53205C14.4097 7.64313 14.5208 7.87383 14.4695 8.10454C14.4268 8.33524 14.2303 8.50613 13.9996 8.53177L7.80477 9.18115L4.54075 14.7351C4.43821 14.8975 4.25878 15 4.0708 15ZM2.7293 2.51639L4.36985 12.9066L7.01867 8.4036C7.10411 8.25834 7.25792 8.16435 7.42026 8.14726L12.1796 7.64313L2.7293 2.51639Z" }, 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-click_select`],
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,41 @@
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: "IconEnd",
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
+ d: "M8.5 1C10.4793 1.052 12.1276 1.73702 13.4453 3.05469C14.763 4.37235 15.448 6.02067 15.5 8C15.448 9.97933 14.763 11.6276 13.4453 12.9453C12.1276 14.263 10.4793 14.948 8.5 15C6.64453 14.9513 5.07969 14.3465 3.80566 13.1855L3.55469 12.9453C2.23702 11.6276 1.552 9.97933 1.5 8C1.54875 6.14453 2.15349 4.57969 3.31445 3.30566L3.55469 3.05469C4.87235 1.73702 6.52067 1.052 8.5 1ZM8.5 2.00098C6.77127 2.05195 5.38052 2.64292 4.26172 3.76172C3.14292 4.88052 2.55195 6.27127 2.50098 8C2.55195 9.72872 3.14292 11.1195 4.26172 12.2383C5.38051 13.3571 6.77129 13.9471 8.5 13.998C10.2287 13.9471 11.6195 13.3571 12.7383 12.2383C13.8571 11.1195 14.4471 9.72871 14.498 8C14.4471 6.27129 13.8571 4.88051 12.7383 3.76172C11.6195 2.64292 10.2287 2.05195 8.5 2.00098Z",
20
+ "fill-opacity": "1"
21
+ }, null, -1);
22
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
23
+ d: "M6 6.5C6 5.94772 6.44772 5.5 7 5.5H10C10.5523 5.5 11 5.94772 11 6.5V9.5C11 10.0523 10.5523 10.5 10 10.5H7C6.44772 10.5 6 10.0523 6 9.5V6.5Z",
24
+ "fill-opacity": "1"
25
+ }, null, -1);
26
+ const _hoisted_4 = [
27
+ _hoisted_2,
28
+ _hoisted_3
29
+ ];
30
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
31
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
32
+ viewBox: "0 0 17 16",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-end`],
36
+ width: "1em",
37
+ height: "1em"
38
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
39
+ }
40
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
41
+ module.exports = index;
@@ -0,0 +1,46 @@
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: "IconEvent",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "teicon-"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = ["fill"];
19
+ const _hoisted_3 = ["fill"];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
22
+ viewBox: "0 0 16 16",
23
+ fill: "none",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-event`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), [
29
+ vue.createElementVNode("path", {
30
+ d: "M8.53106 8.51787C8.19925 8.9209 8 9.43716 8 9.99996V13.6666C8 14.1006 8.11847 14.5069 8.32484 14.8549 7.80037 14.9492 7.24359 14.9999 6.66667 14.9999 3.53705 14.9999 1 13.5075 1 11.6666 1 9.82564 3.53705 8.33325 6.66667 8.33325 7.31984 8.33325 7.94719 8.39826 8.53106 8.51787zM9.83333 4.16667C9.83333 5.91557 8.41557 7.33333 6.66667 7.33333 4.91777 7.33333 3.5 5.91557 3.5 4.16667 3.5 2.41777 4.91777 1 6.66667 1 8.41557 1 9.83333 2.41777 9.83333 4.16667z",
31
+ fill: $props.useCurrentColor ? "currentColor" : "#5783FF"
32
+ }, null, 8, _hoisted_1),
33
+ vue.createElementVNode("path", {
34
+ d: "M9 10.0001C9 9.2637 9.59695 8.66675 10.3333 8.66675H14C14.7364 8.66675 15.3333 9.2637 15.3333 10.0001V13.6667C15.3333 14.4031 14.7364 15.0001 14 15.0001H10.3333C9.59695 15.0001 9 14.4031 9 13.6667V10.0001Z",
35
+ fill: $props.useCurrentColor ? "currentColor" : "#07C1DB"
36
+ }, null, 8, _hoisted_2),
37
+ vue.createElementVNode("path", {
38
+ "fill-rule": "evenodd",
39
+ "clip-rule": "evenodd",
40
+ d: "M10.3334 10.8333C10.3334 10.5571 10.5572 10.3333 10.8334 10.3333H13.5C13.7762 10.3333 14 10.5571 14 10.8333 14 11.1094 13.7762 11.3333 13.5 11.3333H10.8334C10.5572 11.3333 10.3334 11.1094 10.3334 10.8333zM10.3334 12.8333C10.3334 12.5571 10.5572 12.3333 10.8334 12.3333H13.5C13.7762 12.3333 14 12.5571 14 12.8333 14 13.1094 13.7762 13.3333 13.5 13.3333H10.8334C10.5572 13.3333 10.3334 13.1094 10.3334 12.8333z",
41
+ fill: $props.useCurrentColor ? "currentColor" : "#fff"
42
+ }, null, 8, _hoisted_3)
43
+ ], 16);
44
+ }
45
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
46
+ 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: "IconExternalProcess",
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: "M5.30054 2.39941C5.30033 1.95777 4.94145 1.59961 4.49976 1.59961 4.05824 1.59982 3.70016 1.9579 3.69995 2.39941 3.69995 2.84111 4.05811 3.19998 4.49976 3.2002 4.94158 3.2002 5.30054 2.84124 5.30054 2.39941zM6.90015 2.39941C6.90015 3.7249 5.82524 4.7998 4.49976 4.7998 3.17445 4.79959 2.10034 3.72477 2.10034 2.39941 2.10055 1.07424 3.17458.000211094 4.49976 0 5.82511 0 6.89994 1.07411 6.90015 2.39941zM5.30063 12.7996C5.30042 12.358 4.94155 11.9998 4.49985 11.9998 4.05834 12 3.70026 12.3581 3.70005 12.7996 3.70005 13.2413 4.05821 13.6002 4.49985 13.6004 4.94168 13.6004 5.30063 13.2414 5.30063 12.7996zM6.90024 12.7996C6.90024 14.1251 5.82534 15.2 4.49985 15.2 3.17455 15.1998 2.10044 14.125 2.10044 12.7996 2.10065 11.4744 3.17468 10.4004 4.49985 10.4002 5.82521 10.4002 6.90003 11.4743 6.90024 12.7996zM11.6736 9.54936C11.4003 9.84995 10.9002 9.65663 10.9002 9.2504V2.7496C10.9002 2.34337 11.4003 2.15005 11.6735 2.45064L14.6285 5.70103C14.7826 5.87055 14.7826 6.12944 14.6285 6.29896L11.6736 9.54936z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.70024 4H5.30024V12H3.70024V4Z" }, null, -1);
20
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.9973 6.34316C11.5718 6.5134 10.9257 6.87742 10.1604 7.3627C9.40806 7.83979 8.58288 8.40669 7.81372 8.95254C7.04553 9.49771 6.33777 10.0188 5.82251 10.4037C5.56516 10.5959 5.35576 10.7539 5.21118 10.8637C5.13893 10.9185 5.08306 10.9617 5.04517 10.9906C5.0264 11.005 5.01178 11.0155 5.0022 11.0229C4.99742 11.0265 4.99381 11.0298 4.99146 11.0316L4.98853 11.0336C4.98749 11.0323 4.9647 11.0045 4.49985 10.4002C4.04993 9.81529 4.01558 9.76957 4.01294 9.76602L4.01392 9.76504C4.01459 9.76452 4.01566 9.76399 4.01685 9.76309C4.0195 9.76104 4.02346 9.75724 4.02856 9.75332C4.03877 9.74549 4.05407 9.73399 4.07349 9.71914C4.11268 9.68917 4.16986 9.64511 4.24341 9.58926C4.39096 9.47721 4.60421 9.31665 4.86548 9.12148C5.38763 8.73145 6.10538 8.20253 6.88696 7.64785C7.66768 7.09379 8.51795 6.50994 9.30298 6.01211C10.0749 5.52262 10.8292 5.08659 11.4036 4.85684L11.9973 6.34316Z" }, null, -1);
21
+ const _hoisted_5 = [
22
+ _hoisted_2,
23
+ _hoisted_3,
24
+ _hoisted_4
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
28
+ viewBox: "0 0 17 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-external_process`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_5, 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: "IconFrameSelect",
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: "M1.77777 4.20001V1.97779H4V4.20001H1.77777ZM0.888885 1.53334C0.888885 1.28788 1.08787 1.0889 1.33333 1.0889H4.44444C4.6899 1.0889 4.88889 1.28788 4.88889 1.53334V2.64445H11.1111V1.53334C11.1111 1.28788 11.3101 1.0889 11.5556 1.0889H14.6667C14.9121 1.0889 15.1111 1.28788 15.1111 1.53334V4.64445C15.1111 4.88991 14.9121 5.0889 14.6667 5.0889H13.5556V11.3111H14.6667C14.9121 11.3111 15.1111 11.5101 15.1111 11.7556V14.8667C15.1111 15.1121 14.9121 15.3111 14.6667 15.3111H11.5556C11.3101 15.3111 11.1111 15.1121 11.1111 14.8667V13.7556H4.88889V14.8667C4.88889 15.1121 4.6899 15.3111 4.44444 15.3111H1.33333C1.08787 15.3111 0.888885 15.1121 0.888885 14.8667V11.7556C0.888885 11.5101 1.08787 11.3111 1.33333 11.3111H2.44444V5.0889H1.33333C1.08787 5.0889 0.888885 4.88991 0.888885 4.64445V1.53334ZM12.6667 11.3111V5.0889H11.5556C11.3101 5.0889 11.1111 4.88991 11.1111 4.64445V3.53334H4.88889V4.64445C4.88889 4.88991 4.6899 5.0889 4.44444 5.0889H3.33333V11.3111H4.44444C4.6899 11.3111 4.88889 11.5101 4.88889 11.7556V12.8667H11.1111V11.7556C11.1111 11.5101 11.3101 11.3111 11.5556 11.3111H12.6667ZM12 4.20001V1.97779H14.2222V4.20001H12ZM1.77777 12.2V14.4222H4V12.2H1.77777ZM12 14.4222V12.2H14.2222V14.4222H12Z"
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 17",
29
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-frame_select`],
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: "IconSShop2",
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: "M11 11.5C11 11.2239 11.2239 11 11.5 11 11.7761 11 12 11.2239 12 11.5V13C12 13.5523 11.5523 14 11 14H5C4.44772 14 4 13.5523 4 13V11.5C4 11.2239 4.22386 11 4.5 11 4.77614 11 5 11.2239 5 11.5V13H11V11.5zM13 1.5C13.2486 1.5 13.4597 1.68264 13.4951 1.92871L14.4463 8.53809C14.4828 8.68741 14.5 8.84201 14.5 9V9.01172C14.4868 9.55674 14.2952 10.0368 13.916 10.416 13.5336 10.7984 13.0489 10.9844 12.5 10.9844 11.9511 10.9844 11.4664 10.7984 11.084 10.416 11.0542 10.3862 11.0275 10.3542 11 10.3232 10.9725 10.3542 10.9458 10.3862 10.916 10.416 10.5336 10.7984 10.0489 10.9844 9.5 10.9844 8.95113 10.9844 8.46642 10.7984 8.08398 10.416 8.05422 10.3862 8.02746 10.3542 8 10.3232 7.97254 10.3542 7.94578 10.3862 7.91602 10.416 7.53358 10.7984 7.04887 10.9844 6.5 10.9844 5.95113 10.9844 5.46642 10.7984 5.08398 10.416 5.05422 10.3862 5.02746 10.3542 5 10.3232 4.97254 10.3542 4.94578 10.3862 4.91602 10.416 4.53358 10.7984 4.04887 10.9844 3.5 10.9844 2.95113 10.9844 2.46642 10.7984 2.08398 10.416 1.70477 10.0368 1.51319 9.55674 1.5 9.01172V9C1.5 8.84201 1.51722 8.68741 1.55371 8.53809L2.50488 1.92871 2.52637 1.83984C2.59382 1.63995 2.7824 1.5 3 1.5H13zM2.54199 8.69629C2.53905 8.7167 2.53473 8.73694 2.5293 8.75684 2.51162 8.82152 2.50051 8.8994 2.5 8.99316 2.50848 9.29948 2.60861 9.52658 2.79102 9.70898 2.97125 9.88922 3.19487 9.98438 3.5 9.98438 3.80513 9.98438 4.02875 9.88922 4.20898 9.70898 4.39236 9.52561 4.49245 9.29707 4.5 8.98828L4.5127 8.88867C4.56342 8.66565 4.76264 8.5 5 8.5 5.27143 8.5 5.49343 8.71693 5.5 8.98828 5.50755 9.29707 5.60764 9.52561 5.79102 9.70898 5.97125 9.88922 6.19487 9.98438 6.5 9.98438 6.80513 9.98438 7.02875 9.88922 7.20898 9.70898 7.39236 9.52561 7.49245 9.29707 7.5 8.98828L7.5127 8.88867C7.56342 8.66565 7.76264 8.5 8 8.5 8.27143 8.5 8.49343 8.71693 8.5 8.98828 8.50755 9.29707 8.60764 9.52561 8.79102 9.70898 8.97125 9.88922 9.19487 9.98438 9.5 9.98438 9.80513 9.98438 10.0288 9.88922 10.209 9.70898 10.3924 9.52561 10.4924 9.29707 10.5 8.98828L10.5127 8.88867C10.5634 8.66565 10.7626 8.5 11 8.5 11.2714 8.5 11.4934 8.71693 11.5 8.98828 11.5076 9.29707 11.6076 9.52561 11.791 9.70898 11.9712 9.88922 12.1949 9.98438 12.5 9.98438 12.8051 9.98438 13.0288 9.88922 13.209 9.70898 13.3914 9.52658 13.4905 9.29947 13.499 8.99316 13.4985 8.8994 13.4884 8.82152 13.4707 8.75684 13.4653 8.73694 13.4609 8.7167 13.458 8.69629L12.5664 2.5H3.43359L2.54199 8.69629z" }, 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-s_shop2`],
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;
package/lib/index.js CHANGED
@@ -647,6 +647,12 @@ var index$a3 = require("./IconXitongpeizhi/index.js");
647
647
  var index$a4 = require("./IconHuliguanli/index.js");
648
648
  var index$a5 = require("./IconFuwuzhikong/index.js");
649
649
  var index$a6 = require("./IconExamine2/index.js");
650
+ var index$a7 = require("./IconExternalProcess/index.js");
651
+ var index$a8 = require("./IconEnd/index.js");
652
+ var index$a9 = require("./IconEvent/index.js");
653
+ var index$aa = require("./IconSShop2/index.js");
654
+ var index$ab = require("./IconFrameSelect/index.js");
655
+ var index$ac = require("./IconClickSelect/index.js");
650
656
  exports.IconNo = index;
651
657
  exports.IconStr = index$1;
652
658
  exports.IconConnectedInside = index$2;
@@ -1294,3 +1300,9 @@ exports.IconXitongpeizhi = index$a3;
1294
1300
  exports.IconHuliguanli = index$a4;
1295
1301
  exports.IconFuwuzhikong = index$a5;
1296
1302
  exports.IconExamine2 = index$a6;
1303
+ exports.IconExternalProcess = index$a7;
1304
+ exports.IconEnd = index$a8;
1305
+ exports.IconEvent = index$a9;
1306
+ exports.IconSShop2 = index$aa;
1307
+ exports.IconFrameSelect = index$ab;
1308
+ exports.IconClickSelect = index$ac;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-te",
3
- "version": "0.0.78",
3
+ "version": "0.0.80",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-click_select`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.0708 15C4.03662 15 4.00244 15 3.96826 14.9915C3.7461 14.9487 3.57521 14.7693 3.54103 14.5471L1.50743 1.61921C1.47325 1.41415 1.55869 1.21762 1.72959 1.098C1.89193 0.978373 2.11409 0.969828 2.29353 1.06382L14.2046 7.53205C14.4097 7.64313 14.5208 7.87383 14.4695 8.10454C14.4268 8.33524 14.2303 8.50613 13.9996 8.53177L7.80477 9.18115L4.54075 14.7351C4.43821 14.8975 4.25878 15 4.0708 15ZM2.7293 2.51639L4.36985 12.9066L7.01867 8.4036C7.10411 8.25834 7.25792 8.16435 7.42026 8.14726L12.1796 7.64313L2.7293 2.51639Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconClickSelect',
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 17 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-end`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.5 1C10.4793 1.052 12.1276 1.73702 13.4453 3.05469C14.763 4.37235 15.448 6.02067 15.5 8C15.448 9.97933 14.763 11.6276 13.4453 12.9453C12.1276 14.263 10.4793 14.948 8.5 15C6.64453 14.9513 5.07969 14.3465 3.80566 13.1855L3.55469 12.9453C2.23702 11.6276 1.552 9.97933 1.5 8C1.54875 6.14453 2.15349 4.57969 3.31445 3.30566L3.55469 3.05469C4.87235 1.73702 6.52067 1.052 8.5 1ZM8.5 2.00098C6.77127 2.05195 5.38052 2.64292 4.26172 3.76172C3.14292 4.88052 2.55195 6.27127 2.50098 8C2.55195 9.72872 3.14292 11.1195 4.26172 12.2383C5.38051 13.3571 6.77129 13.9471 8.5 13.998C10.2287 13.9471 11.6195 13.3571 12.7383 12.2383C13.8571 11.1195 14.4471 9.72871 14.498 8C14.4471 6.27129 13.8571 4.88051 12.7383 3.76172C11.6195 2.64292 10.2287 2.05195 8.5 2.00098Z" fill-opacity="1"/><path d="M6 6.5C6 5.94772 6.44772 5.5 7 5.5H10C10.5523 5.5 11 5.94772 11 6.5V9.5C11 10.0523 10.5523 10.5 10 10.5H7C6.44772 10.5 6 10.0523 6 9.5V6.5Z" fill-opacity="1"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconEnd',
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="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-event`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.53106 8.51787C8.19925 8.9209 8 9.43716 8 9.99996V13.6666C8 14.1006 8.11847 14.5069 8.32484 14.8549 7.80037 14.9492 7.24359 14.9999 6.66667 14.9999 3.53705 14.9999 1 13.5075 1 11.6666 1 9.82564 3.53705 8.33325 6.66667 8.33325 7.31984 8.33325 7.94719 8.39826 8.53106 8.51787zM9.83333 4.16667C9.83333 5.91557 8.41557 7.33333 6.66667 7.33333 4.91777 7.33333 3.5 5.91557 3.5 4.16667 3.5 2.41777 4.91777 1 6.66667 1 8.41557 1 9.83333 2.41777 9.83333 4.16667z" :fill="useCurrentColor ? 'currentColor' : '#5783FF'"/><path d="M9 10.0001C9 9.2637 9.59695 8.66675 10.3333 8.66675H14C14.7364 8.66675 15.3333 9.2637 15.3333 10.0001V13.6667C15.3333 14.4031 14.7364 15.0001 14 15.0001H10.3333C9.59695 15.0001 9 14.4031 9 13.6667V10.0001Z" :fill="useCurrentColor ? 'currentColor' : '#07C1DB'"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.3334 10.8333C10.3334 10.5571 10.5572 10.3333 10.8334 10.3333H13.5C13.7762 10.3333 14 10.5571 14 10.8333 14 11.1094 13.7762 11.3333 13.5 11.3333H10.8334C10.5572 11.3333 10.3334 11.1094 10.3334 10.8333zM10.3334 12.8333C10.3334 12.5571 10.5572 12.3333 10.8334 12.3333H13.5C13.7762 12.3333 14 12.5571 14 12.8333 14 13.1094 13.7762 13.3333 13.5 13.3333H10.8334C10.5572 13.3333 10.3334 13.1094 10.3334 12.8333z" :fill="useCurrentColor ? 'currentColor' : '#fff'"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconEvent',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: false,
16
+ },
17
+ },
18
+ };
19
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg viewBox="0 0 17 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-external_process`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.30054 2.39941C5.30033 1.95777 4.94145 1.59961 4.49976 1.59961 4.05824 1.59982 3.70016 1.9579 3.69995 2.39941 3.69995 2.84111 4.05811 3.19998 4.49976 3.2002 4.94158 3.2002 5.30054 2.84124 5.30054 2.39941zM6.90015 2.39941C6.90015 3.7249 5.82524 4.7998 4.49976 4.7998 3.17445 4.79959 2.10034 3.72477 2.10034 2.39941 2.10055 1.07424 3.17458.000211094 4.49976 0 5.82511 0 6.89994 1.07411 6.90015 2.39941zM5.30063 12.7996C5.30042 12.358 4.94155 11.9998 4.49985 11.9998 4.05834 12 3.70026 12.3581 3.70005 12.7996 3.70005 13.2413 4.05821 13.6002 4.49985 13.6004 4.94168 13.6004 5.30063 13.2414 5.30063 12.7996zM6.90024 12.7996C6.90024 14.1251 5.82534 15.2 4.49985 15.2 3.17455 15.1998 2.10044 14.125 2.10044 12.7996 2.10065 11.4744 3.17468 10.4004 4.49985 10.4002 5.82521 10.4002 6.90003 11.4743 6.90024 12.7996zM11.6736 9.54936C11.4003 9.84995 10.9002 9.65663 10.9002 9.2504V2.7496C10.9002 2.34337 11.4003 2.15005 11.6735 2.45064L14.6285 5.70103C14.7826 5.87055 14.7826 6.12944 14.6285 6.29896L11.6736 9.54936z"/><path d="M3.70024 4H5.30024V12H3.70024V4Z"/><path d="M11.9973 6.34316C11.5718 6.5134 10.9257 6.87742 10.1604 7.3627C9.40806 7.83979 8.58288 8.40669 7.81372 8.95254C7.04553 9.49771 6.33777 10.0188 5.82251 10.4037C5.56516 10.5959 5.35576 10.7539 5.21118 10.8637C5.13893 10.9185 5.08306 10.9617 5.04517 10.9906C5.0264 11.005 5.01178 11.0155 5.0022 11.0229C4.99742 11.0265 4.99381 11.0298 4.99146 11.0316L4.98853 11.0336C4.98749 11.0323 4.9647 11.0045 4.49985 10.4002C4.04993 9.81529 4.01558 9.76957 4.01294 9.76602L4.01392 9.76504C4.01459 9.76452 4.01566 9.76399 4.01685 9.76309C4.0195 9.76104 4.02346 9.75724 4.02856 9.75332C4.03877 9.74549 4.05407 9.73399 4.07349 9.71914C4.11268 9.68917 4.16986 9.64511 4.24341 9.58926C4.39096 9.47721 4.60421 9.31665 4.86548 9.12148C5.38763 8.73145 6.10538 8.20253 6.88696 7.64785C7.66768 7.09379 8.51795 6.50994 9.30298 6.01211C10.0749 5.52262 10.8292 5.08659 11.4036 4.85684L11.9973 6.34316Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconExternalProcess',
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 17" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-frame_select`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.77777 4.20001V1.97779H4V4.20001H1.77777ZM0.888885 1.53334C0.888885 1.28788 1.08787 1.0889 1.33333 1.0889H4.44444C4.6899 1.0889 4.88889 1.28788 4.88889 1.53334V2.64445H11.1111V1.53334C11.1111 1.28788 11.3101 1.0889 11.5556 1.0889H14.6667C14.9121 1.0889 15.1111 1.28788 15.1111 1.53334V4.64445C15.1111 4.88991 14.9121 5.0889 14.6667 5.0889H13.5556V11.3111H14.6667C14.9121 11.3111 15.1111 11.5101 15.1111 11.7556V14.8667C15.1111 15.1121 14.9121 15.3111 14.6667 15.3111H11.5556C11.3101 15.3111 11.1111 15.1121 11.1111 14.8667V13.7556H4.88889V14.8667C4.88889 15.1121 4.6899 15.3111 4.44444 15.3111H1.33333C1.08787 15.3111 0.888885 15.1121 0.888885 14.8667V11.7556C0.888885 11.5101 1.08787 11.3111 1.33333 11.3111H2.44444V5.0889H1.33333C1.08787 5.0889 0.888885 4.88991 0.888885 4.64445V1.53334ZM12.6667 11.3111V5.0889H11.5556C11.3101 5.0889 11.1111 4.88991 11.1111 4.64445V3.53334H4.88889V4.64445C4.88889 4.88991 4.6899 5.0889 4.44444 5.0889H3.33333V11.3111H4.44444C4.6899 11.3111 4.88889 11.5101 4.88889 11.7556V12.8667H11.1111V11.7556C11.1111 11.5101 11.3101 11.3111 11.5556 11.3111H12.6667ZM12 4.20001V1.97779H14.2222V4.20001H12ZM1.77777 12.2V14.4222H4V12.2H1.77777ZM12 14.4222V12.2H14.2222V14.4222H12Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconFrameSelect',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'teicon-',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>