@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,53 @@
|
|
|
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: "IconCheckbox",
|
|
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 = ["fill"];
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
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"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_4 = [
|
|
24
|
+
_hoisted_3
|
|
25
|
+
];
|
|
26
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", {
|
|
27
|
+
"fill-rule": "evenodd",
|
|
28
|
+
"clip-rule": "evenodd",
|
|
29
|
+
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"
|
|
30
|
+
}, null, -1);
|
|
31
|
+
const _hoisted_6 = /* @__PURE__ */ createElementVNode("path", {
|
|
32
|
+
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",
|
|
33
|
+
mask: "url(#svg_9fced12952__a)"
|
|
34
|
+
}, null, -1);
|
|
35
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
36
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
37
|
+
viewBox: "0 0 14 14",
|
|
38
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-checkbox`],
|
|
41
|
+
width: "1em",
|
|
42
|
+
height: "1em"
|
|
43
|
+
}, _ctx.$attrs), [
|
|
44
|
+
createElementVNode("mask", {
|
|
45
|
+
id: "svg_9fced12952__a",
|
|
46
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000"
|
|
47
|
+
}, _hoisted_4, 8, _hoisted_2),
|
|
48
|
+
_hoisted_5,
|
|
49
|
+
_hoisted_6
|
|
50
|
+
], 16, _hoisted_1);
|
|
51
|
+
}
|
|
52
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
53
|
+
export { index as default };
|
|
@@ -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: "IconDimensions",
|
|
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: "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"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
|
+
"fill-rule": "evenodd",
|
|
24
|
+
"clip-rule": "evenodd",
|
|
25
|
+
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"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_4 = [
|
|
28
|
+
_hoisted_2,
|
|
29
|
+
_hoisted_3
|
|
30
|
+
];
|
|
31
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
33
|
+
viewBox: "0 0 16 16",
|
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-dimensions`],
|
|
37
|
+
width: "1em",
|
|
38
|
+
height: "1em"
|
|
39
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
export { index as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconHourglass",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-hourglass`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLayoutLabelDown",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -14,7 +14,11 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
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"
|
|
21
|
+
}, null, -1);
|
|
18
22
|
const _hoisted_3 = [
|
|
19
23
|
_hoisted_2
|
|
20
24
|
];
|
|
@@ -23,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
23
27
|
viewBox: "0 0 16 16",
|
|
24
28
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-layout_label_down`],
|
|
27
31
|
width: "1em",
|
|
28
32
|
height: "1em"
|
|
29
33
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
@@ -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: "IconLayoutLabelLeft",
|
|
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: "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"
|
|
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-layout_label_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: "IconLayoutLabelRight",
|
|
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 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"
|
|
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-layout_label_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: "IconLayoutLabelUp",
|
|
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 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"
|
|
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-layout_label_up`],
|
|
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,38 @@
|
|
|
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: "IconPromotionOff",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
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"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_4 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-promotion_off`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,56 @@
|
|
|
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: "IconRowHeight",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("rect", {
|
|
19
|
+
x: "8",
|
|
20
|
+
y: "3",
|
|
21
|
+
width: "6",
|
|
22
|
+
height: "1",
|
|
23
|
+
rx: ".5"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("rect", {
|
|
26
|
+
x: "8",
|
|
27
|
+
y: "7.5",
|
|
28
|
+
width: "6",
|
|
29
|
+
height: "1",
|
|
30
|
+
rx: ".5"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("rect", {
|
|
33
|
+
x: "8",
|
|
34
|
+
y: "12",
|
|
35
|
+
width: "6",
|
|
36
|
+
height: "1",
|
|
37
|
+
rx: ".5"
|
|
38
|
+
}, null, -1);
|
|
39
|
+
const _hoisted_6 = [
|
|
40
|
+
_hoisted_2,
|
|
41
|
+
_hoisted_3,
|
|
42
|
+
_hoisted_4,
|
|
43
|
+
_hoisted_5
|
|
44
|
+
];
|
|
45
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
47
|
+
viewBox: "0 0 16 16",
|
|
48
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height`],
|
|
51
|
+
width: "1em",
|
|
52
|
+
height: "1em"
|
|
53
|
+
}, _ctx.$attrs), _hoisted_6, 16, _hoisted_1);
|
|
54
|
+
}
|
|
55
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
56
|
+
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: "IconRowHeightExtrahigh",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("rect", {
|
|
19
|
+
x: "8",
|
|
20
|
+
y: "3",
|
|
21
|
+
width: "6",
|
|
22
|
+
height: "10",
|
|
23
|
+
rx: ".5"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_4 = [
|
|
26
|
+
_hoisted_2,
|
|
27
|
+
_hoisted_3
|
|
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-row_height_extrahigh`],
|
|
35
|
+
width: "1em",
|
|
36
|
+
height: "1em"
|
|
37
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
38
|
+
}
|
|
39
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
40
|
+
export { index as default };
|
|
@@ -0,0 +1,48 @@
|
|
|
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: "IconRowHeightHigh",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("rect", {
|
|
19
|
+
x: "8",
|
|
20
|
+
y: "3",
|
|
21
|
+
width: "6",
|
|
22
|
+
height: "5.5",
|
|
23
|
+
rx: ".5"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("rect", {
|
|
26
|
+
x: "8",
|
|
27
|
+
y: "12",
|
|
28
|
+
width: "6",
|
|
29
|
+
height: "1",
|
|
30
|
+
rx: ".5"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_5 = [
|
|
33
|
+
_hoisted_2,
|
|
34
|
+
_hoisted_3,
|
|
35
|
+
_hoisted_4
|
|
36
|
+
];
|
|
37
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
38
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
39
|
+
viewBox: "0 0 16 16",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height_high`],
|
|
43
|
+
width: "1em",
|
|
44
|
+
height: "1em"
|
|
45
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
46
|
+
}
|
|
47
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
48
|
+
export { index as default };
|
|
@@ -0,0 +1,56 @@
|
|
|
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: "IconRowHeightMedium",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("rect", {
|
|
19
|
+
x: "8",
|
|
20
|
+
y: "3",
|
|
21
|
+
width: "6",
|
|
22
|
+
height: "2",
|
|
23
|
+
rx: ".5"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("rect", {
|
|
26
|
+
x: "8",
|
|
27
|
+
y: "7.5",
|
|
28
|
+
width: "6",
|
|
29
|
+
height: "1",
|
|
30
|
+
rx: ".5"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("rect", {
|
|
33
|
+
x: "8",
|
|
34
|
+
y: "12",
|
|
35
|
+
width: "6",
|
|
36
|
+
height: "1",
|
|
37
|
+
rx: ".5"
|
|
38
|
+
}, null, -1);
|
|
39
|
+
const _hoisted_6 = [
|
|
40
|
+
_hoisted_2,
|
|
41
|
+
_hoisted_3,
|
|
42
|
+
_hoisted_4,
|
|
43
|
+
_hoisted_5
|
|
44
|
+
];
|
|
45
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
47
|
+
viewBox: "0 0 16 16",
|
|
48
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-row_height_medium`],
|
|
51
|
+
width: "1em",
|
|
52
|
+
height: "1em"
|
|
53
|
+
}, _ctx.$attrs), _hoisted_6, 16, _hoisted_1);
|
|
54
|
+
}
|
|
55
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
56
|
+
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: "IconSearchFill",
|
|
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: "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"
|
|
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-search_fill`],
|
|
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,38 @@
|
|
|
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: "IconSuggestDrag",
|
|
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: "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);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
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"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_4 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3
|
|
26
|
+
];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 64 64",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-suggest-drag`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
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: "IconTextAlignCenter",
|
|
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: "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"
|
|
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_center`],
|
|
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 };
|