@arco-iconbox/vue-update-line-icon 0.0.23 → 0.0.24
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.
- package/dist/icon.js +1470 -1309
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +100 -80
- package/dist/icon.min.js.map +1 -1
- package/esm/IconDownloadQs/index.js +34 -0
- package/esm/IconId/index.js +41 -0
- package/esm/IconRefreshQs/index.js +32 -0
- package/esm/IconTipsQs/index.js +30 -0
- package/esm/IconUploadQs/index.js +34 -0
- package/esm/index.js +5 -0
- package/lib/IconDownloadQs/index.js +35 -0
- package/lib/IconId/index.js +42 -0
- package/lib/IconRefreshQs/index.js +33 -0
- package/lib/IconTipsQs/index.js +31 -0
- package/lib/IconUploadQs/index.js +35 -0
- package/lib/index.js +10 -0
- package/package.json +1 -1
- package/src/IconDownloadQs/index.vue +19 -0
- package/src/IconId/index.vue +19 -0
- package/src/IconRefreshQs/index.vue +19 -0
- package/src/IconTipsQs/index.vue +19 -0
- package/src/IconUploadQs/index.vue +19 -0
- package/src/index.js +6 -1
|
@@ -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: "IconDownloadQs",
|
|
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.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.25 9.49963V3.16663C7.25 2.75241 7.58579 2.41663 8 2.41663C8.41421 2.41663 8.75 2.75241 8.75 3.16663V9.49963C8.75 9.91385 8.41421 10.2496 8 10.2496C7.58579 10.2496 7.25 9.91385 7.25 9.49963Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M9.61756 6.65589C9.89944 6.3528 10.3737 6.33517 10.6771 6.61683C10.9807 6.89868 10.998 7.37384 10.7162 7.67737L8.5492 10.0104C8.40738 10.163 8.20869 10.2496 8.00037 10.2496C7.79187 10.2496 7.59247 10.1631 7.45057 10.0104L5.28358 7.67737C5.00176 7.37388 5.01921 6.89869 5.32264 6.61683C5.62613 6.33501 6.10132 6.35247 6.38319 6.65589L7.9994 8.39808L9.61756 6.65589Z" }, 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-Download_qs`],
|
|
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,41 @@
|
|
|
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: "IconId",
|
|
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("g", { "clip-path": "url(#svg_b80bb77402__clip0_8539_68326)" }, [
|
|
17
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z" })
|
|
18
|
+
], -1);
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("defs", null, [
|
|
20
|
+
/* @__PURE__ */ createElementVNode("clipPath", { id: "svg_b80bb77402__clip0_8539_68326" }, [
|
|
21
|
+
/* @__PURE__ */ createElementVNode("path", {
|
|
22
|
+
transform: "translate(1.5 1.5)",
|
|
23
|
+
d: "M0 0H13V13H0z"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
], -1);
|
|
27
|
+
const _hoisted_3 = [
|
|
28
|
+
_hoisted_1,
|
|
29
|
+
_hoisted_2
|
|
30
|
+
];
|
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
33
|
+
viewBox: "0 0 16 16",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
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: "IconRefreshQs",
|
|
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: "M6.99841 2.60901C7.3063 2.33204 7.78093 2.35684 8.05798 2.66468 8.33497 2.97256 8.30919 3.44719 8.00134 3.72425L6.95447 4.66663 8.00134 5.60901C8.30919 5.88608 8.33497 6.3607 8.05798 6.66858 7.78093 6.97643 7.3063 7.00122 6.99841 6.72425L5.33142 5.22425C5.17342 5.08202 5.08337 4.87922 5.08337 4.66663 5.08337 4.45404 5.17342 4.25124 5.33142 4.10901L6.99841 2.60901zM7.94243 9.33134C8.21953 9.02351 8.69413 8.9986 9.002 9.27568L10.668 10.7757C10.826 10.9179 10.917 11.1207 10.917 11.3333 10.917 11.5459 10.826 11.7487 10.668 11.8909L9.002 13.3909C8.69413 13.668 8.21953 13.6431 7.94243 13.3352 7.66535 13.0274 7.69026 12.5528 7.99809 12.2757L9.04497 11.3333 7.99809 10.3909C7.69026 10.1138 7.66535 9.63921 7.94243 9.33134z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M12.083 8.83362V8.66663C12.083 6.8717 10.6279 5.41663 8.83301 5.41663H6.5C6.08579 5.41663 5.75 5.08084 5.75 4.66663 5.75 4.25241 6.08579 3.91663 6.5 3.91663H8.83301C11.4564 3.91663 13.583 6.04327 13.583 8.66663V8.83362C13.5828 9.24768 13.2471 9.58362 12.833 9.58362 12.4191 9.58344 12.0832 9.24757 12.083 8.83362zM2.41663 7.33362V7.16663C2.41663 6.75241 2.75241 6.41663 3.16663 6.41663 3.58084 6.41663 3.91663 6.75241 3.91663 7.16663V7.33362C3.9168 9.12839 5.37181 10.5836 7.16663 10.5836H9.49963C9.91385 10.5836 10.2496 10.9194 10.2496 11.3336 10.2495 11.7477 9.91374 12.0836 9.49963 12.0836H7.16663C4.54338 12.0836 2.4168 9.95682 2.41663 7.33362z" }, 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-refresh_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: "IconTipsQs",
|
|
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_e4c9479b11__clip0_7466_92952)"><path d="M13.0836 7.99963C13.0835 6.59594 12.5149 5.32654 11.5944 4.40588C10.6736 3.48516 9.40355 2.91663 7.99963 2.91663C6.59585 2.91671 5.32655 3.48523 4.40588 4.40588C3.48523 5.32655 2.91671 6.59585 2.91663 7.99963C2.91663 9.40355 3.48516 10.6736 4.40588 11.5944C5.32654 12.5149 6.59594 13.0835 7.99963 13.0836C9.40355 13.0836 10.6736 12.5151 11.5944 11.5944C12.5151 10.6736 13.0836 9.40355 13.0836 7.99963ZM14.5836 7.99963C14.5836 9.81735 13.8454 11.4644 12.6549 12.6549C11.4644 13.8454 9.81735 14.5836 7.99963 14.5836C6.18204 14.5835 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81719 1.41663 7.99963C1.41671 6.18204 2.15391 4.53483 3.34436 3.34436C4.53483 2.15391 6.18204 1.41671 7.99963 1.41663C9.81719 1.41663 11.4644 2.15402 12.6549 3.34436C13.8454 4.53483 14.5835 6.18204 14.5836 7.99963Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"></path><path d="M7.5459 10.9169V7.79773C7.22223 7.78891 6.96289 7.52587 6.96289 7.20007C6.96289 6.8687 7.23113 6.60046 7.5625 6.60046H8.14551C8.47688 6.60046 8.74609 6.8687 8.74609 7.20007V10.9169C8.74601 11.2482 8.47683 11.5165 8.14551 11.5165C7.81434 11.5163 7.54598 11.2481 7.5459 10.9169Z"></path><path d="M9.16699 10.1666C9.58106 10.1668 9.91699 10.5025 9.91699 10.9166C9.91699 11.3307 9.58106 11.6665 9.16699 11.6666H7.125C6.71079 11.6666 6.375 11.3308 6.375 10.9166C6.375 10.5024 6.71079 10.1666 7.125 10.1666H9.16699Z"></path></g><defs><clipPath id="svg_e4c9479b11__clip0_7466_92952"><path transform="translate(1 1)" d="M0 0H14V14H0z"></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-tips_qs`],
|
|
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 };
|
|
@@ -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: "IconUploadQs",
|
|
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.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1);
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M7.25 9.50037V3.33337C7.25 2.91916 7.58579 2.58337 8 2.58337C8.41421 2.58337 8.75 2.91916 8.75 3.33337V9.50037C8.74982 9.91443 8.41411 10.2504 8 10.2504C7.58589 10.2504 7.25018 9.91443 7.25 9.50037Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M8.0003 2.41663C8.20854 2.41672 8.40732 2.50341 8.54913 2.65588L10.7161 4.98987C10.9979 5.29337 10.9805 5.7676 10.6771 6.04944C10.3736 6.33121 9.89937 6.31366 9.61749 6.01038L7.99933 4.26819L6.38311 6.01038C6.10126 6.31391 5.6261 6.33129 5.32257 6.04944C5.01938 5.76763 5.00197 5.29332 5.2835 4.98987L7.4505 2.65588L7.50616 2.60217C7.6422 2.48315 7.8178 2.41663 8.0003 2.41663Z" }, 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-Upload_qs`],
|
|
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 };
|
package/esm/index.js
CHANGED
|
@@ -130,3 +130,8 @@ export { default as IconObject } from "./IconObject/index.js";
|
|
|
130
130
|
export { default as IconTableQs } from "./IconTableQs/index.js";
|
|
131
131
|
export { default as IconAddQs } from "./IconAddQs/index.js";
|
|
132
132
|
export { default as IconMinusQs } from "./IconMinusQs/index.js";
|
|
133
|
+
export { default as IconDownloadQs } from "./IconDownloadQs/index.js";
|
|
134
|
+
export { default as IconUploadQs } from "./IconUploadQs/index.js";
|
|
135
|
+
export { default as IconRefreshQs } from "./IconRefreshQs/index.js";
|
|
136
|
+
export { default as IconId } from "./IconId/index.js";
|
|
137
|
+
export { default as IconTipsQs } from "./IconTipsQs/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: "IconDownloadQs",
|
|
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.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.25 9.49963V3.16663C7.25 2.75241 7.58579 2.41663 8 2.41663C8.41421 2.41663 8.75 2.75241 8.75 3.16663V9.49963C8.75 9.91385 8.41421 10.2496 8 10.2496C7.58579 10.2496 7.25 9.91385 7.25 9.49963Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.61756 6.65589C9.89944 6.3528 10.3737 6.33517 10.6771 6.61683C10.9807 6.89868 10.998 7.37384 10.7162 7.67737L8.5492 10.0104C8.40738 10.163 8.20869 10.2496 8.00037 10.2496C7.79187 10.2496 7.59247 10.1631 7.45057 10.0104L5.28358 7.67737C5.00176 7.37388 5.01921 6.89869 5.32264 6.61683C5.62613 6.33501 6.10132 6.35247 6.38319 6.65589L7.9994 8.39808L9.61756 6.65589Z" }, 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-Download_qs`],
|
|
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,42 @@
|
|
|
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: "IconId",
|
|
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("g", { "clip-path": "url(#svg_b80bb77402__clip0_8539_68326)" }, [
|
|
18
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z" })
|
|
19
|
+
], -1);
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
21
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_b80bb77402__clip0_8539_68326" }, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
23
|
+
transform: "translate(1.5 1.5)",
|
|
24
|
+
d: "M0 0H13V13H0z"
|
|
25
|
+
})
|
|
26
|
+
])
|
|
27
|
+
], -1);
|
|
28
|
+
const _hoisted_3 = [
|
|
29
|
+
_hoisted_1,
|
|
30
|
+
_hoisted_2
|
|
31
|
+
];
|
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
34
|
+
viewBox: "0 0 16 16",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-id`],
|
|
37
|
+
width: "1em",
|
|
38
|
+
height: "1em"
|
|
39
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
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: "IconRefreshQs",
|
|
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: "M6.99841 2.60901C7.3063 2.33204 7.78093 2.35684 8.05798 2.66468 8.33497 2.97256 8.30919 3.44719 8.00134 3.72425L6.95447 4.66663 8.00134 5.60901C8.30919 5.88608 8.33497 6.3607 8.05798 6.66858 7.78093 6.97643 7.3063 7.00122 6.99841 6.72425L5.33142 5.22425C5.17342 5.08202 5.08337 4.87922 5.08337 4.66663 5.08337 4.45404 5.17342 4.25124 5.33142 4.10901L6.99841 2.60901zM7.94243 9.33134C8.21953 9.02351 8.69413 8.9986 9.002 9.27568L10.668 10.7757C10.826 10.9179 10.917 11.1207 10.917 11.3333 10.917 11.5459 10.826 11.7487 10.668 11.8909L9.002 13.3909C8.69413 13.668 8.21953 13.6431 7.94243 13.3352 7.66535 13.0274 7.69026 12.5528 7.99809 12.2757L9.04497 11.3333 7.99809 10.3909C7.69026 10.1138 7.66535 9.63921 7.94243 9.33134z" }, null, -1);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.083 8.83362V8.66663C12.083 6.8717 10.6279 5.41663 8.83301 5.41663H6.5C6.08579 5.41663 5.75 5.08084 5.75 4.66663 5.75 4.25241 6.08579 3.91663 6.5 3.91663H8.83301C11.4564 3.91663 13.583 6.04327 13.583 8.66663V8.83362C13.5828 9.24768 13.2471 9.58362 12.833 9.58362 12.4191 9.58344 12.0832 9.24757 12.083 8.83362zM2.41663 7.33362V7.16663C2.41663 6.75241 2.75241 6.41663 3.16663 6.41663 3.58084 6.41663 3.91663 6.75241 3.91663 7.16663V7.33362C3.9168 9.12839 5.37181 10.5836 7.16663 10.5836H9.49963C9.91385 10.5836 10.2496 10.9194 10.2496 11.3336 10.2495 11.7477 9.91374 12.0836 9.49963 12.0836H7.16663C4.54338 12.0836 2.4168 9.95682 2.41663 7.33362z" }, 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-refresh_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: "IconTipsQs",
|
|
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_e4c9479b11__clip0_7466_92952)"><path d="M13.0836 7.99963C13.0835 6.59594 12.5149 5.32654 11.5944 4.40588C10.6736 3.48516 9.40355 2.91663 7.99963 2.91663C6.59585 2.91671 5.32655 3.48523 4.40588 4.40588C3.48523 5.32655 2.91671 6.59585 2.91663 7.99963C2.91663 9.40355 3.48516 10.6736 4.40588 11.5944C5.32654 12.5149 6.59594 13.0835 7.99963 13.0836C9.40355 13.0836 10.6736 12.5151 11.5944 11.5944C12.5151 10.6736 13.0836 9.40355 13.0836 7.99963ZM14.5836 7.99963C14.5836 9.81735 13.8454 11.4644 12.6549 12.6549C11.4644 13.8454 9.81735 14.5836 7.99963 14.5836C6.18204 14.5835 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81719 1.41663 7.99963C1.41671 6.18204 2.15391 4.53483 3.34436 3.34436C4.53483 2.15391 6.18204 1.41671 7.99963 1.41663C9.81719 1.41663 11.4644 2.15402 12.6549 3.34436C13.8454 4.53483 14.5835 6.18204 14.5836 7.99963Z"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"></path><path d="M7.5459 10.9169V7.79773C7.22223 7.78891 6.96289 7.52587 6.96289 7.20007C6.96289 6.8687 7.23113 6.60046 7.5625 6.60046H8.14551C8.47688 6.60046 8.74609 6.8687 8.74609 7.20007V10.9169C8.74601 11.2482 8.47683 11.5165 8.14551 11.5165C7.81434 11.5163 7.54598 11.2481 7.5459 10.9169Z"></path><path d="M9.16699 10.1666C9.58106 10.1668 9.91699 10.5025 9.91699 10.9166C9.91699 11.3307 9.58106 11.6665 9.16699 11.6666H7.125C6.71079 11.6666 6.375 11.3308 6.375 10.9166C6.375 10.5024 6.71079 10.1666 7.125 10.1666H9.16699Z"></path></g><defs><clipPath id="svg_e4c9479b11__clip0_7466_92952"><path transform="translate(1 1)" d="M0 0H14V14H0z"></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-tips_qs`],
|
|
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;
|
|
@@ -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: "IconUploadQs",
|
|
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.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z" }, null, -1);
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.25 9.50037V3.33337C7.25 2.91916 7.58579 2.58337 8 2.58337C8.41421 2.58337 8.75 2.91916 8.75 3.33337V9.50037C8.74982 9.91443 8.41411 10.2504 8 10.2504C7.58589 10.2504 7.25018 9.91443 7.25 9.50037Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M8.0003 2.41663C8.20854 2.41672 8.40732 2.50341 8.54913 2.65588L10.7161 4.98987C10.9979 5.29337 10.9805 5.7676 10.6771 6.04944C10.3736 6.33121 9.89937 6.31366 9.61749 6.01038L7.99933 4.26819L6.38311 6.01038C6.10126 6.31391 5.6261 6.33129 5.32257 6.04944C5.01938 5.76763 5.00197 5.29332 5.2835 4.98987L7.4505 2.65588L7.50616 2.60217C7.6422 2.48315 7.8178 2.41663 8.0003 2.41663Z" }, 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-Upload_qs`],
|
|
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;
|
package/lib/index.js
CHANGED
|
@@ -132,6 +132,11 @@ var index$20 = require("./IconObject/index.js");
|
|
|
132
132
|
var index$21 = require("./IconTableQs/index.js");
|
|
133
133
|
var index$22 = require("./IconAddQs/index.js");
|
|
134
134
|
var index$23 = require("./IconMinusQs/index.js");
|
|
135
|
+
var index$24 = require("./IconDownloadQs/index.js");
|
|
136
|
+
var index$25 = require("./IconUploadQs/index.js");
|
|
137
|
+
var index$26 = require("./IconRefreshQs/index.js");
|
|
138
|
+
var index$27 = require("./IconId/index.js");
|
|
139
|
+
var index$28 = require("./IconTipsQs/index.js");
|
|
135
140
|
exports.Icon3d = index;
|
|
136
141
|
exports.IconAnalysisdetails = index$1;
|
|
137
142
|
exports.IconBusinessprocess = index$2;
|
|
@@ -264,3 +269,8 @@ exports.IconObject = index$20;
|
|
|
264
269
|
exports.IconTableQs = index$21;
|
|
265
270
|
exports.IconAddQs = index$22;
|
|
266
271
|
exports.IconMinusQs = index$23;
|
|
272
|
+
exports.IconDownloadQs = index$24;
|
|
273
|
+
exports.IconUploadQs = index$25;
|
|
274
|
+
exports.IconRefreshQs = index$26;
|
|
275
|
+
exports.IconId = index$27;
|
|
276
|
+
exports.IconTipsQs = index$28;
|
package/package.json
CHANGED
|
@@ -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-Download_qs`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z"/><path d="M7.25 9.49963V3.16663C7.25 2.75241 7.58579 2.41663 8 2.41663C8.41421 2.41663 8.75 2.75241 8.75 3.16663V9.49963C8.75 9.91385 8.41421 10.2496 8 10.2496C7.58579 10.2496 7.25 9.91385 7.25 9.49963Z"/><path d="M9.61756 6.65589C9.89944 6.3528 10.3737 6.33517 10.6771 6.61683C10.9807 6.89868 10.998 7.37384 10.7162 7.67737L8.5492 10.0104C8.40738 10.163 8.20869 10.2496 8.00037 10.2496C7.79187 10.2496 7.59247 10.1631 7.45057 10.0104L5.28358 7.67737C5.00176 7.37388 5.01921 6.89869 5.32264 6.61683C5.62613 6.33501 6.10132 6.35247 6.38319 6.65589L7.9994 8.39808L9.61756 6.65589Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconDownloadQs',
|
|
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-id`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_b80bb77402__clip0_8539_68326)"><path d="M7.77734 3.41016H10.0449C10.6348 3.41016 11.1406 3.46484 11.5625 3.57422 11.9844 3.68359 12.3672 3.88867 12.7109 4.18945 13.6055 4.95508 14.0527 6.11914 14.0527 7.68164 14.0527 8.19727 14.0078 8.66797 13.918 9.09375 13.8281 9.51953 13.6895 9.9043 13.502 10.248 13.3145 10.5879 13.0742 10.8926 12.7812 11.1621 12.5508 11.3691 12.2988 11.5352 12.0254 11.6602 11.752 11.7852 11.457 11.873 11.1406 11.9238 10.8281 11.9746 10.4746 12 10.0801 12H7.8125C7.49609 12 7.25781 11.9531 7.09766 11.8594 6.9375 11.7617 6.83203 11.627 6.78125 11.4551 6.73438 11.2793 6.71094 11.0527 6.71094 10.7754V4.47656C6.71094 4.10156 6.79492 3.83008 6.96289 3.66211 7.13086 3.49414 7.40234 3.41016 7.77734 3.41016zM8.45117 4.78711V10.6172H9.76953C10.0586 10.6172 10.2852 10.6094 10.4492 10.5938 10.6133 10.5781 10.7832 10.5391 10.959 10.4766 11.1348 10.4141 11.2871 10.3262 11.416 10.2129 11.998 9.7207 12.2891 8.87305 12.2891 7.66992 12.2891 6.82227 12.1602 6.1875 11.9023 5.76562 11.6484 5.34375 11.334 5.07617 10.959 4.96289 10.584 4.8457 10.1309 4.78711 9.59961 4.78711H8.45117zM3.00781 11.0859V4.31836C3.00781 3.9668 3.08789 3.70312 3.24805 3.52734 3.4082 3.35156 3.61523 3.26367 3.86914 3.26367 4.13086 3.26367 4.3418 3.35156 4.50195 3.52734 4.66602 3.69922 4.74805 3.96289 4.74805 4.31836V11.0859C4.74805 11.4414 4.66602 11.707 4.50195 11.8828 4.3418 12.0586 4.13086 12.1465 3.86914 12.1465 3.61914 12.1465 3.41211 12.0586 3.24805 11.8828 3.08789 11.7031 3.00781 11.4375 3.00781 11.0859z"/></g><defs><clipPath id="svg_b80bb77402__clip0_8539_68326"><path transform="translate(1.5 1.5)" d="M0 0H13V13H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconId',
|
|
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-refresh_qs`]" width="1em" height="1em" v-bind="$attrs"><path d="M6.99841 2.60901C7.3063 2.33204 7.78093 2.35684 8.05798 2.66468 8.33497 2.97256 8.30919 3.44719 8.00134 3.72425L6.95447 4.66663 8.00134 5.60901C8.30919 5.88608 8.33497 6.3607 8.05798 6.66858 7.78093 6.97643 7.3063 7.00122 6.99841 6.72425L5.33142 5.22425C5.17342 5.08202 5.08337 4.87922 5.08337 4.66663 5.08337 4.45404 5.17342 4.25124 5.33142 4.10901L6.99841 2.60901zM7.94243 9.33134C8.21953 9.02351 8.69413 8.9986 9.002 9.27568L10.668 10.7757C10.826 10.9179 10.917 11.1207 10.917 11.3333 10.917 11.5459 10.826 11.7487 10.668 11.8909L9.002 13.3909C8.69413 13.668 8.21953 13.6431 7.94243 13.3352 7.66535 13.0274 7.69026 12.5528 7.99809 12.2757L9.04497 11.3333 7.99809 10.3909C7.69026 10.1138 7.66535 9.63921 7.94243 9.33134z"/><path d="M12.083 8.83362V8.66663C12.083 6.8717 10.6279 5.41663 8.83301 5.41663H6.5C6.08579 5.41663 5.75 5.08084 5.75 4.66663 5.75 4.25241 6.08579 3.91663 6.5 3.91663H8.83301C11.4564 3.91663 13.583 6.04327 13.583 8.66663V8.83362C13.5828 9.24768 13.2471 9.58362 12.833 9.58362 12.4191 9.58344 12.0832 9.24757 12.083 8.83362zM2.41663 7.33362V7.16663C2.41663 6.75241 2.75241 6.41663 3.16663 6.41663 3.58084 6.41663 3.91663 6.75241 3.91663 7.16663V7.33362C3.9168 9.12839 5.37181 10.5836 7.16663 10.5836H9.49963C9.91385 10.5836 10.2496 10.9194 10.2496 11.3336 10.2495 11.7477 9.91374 12.0836 9.49963 12.0836H7.16663C4.54338 12.0836 2.4168 9.95682 2.41663 7.33362z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconRefreshQs',
|
|
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-tips_qs`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_e4c9479b11__clip0_7466_92952)"><path d="M13.0836 7.99963C13.0835 6.59594 12.5149 5.32654 11.5944 4.40588C10.6736 3.48516 9.40355 2.91663 7.99963 2.91663C6.59585 2.91671 5.32655 3.48523 4.40588 4.40588C3.48523 5.32655 2.91671 6.59585 2.91663 7.99963C2.91663 9.40355 3.48516 10.6736 4.40588 11.5944C5.32654 12.5149 6.59594 13.0835 7.99963 13.0836C9.40355 13.0836 10.6736 12.5151 11.5944 11.5944C12.5151 10.6736 13.0836 9.40355 13.0836 7.99963ZM14.5836 7.99963C14.5836 9.81735 13.8454 11.4644 12.6549 12.6549C11.4644 13.8454 9.81735 14.5836 7.99963 14.5836C6.18204 14.5835 4.53483 13.8454 3.34436 12.6549C2.15402 11.4644 1.41663 9.81719 1.41663 7.99963C1.41671 6.18204 2.15391 4.53483 3.34436 3.34436C4.53483 2.15391 6.18204 1.41671 7.99963 1.41663C9.81719 1.41663 11.4644 2.15402 12.6549 3.34436C13.8454 4.53483 14.5835 6.18204 14.5836 7.99963Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5C7 4.44772 7.44772 4 8 4Z"/><path d="M7.5459 10.9169V7.79773C7.22223 7.78891 6.96289 7.52587 6.96289 7.20007C6.96289 6.8687 7.23113 6.60046 7.5625 6.60046H8.14551C8.47688 6.60046 8.74609 6.8687 8.74609 7.20007V10.9169C8.74601 11.2482 8.47683 11.5165 8.14551 11.5165C7.81434 11.5163 7.54598 11.2481 7.5459 10.9169Z"/><path d="M9.16699 10.1666C9.58106 10.1668 9.91699 10.5025 9.91699 10.9166C9.91699 11.3307 9.58106 11.6665 9.16699 11.6666H7.125C6.71079 11.6666 6.375 11.3308 6.375 10.9166C6.375 10.5024 6.71079 10.1666 7.125 10.1666H9.16699Z"/></g><defs><clipPath id="svg_e4c9479b11__clip0_7466_92952"><path transform="translate(1 1)" d="M0 0H14V14H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTipsQs',
|
|
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-Upload_qs`]" width="1em" height="1em" v-bind="$attrs"><path d="M2.41663 10.8334V9.83337C2.41663 9.41916 2.75241 9.08337 3.16663 9.08337C3.58084 9.08337 3.91663 9.41916 3.91663 9.83337V10.8334C3.91663 11.5237 4.47627 12.0834 5.16663 12.0834H10.8336C11.5238 12.0832 12.0836 11.5236 12.0836 10.8334V9.83337C12.0836 9.41916 12.4194 9.08337 12.8336 9.08337C13.2477 9.08355 13.5836 9.41927 13.5836 9.83337V10.8334C13.5836 12.352 12.3523 13.5832 10.8336 13.5834H5.16663C3.64784 13.5834 2.41663 12.3522 2.41663 10.8334Z"/><path d="M7.25 9.50037V3.33337C7.25 2.91916 7.58579 2.58337 8 2.58337C8.41421 2.58337 8.75 2.91916 8.75 3.33337V9.50037C8.74982 9.91443 8.41411 10.2504 8 10.2504C7.58589 10.2504 7.25018 9.91443 7.25 9.50037Z"/><path d="M8.0003 2.41663C8.20854 2.41672 8.40732 2.50341 8.54913 2.65588L10.7161 4.98987C10.9979 5.29337 10.9805 5.7676 10.6771 6.04944C10.3736 6.33121 9.89937 6.31366 9.61749 6.01038L7.99933 4.26819L6.38311 6.01038C6.10126 6.31391 5.6261 6.33129 5.32257 6.04944C5.01938 5.76763 5.00197 5.29332 5.2835 4.98987L7.4505 2.65588L7.50616 2.60217C7.6422 2.48315 7.8178 2.41663 8.0003 2.41663Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconUploadQs',
|
|
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
|
@@ -129,4 +129,9 @@ export { default as IconEvent } from './IconEvent/index.vue';
|
|
|
129
129
|
export { default as IconObject } from './IconObject/index.vue';
|
|
130
130
|
export { default as IconTableQs } from './IconTableQs/index.vue';
|
|
131
131
|
export { default as IconAddQs } from './IconAddQs/index.vue';
|
|
132
|
-
export { default as IconMinusQs } from './IconMinusQs/index.vue';
|
|
132
|
+
export { default as IconMinusQs } from './IconMinusQs/index.vue';
|
|
133
|
+
export { default as IconDownloadQs } from './IconDownloadQs/index.vue';
|
|
134
|
+
export { default as IconUploadQs } from './IconUploadQs/index.vue';
|
|
135
|
+
export { default as IconRefreshQs } from './IconRefreshQs/index.vue';
|
|
136
|
+
export { default as IconId } from './IconId/index.vue';
|
|
137
|
+
export { default as IconTipsQs } from './IconTipsQs/index.vue';
|