@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,44 @@
|
|
|
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: "IconEmsEnergyRanking",
|
|
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 = { filter: "url(#svg_cb111f1b68__filter0_d_46_32327)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createStaticVNode('<defs><linearGradient id="svg_cb111f1b68__paint0_linear_46_32327" x1="6.75" y1="2" x2="6.75" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#8FC9FF"></stop><stop offset="1" stop-color="#1890FF"></stop></linearGradient><linearGradient id="svg_cb111f1b68__paint1_linear_46_32327" x1="13.5" y1="5" x2="13.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#FFBB72"></stop><stop offset="1" stop-color="#FA8C16"></stop></linearGradient><filter id="svg_cb111f1b68__filter0_d_46_32327" x="-2" y="-2" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix values="0 0 0 0 0.0941176 0 0 0 0 0.564706 0 0 0 0 1 0 0 0 0.2 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_46_32327"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_46_32327" result="shape"></feBlend></filter></defs>', 1);
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
23
|
+
viewBox: "0 0 18 18",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-ems-energy-ranking`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), [
|
|
30
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
31
|
+
vue.createElementVNode("path", {
|
|
32
|
+
d: "M8 14C7.72386 14 7.5 13.7761 7.5 13.5V2.5C7.5 2.22386 7.72386 2 8 2H10C10.2761 2 10.5 2.22386 10.5 2.5V13.5C10.5 13.7761 10.2761 14 10 14H8ZM3.5 14C3.22386 14 3 13.7761 3 13.5V7.5C3 7.22386 3.22386 7 3.5 7H5.5C5.77614 7 6 7.22386 6 7.5V13.5C6 13.7761 5.77614 14 5.5 14H3.5Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cb111f1b68__paint0_linear_46_32327)"
|
|
34
|
+
}, null, 8, _hoisted_2),
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
d: "M12.5 14C12.2239 14 12 13.7761 12 13.5V5.5C12 5.22386 12.2239 5 12.5 5H14.5C14.7761 5 15 5.22386 15 5.5V13.5C15 13.7761 14.7761 14 14.5 14H12.5Z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "url(#svg_cb111f1b68__paint1_linear_46_32327)"
|
|
38
|
+
}, null, 8, _hoisted_3)
|
|
39
|
+
]),
|
|
40
|
+
_hoisted_4
|
|
41
|
+
], 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
module.exports = index;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconEmsHeibang",
|
|
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 = { filter: "url(#svg_9ce76fb032__filter0_d_51_32332)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = ["fill"];
|
|
22
|
+
const _hoisted_6 = /* @__PURE__ */ vue.createStaticVNode('<defs><filter id="svg_9ce76fb032__filter0_d_51_32332" x="-1" y="-2" width="44" height="44" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="4"></feGaussianBlur><feColorMatrix values="0 0 0 0 0.158333 0 0 0 0 0.131944 0 0 0 0 0.131944 0 0 0 0.12 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_51_32332"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_51_32332" result="shape"></feBlend></filter></defs>', 1);
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 42 40",
|
|
26
|
+
fill: "none",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-ems-heibang`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), [
|
|
32
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
d: "M33.2637 19.6726C33.2637 20.9578 32.2219 21.9996 30.9367 21.9996H25.0879C25.5965 23.6156 26.4797 27.2988 24.2102 29.757C22.6898 31.4031 21.2652 29.5355 21.2652 29.5355C21.2652 29.5355 22.8156 22.8855 16.3242 19.9433V8.92929H28.6262C29.9113 8.92929 30.9531 9.97108 30.9531 11.2562V11.4504C31.6887 11.8414 32.1891 12.6152 32.1891 13.5066V13.7226C32.1891 13.9769 32.148 14.2203 32.0742 14.4473C32.6266 14.8738 32.982 15.541 32.982 16.2902V16.5062C32.982 16.9875 32.8344 17.4359 32.5828 17.8078C33.0039 18.2289 33.2664 18.8113 33.2664 19.4539V19.6726H33.2637Z",
|
|
35
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
36
|
+
}, null, 8, _hoisted_2),
|
|
37
|
+
vue.createElementVNode("path", {
|
|
38
|
+
d: "M17.1227 7.61135H9.61133C9.18203 7.61135 8.83203 7.96135 8.83203 8.39065V21.3981C8.83203 21.8274 9.18203 22.1774 9.61133 22.1774H17.1227C17.552 22.1774 17.902 21.8274 17.902 21.3981V8.39065C17.902 7.96135 17.552 7.61135 17.1227 7.61135Z",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#7F8BA4"
|
|
40
|
+
}, null, 8, _hoisted_3),
|
|
41
|
+
vue.createElementVNode("path", {
|
|
42
|
+
d: "M33.2637 19.6727C33.2637 20.9578 32.2219 21.9996 30.9367 21.9996H28.6672C28.7027 21.6196 28.7219 21.234 28.7219 20.843C28.7219 15.1336 24.8445 10.3321 19.5809 8.92659H28.6262C29.9113 8.92659 30.9531 9.96838 30.9531 11.2535V11.4477C31.6887 11.8387 32.1891 12.6125 32.1891 13.5039V13.7199C32.1891 13.9742 32.1481 14.2176 32.0742 14.4446C32.6266 14.8711 32.982 15.5383 32.982 16.2875V16.5035C32.982 16.9848 32.8344 17.4332 32.5828 17.8051C33.0039 18.2262 33.2664 18.8086 33.2664 19.4512V19.6727H33.2637Z",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF7EE"
|
|
44
|
+
}, null, 8, _hoisted_4),
|
|
45
|
+
vue.createElementVNode("path", {
|
|
46
|
+
d: "M16.5457 10.4742C16.5457 9.77422 15.9797 9.2082 15.2797 9.2082C14.5797 9.2082 14.0137 9.77422 14.0137 10.4742C14.0137 11.1742 14.5797 11.7402 15.2797 11.7402C15.9797 11.7402 16.5457 11.1742 16.5457 10.4742Z",
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
48
|
+
}, null, 8, _hoisted_5)
|
|
49
|
+
]),
|
|
50
|
+
_hoisted_6
|
|
51
|
+
], 16);
|
|
52
|
+
}
|
|
53
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
54
|
+
module.exports = index;
|
|
@@ -0,0 +1,59 @@
|
|
|
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: "IconEmsHongbang",
|
|
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 = { filter: "url(#svg_40df7ba6d1__filter0_d_51_32242)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = ["fill"];
|
|
22
|
+
const _hoisted_6 = ["fill"];
|
|
23
|
+
const _hoisted_7 = /* @__PURE__ */ vue.createStaticVNode('<defs><filter id="svg_40df7ba6d1__filter0_d_51_32242" x="-1" y="0" width="44" height="44" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="4"></feGaussianBlur><feColorMatrix values="0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0"></feColorMatrix><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_51_32242"></feBlend><feBlend in="SourceGraphic" in2="effect1_dropShadow_51_32242" result="shape"></feBlend></filter></defs>', 1);
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
26
|
+
viewBox: "0 0 43 42",
|
|
27
|
+
fill: "none",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-ems-hongbang`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), [
|
|
33
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
34
|
+
vue.createElementVNode("path", {
|
|
35
|
+
d: "M33.2637 20.3274C33.2637 19.0422 32.2219 18.0004 30.9367 18.0004H25.0879C25.5965 16.3844 26.4797 12.7012 24.2102 10.243C22.6898 8.59689 21.2652 10.4645 21.2652 10.4645C21.2652 10.4645 22.8156 17.1145 16.3242 20.0567V31.0707H28.6262C29.9113 31.0707 30.9531 30.0289 30.9531 28.7438V28.5496C31.6887 28.1586 32.1891 27.3848 32.1891 26.4934V26.2774C32.1891 26.0231 32.148 25.7797 32.0742 25.5527C32.6266 25.1262 32.982 24.459 32.982 23.7098V23.4938C32.982 23.0125 32.8344 22.5641 32.5828 22.1922C33.0039 21.7711 33.2664 21.1887 33.2664 20.5461V20.3274H33.2637Z",
|
|
36
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
37
|
+
}, null, 8, _hoisted_2),
|
|
38
|
+
vue.createElementVNode("path", {
|
|
39
|
+
d: "M17.1227 32.3886H9.61133C9.18203 32.3886 8.83203 32.0386 8.83203 31.6094V18.6019C8.83203 18.1726 9.18203 17.8226 9.61133 17.8226H17.1227C17.552 17.8226 17.902 18.1726 17.902 18.6019V31.6094C17.902 32.0386 17.552 32.3886 17.1227 32.3886Z",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5222D"
|
|
41
|
+
}, null, 8, _hoisted_3),
|
|
42
|
+
vue.createElementVNode("path", {
|
|
43
|
+
d: "M33.2636 20.3273C33.2636 19.0422 32.2218 18.0004 30.9367 18.0004H28.6671C28.7027 18.3804 28.7218 18.766 28.7218 19.157C28.7218 24.8664 24.8445 29.6679 19.5808 31.0734H28.6261C29.9113 31.0734 30.9531 30.0316 30.9531 28.7465V28.5523C31.6886 28.1613 32.189 27.3875 32.189 26.4961V26.2801C32.189 26.0258 32.148 25.7824 32.0742 25.5554C32.6265 25.1289 32.982 24.4617 32.982 23.7125V23.4965C32.982 23.0152 32.8343 22.5668 32.5828 22.1949C33.0039 21.7738 33.2664 21.1914 33.2664 20.5488V20.3273H33.2636Z",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FFF5EE"
|
|
45
|
+
}, null, 8, _hoisted_4),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M16.5457 29.5258C16.5457 30.2258 15.9797 30.7918 15.2797 30.7918C14.5797 30.7918 14.0137 30.2258 14.0137 29.5258C14.0137 28.8258 14.5797 28.2598 15.2797 28.2598C15.9797 28.2598 16.5457 28.8258 16.5457 29.5258Z",
|
|
48
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
49
|
+
}, null, 8, _hoisted_5),
|
|
50
|
+
vue.createElementVNode("path", {
|
|
51
|
+
d: "M31.1308 7.26881C31.0075 6.9104 30.8054 6.9104 30.6855 7.26881L29.9971 9.29298C29.8738 9.65139 29.48 10.0439 29.1203 10.1668L27.1031 10.8495C26.7435 10.9724 26.7435 11.1738 27.1031 11.2967L29.1066 11.993C29.4663 12.1159 29.8601 12.5119 29.9834 12.8703L30.6821 14.8979C30.8054 15.2563 31.0075 15.2563 31.1273 14.8979L31.8089 12.8805C31.9288 12.5221 32.3226 12.1261 32.6822 12.0033L34.7303 11.3035C35.0899 11.1806 35.0899 10.9826 34.7303 10.8598L32.7165 10.1805C32.3569 10.0576 31.9596 9.66846 31.8363 9.31005L31.1308 7.26881Z",
|
|
52
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FA8C16"
|
|
53
|
+
}, null, 8, _hoisted_6)
|
|
54
|
+
]),
|
|
55
|
+
_hoisted_7
|
|
56
|
+
], 16);
|
|
57
|
+
}
|
|
58
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
59
|
+
module.exports = index;
|
|
@@ -0,0 +1,67 @@
|
|
|
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: "IconFileTypeCad",
|
|
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 = { "clip-path": "url(#svg_c4e0b6e594__clip0_326_143)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = ["fill"];
|
|
22
|
+
const _hoisted_6 = { id: "svg_c4e0b6e594__clip0_326_143" };
|
|
23
|
+
const _hoisted_7 = ["fill"];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: "none",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-cad`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), [
|
|
33
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
34
|
+
vue.createElementVNode("path", {
|
|
35
|
+
"fill-rule": "evenodd",
|
|
36
|
+
"clip-rule": "evenodd",
|
|
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
|
+
vue.createElementVNode("path", {
|
|
41
|
+
d: "M3 9.5361V9.38776H9.13382V8.57303H9.80042V3H9.92178V8.57303H10.5884V9.38776H12V9.5361H10.5865V10.3508H9.91992V14H9.79855V10.3508H9.13195V9.5361H3ZM9.80042 9.5361H9.25519V10.2025H9.80042V9.5361ZM10.467 9.5361H9.92178V10.2025H10.467V9.5361ZM9.80042 8.72137H9.25519V9.38776H9.80042V8.72137ZM10.467 8.72137H9.92178V9.38776H10.467V8.72137Z",
|
|
42
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
43
|
+
}, null, 8, _hoisted_3),
|
|
44
|
+
vue.createElementVNode("path", {
|
|
45
|
+
opacity: ".5",
|
|
46
|
+
"fill-rule": "evenodd",
|
|
47
|
+
"clip-rule": "evenodd",
|
|
48
|
+
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",
|
|
49
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
50
|
+
}, null, 8, _hoisted_4),
|
|
51
|
+
vue.createElementVNode("path", {
|
|
52
|
+
d: "M8.05469 8.64844L7.18359 6.11328L6.25781 8.64844H8.05469ZM6.77734 5.26172H7.65625L9.73828 11H8.88672L8.30469 9.28125H6.03516L5.41406 11H4.61719L6.77734 5.26172Z",
|
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
54
|
+
}, null, 8, _hoisted_5)
|
|
55
|
+
]),
|
|
56
|
+
vue.createElementVNode("defs", null, [
|
|
57
|
+
vue.createElementVNode("clipPath", _hoisted_6, [
|
|
58
|
+
vue.createElementVNode("path", {
|
|
59
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
60
|
+
d: "M0 0H16V16H0z"
|
|
61
|
+
}, null, 8, _hoisted_7)
|
|
62
|
+
])
|
|
63
|
+
])
|
|
64
|
+
], 16);
|
|
65
|
+
}
|
|
66
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
67
|
+
module.exports = index;
|
|
@@ -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: "IconFileTypeExcel",
|
|
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_fc32fc2c8c__clip0_326_203)",
|
|
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_fc32fc2c8c__clip0_326_203" };
|
|
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-excel`],
|
|
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" : "#52C41A"
|
|
40
|
+
}, null, 8, _hoisted_2),
|
|
41
|
+
vue.createElementVNode("path", {
|
|
42
|
+
opacity: ".5",
|
|
43
|
+
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",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
45
|
+
}, null, 8, _hoisted_3),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M7.4251 8.40002L5.7251 6.02502H6.9001L8.0126 7.72502L9.1751 6.02502H10.3126L8.5751 8.40002L10.4001 10.925H9.2126L7.9876 9.12502L6.7626 10.9375H5.6001L7.4251 8.40002Z",
|
|
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;
|
|
@@ -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: "IconFileTypeHtml",
|
|
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 = { "clip-path": "url(#svg_17aaa69754__clip0_326_208)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = { id: "svg_17aaa69754__clip0_326_208" };
|
|
22
|
+
const _hoisted_6 = ["fill"];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
fill: "none",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-html`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), [
|
|
32
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
"fill-rule": "evenodd",
|
|
35
|
+
"clip-rule": "evenodd",
|
|
36
|
+
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",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FA541C"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
opacity: ".5",
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
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",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
45
|
+
}, null, 8, _hoisted_3),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M6.58755 8.81252L4.75005 9.53752L6.58755 10.2625V10.8375L4.05005 9.82502V9.25002L6.58755 8.23752V8.81252ZM8.41255 7.15002H8.98755L7.58755 10.9H7.01255L8.41255 7.15002ZM9.41255 10.275L11.25 9.55002L9.41255 8.82502V8.25002L11.95 9.25002V9.83752L9.41255 10.85V10.275Z",
|
|
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;
|
|
@@ -0,0 +1,51 @@
|
|
|
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: "IconFileTypeJpg",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
22
|
+
viewBox: "0 0 16 16",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-jpg`],
|
|
26
|
+
width: "1em",
|
|
27
|
+
height: "1em"
|
|
28
|
+
}, _ctx.$attrs), [
|
|
29
|
+
vue.createElementVNode("path", {
|
|
30
|
+
"fill-rule": "evenodd",
|
|
31
|
+
"clip-rule": "evenodd",
|
|
32
|
+
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",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5222D"
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
opacity: ".5",
|
|
37
|
+
"fill-rule": "evenodd",
|
|
38
|
+
"clip-rule": "evenodd",
|
|
39
|
+
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",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
41
|
+
}, null, 8, _hoisted_2),
|
|
42
|
+
vue.createElementVNode("path", {
|
|
43
|
+
"fill-rule": "evenodd",
|
|
44
|
+
"clip-rule": "evenodd",
|
|
45
|
+
d: "M11.85 11.025L10.2875 8.6C10.2375 8.525 10.1625 8.4875 10.075 8.4875 9.98755 8.4875 9.91255 8.5375 9.86255 8.6L9.02505 9.9 7.15005 6.8625C7.10005 6.7875 7.02505 6.75 6.93755 6.75 6.85005 6.75 6.77505 6.8 6.72505 6.8625L4.15005 11.025C4.10005 11.1 4.10005 11.2 4.15005 11.275 4.20005 11.3625 4.27505 11.4 4.36255 11.4H11.6375C11.725 11.4 11.8125 11.35 11.8625 11.275 11.9 11.1875 11.9 11.0875 11.85 11.025zM9.7251 6.4375C9.7251 6.66079 9.84422 6.86712 10.0376 6.97877 10.231 7.09041 10.4692 7.09041 10.6626 6.97877 10.856 6.86712 10.9751 6.66079 10.9751 6.4375 10.9751 6.21421 10.856 6.00788 10.6626 5.89623 10.4692 5.78459 10.231 5.78459 10.0376 5.89623 9.84422 6.00788 9.7251 6.21421 9.7251 6.4375z",
|
|
46
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
47
|
+
}, null, 8, _hoisted_3)
|
|
48
|
+
], 16);
|
|
49
|
+
}
|
|
50
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
51
|
+
module.exports = index;
|
|
@@ -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: "IconFileTypePdf",
|
|
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 = { "clip-path": "url(#svg_06233ef09c__clip0_326_144)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = { id: "svg_06233ef09c__clip0_326_144" };
|
|
22
|
+
const _hoisted_6 = ["fill"];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
fill: "none",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-pdf`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), [
|
|
32
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
"fill-rule": "evenodd",
|
|
35
|
+
"clip-rule": "evenodd",
|
|
36
|
+
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",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#F5222D"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
opacity: ".5",
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
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",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
45
|
+
}, null, 8, _hoisted_3),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M10.8749 13.175C10.0874 13.175 9.38742 11.825 9.01242 10.95C8.38742 10.6875 7.69992 10.45 7.03742 10.2875C6.44992 10.675 5.46242 11.25 4.69992 11.25C4.22492 11.25 3.88742 11.0125 3.76242 10.6C3.66242 10.2625 3.74992 10.025 3.84992 9.90002C4.04992 9.62502 4.46242 9.48752 5.08742 9.48752C5.58742 9.48752 6.22492 9.57502 6.93742 9.75002C7.39992 9.42502 7.86242 9.05002 8.27492 8.65002C8.08742 7.77502 7.88742 6.36252 8.39992 5.71252C8.64992 5.40002 9.03742 5.30002 9.49992 5.43752C10.0124 5.58752 10.1999 5.90002 10.2624 6.13752C10.4749 6.98752 9.49992 8.13752 8.83742 8.81252C8.98742 9.40002 9.17492 10.0125 9.41242 10.575C10.3624 11 11.4874 11.625 11.6124 12.3125C11.6624 12.55 11.5874 12.775 11.3999 12.9625C11.2374 13.1 11.0624 13.175 10.8749 13.175ZM9.71242 11.275C10.1874 12.2375 10.6374 12.6875 10.8749 12.6875C10.9124 12.6875 10.9624 12.675 11.0374 12.6125C11.1249 12.525 11.1249 12.4625 11.1124 12.4125C11.0624 12.1625 10.6624 11.75 9.71242 11.275ZM5.08742 9.98752C4.47492 9.98752 4.29992 10.1375 4.24992 10.2C4.23742 10.225 4.18742 10.2875 4.23742 10.4625C4.27492 10.6125 4.37492 10.7625 4.69992 10.7625C5.09992 10.7625 5.67492 10.5375 6.34992 10.1375C5.86242 10.0375 5.43742 9.98752 5.08742 9.98752ZM7.56242 9.91252C7.96242 10.025 8.37492 10.1625 8.76242 10.3125C8.62492 9.95002 8.51242 9.57502 8.41242 9.21252C8.13742 9.45002 7.84992 9.68752 7.56242 9.91252ZM9.11242 5.87502C8.97492 5.87502 8.87492 5.92502 8.78742 6.02502C8.52492 6.35002 8.49992 7.17502 8.69992 8.22502C9.46242 7.41252 9.87492 6.66252 9.77492 6.26252C9.76242 6.20002 9.71242 6.02502 9.36242 5.92502C9.26242 5.88752 9.18742 5.87502 9.11242 5.87502Z",
|
|
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;
|
|
@@ -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: "IconFileTypePng",
|
|
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 = { "clip-path": "url(#svg_d35d93f32a__clip0_326_204)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = { id: "svg_d35d93f32a__clip0_326_204" };
|
|
22
|
+
const _hoisted_6 = ["fill"];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
fill: "none",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-png`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), [
|
|
32
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
"fill-rule": "evenodd",
|
|
35
|
+
"clip-rule": "evenodd",
|
|
36
|
+
d: "M2.625 0.5C2.4375 0.5 2.2375 0.575 2.1 0.725C1.95 0.8625 1.875 1.0625 1.875 1.25V14.75C1.875 14.9375 1.95 15.1375 2.1 15.275C2.25 15.425 2.4375 15.5 2.625 15.5H13.625C13.8125 15.5 14.0125 15.425 14.15 15.275C14.3 15.125 14.375 14.9375 14.375 14.75V4.75L10.125 0.5H2.625Z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#1890FF"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
opacity: ".5",
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
d: "M14.375 4.75H10.875C10.6875 4.75 10.4875 4.675 10.35 4.525C10.2 4.3875 10.125 4.1875 10.125 4V0.5L14.375 4.75Z",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
45
|
+
}, null, 8, _hoisted_3),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M5 6.25H6.25V7.5H5V6.25ZM7.5 6.25H8.75V7.5H7.5V6.25ZM10 6.25H11.25V7.5H10V6.25ZM6.25 7.5H7.5V8.75H6.25V7.5ZM8.75 7.5H10V8.75H8.75V7.5ZM6.25 10H7.5V11.25H6.25V10ZM8.75 10H10V11.25H8.75V10ZM5 8.75H6.25V10H5V8.75ZM7.5 8.75H8.75V10H7.5V8.75ZM10 8.75H11.25V10H10V8.75ZM5 11.25H6.25V12.5H5V11.25ZM7.5 11.25H8.75V12.5H7.5V11.25ZM10 11.25H11.25V12.5H10V11.25Z",
|
|
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;
|
|
@@ -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: "IconFileTypePpt",
|
|
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 = { "clip-path": "url(#svg_4e737f1de5__clip0_326_205)" };
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
const _hoisted_4 = ["fill"];
|
|
21
|
+
const _hoisted_5 = { id: "svg_4e737f1de5__clip0_326_205" };
|
|
22
|
+
const _hoisted_6 = ["fill"];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
25
|
+
viewBox: "0 0 16 16",
|
|
26
|
+
fill: "none",
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-ppt`],
|
|
29
|
+
width: "1em",
|
|
30
|
+
height: "1em"
|
|
31
|
+
}, _ctx.$attrs), [
|
|
32
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
"fill-rule": "evenodd",
|
|
35
|
+
"clip-rule": "evenodd",
|
|
36
|
+
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",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#FA541C"
|
|
38
|
+
}, null, 8, _hoisted_2),
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
opacity: ".5",
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
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",
|
|
44
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
45
|
+
}, null, 8, _hoisted_3),
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
d: "M6.0249 6.02502H8.7749C9.8749 6.02502 10.2249 6.76252 10.2249 7.55002C10.2249 8.30002 9.7874 9.06252 8.7874 9.06252H6.9624V10.9375H6.0249V6.02502ZM6.9624 8.30002H8.4749C9.0124 8.30002 9.2999 8.13752 9.2999 7.56252C9.2999 6.96252 8.9124 6.81252 8.5499 6.81252H6.9624V8.30002Z",
|
|
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;
|
|
@@ -0,0 +1,48 @@
|
|
|
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: "IconFileTypeTxt",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "teicon-"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
const _hoisted_3 = ["fill"];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
22
|
+
viewBox: "0 0 16 16",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-file-type-txt`],
|
|
26
|
+
width: "1em",
|
|
27
|
+
height: "1em"
|
|
28
|
+
}, _ctx.$attrs), [
|
|
29
|
+
vue.createElementVNode("path", {
|
|
30
|
+
"fill-rule": "evenodd",
|
|
31
|
+
"clip-rule": "evenodd",
|
|
32
|
+
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",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#C8C9CC"
|
|
34
|
+
}, null, 8, _hoisted_1),
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
"clip-rule": "evenodd",
|
|
38
|
+
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",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#909399"
|
|
40
|
+
}, null, 8, _hoisted_2),
|
|
41
|
+
vue.createElementVNode("path", {
|
|
42
|
+
d: "M4.125 5.875H7.375C7.5875 5.875 7.75 5.7125 7.75 5.5C7.75 5.2875 7.5875 5.125 7.375 5.125H4.125C3.9125 5.125 3.75 5.2875 3.75 5.5C3.75 5.7125 3.9125 5.875 4.125 5.875ZM4.125 8.375H11.875C12.0875 8.375 12.25 8.2125 12.25 8C12.25 7.7875 12.0875 7.625 11.875 7.625H4.125C3.9125 7.625 3.75 7.7875 3.75 8C3.75 8.2125 3.9125 8.375 4.125 8.375ZM11.875 10.125H4.125C3.9125 10.125 3.75 10.2875 3.75 10.5C3.75 10.7125 3.9125 10.875 4.125 10.875H11.875C12.0875 10.875 12.25 10.7125 12.25 10.5C12.25 10.2875 12.0875 10.125 11.875 10.125Z",
|
|
43
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff"
|
|
44
|
+
}, null, 8, _hoisted_3)
|
|
45
|
+
], 16);
|
|
46
|
+
}
|
|
47
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
48
|
+
module.exports = index;
|