@arco-iconbox/vue-te 0.0.3 → 0.0.4
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 +3759 -2106
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +1099 -951
- package/dist/icon.min.js.map +1 -1
- package/esm/Icon3Drotate/index.js +42 -0
- package/esm/IconBackward10s/index.js +36 -0
- package/esm/IconBackwardFill/index.js +36 -0
- package/esm/IconBottomFill/index.js +36 -0
- package/esm/IconBottomLeftFill/index.js +36 -0
- package/esm/IconBottomRightFill/index.js +36 -0
- package/esm/IconCctvFill/index.js +36 -0
- package/esm/IconClose/index.js +1 -1
- package/esm/IconCloseFilled/index.js +36 -0
- package/esm/IconCollectionTagFilled/index.js +32 -0
- package/esm/IconEmsCostAnalysis/index.js +60 -0
- package/esm/IconEmsEnergyAnalysis/index.js +58 -0
- package/esm/IconEmsEnergyContrast/index.js +61 -0
- package/esm/IconEmsEnergyRanking/index.js +43 -0
- package/esm/IconEmsHeibang/index.js +53 -0
- package/esm/IconEmsHongbang/index.js +58 -0
- package/esm/IconFileTypeCad/index.js +66 -0
- package/esm/IconFileTypeExcel/index.js +61 -0
- package/esm/IconFileTypeHtml/index.js +61 -0
- package/esm/IconFileTypeJpg/index.js +50 -0
- package/esm/IconFileTypePdf/index.js +61 -0
- package/esm/IconFileTypePng/index.js +61 -0
- package/esm/IconFileTypePpt/index.js +61 -0
- package/esm/IconFileTypeTxt/index.js +47 -0
- package/esm/IconFileTypeUnknown/index.js +61 -0
- package/esm/IconFileTypeVideo/index.js +61 -0
- package/esm/IconFileTypeVisio/index.js +61 -0
- package/esm/IconFileTypeWord/index.js +61 -0
- package/esm/IconFolderFill/index.js +32 -0
- package/esm/IconForward10s/index.js +36 -0
- package/esm/IconForwardFill/index.js +36 -0
- package/esm/IconGrid/index.js +4 -4
- package/esm/IconLevel/index.js +36 -0
- package/esm/IconPlusBold/index.js +34 -0
- package/esm/IconPriceTagFilled/index.js +38 -0
- package/esm/IconSpeed/index.js +36 -0
- package/esm/IconStructure/index.js +32 -0
- package/esm/IconTopFill/index.js +36 -0
- package/esm/IconTopLeftFill/index.js +36 -0
- package/esm/IconTopRightFill/index.js +36 -0
- package/esm/IconWorkBench/index.js +1 -1
- package/esm/index.js +40 -3
- package/lib/Icon3Drotate/index.js +43 -0
- package/lib/IconBackward10s/index.js +37 -0
- package/lib/IconBackwardFill/index.js +37 -0
- package/lib/IconBottomFill/index.js +37 -0
- package/lib/IconBottomLeftFill/index.js +37 -0
- package/lib/IconBottomRightFill/index.js +37 -0
- package/lib/IconCctvFill/index.js +37 -0
- package/lib/IconClose/index.js +1 -1
- package/lib/IconCloseFilled/index.js +37 -0
- package/lib/IconCollectionTagFilled/index.js +33 -0
- package/lib/IconEmsCostAnalysis/index.js +61 -0
- package/lib/IconEmsEnergyAnalysis/index.js +59 -0
- package/lib/IconEmsEnergyContrast/index.js +62 -0
- package/lib/IconEmsEnergyRanking/index.js +44 -0
- package/lib/IconEmsHeibang/index.js +54 -0
- package/lib/IconEmsHongbang/index.js +59 -0
- package/lib/IconFileTypeCad/index.js +67 -0
- package/lib/IconFileTypeExcel/index.js +62 -0
- package/lib/IconFileTypeHtml/index.js +62 -0
- package/lib/IconFileTypeJpg/index.js +51 -0
- package/lib/IconFileTypePdf/index.js +62 -0
- package/lib/IconFileTypePng/index.js +62 -0
- package/lib/IconFileTypePpt/index.js +62 -0
- package/lib/IconFileTypeTxt/index.js +48 -0
- package/lib/IconFileTypeUnknown/index.js +62 -0
- package/lib/IconFileTypeVideo/index.js +62 -0
- package/lib/IconFileTypeVisio/index.js +62 -0
- package/lib/IconFileTypeWord/index.js +62 -0
- package/lib/IconFolderFill/index.js +33 -0
- package/lib/IconForward10s/index.js +37 -0
- package/lib/IconForwardFill/index.js +37 -0
- package/lib/IconGrid/index.js +3 -3
- package/lib/IconLevel/index.js +37 -0
- package/lib/IconPlusBold/index.js +35 -0
- package/lib/IconPriceTagFilled/index.js +39 -0
- package/lib/IconSpeed/index.js +37 -0
- package/lib/IconStructure/index.js +33 -0
- package/lib/IconTopFill/index.js +37 -0
- package/lib/IconTopLeftFill/index.js +37 -0
- package/lib/IconTopRightFill/index.js +37 -0
- package/lib/IconWorkBench/index.js +1 -1
- package/lib/index.js +590 -516
- package/package.json +1 -1
- package/src/Icon3Drotate/index.vue +19 -0
- package/src/IconBackward10s/index.vue +19 -0
- package/src/IconBackwardFill/index.vue +19 -0
- package/src/IconBottomFill/index.vue +19 -0
- package/src/IconBottomLeftFill/index.vue +19 -0
- package/src/IconBottomRightFill/index.vue +19 -0
- package/src/IconCctvFill/index.vue +19 -0
- package/src/IconClose/index.vue +1 -1
- package/src/IconCloseFilled/index.vue +19 -0
- package/src/IconCollectionTagFilled/index.vue +19 -0
- package/src/IconEmsCostAnalysis/index.vue +19 -0
- package/src/IconEmsEnergyAnalysis/index.vue +19 -0
- package/src/IconEmsEnergyContrast/index.vue +19 -0
- package/src/IconEmsEnergyRanking/index.vue +19 -0
- package/src/IconEmsHeibang/index.vue +19 -0
- package/src/IconEmsHongbang/index.vue +19 -0
- package/src/IconFileTypeCad/index.vue +19 -0
- package/src/IconFileTypeExcel/index.vue +19 -0
- package/src/IconFileTypeHtml/index.vue +19 -0
- package/src/IconFileTypeJpg/index.vue +19 -0
- package/src/IconFileTypePdf/index.vue +19 -0
- package/src/IconFileTypePng/index.vue +19 -0
- package/src/IconFileTypePpt/index.vue +19 -0
- package/src/IconFileTypeTxt/index.vue +19 -0
- package/src/IconFileTypeUnknown/index.vue +19 -0
- package/src/IconFileTypeVideo/index.vue +19 -0
- package/src/IconFileTypeVisio/index.vue +19 -0
- package/src/IconFileTypeWord/index.vue +19 -0
- package/src/IconFolderFill/index.vue +19 -0
- package/src/IconForward10s/index.vue +19 -0
- package/src/IconForwardFill/index.vue +19 -0
- package/src/IconGrid/index.vue +1 -1
- package/src/IconLevel/index.vue +19 -0
- package/src/IconPlusBold/index.vue +19 -0
- package/src/IconPriceTagFilled/index.vue +19 -0
- package/src/IconSpeed/index.vue +19 -0
- package/src/IconStructure/index.vue +19 -0
- package/src/IconTopFill/index.vue +19 -0
- package/src/IconTopLeftFill/index.vue +19 -0
- package/src/IconTopRightFill/index.vue +19 -0
- package/src/IconWorkBench/index.vue +1 -1
- package/src/index.js +41 -4
- package/esm/IconMore/index.js +0 -32
- package/lib/IconMore/index.js +0 -33
- package/src/IconMore/index.vue +0 -19
|
@@ -0,0 +1,61 @@
|
|
|
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: "IconFileTypeVideo",
|
|
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 = { "clip-path": "url(#svg_853deaade0__clip0_326_202)" };
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
const _hoisted_3 = ["fill"];
|
|
19
|
+
const _hoisted_4 = ["fill"];
|
|
20
|
+
const _hoisted_5 = { id: "svg_853deaade0__clip0_326_202" };
|
|
21
|
+
const _hoisted_6 = ["fill"];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-video`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), [
|
|
31
|
+
createElementVNode("g", _hoisted_1, [
|
|
32
|
+
createElementVNode("path", {
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
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",
|
|
36
|
+
fill: $props.useCurrentColor ? "currentColor" : "#722ED1"
|
|
37
|
+
}, null, 8, _hoisted_2),
|
|
38
|
+
createElementVNode("path", {
|
|
39
|
+
opacity: ".5",
|
|
40
|
+
"fill-rule": "evenodd",
|
|
41
|
+
"clip-rule": "evenodd",
|
|
42
|
+
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",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
44
|
+
}, null, 8, _hoisted_3),
|
|
45
|
+
createElementVNode("path", {
|
|
46
|
+
d: "M8.00005 5.20001C6.2255 5.20001 4.80005 6.62547 4.80005 8.40001C4.80005 10.1746 6.2255 11.6 8.00005 11.6C9.77459 11.6 11.2 10.1746 11.2 8.40001C11.2 6.62547 9.77459 5.20001 8.00005 5.20001ZM9.38187 8.53092L7.3455 9.69456C7.27278 9.73819 7.1855 9.7091 7.14187 9.63638C7.12732 9.62183 7.12732 9.59274 7.12732 9.56365V7.23638C7.12732 7.20728 7.12732 7.19274 7.14187 7.17819C7.15641 7.1491 7.1855 7.12001 7.21459 7.12001C7.25823 7.10547 7.30187 7.10547 7.3455 7.12001L9.36732 8.28365C9.39641 8.29819 9.41096 8.31274 9.4255 8.34183C9.48368 8.40001 9.45459 8.48729 9.38187 8.53092Z",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
48
|
+
}, null, 8, _hoisted_4)
|
|
49
|
+
]),
|
|
50
|
+
createElementVNode("defs", null, [
|
|
51
|
+
createElementVNode("clipPath", _hoisted_5, [
|
|
52
|
+
createElementVNode("path", {
|
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
54
|
+
d: "M0 0H16V16H0z"
|
|
55
|
+
}, null, 8, _hoisted_6)
|
|
56
|
+
])
|
|
57
|
+
])
|
|
58
|
+
], 16);
|
|
59
|
+
}
|
|
60
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
61
|
+
export { index as default };
|
|
@@ -0,0 +1,61 @@
|
|
|
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: "IconFileTypeVisio",
|
|
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 = { "clip-path": "url(#svg_8c358bc6f8__clip0_326_206)" };
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
const _hoisted_3 = ["fill"];
|
|
19
|
+
const _hoisted_4 = ["fill"];
|
|
20
|
+
const _hoisted_5 = { id: "svg_8c358bc6f8__clip0_326_206" };
|
|
21
|
+
const _hoisted_6 = ["fill"];
|
|
22
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-visio`],
|
|
28
|
+
width: "1em",
|
|
29
|
+
height: "1em"
|
|
30
|
+
}, _ctx.$attrs), [
|
|
31
|
+
createElementVNode("g", _hoisted_1, [
|
|
32
|
+
createElementVNode("path", {
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
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",
|
|
36
|
+
fill: $props.useCurrentColor ? "currentColor" : "#196DE9"
|
|
37
|
+
}, null, 8, _hoisted_2),
|
|
38
|
+
createElementVNode("path", {
|
|
39
|
+
opacity: ".5",
|
|
40
|
+
"fill-rule": "evenodd",
|
|
41
|
+
"clip-rule": "evenodd",
|
|
42
|
+
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",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
44
|
+
}, null, 8, _hoisted_3),
|
|
45
|
+
createElementVNode("path", {
|
|
46
|
+
d: "M8.2581 10.984L10.1461 6H9.2341L8.0341 9.632L6.7381 6H5.8501L7.7061 10.984H8.2581Z",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
48
|
+
}, null, 8, _hoisted_4)
|
|
49
|
+
]),
|
|
50
|
+
createElementVNode("defs", null, [
|
|
51
|
+
createElementVNode("clipPath", _hoisted_5, [
|
|
52
|
+
createElementVNode("path", {
|
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
54
|
+
d: "M0 0H16V16H0z"
|
|
55
|
+
}, null, 8, _hoisted_6)
|
|
56
|
+
])
|
|
57
|
+
])
|
|
58
|
+
], 16);
|
|
59
|
+
}
|
|
60
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
61
|
+
export { index as default };
|
|
@@ -0,0 +1,61 @@
|
|
|
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: "IconFileTypeWord",
|
|
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 = {
|
|
17
|
+
"clip-path": "url(#svg_e829b53331__clip0_326_207)",
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd"
|
|
20
|
+
};
|
|
21
|
+
const _hoisted_2 = ["fill"];
|
|
22
|
+
const _hoisted_3 = ["fill"];
|
|
23
|
+
const _hoisted_4 = ["fill"];
|
|
24
|
+
const _hoisted_5 = { id: "svg_e829b53331__clip0_326_207" };
|
|
25
|
+
const _hoisted_6 = ["fill"];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
28
|
+
viewBox: "0 0 16 16",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-word`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), [
|
|
35
|
+
createElementVNode("g", _hoisted_1, [
|
|
36
|
+
createElementVNode("path", {
|
|
37
|
+
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",
|
|
38
|
+
fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
|
|
39
|
+
}, null, 8, _hoisted_2),
|
|
40
|
+
createElementVNode("path", {
|
|
41
|
+
opacity: ".5",
|
|
42
|
+
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",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
44
|
+
}, null, 8, _hoisted_3),
|
|
45
|
+
createElementVNode("path", {
|
|
46
|
+
d: "M4.375 6.02502H5.3875L6.4 9.83752H6.4125L7.525 6.02502H8.5L9.625 9.83752L10.65 6.02502H11.625L10.125 10.9375H9.1125L8 7.16252H7.9875L6.8625 10.925H5.85L4.375 6.02502Z",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
48
|
+
}, null, 8, _hoisted_4)
|
|
49
|
+
]),
|
|
50
|
+
createElementVNode("defs", null, [
|
|
51
|
+
createElementVNode("clipPath", _hoisted_5, [
|
|
52
|
+
createElementVNode("path", {
|
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
54
|
+
d: "M0 0H16V16H0z"
|
|
55
|
+
}, null, 8, _hoisted_6)
|
|
56
|
+
])
|
|
57
|
+
])
|
|
58
|
+
], 16);
|
|
59
|
+
}
|
|
60
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
61
|
+
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: "IconFolderFill",
|
|
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: "M6 2H1.5C1.354 2 1.23417 2.04683 1.1405 2.1405C1.04683 2.23417 1 2.354 1 2.5V13.5C1 13.646 1.04683 13.7658 1.1405 13.8595C1.23417 13.9532 1.354 14 1.5 14H14.5C14.646 14 14.7658 13.9532 14.8595 13.8595C14.9532 13.7658 15 13.646 15 13.5V4.5C15 4.354 14.9532 4.23417 14.8595 4.1405C14.7658 4.04683 14.646 4 14.5 4H8L6 2Z" }, 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-folder-fill`],
|
|
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 };
|
|
@@ -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: "IconForward10s",
|
|
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.45 4.95325H11.4596V2.61247L15 5.34309L11.4596 7.90344V5.8132H3.45C2.5314 5.8132 1.86471 6.47622 1.86471 7.38977V10.8818C1.86471 11.356 1.99095 12.4584 3.16176 12.4584H6.35294V13.3184H3.16176C1.84856 13.3184 1 12.3621 1 10.8818V7.38977C1 6.00067 2.05321 4.95325 3.45 4.95325ZM8.87667 9.79035H8.44185C8.32326 9.91388 8.17503 10.0275 7.99714 10.1362C7.81926 10.2351 7.65126 10.3042 7.49314 10.3438V10.9169C7.81926 10.8231 8.08608 10.6798 8.29856 10.4871V13.3184H8.87667V9.79035ZM11.768 10.2351C11.5358 9.88918 11.2146 9.72118 10.8045 9.72118C10.3894 9.72118 10.0683 9.88918 9.84097 10.2351C9.62356 10.5612 9.51486 11.0009 9.51486 11.5544C9.51486 12.1078 9.62356 12.5475 9.84097 12.8736C10.0683 13.2146 10.3894 13.3875 10.8045 13.3875C11.2146 13.3875 11.5358 13.2146 11.768 12.8736C11.9854 12.5475 12.0942 12.1078 12.0942 11.5544C12.0942 11.0009 11.9854 10.5612 11.768 10.2351ZM10.2116 10.6798C10.3252 10.3635 10.5229 10.2104 10.8045 10.2104C11.0812 10.2104 11.2789 10.3635 11.3974 10.6798C11.4765 10.8922 11.516 11.1838 11.516 11.5544C11.516 11.92 11.4765 12.2115 11.3974 12.4289C11.2789 12.7402 11.0812 12.8984 10.8045 12.8984C10.5229 12.8984 10.3252 12.7402 10.2116 12.4289C10.1325 12.2115 10.093 11.92 10.093 11.5544C10.093 11.1838 10.1325 10.8922 10.2116 10.6798ZM14.6468 11.5049C14.5875 10.9614 14.2169 10.6946 13.5449 10.6946C13.2287 10.6946 12.9767 10.7588 12.784 10.8972C12.5863 11.0256 12.4925 11.2085 12.4925 11.4456C12.4925 11.668 12.5913 11.8409 12.7889 11.9645C12.9125 12.0435 13.1249 12.1176 13.4263 12.1868C13.6833 12.2461 13.8513 12.2906 13.9303 12.3301C14.0786 12.3993 14.1527 12.4932 14.1527 12.6118C14.1527 12.8193 13.955 12.928 13.5598 12.928C13.372 12.928 13.2386 12.8934 13.1546 12.8341C13.0706 12.7649 13.0113 12.6513 12.9816 12.4882H12.4332C12.4875 13.0861 12.868 13.3875 13.5795 13.3875C14.3454 13.3875 14.7308 13.1158 14.7308 12.5722C14.7308 12.3449 14.627 12.1621 14.4245 12.0336C14.2861 11.9398 14.0687 11.8607 13.7821 11.7915C13.5252 11.7273 13.3572 11.6779 13.2732 11.6433C13.1348 11.584 13.0706 11.5099 13.0706 11.4308C13.0706 11.332 13.1101 11.2628 13.199 11.2184C13.2732 11.1739 13.3868 11.1541 13.535 11.1541C13.708 11.1541 13.8365 11.1788 13.9205 11.2332C13.9995 11.2826 14.0588 11.3765 14.0983 11.5049H14.6468Z"
|
|
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-forward-10s`],
|
|
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: "IconForwardFill",
|
|
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.30656 4.33527C3.07227 3.86688 3.55657 3.36452 4.03321 3.58113L12.6743 7.50892C13.1086 7.70629 13.1086 8.32296 12.6743 8.52033L4.03321 12.4481C3.55657 12.6647 3.07227 12.1624 3.30656 11.694L5.14595 8.01482L3.30656 4.33527Z"
|
|
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-forward-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 };
|
package/esm/IconGrid/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock, createElementBlock, mergeProps,
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
4
|
name: "IconGrid",
|
|
@@ -14,8 +14,8 @@ const _sfc_main = {
|
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
const _hoisted_1 = ["fill"];
|
|
17
|
-
const _hoisted_2 = /* @__PURE__ */
|
|
18
|
-
const
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<rect x="2" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="2" width="3.5" height="3.5" rx=".5"></rect><rect x="2" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="6.25" width="3.5" height="3.5" rx=".5"></rect><rect x="2" y="10.5" width="3.5" height="3.5" rx=".5"></rect><rect x="6.25" y="10.5" width="3.5" height="3.5" rx=".5"></rect><rect x="10.5" y="10.5" width="3.5" height="3.5" rx=".5"></rect>', 9);
|
|
18
|
+
const _hoisted_11 = [
|
|
19
19
|
_hoisted_2
|
|
20
20
|
];
|
|
21
21
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-grid`],
|
|
27
27
|
width: "1em",
|
|
28
28
|
height: "1em"
|
|
29
|
-
}, _ctx.$attrs),
|
|
29
|
+
}, _ctx.$attrs), _hoisted_11, 16, _hoisted_1);
|
|
30
30
|
}
|
|
31
31
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
32
|
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: "IconLevel",
|
|
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: "M7.39997 2C7.73134 2 7.99996 2.24421 7.99996 2.54545V4.72727C7.99996 5.02852 7.73134 5.27273 7.39997 5.27273H5.5V7.55454H9.20003L9.20003 7.09909C9.20003 7.09909 9.46866 6.44363 9.80003 6.55363H13.4C13.7314 6.44363 14 6.68784 14 7.09909V9.00091C14 9.10215 13.7314 9.54636 13.4 9.54636H9.80003C9.46866 9.54636 9.20003 9.30215 9.20003 9.00091L9.20003 8.54545H5.5V12.0182H9.20003L9.20003 11.5627C9.20003 11.2615 9.46866 11.0173 9.80003 11.0173H13.4C13.7314 11.0173 14 11.2615 14 11.5627V13.4545C14 13.7558 13.7314 14 13.4 14H9.80003C9.46866 14 9.20003 13.7558 9.20003 13.4545L9.20003 13.0191H5.02506C4.73511 13.1291 4.50006 12.8054 4.50006 12.5418V8.85227V5.27273H2.6C2.26863 5.27273 2 5.02852 2 4.72727V2.54545C2 2.24421 2.26863 2 2.6 2H7.39997ZM7 4.27V3H3V4.27H7ZM13 7.55455H10.2V8.54546H13V7.55455ZM10.2 12.0182H13V13.0191H10.2V12.0182Z"
|
|
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-level`],
|
|
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: "IconPlusBold",
|
|
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: "M2 7H14C14.6667 7 15 7.33333 15 8C15 8.66667 14.6667 9 14 9H2C1.33333 9 1 8.66667 1 8C1 7.33333 1.33333 7 2 7Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M7 14L7 2C7 1.33333 7.33333 1 8 1C8.66667 1 9 1.33333 9 2V14C9 14.6667 8.66667 15 8 15C7.33333 15 7 14.6667 7 14Z" }, 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-plus-bold`],
|
|
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,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: "IconPriceTagFilled",
|
|
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: "M9.2655 1.03152L13.3125 4.34402C13.4375 4.44835 13.5 4.57852 13.5 4.73452V14.5C13.5 14.646 13.4532 14.7659 13.3595 14.8595C13.2658 14.9532 13.146 15 13 15H3C2.854 15 2.73417 14.9532 2.6405 14.8595C2.54683 14.7659 2.5 14.646 2.5 14.5V4.73452C2.5 4.57819 2.5625 4.44802 2.6875 4.34402L6.7345 1.03152C7.11983 0.729522 7.54167 0.578522 8 0.578522C8.45833 0.578522 8.88017 0.729522 9.2655 1.03152ZM6.586 7.41402C6.966 7.79436 7.43733 7.98969 8 8.00002C8.56233 7.98936 9.03367 7.79402 9.414 7.41402C9.79433 7.03402 9.98967 6.56269 10 6.00002C9.98933 5.43769 9.794 4.96636 9.414 4.58602C9.034 4.20569 8.56267 4.01036 8 4.00002C7.43767 4.01069 6.96633 4.20602 6.586 4.58602C6.20567 4.96602 6.01033 5.43736 6 6.00002C6.01067 6.56236 6.206 7.03369 6.586 7.41402Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M8 7.00002C8.28133 6.98969 8.51567 6.89069 8.703 6.70302C8.89033 6.51536 8.98417 6.28102 8.9845 6.00002C8.98483 5.71902 8.891 5.48469 8.703 5.29702C8.515 5.10936 8.28067 5.01552 8 5.01552C7.71933 5.01552 7.485 5.10936 7.297 5.29702C7.109 5.48469 7.01517 5.71902 7.0155 6.00002C7.01583 6.28102 7.10967 6.51536 7.297 6.70302C7.48433 6.89069 7.71867 6.98969 8 7.00002Z" }, 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-price-tag--filled`],
|
|
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: "IconSpeed",
|
|
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.23499 3C2.23499 1.89543 3.13042 1 4.23499 1H11.7644C12.869 1 13.7644 1.89543 13.7644 3V7.6884C13.7644 8.17445 13.5874 8.64386 13.2665 9.0089L8.75074 14.1457C8.3525 14.5987 7.64688 14.5987 7.24864 14.1457L2.73289 9.0089C2.41198 8.64386 2.23499 8.17445 2.23499 7.6884V3Z"
|
|
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-speed`],
|
|
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,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: "IconStructure",
|
|
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.93333 2.10001C9.52 2.10001 10 2.58001 10 3.16667V5.03334C10 5.62001 9.52 6.10001 8.93333 6.10001H8.50667V6.90001H10.8533C11.7067 6.90001 12.4 7.59334 12.4533 8.39334V9.78001H12.9333C13.52 9.78001 14 10.26 14 10.8467V12.7667C14 13.3533 13.52 13.8333 12.9333 13.8333H11.0667C10.48 13.8333 10 13.3533 10 12.7667V10.9C10 10.3133 10.48 9.83334 11.0667 9.83334H11.3867V8.44667C11.3867 8.18001 11.12 7.96667 10.8533 7.96667H5.09333C4.82667 7.96667 4.56 8.23334 4.61333 8.55334V9.83334H4.98667C5.57333 9.83334 6.05333 10.3133 6.05333 10.9V12.7667C6.05333 13.3533 5.57333 13.8333 4.98667 13.8333H3.06667C2.48 13.8333 2 13.3533 2 12.7667V10.9C2 10.3133 2.48 9.83334 3.06667 9.83334H3.54667V8.60667C3.49333 7.70001 4.13333 7.00667 4.98667 6.90001H7.44V6.10001H7.06667C6.48 6.10001 6 5.62001 6 5.03334V3.16667C6 2.58001 6.48 2.10001 7.06667 2.10001H8.93333Z" }, 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-structure`],
|
|
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 };
|
|
@@ -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: "IconTopFill",
|
|
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.6647 11.6934C12.1331 11.9277 12.6355 11.4434 12.4189 10.9668L8.49108 2.32566C8.29371 1.89145 7.67704 1.89145 7.47967 2.32566L3.55189 10.9668C3.33527 11.4434 3.83763 11.9277 4.30602 11.6934L7.98518 9.85405L11.6647 11.6934Z"
|
|
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-top-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,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: "IconTopLeftFill",
|
|
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.62 7.41658C13.1169 7.25104 13.1297 6.55336 12.6395 6.3695L3.75181 3.03663C3.3052 2.86915 2.86915 3.3052 3.03663 3.75181L6.3695 12.6395C6.55336 13.1297 7.25104 13.1169 7.41658 12.62L8.71751 8.71779L12.62 7.41658Z"
|
|
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-top-left-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,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: "IconTopRightFill",
|
|
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.38007 7.41653C2.8832 7.251 2.87043 6.55333 3.36063 6.36947L12.2482 3.03663C12.6948 2.86915 13.1308 3.3052 12.9634 3.7518L9.63053 12.6394C9.44667 13.1296 8.749 13.1168 8.58347 12.6199L7.28255 8.71773L3.38007 7.41653Z"
|
|
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-top-right-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 };
|
|
@@ -17,7 +17,7 @@ const _hoisted_1 = ["fill"];
|
|
|
17
17
|
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
18
|
"fill-rule": "evenodd",
|
|
19
19
|
"clip-rule": "evenodd",
|
|
20
|
-
d: "M11.
|
|
20
|
+
d: "M11.3603 8.18882C11.2571 8.29205 11.1392 8.34367 11.0068 8.34367 10.8743 8.34367 10.7564 8.29205 10.6532 8.18882L7.82478 5.36039C7.72154 5.25715 7.66992 5.1393 7.66992 5.00684 7.66992 4.87437 7.72154 4.75652 7.82478 4.65328L10.6532 1.82486C10.7564 1.72162 10.8743 1.67 11.0068 1.67 11.1392 1.67 11.2571 1.72162 11.3603 1.82486L14.1887 4.65328C14.292 4.75652 14.3436 4.87437 14.3436 5.00684 14.3436 5.1393 14.292 5.25715 14.1887 5.36039L11.3603 8.18882zM13.1281 5.00684L11.0068 7.12816 8.88544 5.00684 11.0068 2.88552 13.1281 5.00684zM2.16992 7.34367C2.02392 7.34367 1.90409 7.29684 1.81042 7.20317 1.71676 7.10951 1.66992 6.98967 1.66992 6.84367V2.84367C1.66992 2.69767 1.71676 2.57784 1.81042 2.48417 1.90409 2.39051 2.02392 2.34367 2.16992 2.34367H6.16992C6.31592 2.34367 6.43576 2.39051 6.52942 2.48417 6.62309 2.57784 6.66992 2.69767 6.66992 2.84367V6.84367C6.66992 6.98967 6.62309 7.10951 6.52942 7.20317 6.43576 7.29684 6.31592 7.34367 6.16992 7.34367H2.16992zM5.66992 6.34367H2.66992V3.34367H5.66992V6.34367zM2.16992 14.3437C2.02392 14.3437 1.90409 14.2968 1.81042 14.2032 1.71676 14.1095 1.66992 13.9897 1.66992 13.8437V9.84367C1.66992 9.69767 1.71676 9.57784 1.81042 9.48417 1.90409 9.39051 2.02392 9.34367 2.16992 9.34367H6.16992C6.31592 9.34367 6.43576 9.39051 6.52942 9.48417 6.62309 9.57784 6.66992 9.69767 6.66992 9.84367V13.8437C6.66992 13.9897 6.62309 14.1095 6.52942 14.2032 6.43576 14.2968 6.31592 14.3437 6.16992 14.3437H2.16992zM5.66992 13.3437H2.66992V10.3437H5.66992V13.3437zM9.16992 14.3437C9.02392 14.3437 8.90409 14.2968 8.81042 14.2032 8.71676 14.1095 8.66992 13.9897 8.66992 13.8437V9.84367C8.66992 9.69767 8.71676 9.57784 8.81042 9.48417 8.90409 9.39051 9.02392 9.34367 9.16992 9.34367H13.1699C13.3159 9.34367 13.4358 9.39051 13.5294 9.48417 13.6231 9.57784 13.6699 9.69767 13.6699 9.84367V13.8437C13.6699 13.9897 13.6231 14.1095 13.5294 14.2032 13.4358 14.2968 13.3159 14.3437 13.1699 14.3437H9.16992zM12.6699 13.3437H9.66992V10.3437H12.6699V13.3437z"
|
|
21
21
|
}, null, -1);
|
|
22
22
|
const _hoisted_3 = [
|
|
23
23
|
_hoisted_2
|