@arco-iconbox/vue-update-line-icon 0.0.24 → 0.0.25

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,34 @@
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: "IconGroupAdd",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z" }, null, -1);
18
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z" }, null, -1);
19
+ const _hoisted_4 = [
20
+ _hoisted_1,
21
+ _hoisted_2,
22
+ _hoisted_3
23
+ ];
24
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
25
+ return openBlock(), createElementBlock("svg", mergeProps({
26
+ viewBox: "0 0 16 16",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add`],
29
+ width: "1em",
30
+ height: "1em"
31
+ }, _ctx.$attrs), _hoisted_4, 16);
32
+ }
33
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
34
+ 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: "IconNext",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_1,
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return openBlock(), createElementBlock("svg", mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-next`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ 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: "IconRevocationQs",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M4.45606 13.5694C4.77049 13.8389 5.24408 13.8027 5.51368 13.4883C5.78321 13.1739 5.747 12.7003 5.43262 12.4307L4.10255 11.2911L5.47462 9.91899C5.76743 9.62608 5.76749 9.1513 5.47462 8.85844C5.18174 8.56571 4.70692 8.56568 4.41407 8.85844L2.46973 10.8028C2.32202 10.9505 2.24297 11.1536 2.25098 11.3623C2.25905 11.5709 2.35336 11.7665 2.51172 11.9024L4.45606 13.5694Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M9.38672 12.0835C11.7015 12.0835 13.6568 10.2037 13.7471 7.89014C13.8422 5.44458 11.8316 3.36084 9.38672 3.36084H4.66602C4.25204 3.36095 3.91625 3.6969 3.91602 4.11084C3.91602 4.52499 4.2519 4.86073 4.66602 4.86084H9.38672C10.9824 4.86084 12.3102 6.23958 12.248 7.83252C12.189 9.34073 10.8957 10.5835 9.38672 10.5835H3C2.58579 10.5835 2.25 10.9193 2.25 11.3335C2.25 11.7477 2.58579 12.0835 3 12.0835H9.38672Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_1,
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return openBlock(), createElementBlock("svg", mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-revocation_qs`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ 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: "IconSaveQs",
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 = /* @__PURE__ */ createElementVNode("path", { d: "M2.41669 11.4995V4.49951C2.41686 3.34918 3.34936 2.41668 4.49969 2.4165H9.44794L9.65399 2.42627C10.1308 2.47368 10.5788 2.6851 10.9206 3.02686L12.9733 5.07861C13.364 5.46931 13.5837 5.99971 13.5837 6.55225V11.4995C13.5837 12.6501 12.6503 13.5835 11.4997 13.5835H4.49969C3.34925 13.5833 2.41669 12.65 2.41669 11.4995ZM3.91669 11.4995C3.91669 11.8216 4.17768 12.0833 4.49969 12.0835H11.4997C11.8219 12.0835 12.0837 11.8217 12.0837 11.4995V6.55225C12.0837 6.39754 12.0222 6.24856 11.9128 6.13916L9.86005 4.0874C9.77806 4.00544 9.67422 3.95066 9.56219 3.92822L9.44794 3.9165H4.49969C4.17779 3.91668 3.91686 4.1776 3.91669 4.49951V11.4995Z" }, null, -1);
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M10.9163 12.6665C10.9163 13.0807 10.5805 13.4165 10.1663 13.4165 9.75226 13.4163 9.41632 13.0806 9.41632 12.6665V10.5835H6.58331V12.6665C6.58331 13.0807 6.24753 13.4165 5.83331 13.4165 5.4191 13.4165 5.08331 13.0807 5.08331 12.6665V10.5005C5.08331 9.71808 5.7179 9.0835 6.50031 9.0835H9.50031C10.2826 9.08367 10.9163 9.71819 10.9163 10.5005V12.6665zM5.08331 5.50049V3.3335C5.08331 2.91928 5.4191 2.5835 5.83331 2.5835 6.24753 2.5835 6.58331 2.91928 6.58331 3.3335V5.50049C6.58314 5.91455 6.24742 6.25049 5.83331 6.25049 5.41921 6.25049 5.08349 5.91455 5.08331 5.50049z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_1,
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return openBlock(), createElementBlock("svg", mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-save_qs`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -0,0 +1,30 @@
1
+ import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconTableAdd",
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 = /* @__PURE__ */ createStaticVNode('<g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"></path><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"></path><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"></path></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"></path></clipPath></defs>', 2);
17
+ const _hoisted_3 = [
18
+ _hoisted_1
19
+ ];
20
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
21
+ return openBlock(), createElementBlock("svg", mergeProps({
22
+ viewBox: "0 0 16 16",
23
+ xmlns: "http://www.w3.org/2000/svg",
24
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add`],
25
+ width: "1em",
26
+ height: "1em"
27
+ }, _ctx.$attrs), _hoisted_3, 16);
28
+ }
29
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
30
+ export { index as default };
package/esm/index.js CHANGED
@@ -135,3 +135,8 @@ export { default as IconUploadQs } from "./IconUploadQs/index.js";
135
135
  export { default as IconRefreshQs } from "./IconRefreshQs/index.js";
136
136
  export { default as IconId } from "./IconId/index.js";
137
137
  export { default as IconTipsQs } from "./IconTipsQs/index.js";
138
+ export { default as IconGroupAdd } from "./IconGroupAdd/index.js";
139
+ export { default as IconNext } from "./IconNext/index.js";
140
+ export { default as IconRevocationQs } from "./IconRevocationQs/index.js";
141
+ export { default as IconTableAdd } from "./IconTableAdd/index.js";
142
+ export { default as IconSaveQs } from "./IconSaveQs/index.js";
@@ -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: "IconGroupAdd",
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 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z" }, null, -1);
19
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z" }, null, -1);
20
+ const _hoisted_4 = [
21
+ _hoisted_1,
22
+ _hoisted_2,
23
+ _hoisted_3
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-group_add`],
30
+ width: "1em",
31
+ height: "1em"
32
+ }, _ctx.$attrs), _hoisted_4, 16);
33
+ }
34
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
35
+ 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: "IconNext",
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 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_1,
21
+ _hoisted_2
22
+ ];
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
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-next`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ 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: "IconRevocationQs",
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 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.45606 13.5694C4.77049 13.8389 5.24408 13.8027 5.51368 13.4883C5.78321 13.1739 5.747 12.7003 5.43262 12.4307L4.10255 11.2911L5.47462 9.91899C5.76743 9.62608 5.76749 9.1513 5.47462 8.85844C5.18174 8.56571 4.70692 8.56568 4.41407 8.85844L2.46973 10.8028C2.32202 10.9505 2.24297 11.1536 2.25098 11.3623C2.25905 11.5709 2.35336 11.7665 2.51172 11.9024L4.45606 13.5694Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.38672 12.0835C11.7015 12.0835 13.6568 10.2037 13.7471 7.89014C13.8422 5.44458 11.8316 3.36084 9.38672 3.36084H4.66602C4.25204 3.36095 3.91625 3.6969 3.91602 4.11084C3.91602 4.52499 4.2519 4.86073 4.66602 4.86084H9.38672C10.9824 4.86084 12.3102 6.23958 12.248 7.83252C12.189 9.34073 10.8957 10.5835 9.38672 10.5835H3C2.58579 10.5835 2.25 10.9193 2.25 11.3335C2.25 11.7477 2.58579 12.0835 3 12.0835H9.38672Z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_1,
21
+ _hoisted_2
22
+ ];
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
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-revocation_qs`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ 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: "IconSaveQs",
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 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2.41669 11.4995V4.49951C2.41686 3.34918 3.34936 2.41668 4.49969 2.4165H9.44794L9.65399 2.42627C10.1308 2.47368 10.5788 2.6851 10.9206 3.02686L12.9733 5.07861C13.364 5.46931 13.5837 5.99971 13.5837 6.55225V11.4995C13.5837 12.6501 12.6503 13.5835 11.4997 13.5835H4.49969C3.34925 13.5833 2.41669 12.65 2.41669 11.4995ZM3.91669 11.4995C3.91669 11.8216 4.17768 12.0833 4.49969 12.0835H11.4997C11.8219 12.0835 12.0837 11.8217 12.0837 11.4995V6.55225C12.0837 6.39754 12.0222 6.24856 11.9128 6.13916L9.86005 4.0874C9.77806 4.00544 9.67422 3.95066 9.56219 3.92822L9.44794 3.9165H4.49969C4.17779 3.91668 3.91686 4.1776 3.91669 4.49951V11.4995Z" }, null, -1);
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.9163 12.6665C10.9163 13.0807 10.5805 13.4165 10.1663 13.4165 9.75226 13.4163 9.41632 13.0806 9.41632 12.6665V10.5835H6.58331V12.6665C6.58331 13.0807 6.24753 13.4165 5.83331 13.4165 5.4191 13.4165 5.08331 13.0807 5.08331 12.6665V10.5005C5.08331 9.71808 5.7179 9.0835 6.50031 9.0835H9.50031C10.2826 9.08367 10.9163 9.71819 10.9163 10.5005V12.6665zM5.08331 5.50049V3.3335C5.08331 2.91928 5.4191 2.5835 5.83331 2.5835 6.24753 2.5835 6.58331 2.91928 6.58331 3.3335V5.50049C6.58314 5.91455 6.24742 6.25049 5.83331 6.25049 5.41921 6.25049 5.08349 5.91455 5.08331 5.50049z" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_1,
21
+ _hoisted_2
22
+ ];
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
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-save_qs`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ module.exports = index;
@@ -0,0 +1,31 @@
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: "IconTableAdd",
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 = /* @__PURE__ */ vue.createStaticVNode('<g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"></path><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"></path><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"></path></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"></path></clipPath></defs>', 2);
18
+ const _hoisted_3 = [
19
+ _hoisted_1
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-table_add`],
26
+ width: "1em",
27
+ height: "1em"
28
+ }, _ctx.$attrs), _hoisted_3, 16);
29
+ }
30
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
31
+ module.exports = index;
package/lib/index.js CHANGED
@@ -137,6 +137,11 @@ var index$25 = require("./IconUploadQs/index.js");
137
137
  var index$26 = require("./IconRefreshQs/index.js");
