@arco-iconbox/vue-te 0.0.13 → 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 +5013 -4214
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +718 -634
- package/dist/icon.min.js.map +1 -1
- package/esm/IconCheckbox/index.js +53 -0
- package/esm/IconDimensions/index.js +42 -0
- package/esm/IconHourglass/index.js +32 -0
- package/esm/{IconClickhouse → IconLayoutLabelDown}/index.js +7 -3
- package/esm/IconLayoutLabelLeft/index.js +36 -0
- package/esm/IconLayoutLabelRight/index.js +36 -0
- package/esm/IconLayoutLabelUp/index.js +36 -0
- package/esm/IconPromotionOff/index.js +38 -0
- package/esm/IconRowHeight/index.js +56 -0
- package/esm/IconRowHeightExtrahigh/index.js +40 -0
- package/esm/IconRowHeightHigh/index.js +48 -0
- package/esm/IconRowHeightMedium/index.js +56 -0
- package/esm/IconSearchFill/index.js +36 -0
- package/esm/IconSuggestDrag/index.js +38 -0
- package/esm/IconTextAlignCenter/index.js +36 -0
- package/esm/IconTextAlignJustified/index.js +36 -0
- package/esm/IconTextAlignLeft/index.js +36 -0
- package/esm/IconTextAlignRight/index.js +36 -0
- package/esm/IconTextBold/index.js +36 -0
- package/esm/IconTextTilt/index.js +34 -0
- package/esm/IconTidb/index.js +40 -0
- package/esm/IconUncheckbox/index.js +36 -0
- package/esm/index.js +22 -1
- package/lib/IconCheckbox/index.js +54 -0
- package/lib/IconDimensions/index.js +43 -0
- package/lib/IconHourglass/index.js +33 -0
- package/lib/{IconClickhouse → IconLayoutLabelDown}/index.js +7 -3
- package/lib/IconLayoutLabelLeft/index.js +37 -0
- package/lib/IconLayoutLabelRight/index.js +37 -0
- package/lib/IconLayoutLabelUp/index.js +37 -0
- package/lib/IconPromotionOff/index.js +39 -0
- package/lib/IconRowHeight/index.js +57 -0
- package/lib/IconRowHeightExtrahigh/index.js +41 -0
- package/lib/IconRowHeightHigh/index.js +49 -0
- package/lib/IconRowHeightMedium/index.js +57 -0
- package/lib/IconSearchFill/index.js +37 -0
- package/lib/IconSuggestDrag/index.js +39 -0
- package/lib/IconTextAlignCenter/index.js +37 -0
- package/lib/IconTextAlignJustified/index.js +37 -0
- package/lib/IconTextAlignLeft/index.js +37 -0
- package/lib/IconTextAlignRight/index.js +37 -0
- package/lib/IconTextBold/index.js +37 -0
- package/lib/IconTextTilt/index.js +35 -0
- package/lib/IconTidb/index.js +41 -0
- package/lib/IconUncheckbox/index.js +37 -0
- package/lib/index.js +352 -310
- package/package.json +1 -1
- package/src/IconCheckbox/index.vue +19 -0
- package/src/IconDimensions/index.vue +19 -0
- package/src/IconHourglass/index.vue +19 -0
- package/src/IconLayoutLabelDown/index.vue +19 -0
- package/src/IconLayoutLabelLeft/index.vue +19 -0
- package/src/IconLayoutLabelRight/index.vue +19 -0
- package/src/IconLayoutLabelUp/index.vue +19 -0
- package/src/IconPromotionOff/index.vue +19 -0
- package/src/IconRowHeight/index.vue +19 -0
- package/src/IconRowHeightExtrahigh/index.vue +19 -0
- package/src/IconRowHeightHigh/index.vue +19 -0
- package/src/IconRowHeightMedium/index.vue +19 -0
- package/src/IconSearchFill/index.vue +19 -0
- package/src/IconSuggestDrag/index.vue +19 -0
- package/src/IconTextAlignCenter/index.vue +19 -0
- package/src/IconTextAlignJustified/index.vue +19 -0
- package/src/IconTextAlignLeft/index.vue +19 -0
- package/src/IconTextAlignRight/index.vue +19 -0
- package/src/IconTextBold/index.vue +19 -0
- package/src/IconTextTilt/index.vue +19 -0
- package/src/IconTidb/index.vue +19 -0
- package/src/IconUncheckbox/index.vue +19 -0
- package/src/index.js +23 -2
- package/src/IconClickhouse/index.vue +0 -19
|
@@ -0,0 +1,57 @@
|
|
|
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: "IconRowHeight",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
20
|
+
x: "8",
|
|
21
|
+
y: "3",
|
|
22
|
+
width: "6",
|
|
23
|
+
height: "1",
|
|
24
|
+
rx: ".5"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
27
|
+
x: "8",
|
|
28
|
+
y: "7.5",
|
|
29
|
+
width: "6",
|
|
30
|
+
height: "1",
|
|
31
|
+
rx: ".5"
|
|
32
|
+
}, null, -1);
|
|
33
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
34
|
+
x: "8",
|
|
35
|
+
y: "12",
|
|
36
|
+
width: "6",
|
|
37
|
+
height: "1",
|
|
38
|
+
rx: ".5"
|
|
39
|
+
}, null, -1);
|
|
40
|
+
const _hoisted_6 = [
|
|
41
|
+
_hoisted_2,
|
|
42
|
+
_hoisted_3,
|
|
43
|
+
_hoisted_4,
|
|
44
|
+
_hoisted_5
|
|
45
|
+
];
|
|
46
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
48
|
+
viewBox: "0 0 16 16",
|
|
49
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height`],
|
|
52
|
+
width: "1em",
|
|
53
|
+
height: "1em"
|
|
54
|
+
}, _ctx.$attrs), _hoisted_6, 16, _hoisted_1);
|
|
55
|
+
}
|
|
56
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
57
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
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: "IconRowHeightExtrahigh",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
20
|
+
x: "8",
|
|
21
|
+
y: "3",
|
|
22
|
+
width: "6",
|
|
23
|
+
height: "10",
|
|
24
|
+
rx: ".5"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height_extrahigh`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,49 @@
|
|
|
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: "IconRowHeightHigh",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
20
|
+
x: "8",
|
|
21
|
+
y: "3",
|
|
22
|
+
width: "6",
|
|
23
|
+
height: "5.5",
|
|
24
|
+
rx: ".5"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
27
|
+
x: "8",
|
|
28
|
+
y: "12",
|
|
29
|
+
width: "6",
|
|
30
|
+
height: "1",
|
|
31
|
+
rx: ".5"
|
|
32
|
+
}, null, -1);
|
|
33
|
+
const _hoisted_5 = [
|
|
34
|
+
_hoisted_2,
|
|
35
|
+
_hoisted_3,
|
|
36
|
+
_hoisted_4
|
|
37
|
+
];
|
|
38
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
39
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
40
|
+
viewBox: "0 0 16 16",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height_high`],
|
|
44
|
+
width: "1em",
|
|
45
|
+
height: "1em"
|
|
46
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
47
|
+
}
|
|
48
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
49
|
+
module.exports = index;
|
|
@@ -0,0 +1,57 @@
|
|
|
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: "IconRowHeightMedium",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M4.5 2C4.65992 2 4.80231 2.07305 4.89383 2.18672L6.85355 4.14645C7.04882 4.34171 7.04882 4.65829 6.85355 4.85355C6.65829 5.04882 6.34171 5.04882 6.14645 4.85355L5 3.70711V12.2929L6.14645 11.1464C6.34171 10.9512 6.65829 10.9512 6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536L4.89383 13.8133C4.80288 13.9262 4.6617 13.9991 4.503 14L4.5 14L4.497 14C4.3383 13.9991 4.19712 13.9262 4.10617 13.8133L2.14645 11.8536C1.95118 11.6583 1.95118 11.3417 2.14645 11.1464C2.34171 10.9512 2.65829 10.9512 2.85355 11.1464L4 12.2929V3.70711L2.85355 4.85355C2.65829 5.04882 2.34171 5.04882 2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.10617 2.18673C4.19769 2.07305 4.34008 2 4.5 2Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
20
|
+
x: "8",
|
|
21
|
+
y: "3",
|
|
22
|
+
width: "6",
|
|
23
|
+
height: "2",
|
|
24
|
+
rx: ".5"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
27
|
+
x: "8",
|
|
28
|
+
y: "7.5",
|
|
29
|
+
width: "6",
|
|
30
|
+
height: "1",
|
|
31
|
+
rx: ".5"
|
|
32
|
+
}, null, -1);
|
|
33
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
34
|
+
x: "8",
|
|
35
|
+
y: "12",
|
|
36
|
+
width: "6",
|
|
37
|
+
height: "1",
|
|
38
|
+
rx: ".5"
|
|
39
|
+
}, null, -1);
|
|
40
|
+
const _hoisted_6 = [
|
|
41
|
+
_hoisted_2,
|
|
42
|
+
_hoisted_3,
|
|
43
|
+
_hoisted_4,
|
|
44
|
+
_hoisted_5
|
|
45
|
+
];
|
|
46
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
47
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
48
|
+
viewBox: "0 0 16 16",
|
|
49
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height_medium`],
|
|
52
|
+
width: "1em",
|
|
53
|
+
height: "1em"
|
|
54
|
+
}, _ctx.$attrs), _hoisted_6, 16, _hoisted_1);
|
|
55
|
+
}
|
|
56
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
57
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconSearchFill",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M11.8833 10.8226C12.5841 9.89957 13 8.74836 13 7.5C13 4.46243 10.5376 2 7.5 2C4.46243 2 2 4.46243 2 7.5C2 10.5376 4.46243 13 7.5 13C8.74835 13 9.89956 12.5841 10.8226 11.8833L13.0052 14.0659C13.2981 14.3588 13.773 14.3588 14.0659 14.0659C14.3588 13.773 14.3588 13.2981 14.0659 13.0052L11.8833 10.8226ZM11 7.5C11 9.433 9.433 11 7.5 11C5.567 11 4 9.433 4 7.5C4 5.567 5.567 4 7.5 4C9.433 4 11 5.567 11 7.5Z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-search_fill`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "IconSuggestDrag",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M45.3034 24.0903H37.8254C35.9544 11.5065 26.6074 6.11258 17.2584 4.31461C23.8029 8.80854 26.7937 15.1004 26.7937 24.0903H19.1274L32.2164 36.6742L45.3034 24.0903Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
d: "M36.2369 12.3146C37.1106 13.5356 37.8855 14.867 38.5442 16.3146H45.124L55.812 36.3146H40V44.3146H24V36.3146H8.188L18.874 16.3146H22.8803C22.6034 15.4112 22.2721 14.5621 21.8878 13.7623C21.6492 13.2659 21.3879 12.7836 21.1028 12.3146H17.25C16.4167 12.3573 15.8127 12.7326 15.438 13.4406L4.188 35.8786C4.06267 36.1706 4 36.4833 4 36.8166V58.3166C4 58.9006 4.18733 59.3799 4.562 59.7546C4.93667 60.1293 5.416 60.3166 6 60.3166H58C58.584 60.3166 59.0633 60.1293 59.438 59.7546C59.8127 59.3799 60 58.9006 60 58.3166V36.8166C60 36.4833 59.9373 36.1706 59.812 35.8786L48.562 13.4406C48.1873 12.7313 47.5833 12.3559 46.75 12.3146H36.2369ZM56 40.3146H44V48.3146H20V40.3146H8V56.3146H56V40.3146Z"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_4 = [
|
|
25
|
+
_hoisted_2,
|
|
26
|
+
_hoisted_3
|
|
27
|
+
];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 64 64",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-suggest-drag`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconTextAlignCenter",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M4.6665 3.83337C4.6665 3.55723 4.89036 3.33337 5.1665 3.33337H10.8332C11.1093 3.33337 11.3332 3.55723 11.3332 3.83337 11.3332 4.10952 11.1093 4.33337 10.8332 4.33337H5.1665C4.89036 4.33337 4.6665 4.10952 4.6665 3.83337zM4.6665 12.1667C4.6665 11.8906 4.89036 11.6667 5.1665 11.6667H10.8332C11.1093 11.6667 11.3332 11.8906 11.3332 12.1667 11.3332 12.4429 11.1093 12.6667 10.8332 12.6667H5.1665C4.89036 12.6667 4.6665 12.4429 4.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_center`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconTextAlignJustified",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M2.6665 3.83337C2.6665 3.55723 2.89036 3.33337 3.1665 3.33337H12.8332C13.1093 3.33337 13.3332 3.55723 13.3332 3.83337 13.3332 4.10952 13.1093 4.33337 12.8332 4.33337H3.1665C2.89036 4.33337 2.6665 4.10952 2.6665 3.83337zM2.6665 12.1667C2.6665 11.8906 2.89036 11.6667 3.1665 11.6667H12.8332C13.1093 11.6667 13.3332 11.8906 13.3332 12.1667 13.3332 12.4429 13.1093 12.6667 12.8332 12.6667H3.1665C2.89036 12.6667 2.6665 12.4429 2.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_justified`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconTextAlignLeft",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M2.6665 3.83337C2.6665 3.55723 2.89036 3.33337 3.1665 3.33337H9.49984C9.77598 3.33337 9.99984 3.55723 9.99984 3.83337 9.99984 4.10952 9.77598 4.33337 9.49984 4.33337H3.1665C2.89036 4.33337 2.6665 4.10952 2.6665 3.83337zM2.6665 12.1667C2.6665 11.8906 2.89036 11.6667 3.1665 11.6667H9.49984C9.77598 11.6667 9.99984 11.8906 9.99984 12.1667 9.99984 12.4429 9.77598 12.6667 9.49984 12.6667H3.1665C2.89036 12.6667 2.6665 12.4429 2.6665 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_left`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconTextAlignRight",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M5.99984 3.83337C5.99984 3.55723 6.22369 3.33337 6.49984 3.33337H12.8332C13.1093 3.33337 13.3332 3.55723 13.3332 3.83337 13.3332 4.10952 13.1093 4.33337 12.8332 4.33337H6.49984C6.22369 4.33337 5.99984 4.10952 5.99984 3.83337zM5.99984 12.1667C5.99984 11.8906 6.22369 11.6667 6.49984 11.6667H12.8332C13.1093 11.6667 13.3332 11.8906 13.3332 12.1667 13.3332 12.4429 13.1093 12.6667 12.8332 12.6667H6.49984C6.22369 12.6667 5.99984 12.4429 5.99984 12.1667zM2.6665 8.00004C2.6665 7.7239 2.89036 7.50004 3.1665 7.50004H12.8332C13.1093 7.50004 13.3332 7.7239 13.3332 8.00004 13.3332 8.27618 13.1093 8.50004 12.8332 8.50004H3.1665C2.89036 8.50004 2.6665 8.27618 2.6665 8.00004z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_right`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconTextBold",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M3.1499 2C3.1499 1.58579 3.48569 1.25 3.8999 1.25H8.37885C10.4365 1.25 12.0499 2.98218 12.0499 5.05C12.0499 6.09872 11.6349 7.06111 10.9575 7.75499C12.097 8.37709 12.8499 9.64431 12.8499 11.05C12.8499 13.0386 11.3432 14.75 9.36657 14.75H3.8999C3.48569 14.75 3.1499 14.4142 3.1499 14V2ZM4.6499 8.85V13.25H9.36657C10.4091 13.25 11.3499 12.3199 11.3499 11.05C11.3499 9.78007 10.4091 8.85 9.36657 8.85L4.6499 8.85ZM4.6499 7.35H8.37885C9.54769 7.35 10.5499 6.35112 10.5499 5.05C10.5499 3.74888 9.54769 2.75 8.37885 2.75H4.6499V7.35Z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
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" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_bold`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
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: "IconTextTilt",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M8 2H13V3H8V2zM3 13H8V14H3V13z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.5 2H11.5L5.5 14H4.5L10.5 2Z" }, null, -1);
|
|
20
|
+
const _hoisted_4 = [
|
|
21
|
+
_hoisted_2,
|
|
22
|
+
_hoisted_3
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_tilt`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
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: "IconTidb",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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", { d: "M9.52287 5.18397L8.22004 4.45429L5.11341 6.20794V7.61582L6.76694 6.6304L6.67923 10.8544L7.93177 11.5457L7.95692 6.05439L9.52287 5.18397Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.97897 10.9215V5.53349L8.61054 6.23381V11.5457L9.97897 10.9215Z" }, null, -1);
|
|
20
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"clip-rule": "evenodd",
|
|
23
|
+
d: "M13.7113 4.2837C13.89 4.38926 14 4.58435 14 4.79548V11.2045C14 11.4157 13.89 11.6107 13.7113 11.7163L8.28868 14.9208C8.11004 15.0264 7.88996 15.0264 7.71133 14.9208L2.28868 11.7163C2.11004 11.6107 2 11.4157 2 11.2045V4.79548C2 4.58435 2.11004 4.38926 2.28868 4.2837L7.71132 1.07917C7.88996 0.973609 8.11004 0.973609 8.28868 1.07917L13.7113 4.2837ZM3.1547 5.13666L8 2.27332L12.8453 5.13666V10.8633L8 13.7267L3.1547 10.8633V5.13666Z"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_5 = [
|
|
26
|
+
_hoisted_2,
|
|
27
|
+
_hoisted_3,
|
|
28
|
+
_hoisted_4
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tidb`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconUncheckbox",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M12 1H2C1.44772 1 1 1.44772 1 2V12C1 12.5523 1.44772 13 2 13H12C12.5523 13 13 12.5523 13 12V2C13 1.44772 12.5523 1 12 1ZM2 0C0.895431 0 0 0.89543 0 2V12C0 13.1046 0.89543 14 2 14H12C13.1046 14 14 13.1046 14 12V2C14 0.895431 13.1046 0 12 0H2Z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
|
+
viewBox: "0 0 14 14",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-uncheckbox`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|