@arco-iconbox/vue-update-line-icon 0.0.12 → 0.0.14
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 +1235 -1097
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +90 -78
- package/dist/icon.min.js.map +1 -1
- package/esm/IconDay/index.js +42 -0
- package/esm/IconNigth/index.js +50 -0
- package/esm/IconTips/index.js +52 -0
- package/esm/index.js +3 -0
- package/lib/IconDay/index.js +43 -0
- package/lib/IconNigth/index.js +51 -0
- package/lib/IconTips/index.js +53 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/IconDay/index.vue +19 -0
- package/src/IconNigth/index.vue +19 -0
- package/src/IconTips/index.vue +19 -0
- package/src/index.js +4 -1
|
@@ -0,0 +1,42 @@
|
|
|
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: "IconDay",
|
|
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: "M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z",
|
|
19
|
+
stroke: "#434343",
|
|
20
|
+
"stroke-width": "1.5",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_3 = ["fill"];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), [
|
|
34
|
+
_hoisted_2,
|
|
35
|
+
createElementVNode("path", {
|
|
36
|
+
d: "M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
38
|
+
}, null, 8, _hoisted_3)
|
|
39
|
+
], 16, _hoisted_1);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
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: "IconNigth",
|
|
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", { "clip-path": "url(#svg_8a4e3b5a3a__clip0_7289_124627)" }, [
|
|
18
|
+
/* @__PURE__ */ createElementVNode("path", {
|
|
19
|
+
d: "M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z",
|
|
20
|
+
stroke: "#434343",
|
|
21
|
+
"stroke-width": "1.5",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
})
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_3 = { id: "svg_8a4e3b5a3a__clip0_7289_124627" };
|
|
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-nigth`],
|
|
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,52 @@
|
|
|
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: "IconTips",
|
|
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: "M8.00033 13.3332C9.47307 13.3332 10.8064 12.7362 11.7716 11.7711C12.7367 10.8059 13.3337 9.47258 13.3337 7.99984C13.3337 6.52709 12.7367 5.19376 11.7716 4.2286C10.8064 3.26346 9.47307 2.6665 8.00033 2.6665C6.52758 2.6665 5.19425 3.26346 4.22909 4.2286C3.26395 5.19376 2.66699 6.52709 2.66699 7.99984C2.66699 9.47258 3.26395 10.8059 4.22909 11.7711C5.19425 12.7362 6.52758 13.3332 8.00033 13.3332Z",
|
|
19
|
+
stroke: "#DCE5F5",
|
|
20
|
+
"stroke-width": "1.5",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_3 = ["fill"];
|
|
25
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
26
|
+
d: "M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686",
|
|
27
|
+
stroke: "#DCE5F5",
|
|
28
|
+
"stroke-width": "1.5",
|
|
29
|
+
"stroke-linecap": "round",
|
|
30
|
+
"stroke-linejoin": "round"
|
|
31
|
+
}, null, -1);
|
|
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-tips`],
|
|
38
|
+
width: "1em",
|
|
39
|
+
height: "1em"
|
|
40
|
+
}, _ctx.$attrs), [
|
|
41
|
+
_hoisted_2,
|
|
42
|
+
createElementVNode("path", {
|
|
43
|
+
"fill-rule": "evenodd",
|
|
44
|
+
"clip-rule": "evenodd",
|
|
45
|
+
d: "M8.00016 4.5332C8.36835 4.5332 8.66683 4.83168 8.66683 5.19987C8.66683 5.56806 8.36835 5.86654 8.00016 5.86654C7.63198 5.86654 7.3335 5.56806 7.3335 5.19987C7.3335 4.83168 7.63198 4.5332 8.00016 4.5332Z",
|
|
46
|
+
fill: $props.useCurrentColor ? "currentColor" : "#DCE5F5"
|
|
47
|
+
}, null, 8, _hoisted_3),
|
|
48
|
+
_hoisted_4
|
|
49
|
+
], 16, _hoisted_1);
|
|
50
|
+
}
|
|
51
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
52
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -106,3 +106,6 @@ export { default as IconKey } from "./IconKey/index.js";
|
|
|
106
106
|
export { default as IconMinus } from "./IconMinus/index.js";
|
|
107
107
|
export { default as IconUp } from "./IconUp/index.js";
|
|
108
108
|
export { default as IconDowm } from "./IconDowm/index.js";
|
|
109
|
+
export { default as IconNigth } from "./IconNigth/index.js";
|
|
110
|
+
export { default as IconDay } from "./IconDay/index.js";
|
|
111
|
+
export { default as IconTips } from "./IconTips/index.js";
|
|
@@ -0,0 +1,43 @@
|
|
|
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: "IconDay",
|
|
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: "M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z",
|
|
20
|
+
stroke: "#434343",
|
|
21
|
+
"stroke-width": "1.5",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_3 = ["fill"];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
|
+
viewBox: "0 0 16 16",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-day`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), [
|
|
35
|
+
_hoisted_2,
|
|
36
|
+
vue.createElementVNode("path", {
|
|
37
|
+
d: "M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z",
|
|
38
|
+
fill: $props.useCurrentColor ? "currentColor" : "#434343"
|
|
39
|
+
}, null, 8, _hoisted_3)
|
|
40
|
+
], 16, _hoisted_1);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
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: "IconNigth",
|
|
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", { "clip-path": "url(#svg_8a4e3b5a3a__clip0_7289_124627)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
d: "M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z",
|
|
21
|
+
stroke: "#434343",
|
|
22
|
+
"stroke-width": "1.5",
|
|
23
|
+
"stroke-linecap": "round",
|
|
24
|
+
"stroke-linejoin": "round"
|
|
25
|
+
})
|
|
26
|
+
], -1);
|
|
27
|
+
const _hoisted_3 = { id: "svg_8a4e3b5a3a__clip0_7289_124627" };
|
|
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-nigth`],
|
|
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,53 @@
|
|
|
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: "IconTips",
|
|
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: "M8.00033 13.3332C9.47307 13.3332 10.8064 12.7362 11.7716 11.7711C12.7367 10.8059 13.3337 9.47258 13.3337 7.99984C13.3337 6.52709 12.7367 5.19376 11.7716 4.2286C10.8064 3.26346 9.47307 2.6665 8.00033 2.6665C6.52758 2.6665 5.19425 3.26346 4.22909 4.2286C3.26395 5.19376 2.66699 6.52709 2.66699 7.99984C2.66699 9.47258 3.26395 10.8059 4.22909 11.7711C5.19425 12.7362 6.52758 13.3332 8.00033 13.3332Z",
|
|
20
|
+
stroke: "#DCE5F5",
|
|
21
|
+
"stroke-width": "1.5",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_3 = ["fill"];
|
|
26
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
27
|
+
d: "M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686",
|
|
28
|
+
stroke: "#DCE5F5",
|
|
29
|
+
"stroke-width": "1.5",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1);
|
|
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-tips`],
|
|
39
|
+
width: "1em",
|
|
40
|
+
height: "1em"
|
|
41
|
+
}, _ctx.$attrs), [
|
|
42
|
+
_hoisted_2,
|
|
43
|
+
vue.createElementVNode("path", {
|
|
44
|
+
"fill-rule": "evenodd",
|
|
45
|
+
"clip-rule": "evenodd",
|
|
46
|
+
d: "M8.00016 4.5332C8.36835 4.5332 8.66683 4.83168 8.66683 5.19987C8.66683 5.56806 8.36835 5.86654 8.00016 5.86654C7.63198 5.86654 7.3335 5.56806 7.3335 5.19987C7.3335 4.83168 7.63198 4.5332 8.00016 4.5332Z",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#DCE5F5"
|
|
48
|
+
}, null, 8, _hoisted_3),
|
|
49
|
+
_hoisted_4
|
|
50
|
+
], 16, _hoisted_1);
|
|
51
|
+
}
|
|
52
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
53
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -108,6 +108,9 @@ var index$1E = require("./IconKey/index.js");
|
|
|
108
108
|
var index$1F = require("./IconMinus/index.js");
|
|
109
109
|
var index$1G = require("./IconUp/index.js");
|
|
110
110
|
var index$1H = require("./IconDowm/index.js");
|
|
111
|
+
var index$1I = require("./IconNigth/index.js");
|
|
112
|
+
var index$1J = require("./IconDay/index.js");
|
|
113
|
+
var index$1K = require("./IconTips/index.js");
|
|
111
114
|
exports.Icon3d = index;
|
|
112
115
|
exports.IconAnalysisdetails = index$1;
|
|
113
116
|
exports.IconBusinessprocess = index$2;
|
|
@@ -216,3 +219,6 @@ exports.IconKey = index$1E;
|
|
|
216
219
|
exports.IconMinus = index$1F;
|
|
217
220
|
exports.IconUp = index$1G;
|
|
218
221
|
exports.IconDowm = index$1H;
|
|
222
|
+
exports.IconNigth = index$1I;
|
|
223
|
+
exports.IconDay = index$1J;
|
|
224
|
+
exports.IconTips = index$1K;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-day`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00004 11.7917C10.0941 11.7917 11.7917 10.0941 11.7917 8.00004C11.7917 5.90596 10.0941 4.20837 8.00004 4.20837C5.90596 4.20837 4.20837 5.90596 4.20837 8.00004C4.20837 10.0941 5.90596 11.7917 8.00004 11.7917Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.85413 2.75C8.33737 2.75 8.72913 2.35825 8.72913 1.875 8.72913 1.39175 8.33737 1 7.85413 1 7.37088 1 6.97913 1.39175 6.97913 1.875 6.97913 2.35825 7.37088 2.75 7.85413 2.75zM12.0834 4.5C12.5666 4.5 12.9584 4.10824 12.9584 3.625 12.9584 3.14175 12.5666 2.75 12.0834 2.75 11.6001 2.75 11.2084 3.14175 11.2084 3.625 11.2084 4.10824 11.6001 4.5 12.0834 4.5zM13.8334 8.72913C14.3166 8.72913 14.7084 8.33737 14.7084 7.85413 14.7084 7.37088 14.3166 6.97913 13.8334 6.97913 13.3501 6.97913 12.9584 7.37088 12.9584 7.85413 12.9584 8.33737 13.3501 8.72913 13.8334 8.72913zM12.0834 12.9584C12.5666 12.9584 12.9584 12.5666 12.9584 12.0834 12.9584 11.6001 12.5666 11.2084 12.0834 11.2084 11.6001 11.2084 11.2084 11.6001 11.2084 12.0834 11.2084 12.5666 11.6001 12.9584 12.0834 12.9584zM7.85413 14.7084C8.33737 14.7084 8.72913 14.3166 8.72913 13.8334 8.72913 13.3501 8.33737 12.9584 7.85413 12.9584 7.37088 12.9584 6.97913 13.3501 6.97913 13.8334 6.97913 14.3166 7.37088 14.7084 7.85413 14.7084zM3.625 12.9584C4.10824 12.9584 4.5 12.5666 4.5 12.0834 4.5 11.6001 4.10824 11.2084 3.625 11.2084 3.14175 11.2084 2.75 11.6001 2.75 12.0834 2.75 12.5666 3.14175 12.9584 3.625 12.9584zM1.875 8.72913C2.35825 8.72913 2.75 8.33737 2.75 7.85413 2.75 7.37088 2.35825 6.97913 1.875 6.97913 1.39175 6.97913 1 7.37088 1 7.85413 1 8.33737 1.39175 8.72913 1.875 8.72913zM3.625 4.5C4.10824 4.5 4.5 4.10824 4.5 3.625 4.5 3.14175 4.10824 2.75 3.625 2.75 3.14175 2.75 2.75 3.14175 2.75 3.625 2.75 4.10824 3.14175 4.5 3.625 4.5z" :fill="useCurrentColor ? 'currentColor' : '#434343'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconDay',
|
|
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" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-nigth`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_8a4e3b5a3a__clip0_7289_124627)"><path d="M9.01318 3.10271C7.6457 3.45924 6.63637 4.70265 6.63637 6.18183C6.63637 7.9391 8.0609 9.36363 9.81817 9.36363C11.2973 9.36363 12.5408 8.3543 12.8973 6.98682C12.9646 7.314 13 7.65288 13 8C13 10.7614 10.7614 13 8 13C5.23857 13 3 10.7614 3 8C3 5.23857 5.23857 3 8 3C8.34712 3 8.686 3.03537 9.01318 3.10271Z" stroke="#434343" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="svg_8a4e3b5a3a__clip0_7289_124627"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" transform="translate(2 2)" d="M0 0H12V12H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconNigth',
|
|
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" :fill="useCurrentColor ? 'currentColor' : 'none'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-tips`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.00033 13.3332C9.47307 13.3332 10.8064 12.7362 11.7716 11.7711C12.7367 10.8059 13.3337 9.47258 13.3337 7.99984C13.3337 6.52709 12.7367 5.19376 11.7716 4.2286C10.8064 3.26346 9.47307 2.6665 8.00033 2.6665C6.52758 2.6665 5.19425 3.26346 4.22909 4.2286C3.26395 5.19376 2.66699 6.52709 2.66699 7.99984C2.66699 9.47258 3.26395 10.8059 4.22909 11.7711C5.19425 12.7362 6.52758 13.3332 8.00033 13.3332Z" stroke="#DCE5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00016 4.5332C8.36835 4.5332 8.66683 4.83168 8.66683 5.19987C8.66683 5.56806 8.36835 5.86654 8.00016 5.86654C7.63198 5.86654 7.3335 5.56806 7.3335 5.19987C7.3335 4.83168 7.63198 4.5332 8.00016 4.5332Z" :fill="useCurrentColor ? 'currentColor' : '#DCE5F5'"/><path d="M8.13392 10.6667V6.93335H7.86725 7.60059M7.2002 10.6665H9.06686" stroke="#DCE5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconTips',
|
|
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
|
@@ -105,4 +105,7 @@ export { default as IconEdit1 } from './IconEdit1/index.vue';
|
|
|
105
105
|
export { default as IconKey } from './IconKey/index.vue';
|
|
106
106
|
export { default as IconMinus } from './IconMinus/index.vue';
|
|
107
107
|
export { default as IconUp } from './IconUp/index.vue';
|
|
108
|
-
export { default as IconDowm } from './IconDowm/index.vue';
|
|
108
|
+
export { default as IconDowm } from './IconDowm/index.vue';
|
|
109
|
+
export { default as IconNigth } from './IconNigth/index.vue';
|
|
110
|
+
export { default as IconDay } from './IconDay/index.vue';
|
|
111
|
+
export { default as IconTips } from './IconTips/index.vue';
|