@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,36 @@
|
|
|
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: "IconTextAlignJustified",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
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" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_justified`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconTextAlignLeft",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
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" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_left`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconTextAlignRight",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
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" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_align_right`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconTextBold",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
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" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_bold`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
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: "IconTextTilt",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M8 2H13V3H8V2zM3 13H8V14H3V13z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M10.5 2H11.5L5.5 14H4.5L10.5 2Z" }, null, -1);
|
|
19
|
+
const _hoisted_4 = [
|
|
20
|
+
_hoisted_2,
|
|
21
|
+
_hoisted_3
|
|
22
|
+
];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-text_tilt`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
export { index as default };
|
|
@@ -0,0 +1,40 @@
|
|
|
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: "IconTidb",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ 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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M9.97897 10.9215V5.53349L8.61054 6.23381V11.5457L9.97897 10.9215Z" }, null, -1);
|
|
19
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
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"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_5 = [
|
|
25
|
+
_hoisted_2,
|
|
26
|
+
_hoisted_3,
|
|
27
|
+
_hoisted_4
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
31
|
+
viewBox: "0 0 16 16",
|
|
32
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tidb`],
|
|
35
|
+
width: "1em",
|
|
36
|
+
height: "1em"
|
|
37
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
38
|
+
}
|
|
39
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconUncheckbox",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "teicon-"
|
|
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
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 14 14",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-uncheckbox`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -278,7 +278,6 @@ export { default as IconConnectedInside } from "./IconConnectedInside/index.js";
|
|
|
278
278
|
export { default as IconConnectedOut } from "./IconConnectedOut/index.js";
|
|
279
279
|
export { default as IconConnectCutup } from "./IconConnectCutup/index.js";
|
|
280
280
|
export { default as IconCubeThree } from "./IconCubeThree/index.js";
|
|
281
|
-
export { default as IconClickhouse } from "./IconClickhouse/index.js";
|
|
282
281
|
export { default as IconMySQL } from "./IconMySQL/index.js";
|
|
283
282
|
export { default as IconYuanqu } from "./IconYuanqu/index.js";
|
|
284
283
|
export { default as IconHospitalFill } from "./IconHospitalFill/index.js";
|
|
@@ -433,3 +432,25 @@ export { default as IconBumen } from "./IconBumen/index.js";
|
|
|
433
432
|
export { default as IconTupian } from "./IconTupian/index.js";
|
|
434
433
|
export { default as IconFujian } from "./IconFujian/index.js";
|
|
435
434
|
export { default as IconShuoming } from "./IconShuoming/index.js";
|
|
435
|
+
export { default as IconTidb } from "./IconTidb/index.js";
|
|
436
|
+
export { default as IconUncheckbox } from "./IconUncheckbox/index.js";
|
|
437
|
+
export { default as IconCheckbox } from "./IconCheckbox/index.js";
|
|
438
|
+
export { default as IconSuggestDrag } from "./IconSuggestDrag/index.js";
|
|
439
|
+
export { default as IconHourglass } from "./IconHourglass/index.js";
|
|
440
|
+
export { default as IconSearchFill } from "./IconSearchFill/index.js";
|
|
441
|
+
export { default as IconTextBold } from "./IconTextBold/index.js";
|
|
442
|
+
export { default as IconTextAlignCenter } from "./IconTextAlignCenter/index.js";
|
|
443
|
+
export { default as IconTextAlignRight } from "./IconTextAlignRight/index.js";
|
|
444
|
+
export { default as IconTextAlignLeft } from "./IconTextAlignLeft/index.js";
|
|
445
|
+
export { default as IconTextAlignJustified } from "./IconTextAlignJustified/index.js";
|
|
446
|
+
export { default as IconDimensions } from "./IconDimensions/index.js";
|
|
447
|
+
export { default as IconLayoutLabelRight } from "./IconLayoutLabelRight/index.js";
|
|
448
|
+
export { default as IconTextTilt } from "./IconTextTilt/index.js";
|
|
449
|
+
export { default as IconLayoutLabelLeft } from "./IconLayoutLabelLeft/index.js";
|
|
450
|
+
export { default as IconLayoutLabelDown } from "./IconLayoutLabelDown/index.js";
|
|
451
|
+
export { default as IconLayoutLabelUp } from "./IconLayoutLabelUp/index.js";
|
|
452
|
+
export { default as IconRowHeightExtrahigh } from "./IconRowHeightExtrahigh/index.js";
|
|
453
|
+
export { default as IconRowHeight } from "./IconRowHeight/index.js";
|
|
454
|
+
export { default as IconRowHeightHigh } from "./IconRowHeightHigh/index.js";
|
|
455
|
+
export { default as IconRowHeightMedium } from "./IconRowHeightMedium/index.js";
|
|
456
|
+
export { default as IconPromotionOff } from "./IconPromotionOff/index.js";
|
|
@@ -0,0 +1,54 @@
|
|
|
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: "IconCheckbox",
|
|
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 = ["fill"];
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
d: "M2 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 0H2ZM10.5567 4.16748L11.4879 5.34342L5.65026 9.96621L5.64811 9.96349L5.64468 9.9662L3 6.62651L4.17594 5.69529L5.89156 7.86177L10.5567 4.16748Z"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_4 = [
|
|
25
|
+
_hoisted_3
|
|
26
|
+
];
|
|
27
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
28
|
+
"fill-rule": "evenodd",
|
|
29
|
+
"clip-rule": "evenodd",
|
|
30
|
+
d: "M2 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 0H2ZM10.5567 4.16748L11.4879 5.34342L5.65026 9.96621L5.64811 9.96349L5.64468 9.9662L3 6.62651L4.17594 5.69529L5.89156 7.86177L10.5567 4.16748Z"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
33
|
+
d: "M11.4879 5.34342L13.9712 8.47926L17.107 5.99601L14.6238 2.86017L11.4879 5.34342ZM10.5567 4.16748L13.6925 1.68423L11.2093 -1.45161L8.07346 1.03164L10.5567 4.16748ZM5.65026 9.96621L2.51424 12.4492L4.99743 15.5855L8.13351 13.1021L5.65026 9.96621ZM5.64811 9.96349L8.78414 7.48048L6.3007 4.34391L3.16456 6.82789L5.64811 9.96349ZM5.64468 9.9662L2.50884 12.4495L4.99232 15.5856L8.12823 13.1018L5.64468 9.9662ZM3 6.62651L0.516754 3.49067L-2.61909 5.97391L-0.13584 9.10975L3 6.62651ZM4.17594 5.69529L7.31178 3.21204L4.82853 0.0762048L1.69269 2.55945L4.17594 5.69529ZM5.89156 7.86177L2.75572 10.345L5.23896 13.4809L8.3748 10.9976L5.89156 7.86177ZM4 2C4 3.10457 3.10457 4 2 4V-4C-1.31371 -4 -4 -1.31371 -4 2H4ZM4 12V2H-4V12H4ZM2 10C3.10457 10 4 10.8954 4 12H-4C-4 15.3137 -1.31371 18 2 18V10ZM12 10H2V18H12V10ZM10 12C10 10.8954 10.8954 10 12 10V18C15.3137 18 18 15.3137 18 12H10ZM10 2V12H18V2H10ZM12 4C10.8954 4 10 3.10457 10 2H18C18 -1.31371 15.3137 -4 12 -4V4ZM2 4H12V-4H2V4ZM14.6238 2.86017L13.6925 1.68423L7.42086 6.65073L8.35208 7.82667L14.6238 2.86017ZM8.13351 13.1021L13.9712 8.47926L9.00467 2.20758L3.16702 6.83037L8.13351 13.1021ZM2.51208 12.4465L2.51424 12.4492L8.78629 7.4832L8.78414 7.48048L2.51208 12.4465ZM8.12823 13.1018L8.13166 13.0991L3.16456 6.82789L3.16113 6.8306L8.12823 13.1018ZM-0.13584 9.10975L2.50884 12.4495L8.78052 7.48296L6.13584 4.14326L-0.13584 9.10975ZM1.69269 2.55945L0.516754 3.49067L5.48325 9.76235L6.65919 8.83113L1.69269 2.55945ZM9.0274 5.37852L7.31178 3.21204L1.0401 8.17854L2.75572 10.345L9.0274 5.37852ZM8.07346 1.03164L3.40831 4.72593L8.3748 10.9976L13.0399 7.30332L8.07346 1.03164Z",
|
|
34
|
+
mask: "url(#svg_9fced12952__a)"
|
|
35
|
+
}, null, -1);
|
|
36
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
37
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
38
|
+
viewBox: "0 0 14 14",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-checkbox`],
|
|
42
|
+
width: "1em",
|
|
43
|
+
height: "1em"
|
|
44
|
+
}, _ctx.$attrs), [
|
|
45
|
+
vue.createElementVNode("mask", {
|
|
46
|
+
id: "svg_9fced12952__a",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
|
48
|
+
}, _hoisted_4, 8, _hoisted_2),
|
|
49
|
+
_hoisted_5,
|
|
50
|
+
_hoisted_6
|
|
51
|
+
], 16, _hoisted_1);
|
|
52
|
+
}
|
|
53
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
54
|
+
module.exports = index;
|
|
@@ -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: "IconDimensions",
|
|
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: "M6.19141 8.3C6.19141 7.1402 7.13161 6.2 8.29141 6.2H11.8914C13.0512 6.2 13.9914 7.1402 13.9914 8.3V11.9C13.9914 13.0598 13.0512 14 11.8914 14H8.29141C7.13161 14 6.19141 13.0598 6.19141 11.9V8.3zM8.29141 7.2C7.68389 7.2 7.19141 7.69249 7.19141 8.3V11.9C7.19141 12.5075 7.68389 13 8.29141 13H11.8914C12.4989 13 12.9914 12.5075 12.9914 11.9V8.3C12.9914 7.69249 12.4989 7.2 11.8914 7.2H8.29141zM3.50001 5.10004C3.6484 5.10004 3.78913 5.16595 3.88412 5.27994L4.88412 6.47994C5.06091 6.69208 5.03224 7.00737 4.8201 7.18415 4.60797 7.36093 4.29268 7.33227 4.1159 7.12013L3.50001 6.38106 2.88412 7.12013C2.70734 7.33227 2.39206 7.36093 2.17992 7.18415 1.96778 7.00737 1.93912 6.69208 2.1159 6.47994L3.1159 5.27994C3.2109 5.16595 3.35162 5.10004 3.50001 5.10004zM13.9999 3.50001C13.9999 3.6484 13.934 3.78913 13.82 3.88412L12.62 4.88412C12.4079 5.06091 12.0926 5.03224 11.9158 4.8201 11.739 4.60797 11.7677 4.29268 11.9798 4.1159L12.7189 3.50001 11.9798 2.88412C11.7677 2.70734 11.739 2.39206 11.9158 2.17992 12.0926 1.96778 12.4079 1.93912 12.62 2.1159L13.82 3.1159C13.934 3.2109 13.9999 3.35162 13.9999 3.50001zM2.17992 11.9159C2.39206 11.7391 2.70734 11.7678 2.88412 11.9799L3.50001 12.719 4.1159 11.9799C4.29268 11.7678 4.60797 11.7391 4.8201 11.9159 5.03224 12.0927 5.06091 12.408 4.88412 12.6201L3.88412 13.8201C3.78913 13.9341 3.6484 14 3.50001 14 3.35162 14 3.2109 13.9341 3.1159 13.8201L2.1159 12.6201C1.93912 12.408 1.96778 12.0927 2.17992 11.9159zM7.18405 2.17992C7.36083 2.39206 7.33217 2.70734 7.12003 2.88412L6.38096 3.50001 7.12003 4.1159C7.33217 4.29268 7.36083 4.60797 7.18405 4.8201 7.00727 5.03224 6.69198 5.06091 6.47985 4.88412L5.27985 3.88412C5.16585 3.78913 5.09994 3.6484 5.09994 3.50001 5.09994 3.35162 5.16585 3.2109 5.27985 3.1159L6.47985 2.1159C6.69199 1.93912 7.00727 1.96778 7.18405 2.17992z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
|
+
"fill-rule": "evenodd",
|
|
25
|
+
"clip-rule": "evenodd",
|
|
26
|
+
d: "M3.5 6C3.77614 6 4 6.19898 4 6.44444V13.5556C4 13.801 3.77615 14 3.50001 14 3.22387 14 3 13.801 3 13.5556V6.44444C3 6.19898 3.22386 6 3.5 6zM13.1 3.5C13.1 3.77614 12.901 4 12.6556 4L5.54444 4C5.29899 4 5.09994 3.77615 5.09994 3.50001 5.09994 3.22387 5.29899 3 5.54444 3L12.6556 3C12.901 3 13.1 3.22386 13.1 3.5z"
|
|
27
|
+
}, null, -1);
|
|
28
|
+
const _hoisted_4 = [
|
|
29
|
+
_hoisted_2,
|
|
30
|
+
_hoisted_3
|
|
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
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dimensions`],
|
|
38
|
+
width: "1em",
|
|
39
|
+
height: "1em"
|
|
40
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
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: "IconHourglass",
|
|
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.50073 1.99982C4.22459 1.99982 4.00073 2.22367 4.00073 2.49982V4.79288C4.00073 4.92544 4.05338 5.05258 4.14709 5.14634L6.93058 7.9312C6.96964 7.97027 6.96961 8.03361 6.93051 8.07265L4.14744 10.8517C4.05351 10.9454 4.00073 11.0727 4.00073 11.2055V13.4943C4.00073 13.7705 4.22459 13.9943 4.50073 13.9943H11.5023C11.7784 13.9943 12.0023 13.7705 12.0023 13.4943V11.2055C12.0023 11.0727 11.9495 10.9454 11.8556 10.8517L9.0725 8.07265C9.0334 8.03361 9.03337 7.97027 9.07243 7.9312L11.8559 5.14634C11.9496 5.05258 12.0023 4.92544 12.0023 4.79288V2.49982C12.0023 2.22367 11.7784 1.99982 11.5023 1.99982H4.50073ZM10.9725 11.3383C10.9914 11.3571 11.0021 11.3827 11.0021 11.4094V12.8956C11.0021 12.9508 10.9573 12.9956 10.9021 12.9956H5.10092C5.04569 12.9956 5.00092 12.9508 5.00092 12.8956V11.3887C5.00092 11.3619 5.01169 11.3362 5.03081 11.3174L7.93114 8.46564C7.97015 8.42728 8.03274 8.42739 8.07161 8.46589L10.9725 11.3383ZM8.07204 7.539C8.03302 7.57777 7.97001 7.57774 7.93102 7.53894L5.03038 4.65226C5.01152 4.63349 5.00092 4.60798 5.00092 4.58138V3.0966C5.00092 3.04137 5.04569 2.9966 5.10092 2.9966H10.9021C10.9573 2.9966 11.0021 3.04137 11.0021 3.0966V4.58645C11.0021 4.61309 10.9915 4.63862 10.9726 4.6574L8.07204 7.539Z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = [
|
|
20
|
+
_hoisted_2
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-hourglass`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
module.exports = index;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconLayoutLabelDown",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -15,7 +15,11 @@ const _sfc_main = {
|
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M14 2H2V10H14V2ZM9.56393 8.27088L12.407 4.29059L11.5933 3.70935L9.43633 6.72906L6.43633 3.72906L3.59326 7.70935L4.407 8.29059L6.56393 5.27088L9.56393 8.27088ZM3 12H7V14H3V12ZM13 12H9V14H13V12Z"
|
|
22
|
+
}, null, -1);
|
|
19
23
|
const _hoisted_3 = [
|
|
20
24
|
_hoisted_2
|
|
21
25
|
];
|
|
@@ -24,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24
28
|
viewBox: "0 0 16 16",
|
|
25
29
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
30
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-layout_label_down`],
|
|
28
32
|
width: "1em",
|
|
29
33
|
height: "1em"
|
|
30
34
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -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: "IconLayoutLabelLeft",
|
|
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: "M6 2L6 14H14V2L6 2ZM11.1194 10.299L13.4342 6.24809L12.566 5.75195L10.8808 8.70108L8.8106 6.75269L6.6001 9.70002L7.4001 10.3L8.9396 8.24735L11.1194 10.299ZM4 3L4 7H2L2 3H4ZM4 13L4 9H2L2 13H4Z"
|
|
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-layout_label_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: "IconLayoutLabelRight",
|
|
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 2L2 14H10V2L2 2ZM7.11944 10.299L9.43422 6.24809L8.56598 5.75195L6.88076 8.70108L4.8106 6.75269L2.6001 9.70002L3.4001 10.3L4.9396 8.24735L7.11944 10.299ZM14 3V7H12V3H14ZM14 13V9H12V13H14Z"
|
|
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-layout_label_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: "IconLayoutLabelUp",
|
|
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 2H7V4H3V2ZM14 6H2V14H14V6ZM9.56393 12.2709L12.407 8.29059L11.5933 7.70935L9.43633 10.7291L6.43633 7.72906L3.59326 11.7094L4.407 12.2906L6.56393 9.27088L9.56393 12.2709ZM13 2H9V4H13V2Z"
|
|
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-layout_label_up`],
|
|
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: "IconPromotionOff",
|
|
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.05749 10.1217C4.13701 10.161 4.22193 10.1806 4.30505 10.1806 4.50202 10.1806 4.69176 10.0753 4.78753 9.89148 4.92486 9.62912 4.82006 9.30607 4.55442 9.17042L2.71127 8.22985 10.3324 4.24993 5.51945 10.0431C5.43993 10.1377 5.39657 10.2591 5.39657 10.3823V13.4646C5.39657 13.7608 5.63871 14 5.93867 14 6.23682 14 6.48077 13.7608 6.48077 13.4646V10.575L11.6543 4.34972 11.2762 7.00704C11.3502 7.00237 11.4248 7 11.5 7 11.7952 7 12.0818 7.03653 12.3556 7.10533L12.995 2.60957C13.0014 2.56347 13.0015 2.51764 12.9961 2.47301 12.9887 2.4089 12.9694 2.34511 12.9371 2.28477 12.8113 2.04905 12.5302 1.9448 12.2824 2.02875 12.2509 2.03933 12.2203 2.05281 12.1911 2.06908L1.28915 7.76224C1.11024 7.85683.998227 8.03889 1.00002 8.23878 1.00002 8.43867 1.11386 8.62071 1.29276 8.71174L4.05749 10.1217zM10 11.5C10 11.2239 10.2239 11 10.5 11H12.5C12.7761 11 13 11.2239 13 11.5 13 11.7761 12.7761 12 12.5 12H10.5C10.2239 12 10 11.7761 10 11.5z" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
d: "M11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15ZM11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14Z"
|
|
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 16 16",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-promotion_off`],
|
|
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;
|