@arco-iconbox/vue-te 0.0.13 → 0.0.15
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 +5148 -4207
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +772 -680
- package/dist/icon.min.js.map +1 -1
- package/esm/IconCheckbox/index.js +53 -0
- package/esm/IconDimensions/index.js +42 -0
- package/esm/IconDownload/index.js +5 -1
- package/esm/IconFileTypeMiniapp/index.js +61 -0
- package/esm/IconFileTypeRar/index.js +27 -10
- package/esm/IconFileTypeZip/index.js +27 -10
- package/esm/IconFolderFill/index.js +17 -6
- 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/IconStarFill/index.js +32 -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/IconUpload/index.js +5 -1
- package/esm/index.js +24 -1
- package/lib/IconCheckbox/index.js +54 -0
- package/lib/IconDimensions/index.js +43 -0
- package/lib/IconDownload/index.js +5 -1
- package/lib/IconFileTypeMiniapp/index.js +62 -0
- package/lib/IconFileTypeRar/index.js +27 -10
- package/lib/IconFileTypeZip/index.js +27 -10
- package/lib/IconFolderFill/index.js +17 -6
- 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/IconStarFill/index.js +33 -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/IconUpload/index.js +5 -1
- package/lib/index.js +356 -310
- package/package.json +1 -1
- package/src/IconCheckbox/index.vue +19 -0
- package/src/IconDimensions/index.vue +19 -0
- package/src/IconDownload/index.vue +1 -1
- package/src/IconFileTypeMiniapp/index.vue +19 -0
- package/src/IconFileTypeRar/index.vue +1 -1
- package/src/IconFileTypeZip/index.vue +1 -1
- package/src/IconFolderFill/index.vue +1 -1
- 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/IconStarFill/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/IconUpload/index.vue +1 -1
- package/src/index.js +25 -2
- package/src/IconClickhouse/index.vue +0 -19
|
@@ -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;
|
|
@@ -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: "M8.34268 10.8641C8.15016 11.0453 7.84984 11.0453 7.65732 10.8641L4.65732 8.04057C4.45623 7.85131 4.44664 7.53487 4.6359 7.33379C4.82516 7.1327 5.14159 7.12311 5.34268 7.31237L7.5 9.34279L7.5 2.5C7.5 2.22386 7.72386 2 8 2C8.27614 2 8.5 2.22386 8.5 2.5L8.5 9.34279L10.6573 7.31237C10.8584 7.12311 11.1748 7.1327 11.3641 7.33379C11.5534 7.53488 11.5438 7.85131 11.3427 8.04057L8.34268 10.8641ZM2 11.5H3V13H13V11.5H14V14H2V11.5Z"
|
|
22
|
+
}, null, -1);
|
|
19
23
|
const _hoisted_3 = [
|
|
20
24
|
_hoisted_2
|
|
21
25
|
];
|
|
@@ -0,0 +1,62 @@
|
|
|
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: "IconFileTypeMiniapp",
|
|
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 = {
|
|
18
|
+
"clip-path": "url(#svg_f736804181__clip0_1664_179)",
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd"
|
|
21
|
+
};
|
|
22
|
+
const _hoisted_2 = ["fill"];
|
|
23
|
+
const _hoisted_3 = ["fill"];
|
|
24
|
+
const _hoisted_4 = ["fill"];
|
|
25
|
+
const _hoisted_5 = { id: "svg_f736804181__clip0_1664_179" };
|
|
26
|
+
const _hoisted_6 = ["fill"];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file_type-miniapp`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), [
|
|
36
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
37
|
+
vue.createElementVNode("path", {
|
|
38
|
+
d: "M2.5 0.5C2.3125 0.5 2.1125 0.575 1.975 0.725C1.8375 0.875 1.75 1.0625 1.75 1.25V14.75C1.75 14.9375 1.825 15.1375 1.975 15.275C2.125 15.425 2.3125 15.5 2.5 15.5H13.5C13.6875 15.5 13.8875 15.425 14.025 15.275C14.175 15.125 14.25 14.9375 14.25 14.75V4.75L10 0.5H2.5Z",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#722ED1"
|
|
40
|
+
}, null, 8, _hoisted_2),
|
|
41
|
+
vue.createElementVNode("path", {
|
|
42
|
+
d: "M11 9C11 10.6569 9.65685 12 8 12C6.34314 12 5 10.6569 5 9C5 7.34314 6.34314 6 8 6C9.65685 6 11 7.34314 11 9ZM8.85725 7.71434C8.50221 7.71434 8.21439 8.00216 8.21439 8.3572V9.64291C8.21439 10.2346 7.7347 10.7143 7.14296 10.7143C6.55123 10.7143 6.07153 10.2346 6.07153 9.64291C6.07153 9.05118 6.55123 8.57148 7.14296 8.57148C7.26131 8.57148 7.35725 8.66742 7.35725 8.78577C7.35725 8.90411 7.26131 9.00005 7.14296 9.00005C6.78792 9.00005 6.5001 9.28787 6.5001 9.64291C6.5001 9.99795 6.78792 10.2858 7.14296 10.2858C7.498 10.2858 7.78582 9.99795 7.78582 9.64291V8.3572C7.78582 7.76546 8.26551 7.28577 8.85725 7.28577C9.44898 7.28577 9.92868 7.76546 9.92868 8.3572C9.92868 8.94893 9.44898 9.42862 8.85725 9.42862C8.7389 9.42862 8.64296 9.33268 8.64296 9.21434C8.64296 9.09599 8.7389 9.00005 8.85725 9.00005C9.21229 9.00005 9.5001 8.71224 9.5001 8.3572C9.5001 8.00216 9.21229 7.71434 8.85725 7.71434Z",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
44
|
+
}, null, 8, _hoisted_3),
|
|
45
|
+
vue.createElementVNode("path", {
|
|
46
|
+
opacity: ".5",
|
|
47
|
+
d: "M14.25 4.75H10.75C10.5625 4.75 10.3625 4.675 10.225 4.525C10.075 4.3875 10 4.1875 10 4V0.5L14.25 4.75Z",
|
|
48
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
49
|
+
}, null, 8, _hoisted_4)
|
|
50
|
+
]),
|
|
51
|
+
vue.createElementVNode("defs", null, [
|
|
52
|
+
vue.createElementVNode("clipPath", _hoisted_5, [
|
|
53
|
+
vue.createElementVNode("path", {
|
|
54
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
55
|
+
d: "M0 0H16V16H0z"
|
|
56
|
+
}, null, 8, _hoisted_6)
|
|
57
|
+
])
|
|
58
|
+
])
|
|
59
|
+
], 16);
|
|
60
|
+
}
|
|
61
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
62
|
+
module.exports = index;
|
|
@@ -15,23 +15,40 @@ const _sfc_main = {
|
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 =
|
|
19
|
-
const _hoisted_3 =
|
|
20
|
-
const _hoisted_4 =
|
|
21
|
-
const _hoisted_5 = [
|
|
22
|
-
_hoisted_2,
|
|
23
|
-
_hoisted_3,
|
|
24
|
-
_hoisted_4
|
|
25
|
-
];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = ["fill"];
|
|
26
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
23
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
24
|
viewBox: "0 0 16 16",
|
|
29
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
30
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
31
27
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-rar`],
|
|
32
28
|
width: "1em",
|
|
33
29
|
height: "1em"
|
|
34
|
-
}, _ctx.$attrs),
|
|
30
|
+
}, _ctx.$attrs), [
|
|
31
|
+
vue.createElementVNode("path", {
|
|
32
|
+
d: "M12.9219 15.5H3.07816C2.46878 15.5 1.95316 14.9844 2.00003 14.3281V1.67188C2.00003 1.0625 2.46878 0.546875 3.07816 0.5H10.7188L14 3.96875V14.375C14 14.9844 13.5313 15.5 12.9219 15.5Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5ECEC"
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
d: "M14 5.09375H2V1.67188C2 1.0625 2.46875 0.546875 3.07812 0.5H10.7187L14 3.96875V5.09375Z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#7A78C9"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
d: "M3.96799 4.18003V3.34588H4.33872L4.70945 4.13369H5.08018L4.61677 3.34588C4.89482 3.2532 4.9875 3.06783 4.9875 2.83613C4.9875 2.65076 4.94116 2.51174 4.80214 2.41905C4.70945 2.32637 4.57043 2.28003 4.4314 2.28003H3.68994V4.18003H3.96799ZM4.4314 3.11418H3.96799V2.55808H4.4314C4.52409 2.55808 4.57043 2.55808 4.66311 2.60442C4.70945 2.65076 4.70945 2.6971 4.70945 2.83613C4.70945 2.92881 4.66311 2.97515 4.61677 3.02149C4.61677 3.06783 4.52409 3.11418 4.4314 3.11418ZM5.63628 4.18003L5.77531 3.76296H6.47043L6.60945 4.18003H6.93384L6.23872 2.28003H6.00701L5.31189 4.18003H5.63628ZM6.42409 3.48491H5.86799L6.14604 2.65076L6.42409 3.48491ZM7.67531 4.18003V3.34588H8.04604L8.41677 4.13369H8.74116L8.32409 3.34588C8.55579 3.2532 8.69482 3.06783 8.69482 2.83613C8.69482 2.65076 8.64848 2.51174 8.50945 2.41905C8.41677 2.32637 8.27775 2.28003 8.13872 2.28003H7.39726V4.18003H7.67531ZM8.09238 3.11418H7.67531V2.55808H8.13872C8.2314 2.55808 8.27775 2.55808 8.37043 2.60442C8.41677 2.65076 8.46311 2.6971 8.46311 2.83613C8.46311 2.92881 8.41677 2.97515 8.37043 3.02149C8.27775 3.06783 8.18506 3.11418 8.09238 3.11418Z",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
42
|
+
}, null, 8, _hoisted_3),
|
|
43
|
+
vue.createElementVNode("path", {
|
|
44
|
+
d: "M13.9998 3.96875H11.7967C11.1873 3.96875 10.6717 3.45312 10.7185 2.79688V0.5L12.3592 2.23438L13.9998 3.96875Z",
|
|
45
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5ECEC"
|
|
46
|
+
}, null, 8, _hoisted_4),
|
|
47
|
+
vue.createElementVNode("path", {
|
|
48
|
+
d: "M6.73438 7.29688V13.2969H9.26563V7.29688H6.73438ZM8.9375 9.35937H8V9.96875H8.9375V10.625H8V11.2344H8.9375V11.8906H8V12.5469H7.0625V11.8906H8V11.2344H7.0625V10.625H8V9.96875H7.0625V9.35937H8V8.75H7.0625V8.09375H8V8.75H8.9375V9.35937Z",
|
|
49
|
+
fill: $props.useCurrentColor ? "currentColor" : "#7A78C9"
|
|
50
|
+
}, null, 8, _hoisted_5)
|
|
51
|
+
], 16);
|
|
35
52
|
}
|
|
36
53
|
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
54
|
module.exports = index;
|
|
@@ -15,23 +15,40 @@ const _sfc_main = {
|
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 =
|
|
19
|
-
const _hoisted_3 =
|
|
20
|
-
const _hoisted_4 =
|
|
21
|
-
const _hoisted_5 = [
|
|
22
|
-
_hoisted_2,
|
|
23
|
-
_hoisted_3,
|
|
24
|
-
_hoisted_4
|
|
25
|
-
];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = ["fill"];
|
|
26
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
23
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
24
|
viewBox: "0 0 16 16",
|
|
29
|
-
fill:
|
|
25
|
+
fill: "none",
|
|
30
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
31
27
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-zip`],
|
|
32
28
|
width: "1em",
|
|
33
29
|
height: "1em"
|
|
34
|
-
}, _ctx.$attrs),
|
|
30
|
+
}, _ctx.$attrs), [
|
|
31
|
+
vue.createElementVNode("path", {
|
|
32
|
+
d: "M12.9219 15.5H3.07816C2.46878 15.5 1.95316 14.9844 2.00003 14.3281V1.67188C2.00003 1.0625 2.46878 0.546875 3.07816 0.5H10.7188L14 3.96875V14.375C14 14.9844 13.5313 15.5 12.9219 15.5Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5ECEC"
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
d: "M14 5.09375H2V1.67188C2 1.0625 2.46875 0.546875 3.07812 0.5H10.7187L14 3.96875V5.09375Z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#44CD62"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
d: "M4.86369 4.13601V3.86458H4.00417L4.81845 2.50744V2.28125H3.6875V2.50744H4.50179L3.6875 3.86458V4.09077H4.86369V4.13601ZM5.85893 4.13601V2.28125H5.5875V4.13601H5.85893ZM6.98988 4.13601V3.4122H7.39702C7.57798 3.4122 7.71369 3.36696 7.8494 3.23125C7.93988 3.14077 7.98512 3.00506 7.98512 2.86935C7.98512 2.77887 7.98512 2.68839 7.93988 2.59792C7.89464 2.50744 7.8494 2.4622 7.80417 2.41696C7.71369 2.37173 7.66845 2.32649 7.57798 2.32649H6.67321V4.18125H6.98988V4.13601ZM7.39702 3.14077H6.98988V2.55268H7.39702C7.4875 2.55268 7.53274 2.55268 7.57798 2.59792C7.62321 2.59792 7.62321 2.64315 7.66845 2.68839C7.66845 2.73363 7.71369 2.77887 7.71369 2.82411C7.71369 2.91458 7.66845 2.95982 7.62321 3.00506C7.57798 3.09554 7.4875 3.14077 7.39702 3.14077Z",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
42
|
+
}, null, 8, _hoisted_3),
|
|
43
|
+
vue.createElementVNode("path", {
|
|
44
|
+
d: "M13.9998 3.96875H11.7967C11.1873 3.96875 10.6717 3.45312 10.7185 2.79688V0.5L12.3592 2.23438L13.9998 3.96875Z",
|
|
45
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5ECEC"
|
|
46
|
+
}, null, 8, _hoisted_4),
|
|
47
|
+
vue.createElementVNode("path", {
|
|
48
|
+
d: "M6.73438 7.29688V13.2969H9.26563V7.29688H6.73438ZM8.9375 9.35937H8V9.96875H8.9375V10.625H8V11.2344H8.9375V11.8906H8V12.5469H7.0625V11.8906H8V11.2344H7.0625V10.625H8V9.96875H7.0625V9.35937H8V8.75H7.0625V8.09375H8V8.75H8.9375V9.35937Z",
|
|
49
|
+
fill: $props.useCurrentColor ? "currentColor" : "#44CD62"
|
|
50
|
+
}, null, 8, _hoisted_5)
|
|
51
|
+
], 16);
|
|
35
52
|
}
|
|
36
53
|
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
54
|
module.exports = index;
|
|
@@ -15,19 +15,30 @@ const _sfc_main = {
|
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
const _hoisted_1 = ["fill"];
|
|
18
|
-
const _hoisted_2 =
|
|
19
|
-
const _hoisted_3 = [
|
|
20
|
-
_hoisted_2
|
|
21
|
-
];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
22
20
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
21
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
24
22
|
viewBox: "0 0 16 16",
|
|
25
|
-
fill:
|
|
23
|
+
fill: "none",
|
|
26
24
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
25
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-folder-fill`],
|
|
28
26
|
width: "1em",
|
|
29
27
|
height: "1em"
|
|
30
|
-
}, _ctx.$attrs),
|
|
28
|
+
}, _ctx.$attrs), [
|
|
29
|
+
vue.createElementVNode("path", {
|
|
30
|
+
d: "M2 12.5V3C2 2.44772 2.44772 2 3 2H6.19722C6.39465 2 6.58766 2.05844 6.75192 2.16795L7.74808 2.83205C7.91234 2.94156 8.10535 3 8.30278 3H13C13.5523 3 14 3.44771 14 4V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5Z",
|
|
31
|
+
fill: $props.useCurrentColor ? "currentColor" : "#0E6DFA"
|
|
32
|
+
}, null, 8, _hoisted_1),
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
d: "M3 5.5C3 4.94772 3.44772 4.5 4 4.5H12C12.5523 4.5 13 4.94772 13 5.5V13C13 13.5523 12.5523 14 12 14H4C3.44772 14 3 13.5523 3 13V5.5Z",
|
|
35
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
36
|
+
}, null, 8, _hoisted_2),
|
|
37
|
+
vue.createElementVNode("path", {
|
|
38
|
+
d: "M2 7C2 6.44772 2.44772 6 3 6H13C13.5523 6 14 6.44772 14 7V13C14 13.5523 13.5523 14 13 14H3C2.44772 14 2 13.5523 2 13V7Z",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#86B6FD"
|
|
40
|
+
}, null, 8, _hoisted_3)
|
|
41
|
+
], 16);
|
|
31
42
|
}
|
|
32
43
|
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
33
44
|
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;
|
|
@@ -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;
|