138
138
  var index$27 = require("./IconId/index.js");
139
139
  var index$28 = require("./IconTipsQs/index.js");
140
+ var index$29 = require("./IconGroupAdd/index.js");
141
+ var index$2a = require("./IconNext/index.js");
142
+ var index$2b = require("./IconRevocationQs/index.js");
143
+ var index$2c = require("./IconTableAdd/index.js");
144
+ var index$2d = require("./IconSaveQs/index.js");
140
145
  exports.Icon3d = index;
141
146
  exports.IconAnalysisdetails = index$1;
142
147
  exports.IconBusinessprocess = index$2;
@@ -274,3 +279,8 @@ exports.IconUploadQs = index$25;
274
279
  exports.IconRefreshQs = index$26;
275
280
  exports.IconId = index$27;
276
281
  exports.IconTipsQs = index$28;
282
+ exports.IconGroupAdd = index$29;
283
+ exports.IconNext = index$2a;
284
+ exports.IconRevocationQs = index$2b;
285
+ exports.IconTableAdd = index$2c;
286
+ exports.IconSaveQs = index$2d;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-update-line-icon",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
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" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-group_add`]" width="1em" height="1em" v-bind="$attrs"><path d="M3.20831 12.5H12.7913V5.25H8.00031C7.77787 5.25 7.56662 5.15125 7.42413 4.98047L6.18976 3.5H3.20831V12.5ZM14.2913 12.667C14.2911 13.4032 13.6946 14 12.9583 14H3.04132C2.30521 13.9998 1.70849 13.4031 1.70831 12.667V3.33301C1.70849 2.59689 2.3052 2.00018 3.04132 2H6.54132L6.62433 2.00488C6.81568 2.02611 6.9928 2.12009 7.11749 2.26953L8.35187 3.75H12.9583C13.6946 3.75 14.2911 4.34677 14.2913 5.08301V12.667Z"/><path d="M9.75 8.125C10.1642 8.125 10.5 8.46079 10.5 8.875C10.5 9.28921 10.1642 9.625 9.75 9.625H6.25C5.83579 9.625 5.5 9.28921 5.5 8.875C5.5 8.46079 5.83579 8.125 6.25 8.125H9.75Z"/><path d="M7.25 10.625V7.125C7.25 6.71079 7.58579 6.375 8 6.375C8.41421 6.375 8.75 6.71079 8.75 7.125V10.625C8.75 11.0392 8.41421 11.375 8 11.375C7.58579 11.375 7.25 11.0392 7.25 10.625Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconGroupAdd',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'update-line-icon',
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" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-next`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.5439 3.43062C11.2295 3.1611 10.7559 3.19735 10.4863 3.51168C10.2168 3.82613 10.253 4.2997 10.5674 4.56929L11.8975 5.70894L10.5254 7.08101C10.2326 7.37392 10.2325 7.8487 10.5254 8.14156C10.8183 8.43429 11.2931 8.43432 11.5859 8.14156L13.5303 6.19722C13.678 6.0495 13.757 5.8464 13.749 5.63765C13.741 5.42912 13.6466 5.23351 13.4883 5.09761L11.5439 3.43062Z"/><path d="M6.61328 4.9165C4.29853 4.9165 2.34316 6.79629 2.25293 9.10986C2.15777 11.5554 4.16841 13.6392 6.61328 13.6392H11.334C11.748 13.639 12.0837 13.3031 12.084 12.8892C12.084 12.475 11.7481 12.1393 11.334 12.1392H6.61328C5.01756 12.1392 3.68983 10.7604 3.75195 9.16748C3.81103 7.65927 5.1043 6.4165 6.61328 6.4165H13C13.4142 6.4165 13.75 6.08072 13.75 5.6665C13.75 5.25229 13.4142 4.9165 13 4.9165H6.61328Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconNext',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'update-line-icon',
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" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-revocation_qs`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.45606 13.5694C4.77049 13.8389 5.24408 13.8027 5.51368 13.4883C5.78321 13.1739 5.747 12.7003 5.43262 12.4307L4.10255 11.2911L5.47462 9.91899C5.76743 9.62608 5.76749 9.1513 5.47462 8.85844C5.18174 8.56571 4.70692 8.56568 4.41407 8.85844L2.46973 10.8028C2.32202 10.9505 2.24297 11.1536 2.25098 11.3623C2.25905 11.5709 2.35336 11.7665 2.51172 11.9024L4.45606 13.5694Z"/><path d="M9.38672 12.0835C11.7015 12.0835 13.6568 10.2037 13.7471 7.89014C13.8422 5.44458 11.8316 3.36084 9.38672 3.36084H4.66602C4.25204 3.36095 3.91625 3.6969 3.91602 4.11084C3.91602 4.52499 4.2519 4.86073 4.66602 4.86084H9.38672C10.9824 4.86084 12.3102 6.23958 12.248 7.83252C12.189 9.34073 10.8957 10.5835 9.38672 10.5835H3C2.58579 10.5835 2.25 10.9193 2.25 11.3335C2.25 11.7477 2.58579 12.0835 3 12.0835H9.38672Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconRevocationQs',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'update-line-icon',
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" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-save_qs`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.41669 11.4995V4.49951C2.41686 3.34918 3.34936 2.41668 4.49969 2.4165H9.44794L9.65399 2.42627C10.1308 2.47368 10.5788 2.6851 10.9206 3.02686L12.9733 5.07861C13.364 5.46931 13.5837 5.99971 13.5837 6.55225V11.4995C13.5837 12.6501 12.6503 13.5835 11.4997 13.5835H4.49969C3.34925 13.5833 2.41669 12.65 2.41669 11.4995ZM3.91669 11.4995C3.91669 11.8216 4.17768 12.0833 4.49969 12.0835H11.4997C11.8219 12.0835 12.0837 11.8217 12.0837 11.4995V6.55225C12.0837 6.39754 12.0222 6.24856 11.9128 6.13916L9.86005 4.0874C9.77806 4.00544 9.67422 3.95066 9.56219 3.92822L9.44794 3.9165H4.49969C4.17779 3.91668 3.91686 4.1776 3.91669 4.49951V11.4995Z"/><path d="M10.9163 12.6665C10.9163 13.0807 10.5805 13.4165 10.1663 13.4165 9.75226 13.4163 9.41632 13.0806 9.41632 12.6665V10.5835H6.58331V12.6665C6.58331 13.0807 6.24753 13.4165 5.83331 13.4165 5.4191 13.4165 5.08331 13.0807 5.08331 12.6665V10.5005C5.08331 9.71808 5.7179 9.0835 6.50031 9.0835H9.50031C10.2826 9.08367 10.9163 9.71819 10.9163 10.5005V12.6665zM5.08331 5.50049V3.3335C5.08331 2.91928 5.4191 2.5835 5.83331 2.5835 6.24753 2.5835 6.58331 2.91928 6.58331 3.3335V5.50049C6.58314 5.91455 6.24742 6.25049 5.83331 6.25049 5.41921 6.25049 5.08349 5.91455 5.08331 5.50049z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconSaveQs',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'update-line-icon',
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" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-table_add`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_f058696866__clip0_8550_30011)"><path d="M11.417 8.22461V6.04688L9.26367 3.75H3.75V13.25H7.01074C7.42481 13.2502 7.76074 13.5859 7.76074 14C7.76074 14.4141 7.42481 14.7498 7.01074 14.75H3.57324C2.87183 14.75 2.25011 14.1966 2.25 13.4502V3.5498C2.25011 2.80337 2.87183 2.25 3.57324 2.25H9.58887L9.66602 2.25391C9.84465 2.27245 10.0117 2.35503 10.1357 2.4873L12.7139 5.2373C12.8441 5.37629 12.917 5.55953 12.917 5.75V8.22461C12.917 8.63871 12.5811 8.97443 12.167 8.97461C11.7528 8.97461 11.417 8.63882 11.417 8.22461Z"/><path d="M10.1667 3V5H12.1667V6.5H9.41669C9.00247 6.5 8.66669 6.16421 8.66669 5.75V3H10.1667zM10.3107 14.4395V10.4395C10.3107 10.0252 10.6465 9.68945 11.0607 9.68945 11.4749 9.68945 11.8107 10.0252 11.8107 10.4395V14.4395C11.8107 14.8537 11.4749 15.1895 11.0607 15.1895 10.6465 15.1895 10.3107 14.8537 10.3107 14.4395z"/><path d="M12.9394 11.8105C13.3536 11.8105 13.6894 12.1463 13.6894 12.5605C13.6894 12.9748 13.3536 13.3105 12.9394 13.3105H8.93939C8.52518 13.3105 8.18939 12.9748 8.18939 12.5605C8.18939 12.1463 8.52518 11.8105 8.93939 11.8105H12.9394Z"/></g><defs><clipPath id="svg_f058696866__clip0_8550_30011"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconTableAdd',
8
+ props: {
9
+ prefix: {
10
+ type: String,
11
+ default: 'update-line-icon',
12
+ },
13
+ useCurrentColor: {
14
+ type: Boolean,
15
+ default: true,
16
+ },
17
+ },
18
+ };
19
+ </script>
package/src/index.js CHANGED
@@ -134,4 +134,9 @@ export { default as IconDownloadQs } from './IconDownloadQs/index.vue';
134
134
  export { default as IconUploadQs } from './IconUploadQs/index.vue';
135
135
  export { default as IconRefreshQs } from './IconRefreshQs/index.vue';
136
136
  export { default as IconId } from './IconId/index.vue';
137
- export { default as IconTipsQs } from './IconTipsQs/index.vue';
137
+ export { default as IconTipsQs } from './IconTipsQs/index.vue';
138
+ export { default as IconGroupAdd } from './IconGroupAdd/index.vue';
139
+ export { default as IconNext } from './IconNext/index.vue';
140
+ export { default as IconRevocationQs } from './IconRevocationQs/index.vue';
141
+ export { default as IconTableAdd } from './IconTableAdd/index.vue';
142
+ export { default as IconSaveQs } from './IconSaveQs/index.vue';