@opentinyvue/vue-icon 3.22.0 → 3.22.1
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/lib/check.js +6 -21
- package/lib/checked-sur.js +16 -4
- package/lib/ellipsis.js +1 -3
- package/lib/error.js +11 -10
- package/lib/halfselect.js +26 -4
- package/lib/help.js +11 -10
- package/lib/success.js +11 -10
- package/lib/warning-triangle.js +11 -10
- package/lib/warning.js +11 -10
- package/package.json +1 -1
package/lib/check.js
CHANGED
|
@@ -1,29 +1,14 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
-
import { createElementBlock, openBlock,
|
|
2
|
+
import { createElementBlock, openBlock, createStaticVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
4
6
|
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
5
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
|
-
var _hoisted_2 = /* @__PURE__ */
|
|
8
|
-
|
|
9
|
-
{
|
|
10
|
-
d: "M13 2H3a1 1 0 0 0-.993.883L2 3v10a1 1 0 0 0 .883.993L3 14h10a1 1 0 0 0 .993-.883L14 13V3a1 1 0 0 0-.883-.993L13 2Z",
|
|
11
|
-
fill: "#FFF"
|
|
12
|
-
},
|
|
13
|
-
null,
|
|
14
|
-
-1
|
|
15
|
-
/* HOISTED */
|
|
16
|
-
);
|
|
17
|
-
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
d: "M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10Zm0 1H3a1 1 0 0 0-.993.883L2 3v10a1 1 0 0 0 .883.993L3 14h10a1 1 0 0 0 .993-.883L14 13V3a1 1 0 0 0-.883-.993L13 2Z"
|
|
21
|
-
},
|
|
22
|
-
null,
|
|
23
|
-
-1
|
|
24
|
-
/* HOISTED */
|
|
25
|
-
);
|
|
26
|
-
var _hoisted_4 = [_hoisted_2, _hoisted_3];
|
|
10
|
+
var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="check_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h16v16H0z"></path></clipPath></defs><g clip-path="url(#check_svg__a)"><path d="M11.5 16h-7c-.6 0-1.18-.12-1.73-.35-.55-.23-1.04-.55-1.46-.97-.42-.42-.74-.91-.97-1.46C.11 12.67 0 12.09 0 11.5v-7c0-.6.11-1.18.34-1.73.23-.55.55-1.04.97-1.46.42-.42.91-.74 1.46-.97C3.32.11 3.9 0 4.5 0h7c.59 0 1.17.11 1.72.34.55.23 1.04.55 1.46.97.42.42.74.91.97 1.46.23.55.35 1.13.35 1.73v7c0 .59-.12 1.17-.35 1.72-.23.55-.55 1.04-.97 1.46-.42.42-.91.74-1.46.97-.55.23-1.13.35-1.72.35Z" fill="#FFF"></path><path d="M11.5 16h-7c-.6 0-1.18-.12-1.73-.35-.55-.23-1.04-.55-1.46-.97-.42-.42-.74-.91-.97-1.46C.11 12.67 0 12.09 0 11.5v-7c0-.6.11-1.18.34-1.73.23-.55.55-1.04.97-1.46.42-.42.91-.74 1.46-.97C3.32.11 3.9 0 4.5 0h7c.59 0 1.17.11 1.72.34.55.23 1.04.55 1.46.97.42.42.74.91.97 1.46.23.55.35 1.13.35 1.73v7c0 .59-.12 1.17-.35 1.72-.23.55-.55 1.04-.97 1.46-.42.42-.91.74-1.46.97-.55.23-1.13.35-1.72.35Zm-7-15c-.97 0-1.8.33-2.48 1.02C1.33 2.7 1 3.53 1 4.5v7c0 .96.33 1.79 1.02 2.47C2.7 14.66 3.53 15 4.5 15h7c.96 0 1.79-.34 2.47-1.03.69-.68 1.03-1.51 1.03-2.47v-7c0-.97-.34-1.8-1.03-2.48C13.29 1.33 12.46 1 11.5 1h-7Z"></path></g>', 2);
|
|
11
|
+
var _hoisted_4 = [_hoisted_2];
|
|
27
12
|
function render(_ctx, _cache) {
|
|
28
13
|
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
|
|
29
14
|
}
|
package/lib/checked-sur.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
4
6
|
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
5
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
8
11
|
"path",
|
|
9
12
|
{
|
|
10
|
-
d: "
|
|
13
|
+
d: "M13.6 0A2.4 2.4 0 0 1 16 2.4v11.19A2.41 2.41 0 0 1 13.6 16H2.39A2.4 2.4 0 0 1 0 13.59V2.4C0 1.07 1.07 0 2.39 0H13.6Zm-.39 4.7a.796.796 0 0 0-1.05-.07L6.99 9.79 4.16 6.96a.803.803 0 0 0-1.13 0c-.29.29-.31.74-.07 1.06l3.46 3.47c.29.28.75.31 1.06.06l5.73-5.72c.31-.31.31-.82 0-1.13Z"
|
|
11
14
|
},
|
|
12
15
|
null,
|
|
13
16
|
-1
|
|
@@ -16,16 +19,25 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
16
19
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
17
20
|
"path",
|
|
18
21
|
{
|
|
19
|
-
d: "
|
|
22
|
+
d: "M16 2.4v11.19A2.41 2.41 0 0 1 13.6 16H2.39A2.4 2.4 0 0 1 0 13.59V2.4C0 1.07 1.07 0 2.39 0H13.6A2.4 2.4 0 0 1 16 2.4Zm-3.84 2.23L6.99 9.79 4.16 6.96a.803.803 0 0 0-1.13 0c-.29.29-.31.74-.07 1.06l3.46 3.47c.29.28.75.31 1.06.06l5.73-5.72c.31-.31.31-.82 0-1.13a.796.796 0 0 0-1.05-.07Z"
|
|
23
|
+
},
|
|
24
|
+
null,
|
|
25
|
+
-1
|
|
26
|
+
/* HOISTED */
|
|
27
|
+
);
|
|
28
|
+
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M13.21 4.7a.796.796 0 0 0-1.05-.07L6.99 9.79 4.16 6.96a.803.803 0 0 0-1.13 0c-.29.29-.31.74-.07 1.06l3.46 3.47c.29.28.75.31 1.06.06l5.73-5.72c.32-.31.32-.82 0-1.13Z",
|
|
20
32
|
fill: "#FFF"
|
|
21
33
|
},
|
|
22
34
|
null,
|
|
23
35
|
-1
|
|
24
36
|
/* HOISTED */
|
|
25
37
|
);
|
|
26
|
-
var
|
|
38
|
+
var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
|
|
27
39
|
function render(_ctx, _cache) {
|
|
28
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(
|
|
40
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
|
|
29
41
|
}
|
|
30
42
|
var CheckedSur = {
|
|
31
43
|
render
|
package/lib/ellipsis.js
CHANGED
|
@@ -10,9 +10,7 @@ var _hoisted_1 = {
|
|
|
10
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
|
-
d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z"
|
|
14
|
-
fill: "#191919",
|
|
15
|
-
"fill-rule": "evenodd"
|
|
13
|
+
d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z"
|
|
16
14
|
},
|
|
17
15
|
null,
|
|
18
16
|
-1
|
package/lib/error.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-error-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M10.62 4.9c.13 0 .24.05.34.14.09.09.14.2.14.34s-.05.24-.14.34L8.67 8.01l2.29 2.29c.09.09.14.2.14.34a.476.476 0 0 1-.48.48c-.14 0-.24-.05-.34-.14L7.99 8.69 5.7 10.98c-.09.09-.2.14-.34.14a.476.476 0 0 1-.48-.48c0-.14.05-.24.14-.34l2.29-2.29-2.29-2.29c-.09-.09-.14-.2-.14-.34a.476.476 0 0 1 .48-.48c.14 0 .24.05.34.14l2.29 2.29 2.29-2.29c.09-.09.2-.14.34-.14Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/halfselect.js
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
4
6
|
viewBox: "0 0 16 16",
|
|
7
|
+
fill: "none",
|
|
5
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6
9
|
};
|
|
7
10
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
8
11
|
"path",
|
|
9
12
|
{
|
|
10
|
-
d: "M13
|
|
13
|
+
d: "M13.71 0C14.97 0 16 1.02 16 2.28v11.43c0 1.26-1.03 2.29-2.29 2.29H2.28C1.02 16 0 14.97 0 13.71V2.28C0 1.02 1.02 0 2.28 0h11.43Zm-3.04 4.57H5.32c-.38 0-.69.27-.75.64v5.46c0 .38.28.69.64.74l5.46.01c.38 0 .69-.27.75-.64V5.32c0-.38-.39-.7-.75-.75Z"
|
|
11
14
|
},
|
|
12
15
|
null,
|
|
13
16
|
-1
|
|
@@ -16,16 +19,35 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
16
19
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
17
20
|
"path",
|
|
18
21
|
{
|
|
19
|
-
d: "
|
|
22
|
+
d: "M16 2.28v11.43c0 1.26-1.03 2.29-2.29 2.29H2.28C1.02 16 0 14.97 0 13.71V2.28C0 1.02 1.02 0 2.28 0h11.43C14.97 0 16 1.02 16 2.28ZM5.32 4.57c-.38 0-.69.27-.75.64v5.46c0 .38.28.69.64.74l5.46.01c.38 0 .69-.27.75-.64V5.32c0-.38-.39-.7-.75-.75H5.32Z"
|
|
23
|
+
},
|
|
24
|
+
null,
|
|
25
|
+
-1
|
|
26
|
+
/* HOISTED */
|
|
27
|
+
);
|
|
28
|
+
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M10.67 4.57H5.32c-.38 0-.69.28-.75.64v5.46c0 .38.27.69.64.75h5.46c.38 0 .69-.27.74-.64l.01-5.46c0-.38-.39-.7-.75-.75Z",
|
|
32
|
+
fill: "#FFF"
|
|
33
|
+
},
|
|
34
|
+
null,
|
|
35
|
+
-1
|
|
36
|
+
/* HOISTED */
|
|
37
|
+
);
|
|
38
|
+
var _hoisted_5 = /* @__PURE__ */ createElementVNode(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
d: "M5.32 4.57c-.38 0-.69.28-.75.64v5.46c0 .38.27.69.64.75h5.46c.38 0 .69-.27.74-.64l.01-5.46c0-.38-.39-.7-.75-.75H5.32Z",
|
|
20
42
|
fill: "#FFF"
|
|
21
43
|
},
|
|
22
44
|
null,
|
|
23
45
|
-1
|
|
24
46
|
/* HOISTED */
|
|
25
47
|
);
|
|
26
|
-
var
|
|
48
|
+
var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
|
|
27
49
|
function render(_ctx, _cache) {
|
|
28
|
-
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(
|
|
50
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
|
|
29
51
|
}
|
|
30
52
|
var Halfselect = {
|
|
31
53
|
render
|
package/lib/help.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-icon-control-active)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M7.93 5.71c-.47 0-.87-.39-.87-.87s.4-.84.87-.84.85.38.85.86-.38.85-.85.85Zm-.6 6.79c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h.3v-4h-.08c-.25 0-.45-.18-.49-.41V7c0-.28.22-.5.49-.5h1.08v5h.3c.28 0 .5.22.5.5s-.22.5-.5.5h-1.6Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/success.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "路径",
|
|
12
|
+
d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-success-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M10.38 5.97c.18-.16.46-.16.63 0a.5.5 0 0 1 0 .65L7.73 9.9c-.18.17-.4.26-.63.26s-.46-.09-.65-.26L4.97 8.42a.487.487 0 0 1 0-.64c.18-.16.46-.16.64 0l1.48 1.48 3.28-3.28Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/warning-triangle.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "三角形",
|
|
12
|
+
d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-warn-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/lib/warning.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { svg } from "@opentinyvue/vue-common";
|
|
2
2
|
import { createElementBlock, openBlock, createElementVNode } from "vue";
|
|
3
3
|
var _hoisted_1 = {
|
|
4
|
+
"data-name": "图层 1",
|
|
4
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
viewBox: "0 0 16 16"
|
|
6
|
-
style: {
|
|
7
|
-
"enable-background": "new 0 0 16 16"
|
|
8
|
-
},
|
|
9
|
-
"xml:space": "preserve"
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
10
7
|
};
|
|
11
8
|
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
12
|
-
"
|
|
9
|
+
"path",
|
|
13
10
|
{
|
|
11
|
+
"data-name": "三角形",
|
|
12
|
+
d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z",
|
|
14
13
|
style: {
|
|
15
|
-
"fill": "
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"fill": "var(--tv-color-warn-icon)"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
null,
|
|
@@ -22,10 +22,11 @@ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
|
|
|
22
22
|
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
|
|
23
23
|
"path",
|
|
24
24
|
{
|
|
25
|
-
|
|
25
|
+
"data-name": "形状结合",
|
|
26
|
+
d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z",
|
|
26
27
|
style: {
|
|
27
|
-
"fill
|
|
28
|
-
"
|
|
28
|
+
"fill": "#fff",
|
|
29
|
+
"fill-rule": "evenodd"
|
|
29
30
|
}
|
|
30
31
|
},
|
|
31
32
|
null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"main": "./index.js",
|