@arco-iconbox/vue-update-line-icon 0.0.3 → 0.0.5

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,50 @@
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: "IconBind",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("g", {
18
+ "clip-path": "url(#svg_f4f12c7a2c__clip0_6461_243190)",
19
+ stroke: "#434343",
20
+ "stroke-width": "1.5",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, [
24
+ /* @__PURE__ */ createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
25
+ ], -1);
26
+ const _hoisted_3 = { id: "svg_f4f12c7a2c__clip0_6461_243190" };
27
+ const _hoisted_4 = ["fill"];
28
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29
+ return openBlock(), createElementBlock("svg", mergeProps({
30
+ viewBox: "0 0 16 16",
31
+ fill: $props.useCurrentColor ? "currentColor" : "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-bind`],
34
+ width: "1em",
35
+ height: "1em"
36
+ }, _ctx.$attrs), [
37
+ _hoisted_2,
38
+ createElementVNode("defs", null, [
39
+ createElementVNode("clipPath", _hoisted_3, [
40
+ createElementVNode("path", {
41
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
42
+ transform: "translate(2 2)",
43
+ d: "M0 0H12V12H0z"
44
+ }, null, 8, _hoisted_4)
45
+ ])
46
+ ])
47
+ ], 16, _hoisted_1);
48
+ }
49
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
50
+ export { index as default };
@@ -0,0 +1,37 @@
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: "IconChaxun",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
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: "M4.25 7.99995V2.94812L8.625 5.47404L13 7.99995L8.625 10.5259L4.25 13.0518V7.99995Z",
19
+ stroke: "#52C41A",
20
+ "stroke-linecap": "round",
21
+ "stroke-linejoin": "round"
22
+ }, null, -1);
23
+ const _hoisted_3 = [
24
+ _hoisted_2
25
+ ];
26
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
27
+ return openBlock(), createElementBlock("svg", mergeProps({
28
+ viewBox: "0 0 16 16",
29
+ fill: $props.useCurrentColor ? "currentColor" : "none",
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chaxun`],
32
+ width: "1em",
33
+ height: "1em"
34
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
35
+ }
36
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
37
+ export { index as default };
@@ -15,20 +15,12 @@ const _sfc_main = {
15
15
  };
16
16
  const _hoisted_1 = ["fill"];
17
17
  const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
- d: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
18
+ d: "M13 3H3C2.44772 3 2 3.3731 2 3.83333V12.1667C2 12.6269 2.44772 13 3 13H13C13.5523 13 14 12.6269 14 12.1667V3.83333C14 3.3731 13.5523 3 13 3Z",
19
19
  stroke: "#434343",
20
- "stroke-width": "1.5",
21
- "stroke-linecap": "round",
20
+ "stroke-width": "1.4",
22
21
  "stroke-linejoin": "round"
23
22
  }, null, -1);
24
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
- d: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
26
- stroke: "#434343",
27
- "stroke-width": "1.5",
28
- "stroke-linecap": "round",
29
- "stroke-linejoin": "round"
30
- }, null, -1);
31
- const _hoisted_4 = ["fill"];
23
+ const _hoisted_3 = ["fill"];
32
24
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
25
  return openBlock(), createElementBlock("svg", mergeProps({
34
26
  viewBox: "0 0 16 16",
@@ -39,11 +31,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
31
  height: "1em"
40
32
  }, _ctx.$attrs), [
41
33
  _hoisted_2,
42
- _hoisted_3,
43
34
  createElementVNode("path", {
44
- d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
45
- fill: $props.useCurrentColor ? "currentColor" : "#333"
46
- }, null, 8, _hoisted_4)
35
+ d: "M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z",
36
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
37
+ }, null, 8, _hoisted_3)
47
38
  ], 16, _hoisted_1);
48
39
  }
49
40
  var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
@@ -0,0 +1,44 @@
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: "IconGeshihua",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
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: "M10.9909 2.35132H2.66663V6.81078H10.9909V2.35132Z",
19
+ stroke: "#434343",
20
+ "stroke-linecap": "round",
21
+ "stroke-linejoin": "round"
22
+ }, null, -1);
23
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
24
+ d: "M10.9984 4.43237H13.6666V9.21928L6.53149 10.1406V13.6486",
25
+ stroke: "#434343",
26
+ "stroke-linecap": "round",
27
+ "stroke-linejoin": "round"
28
+ }, null, -1);
29
+ const _hoisted_4 = [
30
+ _hoisted_2,
31
+ _hoisted_3
32
+ ];
33
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
+ return openBlock(), createElementBlock("svg", mergeProps({
35
+ viewBox: "0 0 16 16",
36
+ fill: $props.useCurrentColor ? "currentColor" : "none",
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-geshihua`],
39
+ width: "1em",
40
+ height: "1em"
41
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
42
+ }
43
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
44
+ export { index as default };
@@ -0,0 +1,50 @@
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: "IconJiaoben",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
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: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
19
+ stroke: "#434343",
20
+ "stroke-width": "1.5",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
+ d: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
26
+ stroke: "#434343",
27
+ "stroke-width": "1.5",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }, null, -1);
31
+ const _hoisted_4 = ["fill"];
32
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
33
+ return openBlock(), createElementBlock("svg", mergeProps({
34
+ viewBox: "0 0 16 16",
35
+ fill: $props.useCurrentColor ? "currentColor" : "none",
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-jiaoben`],
38
+ width: "1em",
39
+ height: "1em"
40
+ }, _ctx.$attrs), [
41
+ _hoisted_2,
42
+ _hoisted_3,
43
+ createElementVNode("path", {
44
+ d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
45
+ fill: $props.useCurrentColor ? "currentColor" : "#333"
46
+ }, null, 8, _hoisted_4)
47
+ ], 16, _hoisted_1);
48
+ }
49
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
50
+ export { index as default };
@@ -0,0 +1,46 @@
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: "IconLog",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
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: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
19
+ stroke: "#434343",
20
+ "stroke-width": "1.5",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
+ d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
26
+ stroke: "#434343",
27
+ "stroke-width": "1.5",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round"
30
+ }, null, -1);
31
+ const _hoisted_4 = [
32
+ _hoisted_2,
33
+ _hoisted_3
34
+ ];
35
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
36
+ return openBlock(), createElementBlock("svg", mergeProps({
37
+ viewBox: "0 0 16 16",
38
+ fill: $props.useCurrentColor ? "currentColor" : "none",
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-log`],
41
+ width: "1em",
42
+ height: "1em"
43
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
44
+ }
45
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
46
+ 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: "IconQingkong",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "update-line-icon"
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
+ "clip-rule": "evenodd",
19
+ d: "M6.66663 1.97131H9.33329V4.63799H14.3333V7.30466H1.66663V4.63799H6.66663V1.97131Z",
20
+ stroke: "#434343",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
25
+ d: "M2.66663 13.3334H13.3333V7.33337H2.66663V13.3334zM5.33337 13.2992V11.3047M8 13.2992V11.2992M10.6666 13.2992V11.3047M4 13.3334H12",
26
+ stroke: "#434343",
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round"
29
+ }, null, -1);
30
+ const _hoisted_4 = [
31
+ _hoisted_2,
32
+ _hoisted_3
33
+ ];
34
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
35
+ return openBlock(), createElementBlock("svg", mergeProps({
36
+ viewBox: "0 0 16 16",
37
+ fill: $props.useCurrentColor ? "currentColor" : "none",
38
+ xmlns: "http://www.w3.org/2000/svg",
39
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-qingkong`],
40
+ width: "1em",
41
+ height: "1em"
42
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
43
+ }
44
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
45
+ export { index as default };
package/esm/index.js CHANGED
@@ -89,4 +89,10 @@ export { default as IconOfflineWorkflow } from "./IconOfflineWorkflow/index.js";
89
89
  export { default as IconOnlineWorkflow } from "./IconOnlineWorkflow/index.js";
90
90
  export { default as IconSubmit } from "./IconSubmit/index.js";
91
91
  export { default as IconWorkflow } from "./IconWorkflow/index.js";
92
+ export { default as IconJiaoben } from "./IconJiaoben/index.js";
93
+ export { default as IconGeshihua } from "./IconGeshihua/index.js";
94
+ export { default as IconQingkong } from "./IconQingkong/index.js";
95
+ export { default as IconChaxun } from "./IconChaxun/index.js";
92
96
  export { default as IconConsole } from "./IconConsole/index.js";
97
+ export { default as IconBind } from "./IconBind/index.js";
98
+ export { default as IconLog } from "./IconLog/index.js";
@@ -0,0 +1,51 @@
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: "IconBind",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: true
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
19
+ "clip-path": "url(#svg_f4f12c7a2c__clip0_6461_243190)",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
26
+ ], -1);
27
+ const _hoisted_3 = { id: "svg_f4f12c7a2c__clip0_6461_243190" };
28
+ const _hoisted_4 = ["fill"];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
31
+ viewBox: "0 0 16 16",
32
+ fill: $props.useCurrentColor ? "currentColor" : "none",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-bind`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), [
38
+ _hoisted_2,
39
+ vue.createElementVNode("defs", null, [
40
+ vue.createElementVNode("clipPath", _hoisted_3, [
41
+ vue.createElementVNode("path", {
42
+ fill: $props.useCurrentColor ? "currentColor" : "#fff",
43
+ transform: "translate(2 2)",
44
+ d: "M0 0H12V12H0z"
45
+ }, null, 8, _hoisted_4)
46
+ ])
47
+ ])
48
+ ], 16, _hoisted_1);
49
+ }
50
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
51
+ module.exports = index;
@@ -0,0 +1,38 @@
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: "IconChaxun",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
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: "M4.25 7.99995V2.94812L8.625 5.47404L13 7.99995L8.625 10.5259L4.25 13.0518V7.99995Z",
20
+ stroke: "#52C41A",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = [
25
+ _hoisted_2
26
+ ];
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: $props.useCurrentColor ? "currentColor" : "none",
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chaxun`],
33
+ width: "1em",
34
+ height: "1em"
35
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
36
+ }
37
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
38
+ module.exports = index;
@@ -16,20 +16,12 @@ const _sfc_main = {
16
16
  };
17
17
  const _hoisted_1 = ["fill"];
18
18
  const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
19
- d: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
19
+ d: "M13 3H3C2.44772 3 2 3.3731 2 3.83333V12.1667C2 12.6269 2.44772 13 3 13H13C13.5523 13 14 12.6269 14 12.1667V3.83333C14 3.3731 13.5523 3 13 3Z",
20
20
  stroke: "#434343",
21
- "stroke-width": "1.5",
22
- "stroke-linecap": "round",
21
+ "stroke-width": "1.4",
23
22
  "stroke-linejoin": "round"
24
23
  }, null, -1);
25
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
- d: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
27
- stroke: "#434343",
28
- "stroke-width": "1.5",
29
- "stroke-linecap": "round",
30
- "stroke-linejoin": "round"
31
- }, null, -1);
32
- const _hoisted_4 = ["fill"];
24
+ const _hoisted_3 = ["fill"];
33
25
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
26
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
35
27
  viewBox: "0 0 16 16",
@@ -40,11 +32,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
40
32
  height: "1em"
41
33
  }, _ctx.$attrs), [
42
34
  _hoisted_2,
43
- _hoisted_3,
44
35
  vue.createElementVNode("path", {
45
- d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
46
- fill: $props.useCurrentColor ? "currentColor" : "#333"
47
- }, null, 8, _hoisted_4)
36
+ d: "M4.59922 10.0444C4.33918 10.0444 4.09459 10.002 3.86543 9.91716 3.6379 9.83234 3.44694 9.7006 3.29254 9.52193 3.2166 9.43404 3.15442 9.33372 3.106 9.22095 3.0159 9.0111 3.17198 8.79301 3.39481 8.74298V8.74298C3.65635 8.68426 3.87934 8.91062 4.0739 9.095 4.0775 9.09841 4.08114 9.10175 4.08484 9.10504 4.1986 9.2043 4.36275 9.25393 4.57728 9.25393 4.7268 9.25393 4.84219 9.23498 4.92345 9.19708 5.00471 9.15737 5.06078 9.10774 5.09166 9.04819 5.12417 8.98683 5.14042 8.92366 5.14042 8.85869 5.14042 8.73777 5.09329 8.64302 4.99902 8.57445 4.90639 8.50587 4.78693 8.45714 4.64066 8.42826L4.32862 8.366C4.1921 8.34073 4.05477 8.30464 3.91663 8.25772 3.78011 8.21079 3.65415 8.14492 3.53876 8.0601 3.425 7.97528 3.33317 7.86519 3.26329 7.72983 3.19503 7.59448 3.1609 7.42574 3.1609 7.22361 3.1609 6.96553 3.21941 6.74535 3.33642 6.56308 3.45506 6.3808 3.61921 6.24183 3.82886 6.14618 4.04014 6.04873 4.28311 6 4.55778 6 4.81131 6 5.04291 6.04241 5.25256 6.12723 5.46221 6.21025 5.63693 6.33387 5.77669 6.49811 5.83124 6.5615 5.87837 6.63066 5.91806 6.7056 6.0274 6.912 5.87146 7.14055 5.64396 7.19348L5.45079 7.23841C5.3036 7.27266 5.16569 7.16848 5.09654 7.03411V7.03411C5.05916 6.95831 5.00146 6.89875 4.92345 6.85544 4.84707 6.81213 4.74143 6.79047 4.60653 6.79047 4.48139 6.79047 4.38063 6.80852 4.30424 6.84461 4.22948 6.88071 4.17504 6.92673 4.14091 6.98267 4.10678 7.03862 4.08971 7.09818 4.08971 7.16134 4.08971 7.28045 4.14822 7.36979 4.26524 7.42934 4.38225 7.4871 4.53259 7.53402 4.71624 7.57011L5.03803 7.63779C5.20868 7.67028 5.37364 7.72893 5.53291 7.81375 5.69381 7.89857 5.82545 8.01949 5.92784 8.1765 6.03023 8.33351 6.08142 8.53925 6.08142 8.79372 6.08142 9.06623 6.01723 9.29543 5.88883 9.48132 5.76044 9.66721 5.58492 9.80798 5.36226 9.90363 5.13961 9.99747 4.88526 10.0444 4.59922 10.0444zM8.49732 11C8.26329 11 8.08857 10.9413 7.97318 10.824 7.85942 10.7067 7.80254 10.5326 7.80254 10.3016V10.1916C7.80254 9.96679 7.98481 9.78452 8.20965 9.78452H8.23236C8.44467 9.78452 8.61677 9.95662 8.61677 10.1689V10.1689C8.61677 10.2303 8.62409 10.2709 8.63871 10.2907 8.65497 10.3106 8.68828 10.3205 8.73866 10.3205H8.80117C8.9888 10.3205 9.14091 10.4726 9.14091 10.6603V10.6603C9.14091 10.8479 8.9888 11 8.80117 11H8.49732zM8.21453 10.0444C7.85048 10.0444 7.536 9.96318 7.27109 9.80076 7.00618 9.63653 6.80221 9.40282 6.65919 9.09962 6.51617 8.79643 6.44466 8.43729 6.44466 8.0222 6.44466 7.60531 6.51617 7.24616 6.65919 6.94478 6.80221 6.64339 7.00618 6.41058 7.27109 6.24635 7.536 6.08212 7.85048 6 8.21453 6 8.57858 6 8.89306 6.08212 9.15797 6.24635 9.42288 6.41058 9.62685 6.64339 9.76987 6.94478 9.91289 7.24616 9.9844 7.60531 9.9844 8.0222 9.9844 8.43729 9.91289 8.79643 9.76987 9.09962 9.62685 9.40282 9.42288 9.63653 9.15797 9.80076 8.89306 9.96318 8.57858 10.0444 8.21453 10.0444zM8.21209 9.21332C8.39412 9.21332 8.54851 9.1664 8.67528 9.07255 8.80205 8.9787 8.89875 8.84335 8.96538 8.66649 9.03202 8.48782 9.06533 8.27306 9.06533 8.0222 9.06533 7.76954 9.03202 7.55477 8.96538 7.37791 8.89875 7.20105 8.80205 7.06569 8.67528 6.97185 8.54851 6.878 8.39412 6.83108 8.21209 6.83108 8.03332 6.83108 7.88055 6.878 7.75378 6.97185 7.62701 7.06569 7.5295 7.20105 7.46124 7.37791 7.3946 7.55477 7.36129 7.76954 7.36129 8.0222 7.36129 8.27306 7.3946 8.48782 7.46124 8.66649 7.5295 8.84335 7.62701 8.9787 7.75378 9.07255 7.88055 9.1664 8.03332 9.21332 8.21209 9.21332zM10.9549 9.9713C10.6788 9.9713 10.4549 9.74745 10.4549 9.4713V6.51312C10.4549 6.2701 10.6519 6.07309 10.8949 6.07309V6.07309C11.138 6.07309 11.335 6.2701 11.335 6.51312V9.14023H12.5845C12.814 9.14023 13 9.32627 13 9.55577V9.55577C13 9.78526 12.814 9.9713 12.5845 9.9713H10.9549z",
37
+ fill: $props.useCurrentColor ? "currentColor" : "#434343"
38
+ }, null, 8, _hoisted_3)
48
39
  ], 16, _hoisted_1);
49
40
  }
50
41
  var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
@@ -0,0 +1,45 @@
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: "IconGeshihua",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
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: "M10.9909 2.35132H2.66663V6.81078H10.9909V2.35132Z",
20
+ stroke: "#434343",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round"
23
+ }, null, -1);
24
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
25
+ d: "M10.9984 4.43237H13.6666V9.21928L6.53149 10.1406V13.6486",
26
+ stroke: "#434343",
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round"
29
+ }, null, -1);
30
+ const _hoisted_4 = [
31
+ _hoisted_2,
32
+ _hoisted_3
33
+ ];
34
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
35
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
36
+ viewBox: "0 0 16 16",
37
+ fill: $props.useCurrentColor ? "currentColor" : "none",
38
+ xmlns: "http://www.w3.org/2000/svg",
39
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-geshihua`],
40
+ width: "1em",
41
+ height: "1em"
42
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
43
+ }
44
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
45
+ module.exports = index;
@@ -0,0 +1,51 @@
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: "IconJiaoben",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
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: "M7.75 12H3.75C3.33579 12 3 11.6642 3 11.25V4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V8.4706",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1);
25
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
+ d: "M3 4.75C3 4.33579 3.33579 4 3.75 4H12.25C12.6642 4 13 4.33579 13 4.75V7H3V4.75zM10.5 10.25L9.5 11.25 10.5 12.25M12 10.25L13 11.25 12 12.25",
27
+ stroke: "#434343",
28
+ "stroke-width": "1.5",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1);
32
+ const _hoisted_4 = ["fill"];
33
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
34
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
35
+ viewBox: "0 0 16 16",
36
+ fill: $props.useCurrentColor ? "currentColor" : "none",
37
+ xmlns: "http://www.w3.org/2000/svg",
38
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-jiaoben`],
39
+ width: "1em",
40
+ height: "1em"
41
+ }, _ctx.$attrs), [
42
+ _hoisted_2,
43
+ _hoisted_3,
44
+ vue.createElementVNode("path", {
45
+ d: "M4 5.5C4 5.22386 4.22386 5 4.5 5 4.77614 5 5 5.22386 5 5.5 5 5.77614 4.77614 6 4.5 6 4.22386 6 4 5.77614 4 5.5zM5.5 5.5C5.5 5.22386 5.72386 5 6 5 6.27614 5 6.5 5.22386 6.5 5.5 6.5 5.77614 6.27614 6 6 6 5.72386 6 5.5 5.77614 5.5 5.5z",
46
+ fill: $props.useCurrentColor ? "currentColor" : "#333"
47
+ }, null, 8, _hoisted_4)
48
+ ], 16, _hoisted_1);
49
+ }
50
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
51
+ module.exports = index;
@@ -0,0 +1,47 @@
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: "IconLog",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "update-line-icon"
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: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
20
+ stroke: "#434343",
21
+ "stroke-width": "1.5",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null, -1);
25
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
26
+ d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
27
+ stroke: "#434343",
28
+ "stroke-width": "1.5",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }, null, -1);
32
+ const _hoisted_4 = [
33
+ _hoisted_2,
34
+ _hoisted_3
35
+ ];
36
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
37
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
38
+ viewBox: "0 0 16 16",
39
+ fill: $props.useCurrentColor ? "currentColor" : "none",
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-log`],
42
+ width: "1em",
43
+ height: "1em"
44
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
45
+ }
46
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
47
+ module.exports = index;