@arco-iconbox/vue-te 0.0.89 → 0.0.90
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 +5492 -5286
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +25 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconAnxiaoshebei/index.js +35 -0
- package/esm/IconBaojingshu/index.js +35 -0
- package/esm/IconGaojingtongji/index.js +35 -0
- package/esm/IconShebeizongshu/index.js +43 -0
- package/esm/IconShipinjiankong/index.js +35 -0
- package/esm/IconZhengzaigaojing/index.js +35 -0
- package/esm/index.js +6 -0
- package/lib/IconAnxiaoshebei/index.js +36 -0
- package/lib/IconBaojingshu/index.js +36 -0
- package/lib/IconGaojingtongji/index.js +36 -0
- package/lib/IconShebeizongshu/index.js +44 -0
- package/lib/IconShipinjiankong/index.js +36 -0
- package/lib/IconZhengzaigaojing/index.js +36 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/IconAnxiaoshebei/index.vue +19 -0
- package/src/IconBaojingshu/index.vue +19 -0
- package/src/IconGaojingtongji/index.vue +19 -0
- package/src/IconShebeizongshu/index.vue +19 -0
- package/src/IconShipinjiankong/index.vue +19 -0
- package/src/IconZhengzaigaojing/index.vue +19 -0
- package/src/index.js +7 -1
|
@@ -0,0 +1,35 @@
|
|
|
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: "IconAnxiaoshebei",
|
|
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
|
+
d: "M12.8005 4.00002C12.8005 3.96466 12.7864 3.93029 12.7614 3.90529C12.7364 3.88028 12.702 3.86623 12.6667 3.86623C11.1628 3.86623 9.38529 2.99473 8.15983 1.92482C8.11525 1.88696 8.05818 1.86623 7.99967 1.86623C7.94104 1.8663 7.8841 1.88771 7.83952 1.9258C6.62131 2.98822 4.83757 3.8661 3.33366 3.86623C3.29837 3.86623 3.26392 3.88038 3.23893 3.90529C3.21393 3.93029 3.19987 3.96465 3.19987 4.00002V8.66701C3.19995 10.1926 3.72763 11.3093 4.56217 12.1641C5.41129 13.0337 6.60252 13.6554 7.95378 14.1221L7.96647 14.127C7.99511 14.1376 8.02641 14.1377 8.05534 14.1279C9.4021 13.6581 10.5904 13.0349 11.4382 12.1651C12.2722 11.3093 12.8004 10.1926 12.8005 8.66701V4.00002ZM13.8669 8.66701C13.8668 10.4744 13.2276 11.8578 12.2018 12.9102C11.1905 13.9476 9.8267 14.6402 8.40202 15.1367L8.39811 15.1387C8.14073 15.2259 7.86154 15.222 7.60612 15.1299V15.1309C6.17759 14.6376 4.81194 13.9461 3.79948 12.9092C2.77256 11.8574 2.13355 10.4743 2.13346 8.66701V4.00002C2.13346 3.68176 2.25998 3.37643 2.48503 3.15138C2.71006 2.92643 3.01547 2.79982 3.33366 2.79982C4.49435 2.79969 6.04076 2.08039 7.14225 1.11818L7.14714 1.11427C7.38482 0.911303 7.68712 0.799897 7.99967 0.79982C8.27353 0.79982 8.53982 0.885313 8.76139 1.04298L8.85319 1.11427L8.85807 1.11818C9.96581 2.08664 11.5056 2.79982 12.6667 2.79982C12.9849 2.79982 13.2903 2.92634 13.5153 3.15138C13.7403 3.37643 13.8669 3.68176 13.8669 4.00002V8.66701Z",
|
|
19
|
+
"fill-opacity": "1"
|
|
20
|
+
}, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-anxiaoshebei`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
export { index as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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: "IconBaojingshu",
|
|
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
|
+
d: "M8.98503 0.664595C9.09714 0.663074 9.20874 0.680863 9.3151 0.716353L9.47038 0.782759L9.61198 0.875532C9.7005 0.944317 9.77663 1.02753 9.83756 1.12163L9.91764 1.27006L9.97038 1.43022C10.0099 1.59397 10.0077 1.76604 9.96256 1.93022C9.96021 1.93876 9.95744 1.94717 9.95475 1.95561L8.67546 5.96928L8.66471 5.99956H13.3337C13.585 5.99919 13.8316 6.07 14.0446 6.20366C14.2582 6.33776 14.4298 6.52985 14.5387 6.75737C14.6476 6.98497 14.6894 7.23922 14.6598 7.48979C14.6302 7.74036 14.5297 7.97744 14.3708 8.17338C14.3584 8.18861 14.3454 8.20325 14.3317 8.21733L7.7321 15.0181L7.73014 15.0162C7.58434 15.1722 7.39389 15.2789 7.18327 15.3179C6.96037 15.3591 6.72988 15.3242 6.52995 15.2173C6.33006 15.1104 6.17221 14.9383 6.08268 14.73C5.9932 14.5216 5.97667 14.2885 6.03678 14.0699L6.0446 14.0445L7.32487 10.0308L7.33561 9.99956H2.66667V9.99858C2.41528 9.99901 2.16871 9.93003 1.95573 9.79643C1.74202 9.66229 1.5705 9.46934 1.46159 9.24174C1.35283 9.01427 1.31092 8.7607 1.34049 8.5103C1.37009 8.25981 1.46972 8.02261 1.62858 7.8267L1.66862 7.78276L8.26823 0.981978L8.26921 0.983931C8.41508 0.827682 8.60622 0.720186 8.81706 0.681196L8.98503 0.664595ZM2.66764 8.66655H7.33366C7.54846 8.66625 7.76026 8.7178 7.95085 8.81694C8.14206 8.9164 8.30615 9.06099 8.42936 9.23784C8.5526 9.41483 8.63189 9.61956 8.65885 9.83354C8.68439 10.0366 8.66023 10.242 8.59342 10.4351L8.59538 10.4361L7.74967 13.0835L13.3307 7.33354H8.66667V7.33256C8.45186 7.33291 8.24009 7.28223 8.04948 7.18315C7.85818 7.08364 7.69322 6.9392 7.56999 6.76225C7.44675 6.58526 7.36843 6.38053 7.34147 6.16655C7.31588 5.96324 7.33894 5.75736 7.40592 5.56401H7.40495L8.24967 2.91557L2.66764 8.66655Z",
|
|
19
|
+
"fill-opacity": "1"
|
|
20
|
+
}, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-baojingshu`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
export { index as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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: "IconGaojingtongji",
|
|
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
|
+
d: "M2 1.4668C2.29455 1.4668 2.5332 1.70545 2.5332 2V12.667C2.53329 12.879 2.61763 13.0825 2.76758 13.2324C2.91753 13.3824 3.12095 13.4667 3.33301 13.4668H14C14.2946 13.4668 14.5332 13.7054 14.5332 14C14.5332 14.2946 14.2946 14.5332 14 14.5332H3.33301C2.83805 14.5331 2.36366 14.3363 2.01367 13.9863C1.66368 13.6363 1.46688 13.1619 1.4668 12.667V2C1.4668 1.70545 1.70545 1.4668 2 1.4668ZM5.33301 8.7998C5.62745 8.7998 5.86604 9.03861 5.86621 9.33301V11.333C5.86621 11.6276 5.62756 11.8662 5.33301 11.8662C5.03861 11.866 4.7998 11.6275 4.7998 11.333V9.33301C4.79998 9.03871 5.03871 8.79998 5.33301 8.7998ZM8.66699 2.7998C8.96129 2.79998 9.20002 3.03871 9.2002 3.33301V11.333C9.2002 11.6275 8.96139 11.866 8.66699 11.8662C8.37244 11.8662 8.13379 11.6276 8.13379 11.333V3.33301C8.13396 3.03861 8.37255 2.7998 8.66699 2.7998ZM12 5.4668C12.2946 5.4668 12.5332 5.70545 12.5332 6V11.333C12.5332 11.6276 12.2946 11.8662 12 11.8662C11.7054 11.8662 11.4668 11.6276 11.4668 11.333V6C11.4668 5.70545 11.7054 5.4668 12 5.4668Z",
|
|
19
|
+
"fill-opacity": "1"
|
|
20
|
+
}, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-gaojingtongji`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
export { index as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
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: "IconShebeizongshu",
|
|
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("g", { "clip-path": "url(#svg_1414930949__clip0_3363_1307)" }, [
|
|
18
|
+
/* @__PURE__ */ createElementVNode("path", {
|
|
19
|
+
d: "M6.13411 0.677094C6.22215 0.691442 6.30703 0.720706 6.38607 0.762054L6.50033 0.833344L6.60091 0.922211C6.66274 0.986515 6.71385 1.06045 6.75228 1.14096L6.80013 1.26694L6.80208 1.2728L9.99935 12.6517L11.0843 8.7933C11.2023 8.37252 11.4555 8.00228 11.804 7.73862C12.1521 7.4753 12.5766 7.33279 13.013 7.33334H14.6663C15.0345 7.33334 15.3333 7.63215 15.3333 8.00034C15.3332 8.36838 15.0344 8.66635 14.6663 8.66635H13.012C12.8664 8.66604 12.7249 8.71424 12.6087 8.80209C12.5217 8.8679 12.4523 8.95328 12.4066 9.05112L12.3685 9.15366L10.8021 14.7269L10.8001 14.7337C10.7497 14.9065 10.6443 15.0582 10.5003 15.1664C10.3562 15.2745 10.1805 15.3333 10.0003 15.3333C9.82004 15.3333 9.64457 15.2745 9.50033 15.1664C9.35614 15.0582 9.25006 14.9067 9.19954 14.7337L9.19857 14.7269L5.99935 3.34799L4.91536 7.20737C4.79776 7.62625 4.54684 7.99576 4.20052 8.25912C3.85406 8.52258 3.43069 8.66506 2.99544 8.66635H1.33333C0.965252 8.66635 0.666517 8.36838 0.666341 8.00034C0.666341 7.63215 0.965143 7.33334 1.33333 7.33334H2.99154C3.13652 7.3329 3.27747 7.28531 3.3929 7.1976C3.50841 7.10977 3.59201 6.98576 3.63118 6.84604L5.19857 1.2728L5.19954 1.26694C5.25003 1.09384 5.35608 0.941528 5.50033 0.833344L5.61361 0.762054C5.7323 0.699907 5.86503 0.666351 6.00033 0.666351L6.13411 0.677094Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
})
|
|
22
|
+
], -1);
|
|
23
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
|
|
24
|
+
/* @__PURE__ */ createElementVNode("clipPath", { id: "svg_1414930949__clip0_3363_1307" }, [
|
|
25
|
+
/* @__PURE__ */ createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
26
|
+
])
|
|
27
|
+
], -1);
|
|
28
|
+
const _hoisted_4 = [
|
|
29
|
+
_hoisted_2,
|
|
30
|
+
_hoisted_3
|
|
31
|
+
];
|
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
return openBlock(), createElementBlock("svg", 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-shebeizongshu`],
|
|
38
|
+
width: "1em",
|
|
39
|
+
height: "1em"
|
|
40
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
41
|
+
}
|
|
42
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
43
|
+
export { index as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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: "IconShipinjiankong",
|
|
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
|
+
d: "M9.33105 2.13379C9.66769 2.13379 9.99799 2.22503 10.2871 2.39746C10.5762 2.56993 10.8137 2.81709 10.9736 3.11328L11.2979 3.71387C11.3664 3.84065 11.468 3.94664 11.5918 4.02051C11.7156 4.09439 11.8577 4.13373 12.002 4.13379H13.333C13.8281 4.13379 14.3033 4.3306 14.6533 4.68066C15.0031 5.03062 15.1991 5.5052 15.1992 6V12C15.1991 12.4949 15.0032 12.9703 14.6533 13.3203C14.3033 13.6702 13.8279 13.8672 13.333 13.8672H2.66602C2.17126 13.867 1.69658 13.6701 1.34668 13.3203C0.996689 12.9703 0.79989 12.495 0.799805 12V6C0.799891 5.5052 0.99689 5.03062 1.34668 4.68066C1.69659 4.33075 2.17118 4.13396 2.66602 4.13379H3.99805C4.14195 4.13374 4.28356 4.09409 4.40723 4.02051C4.53075 3.94687 4.63259 3.84124 4.70117 3.71484L5.02734 3.1123V3.11133C5.18739 2.81579 5.42517 2.56858 5.71387 2.39648C6.00265 2.22452 6.33284 2.13385 6.66895 2.13379H9.33105ZM6.66895 3.2002C6.52492 3.20025 6.38351 3.23976 6.25977 3.31348C6.13624 3.38716 6.03437 3.4927 5.96582 3.61914L5.63965 4.22168V4.22266C5.47953 4.51822 5.24191 4.76544 4.95312 4.9375C4.66437 5.10941 4.3341 5.20014 3.99805 5.2002H2.66602C2.45408 5.20037 2.25046 5.28469 2.10059 5.43457C1.95084 5.58449 1.8663 5.7881 1.86621 6V12C1.8663 12.2121 1.95063 12.4165 2.10059 12.5664C2.25045 12.7162 2.45415 12.8006 2.66602 12.8008H13.333C13.5449 12.8008 13.7485 12.716 13.8984 12.5664C14.0484 12.4165 14.1327 12.2121 14.1328 12V6C14.1327 5.78794 14.0484 5.58452 13.8984 5.43457C13.7484 5.28464 13.5451 5.2002 13.333 5.2002H12.002C11.6653 5.20014 11.334 5.10899 11.0449 4.93652C10.7561 4.76412 10.5192 4.51663 10.3594 4.2207L10.0352 3.62012C9.96666 3.49327 9.86498 3.38739 9.74121 3.31348C9.61731 3.23958 9.47532 3.2002 9.33105 3.2002H6.66895ZM8 6.13379C9.39912 6.13379 10.5332 7.26787 10.5332 8.66699C10.533 10.066 9.39901 11.2002 8 11.2002C6.60099 11.2002 5.46697 10.066 5.4668 8.66699C5.4668 7.26787 6.60088 6.13379 8 6.13379ZM8 7.2002C7.18998 7.2002 6.5332 7.85697 6.5332 8.66699C6.53338 9.47686 7.19009 10.1338 8 10.1338C8.80991 10.1338 9.46662 9.47686 9.4668 8.66699C9.4668 7.85697 8.81002 7.2002 8 7.2002Z",
|
|
19
|
+
"fill-opacity": "1"
|
|
20
|
+
}, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-shipinjiankong`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
export { index as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
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: "IconZhengzaigaojing",
|
|
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
|
+
d: "M10 0.799805C10.6625 0.79998 11.199 1.33752 11.1992 2V2.13379H12C12.495 2.13388 12.9703 2.33067 13.3203 2.68066C13.67 3.03061 13.8671 3.50528 13.8672 4V13.334C13.867 13.8287 13.6701 14.3034 13.3203 14.6533C12.9703 15.0033 12.495 15.2001 12 15.2002H4C3.5052 15.2001 3.03062 15.0031 2.68066 14.6533C2.33075 14.3034 2.13396 13.8288 2.13379 13.334V4C2.13388 3.50505 2.33067 3.03066 2.68066 2.68066C3.03066 2.33067 3.50505 2.13388 4 2.13379H4.7998V2C4.79998 1.33752 5.33752 0.799981 6 0.799805H10ZM4 3.2002C3.78794 3.20028 3.58452 3.28462 3.43457 3.43457C3.28462 3.58452 3.20028 3.78794 3.2002 4V13.334C3.20037 13.5459 3.2847 13.7495 3.43457 13.8994C3.58449 14.0492 3.7881 14.1337 4 14.1338H12C12.2121 14.1337 12.4165 14.0494 12.5664 13.8994C12.7162 13.7496 12.8006 13.5458 12.8008 13.334V4C12.8007 3.78817 12.7161 3.58448 12.5664 3.43457C12.4165 3.28462 12.2121 3.20028 12 3.2002H11.1992V3.33301C11.1992 3.99564 10.6626 4.53303 10 4.5332H6C5.33741 4.53303 4.7998 3.99564 4.7998 3.33301V3.2002H4ZM5.34082 10.1338C5.63515 10.134 5.87402 10.3726 5.87402 10.667C5.87385 10.9612 5.63504 11.1999 5.34082 11.2002H5.33301C5.03871 11.2 4.79998 10.9613 4.7998 10.667C4.7998 10.3725 5.03861 10.134 5.33301 10.1338H5.34082ZM10.667 10.1338C10.9614 10.134 11.2002 10.3725 11.2002 10.667C11.2 10.9613 10.9613 11.2 10.667 11.2002H8C7.70556 11.2002 7.46697 10.9614 7.4668 10.667C7.4668 10.3724 7.70545 10.1338 8 10.1338H10.667ZM5.34082 6.7998C5.63504 6.80006 5.87385 7.03877 5.87402 7.33301C5.87402 7.6274 5.63515 7.86595 5.34082 7.86621H5.33301C5.03861 7.86603 4.7998 7.62745 4.7998 7.33301C4.79998 7.03872 5.03872 6.79998 5.33301 6.7998H5.34082ZM10.667 6.7998C10.9613 6.79998 11.2 7.03872 11.2002 7.33301C11.2002 7.62745 10.9614 7.86603 10.667 7.86621H8C7.70545 7.86621 7.4668 7.62756 7.4668 7.33301C7.46697 7.03861 7.70556 6.7998 8 6.7998H10.667ZM6 1.86621C5.92662 1.86639 5.86639 1.92662 5.86621 2V2.65723C5.86627 2.66037 5.86719 2.66384 5.86719 2.66699C5.86719 2.67026 5.86627 2.67351 5.86621 2.67676V3.33301C5.86621 3.40654 5.92651 3.46662 6 3.4668H10C10.0735 3.46662 10.1328 3.40654 10.1328 3.33301V2C10.1326 1.92662 10.0734 1.86639 10 1.86621H6Z",
|
|
19
|
+
"fill-opacity": "1"
|
|
20
|
+
}, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
26
|
+
viewBox: "0 0 16 16",
|
|
27
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-zhengzaigaojing`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
33
|
+
}
|
|
34
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
35
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -659,3 +659,9 @@ export { default as IconVerticalAlignBottom } from "./IconVerticalAlignBottom/in
|
|
|
659
659
|
export { default as IconTocNav } from "./IconTocNav/index.js";
|
|
660
660
|
export { default as IconSelect2 } from "./IconSelect2/index.js";
|
|
661
661
|
export { default as IconAlarmBadge } from "./IconAlarmBadge/index.js";
|
|
662
|
+
export { default as IconGaojingtongji } from "./IconGaojingtongji/index.js";
|
|
663
|
+
export { default as IconZhengzaigaojing } from "./IconZhengzaigaojing/index.js";
|
|
664
|
+
export { default as IconShipinjiankong } from "./IconShipinjiankong/index.js";
|
|
665
|
+
export { default as IconShebeizongshu } from "./IconShebeizongshu/index.js";
|
|
666
|
+
export { default as IconAnxiaoshebei } from "./IconAnxiaoshebei/index.js";
|
|
667
|
+
export { default as IconBaojingshu } from "./IconBaojingshu/index.js";
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconAnxiaoshebei",
|
|
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
|
+
d: "M12.8005 4.00002C12.8005 3.96466 12.7864 3.93029 12.7614 3.90529C12.7364 3.88028 12.702 3.86623 12.6667 3.86623C11.1628 3.86623 9.38529 2.99473 8.15983 1.92482C8.11525 1.88696 8.05818 1.86623 7.99967 1.86623C7.94104 1.8663 7.8841 1.88771 7.83952 1.9258C6.62131 2.98822 4.83757 3.8661 3.33366 3.86623C3.29837 3.86623 3.26392 3.88038 3.23893 3.90529C3.21393 3.93029 3.19987 3.96465 3.19987 4.00002V8.66701C3.19995 10.1926 3.72763 11.3093 4.56217 12.1641C5.41129 13.0337 6.60252 13.6554 7.95378 14.1221L7.96647 14.127C7.99511 14.1376 8.02641 14.1377 8.05534 14.1279C9.4021 13.6581 10.5904 13.0349 11.4382 12.1651C12.2722 11.3093 12.8004 10.1926 12.8005 8.66701V4.00002ZM13.8669 8.66701C13.8668 10.4744 13.2276 11.8578 12.2018 12.9102C11.1905 13.9476 9.8267 14.6402 8.40202 15.1367L8.39811 15.1387C8.14073 15.2259 7.86154 15.222 7.60612 15.1299V15.1309C6.17759 14.6376 4.81194 13.9461 3.79948 12.9092C2.77256 11.8574 2.13355 10.4743 2.13346 8.66701V4.00002C2.13346 3.68176 2.25998 3.37643 2.48503 3.15138C2.71006 2.92643 3.01547 2.79982 3.33366 2.79982C4.49435 2.79969 6.04076 2.08039 7.14225 1.11818L7.14714 1.11427C7.38482 0.911303 7.68712 0.799897 7.99967 0.79982C8.27353 0.79982 8.53982 0.885313 8.76139 1.04298L8.85319 1.11427L8.85807 1.11818C9.96581 2.08664 11.5056 2.79982 12.6667 2.79982C12.9849 2.79982 13.2903 2.92634 13.5153 3.15138C13.7403 3.37643 13.8669 3.68176 13.8669 4.00002V8.66701Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.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-anxiaoshebei`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
module.exports = index;
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconBaojingshu",
|
|
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
|
+
d: "M8.98503 0.664595C9.09714 0.663074 9.20874 0.680863 9.3151 0.716353L9.47038 0.782759L9.61198 0.875532C9.7005 0.944317 9.77663 1.02753 9.83756 1.12163L9.91764 1.27006L9.97038 1.43022C10.0099 1.59397 10.0077 1.76604 9.96256 1.93022C9.96021 1.93876 9.95744 1.94717 9.95475 1.95561L8.67546 5.96928L8.66471 5.99956H13.3337C13.585 5.99919 13.8316 6.07 14.0446 6.20366C14.2582 6.33776 14.4298 6.52985 14.5387 6.75737C14.6476 6.98497 14.6894 7.23922 14.6598 7.48979C14.6302 7.74036 14.5297 7.97744 14.3708 8.17338C14.3584 8.18861 14.3454 8.20325 14.3317 8.21733L7.7321 15.0181L7.73014 15.0162C7.58434 15.1722 7.39389 15.2789 7.18327 15.3179C6.96037 15.3591 6.72988 15.3242 6.52995 15.2173C6.33006 15.1104 6.17221 14.9383 6.08268 14.73C5.9932 14.5216 5.97667 14.2885 6.03678 14.0699L6.0446 14.0445L7.32487 10.0308L7.33561 9.99956H2.66667V9.99858C2.41528 9.99901 2.16871 9.93003 1.95573 9.79643C1.74202 9.66229 1.5705 9.46934 1.46159 9.24174C1.35283 9.01427 1.31092 8.7607 1.34049 8.5103C1.37009 8.25981 1.46972 8.02261 1.62858 7.8267L1.66862 7.78276L8.26823 0.981978L8.26921 0.983931C8.41508 0.827682 8.60622 0.720186 8.81706 0.681196L8.98503 0.664595ZM2.66764 8.66655H7.33366C7.54846 8.66625 7.76026 8.7178 7.95085 8.81694C8.14206 8.9164 8.30615 9.06099 8.42936 9.23784C8.5526 9.41483 8.63189 9.61956 8.65885 9.83354C8.68439 10.0366 8.66023 10.242 8.59342 10.4351L8.59538 10.4361L7.74967 13.0835L13.3307 7.33354H8.66667V7.33256C8.45186 7.33291 8.24009 7.28223 8.04948 7.18315C7.85818 7.08364 7.69322 6.9392 7.56999 6.76225C7.44675 6.58526 7.36843 6.38053 7.34147 6.16655C7.31588 5.96324 7.33894 5.75736 7.40592 5.56401H7.40495L8.24967 2.91557L2.66764 8.66655Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.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-baojingshu`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
module.exports = index;
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconGaojingtongji",
|
|
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
|
+
d: "M2 1.4668C2.29455 1.4668 2.5332 1.70545 2.5332 2V12.667C2.53329 12.879 2.61763 13.0825 2.76758 13.2324C2.91753 13.3824 3.12095 13.4667 3.33301 13.4668H14C14.2946 13.4668 14.5332 13.7054 14.5332 14C14.5332 14.2946 14.2946 14.5332 14 14.5332H3.33301C2.83805 14.5331 2.36366 14.3363 2.01367 13.9863C1.66368 13.6363 1.46688 13.1619 1.4668 12.667V2C1.4668 1.70545 1.70545 1.4668 2 1.4668ZM5.33301 8.7998C5.62745 8.7998 5.86604 9.03861 5.86621 9.33301V11.333C5.86621 11.6276 5.62756 11.8662 5.33301 11.8662C5.03861 11.866 4.7998 11.6275 4.7998 11.333V9.33301C4.79998 9.03871 5.03871 8.79998 5.33301 8.7998ZM8.66699 2.7998C8.96129 2.79998 9.20002 3.03871 9.2002 3.33301V11.333C9.2002 11.6275 8.96139 11.866 8.66699 11.8662C8.37244 11.8662 8.13379 11.6276 8.13379 11.333V3.33301C8.13396 3.03861 8.37255 2.7998 8.66699 2.7998ZM12 5.4668C12.2946 5.4668 12.5332 5.70545 12.5332 6V11.333C12.5332 11.6276 12.2946 11.8662 12 11.8662C11.7054 11.8662 11.4668 11.6276 11.4668 11.333V6C11.4668 5.70545 11.7054 5.4668 12 5.4668Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.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-gaojingtongji`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
module.exports = index;
|
|
@@ -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: "IconShebeizongshu",
|
|
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("g", { "clip-path": "url(#svg_1414930949__clip0_3363_1307)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", {
|
|
20
|
+
d: "M6.13411 0.677094C6.22215 0.691442 6.30703 0.720706 6.38607 0.762054L6.50033 0.833344L6.60091 0.922211C6.66274 0.986515 6.71385 1.06045 6.75228 1.14096L6.80013 1.26694L6.80208 1.2728L9.99935 12.6517L11.0843 8.7933C11.2023 8.37252 11.4555 8.00228 11.804 7.73862C12.1521 7.4753 12.5766 7.33279 13.013 7.33334H14.6663C15.0345 7.33334 15.3333 7.63215 15.3333 8.00034C15.3332 8.36838 15.0344 8.66635 14.6663 8.66635H13.012C12.8664 8.66604 12.7249 8.71424 12.6087 8.80209C12.5217 8.8679 12.4523 8.95328 12.4066 9.05112L12.3685 9.15366L10.8021 14.7269L10.8001 14.7337C10.7497 14.9065 10.6443 15.0582 10.5003 15.1664C10.3562 15.2745 10.1805 15.3333 10.0003 15.3333C9.82004 15.3333 9.64457 15.2745 9.50033 15.1664C9.35614 15.0582 9.25006 14.9067 9.19954 14.7337L9.19857 14.7269L5.99935 3.34799L4.91536 7.20737C4.79776 7.62625 4.54684 7.99576 4.20052 8.25912C3.85406 8.52258 3.43069 8.66506 2.99544 8.66635H1.33333C0.965252 8.66635 0.666517 8.36838 0.666341 8.00034C0.666341 7.63215 0.965143 7.33334 1.33333 7.33334H2.99154C3.13652 7.3329 3.27747 7.28531 3.3929 7.1976C3.50841 7.10977 3.59201 6.98576 3.63118 6.84604L5.19857 1.2728L5.19954 1.26694C5.25003 1.09384 5.35608 0.941528 5.50033 0.833344L5.61361 0.762054C5.7323 0.699907 5.86503 0.666351 6.00033 0.666351L6.13411 0.677094Z",
|
|
21
|
+
"fill-opacity": "1"
|
|
22
|
+
})
|
|
23
|
+
], -1);
|
|
24
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
25
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_1414930949__clip0_3363_1307" }, [
|
|
26
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
|
|
27
|
+
])
|
|
28
|
+
], -1);
|
|
29
|
+
const _hoisted_4 = [
|
|
30
|
+
_hoisted_2,
|
|
31
|
+
_hoisted_3
|
|
32
|
+
];
|
|
33
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
35
|
+
viewBox: "0 0 16 16",
|
|
36
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-shebeizongshu`],
|
|
39
|
+
width: "1em",
|
|
40
|
+
height: "1em"
|
|
41
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
module.exports = index;
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconShipinjiankong",
|
|
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
|
+
d: "M9.33105 2.13379C9.66769 2.13379 9.99799 2.22503 10.2871 2.39746C10.5762 2.56993 10.8137 2.81709 10.9736 3.11328L11.2979 3.71387C11.3664 3.84065 11.468 3.94664 11.5918 4.02051C11.7156 4.09439 11.8577 4.13373 12.002 4.13379H13.333C13.8281 4.13379 14.3033 4.3306 14.6533 4.68066C15.0031 5.03062 15.1991 5.5052 15.1992 6V12C15.1991 12.4949 15.0032 12.9703 14.6533 13.3203C14.3033 13.6702 13.8279 13.8672 13.333 13.8672H2.66602C2.17126 13.867 1.69658 13.6701 1.34668 13.3203C0.996689 12.9703 0.79989 12.495 0.799805 12V6C0.799891 5.5052 0.99689 5.03062 1.34668 4.68066C1.69659 4.33075 2.17118 4.13396 2.66602 4.13379H3.99805C4.14195 4.13374 4.28356 4.09409 4.40723 4.02051C4.53075 3.94687 4.63259 3.84124 4.70117 3.71484L5.02734 3.1123V3.11133C5.18739 2.81579 5.42517 2.56858 5.71387 2.39648C6.00265 2.22452 6.33284 2.13385 6.66895 2.13379H9.33105ZM6.66895 3.2002C6.52492 3.20025 6.38351 3.23976 6.25977 3.31348C6.13624 3.38716 6.03437 3.4927 5.96582 3.61914L5.63965 4.22168V4.22266C5.47953 4.51822 5.24191 4.76544 4.95312 4.9375C4.66437 5.10941 4.3341 5.20014 3.99805 5.2002H2.66602C2.45408 5.20037 2.25046 5.28469 2.10059 5.43457C1.95084 5.58449 1.8663 5.7881 1.86621 6V12C1.8663 12.2121 1.95063 12.4165 2.10059 12.5664C2.25045 12.7162 2.45415 12.8006 2.66602 12.8008H13.333C13.5449 12.8008 13.7485 12.716 13.8984 12.5664C14.0484 12.4165 14.1327 12.2121 14.1328 12V6C14.1327 5.78794 14.0484 5.58452 13.8984 5.43457C13.7484 5.28464 13.5451 5.2002 13.333 5.2002H12.002C11.6653 5.20014 11.334 5.10899 11.0449 4.93652C10.7561 4.76412 10.5192 4.51663 10.3594 4.2207L10.0352 3.62012C9.96666 3.49327 9.86498 3.38739 9.74121 3.31348C9.61731 3.23958 9.47532 3.2002 9.33105 3.2002H6.66895ZM8 6.13379C9.39912 6.13379 10.5332 7.26787 10.5332 8.66699C10.533 10.066 9.39901 11.2002 8 11.2002C6.60099 11.2002 5.46697 10.066 5.4668 8.66699C5.4668 7.26787 6.60088 6.13379 8 6.13379ZM8 7.2002C7.18998 7.2002 6.5332 7.85697 6.5332 8.66699C6.53338 9.47686 7.19009 10.1338 8 10.1338C8.80991 10.1338 9.46662 9.47686 9.4668 8.66699C9.4668 7.85697 8.81002 7.2002 8 7.2002Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.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-shipinjiankong`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
module.exports = index;
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconZhengzaigaojing",
|
|
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
|
+
d: "M10 0.799805C10.6625 0.79998 11.199 1.33752 11.1992 2V2.13379H12C12.495 2.13388 12.9703 2.33067 13.3203 2.68066C13.67 3.03061 13.8671 3.50528 13.8672 4V13.334C13.867 13.8287 13.6701 14.3034 13.3203 14.6533C12.9703 15.0033 12.495 15.2001 12 15.2002H4C3.5052 15.2001 3.03062 15.0031 2.68066 14.6533C2.33075 14.3034 2.13396 13.8288 2.13379 13.334V4C2.13388 3.50505 2.33067 3.03066 2.68066 2.68066C3.03066 2.33067 3.50505 2.13388 4 2.13379H4.7998V2C4.79998 1.33752 5.33752 0.799981 6 0.799805H10ZM4 3.2002C3.78794 3.20028 3.58452 3.28462 3.43457 3.43457C3.28462 3.58452 3.20028 3.78794 3.2002 4V13.334C3.20037 13.5459 3.2847 13.7495 3.43457 13.8994C3.58449 14.0492 3.7881 14.1337 4 14.1338H12C12.2121 14.1337 12.4165 14.0494 12.5664 13.8994C12.7162 13.7496 12.8006 13.5458 12.8008 13.334V4C12.8007 3.78817 12.7161 3.58448 12.5664 3.43457C12.4165 3.28462 12.2121 3.20028 12 3.2002H11.1992V3.33301C11.1992 3.99564 10.6626 4.53303 10 4.5332H6C5.33741 4.53303 4.7998 3.99564 4.7998 3.33301V3.2002H4ZM5.34082 10.1338C5.63515 10.134 5.87402 10.3726 5.87402 10.667C5.87385 10.9612 5.63504 11.1999 5.34082 11.2002H5.33301C5.03871 11.2 4.79998 10.9613 4.7998 10.667C4.7998 10.3725 5.03861 10.134 5.33301 10.1338H5.34082ZM10.667 10.1338C10.9614 10.134 11.2002 10.3725 11.2002 10.667C11.2 10.9613 10.9613 11.2 10.667 11.2002H8C7.70556 11.2002 7.46697 10.9614 7.4668 10.667C7.4668 10.3724 7.70545 10.1338 8 10.1338H10.667ZM5.34082 6.7998C5.63504 6.80006 5.87385 7.03877 5.87402 7.33301C5.87402 7.6274 5.63515 7.86595 5.34082 7.86621H5.33301C5.03861 7.86603 4.7998 7.62745 4.7998 7.33301C4.79998 7.03872 5.03872 6.79998 5.33301 6.7998H5.34082ZM10.667 6.7998C10.9613 6.79998 11.2 7.03872 11.2002 7.33301C11.2002 7.62745 10.9614 7.86603 10.667 7.86621H8C7.70545 7.86621 7.4668 7.62756 7.4668 7.33301C7.46697 7.03861 7.70556 6.7998 8 6.7998H10.667ZM6 1.86621C5.92662 1.86639 5.86639 1.92662 5.86621 2V2.65723C5.86627 2.66037 5.86719 2.66384 5.86719 2.66699C5.86719 2.67026 5.86627 2.67351 5.86621 2.67676V3.33301C5.86621 3.40654 5.92651 3.46662 6 3.4668H10C10.0735 3.46662 10.1328 3.40654 10.1328 3.33301V2C10.1326 1.92662 10.0734 1.86639 10 1.86621H6Z",
|
|
20
|
+
"fill-opacity": "1"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.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-zhengzaigaojing`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -661,6 +661,12 @@ var index$ah = require("./IconVerticalAlignBottom/index.js");
|
|
|
661
661
|
var index$ai = require("./IconTocNav/index.js");
|
|
662
662
|
var index$aj = require("./IconSelect2/index.js");
|
|
663
663
|
var index$ak = require("./IconAlarmBadge/index.js");
|
|
664
|
+
var index$al = require("./IconGaojingtongji/index.js");
|
|
665
|
+
var index$am = require("./IconZhengzaigaojing/index.js");
|
|
666
|
+
var index$an = require("./IconShipinjiankong/index.js");
|
|
667
|
+
var index$ao = require("./IconShebeizongshu/index.js");
|
|
668
|
+
var index$ap = require("./IconAnxiaoshebei/index.js");
|
|
669
|
+
var index$aq = require("./IconBaojingshu/index.js");
|
|
664
670
|
exports.IconNo = index;
|
|
665
671
|
exports.IconStr = index$1;
|
|
666
672
|
exports.IconConnectedInside = index$2;
|
|
@@ -1322,3 +1328,9 @@ exports.IconVerticalAlignBottom = index$ah;
|
|
|
1322
1328
|
exports.IconTocNav = index$ai;
|
|
1323
1329
|
exports.IconSelect2 = index$aj;
|
|
1324
1330
|
exports.IconAlarmBadge = index$ak;
|
|
1331
|
+
exports.IconGaojingtongji = index$al;
|
|
1332
|
+
exports.IconZhengzaigaojing = index$am;
|
|
1333
|
+
exports.IconShipinjiankong = index$an;
|
|
1334
|
+
exports.IconShebeizongshu = index$ao;
|
|
1335
|
+
exports.IconAnxiaoshebei = index$ap;
|
|
1336
|
+
exports.IconBaojingshu = index$aq;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-anxiaoshebei`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.8005 4.00002C12.8005 3.96466 12.7864 3.93029 12.7614 3.90529C12.7364 3.88028 12.702 3.86623 12.6667 3.86623C11.1628 3.86623 9.38529 2.99473 8.15983 1.92482C8.11525 1.88696 8.05818 1.86623 7.99967 1.86623C7.94104 1.8663 7.8841 1.88771 7.83952 1.9258C6.62131 2.98822 4.83757 3.8661 3.33366 3.86623C3.29837 3.86623 3.26392 3.88038 3.23893 3.90529C3.21393 3.93029 3.19987 3.96465 3.19987 4.00002V8.66701C3.19995 10.1926 3.72763 11.3093 4.56217 12.1641C5.41129 13.0337 6.60252 13.6554 7.95378 14.1221L7.96647 14.127C7.99511 14.1376 8.02641 14.1377 8.05534 14.1279C9.4021 13.6581 10.5904 13.0349 11.4382 12.1651C12.2722 11.3093 12.8004 10.1926 12.8005 8.66701V4.00002ZM13.8669 8.66701C13.8668 10.4744 13.2276 11.8578 12.2018 12.9102C11.1905 13.9476 9.8267 14.6402 8.40202 15.1367L8.39811 15.1387C8.14073 15.2259 7.86154 15.222 7.60612 15.1299V15.1309C6.17759 14.6376 4.81194 13.9461 3.79948 12.9092C2.77256 11.8574 2.13355 10.4743 2.13346 8.66701V4.00002C2.13346 3.68176 2.25998 3.37643 2.48503 3.15138C2.71006 2.92643 3.01547 2.79982 3.33366 2.79982C4.49435 2.79969 6.04076 2.08039 7.14225 1.11818L7.14714 1.11427C7.38482 0.911303 7.68712 0.799897 7.99967 0.79982C8.27353 0.79982 8.53982 0.885313 8.76139 1.04298L8.85319 1.11427L8.85807 1.11818C9.96581 2.08664 11.5056 2.79982 12.6667 2.79982C12.9849 2.79982 13.2903 2.92634 13.5153 3.15138C13.7403 3.37643 13.8669 3.68176 13.8669 4.00002V8.66701Z" fill-opacity="1"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconAnxiaoshebei',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-baojingshu`]" width="1em" height="1em" v-bind="$attrs"><path d="M8.98503 0.664595C9.09714 0.663074 9.20874 0.680863 9.3151 0.716353L9.47038 0.782759L9.61198 0.875532C9.7005 0.944317 9.77663 1.02753 9.83756 1.12163L9.91764 1.27006L9.97038 1.43022C10.0099 1.59397 10.0077 1.76604 9.96256 1.93022C9.96021 1.93876 9.95744 1.94717 9.95475 1.95561L8.67546 5.96928L8.66471 5.99956H13.3337C13.585 5.99919 13.8316 6.07 14.0446 6.20366C14.2582 6.33776 14.4298 6.52985 14.5387 6.75737C14.6476 6.98497 14.6894 7.23922 14.6598 7.48979C14.6302 7.74036 14.5297 7.97744 14.3708 8.17338C14.3584 8.18861 14.3454 8.20325 14.3317 8.21733L7.7321 15.0181L7.73014 15.0162C7.58434 15.1722 7.39389 15.2789 7.18327 15.3179C6.96037 15.3591 6.72988 15.3242 6.52995 15.2173C6.33006 15.1104 6.17221 14.9383 6.08268 14.73C5.9932 14.5216 5.97667 14.2885 6.03678 14.0699L6.0446 14.0445L7.32487 10.0308L7.33561 9.99956H2.66667V9.99858C2.41528 9.99901 2.16871 9.93003 1.95573 9.79643C1.74202 9.66229 1.5705 9.46934 1.46159 9.24174C1.35283 9.01427 1.31092 8.7607 1.34049 8.5103C1.37009 8.25981 1.46972 8.02261 1.62858 7.8267L1.66862 7.78276L8.26823 0.981978L8.26921 0.983931C8.41508 0.827682 8.60622 0.720186 8.81706 0.681196L8.98503 0.664595ZM2.66764 8.66655H7.33366C7.54846 8.66625 7.76026 8.7178 7.95085 8.81694C8.14206 8.9164 8.30615 9.06099 8.42936 9.23784C8.5526 9.41483 8.63189 9.61956 8.65885 9.83354C8.68439 10.0366 8.66023 10.242 8.59342 10.4351L8.59538 10.4361L7.74967 13.0835L13.3307 7.33354H8.66667V7.33256C8.45186 7.33291 8.24009 7.28223 8.04948 7.18315C7.85818 7.08364 7.69322 6.9392 7.56999 6.76225C7.44675 6.58526 7.36843 6.38053 7.34147 6.16655C7.31588 5.96324 7.33894 5.75736 7.40592 5.56401H7.40495L8.24967 2.91557L2.66764 8.66655Z" fill-opacity="1"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconBaojingshu',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-gaojingtongji`]" width="1em" height="1em" v-bind="$attrs"><path d="M2 1.4668C2.29455 1.4668 2.5332 1.70545 2.5332 2V12.667C2.53329 12.879 2.61763 13.0825 2.76758 13.2324C2.91753 13.3824 3.12095 13.4667 3.33301 13.4668H14C14.2946 13.4668 14.5332 13.7054 14.5332 14C14.5332 14.2946 14.2946 14.5332 14 14.5332H3.33301C2.83805 14.5331 2.36366 14.3363 2.01367 13.9863C1.66368 13.6363 1.46688 13.1619 1.4668 12.667V2C1.4668 1.70545 1.70545 1.4668 2 1.4668ZM5.33301 8.7998C5.62745 8.7998 5.86604 9.03861 5.86621 9.33301V11.333C5.86621 11.6276 5.62756 11.8662 5.33301 11.8662C5.03861 11.866 4.7998 11.6275 4.7998 11.333V9.33301C4.79998 9.03871 5.03871 8.79998 5.33301 8.7998ZM8.66699 2.7998C8.96129 2.79998 9.20002 3.03871 9.2002 3.33301V11.333C9.2002 11.6275 8.96139 11.866 8.66699 11.8662C8.37244 11.8662 8.13379 11.6276 8.13379 11.333V3.33301C8.13396 3.03861 8.37255 2.7998 8.66699 2.7998ZM12 5.4668C12.2946 5.4668 12.5332 5.70545 12.5332 6V11.333C12.5332 11.6276 12.2946 11.8662 12 11.8662C11.7054 11.8662 11.4668 11.6276 11.4668 11.333V6C11.4668 5.70545 11.7054 5.4668 12 5.4668Z" fill-opacity="1"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconGaojingtongji',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-shebeizongshu`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_1414930949__clip0_3363_1307)"><path d="M6.13411 0.677094C6.22215 0.691442 6.30703 0.720706 6.38607 0.762054L6.50033 0.833344L6.60091 0.922211C6.66274 0.986515 6.71385 1.06045 6.75228 1.14096L6.80013 1.26694L6.80208 1.2728L9.99935 12.6517L11.0843 8.7933C11.2023 8.37252 11.4555 8.00228 11.804 7.73862C12.1521 7.4753 12.5766 7.33279 13.013 7.33334H14.6663C15.0345 7.33334 15.3333 7.63215 15.3333 8.00034C15.3332 8.36838 15.0344 8.66635 14.6663 8.66635H13.012C12.8664 8.66604 12.7249 8.71424 12.6087 8.80209C12.5217 8.8679 12.4523 8.95328 12.4066 9.05112L12.3685 9.15366L10.8021 14.7269L10.8001 14.7337C10.7497 14.9065 10.6443 15.0582 10.5003 15.1664C10.3562 15.2745 10.1805 15.3333 10.0003 15.3333C9.82004 15.3333 9.64457 15.2745 9.50033 15.1664C9.35614 15.0582 9.25006 14.9067 9.19954 14.7337L9.19857 14.7269L5.99935 3.34799L4.91536 7.20737C4.79776 7.62625 4.54684 7.99576 4.20052 8.25912C3.85406 8.52258 3.43069 8.66506 2.99544 8.66635H1.33333C0.965252 8.66635 0.666517 8.36838 0.666341 8.00034C0.666341 7.63215 0.965143 7.33334 1.33333 7.33334H2.99154C3.13652 7.3329 3.27747 7.28531 3.3929 7.1976C3.50841 7.10977 3.59201 6.98576 3.63118 6.84604L5.19857 1.2728L5.19954 1.26694C5.25003 1.09384 5.35608 0.941528 5.50033 0.833344L5.61361 0.762054C5.7323 0.699907 5.86503 0.666351 6.00033 0.666351L6.13411 0.677094Z" fill-opacity="1"/></g><defs><clipPath id="svg_1414930949__clip0_3363_1307"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconShebeizongshu',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-shipinjiankong`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.33105 2.13379C9.66769 2.13379 9.99799 2.22503 10.2871 2.39746C10.5762 2.56993 10.8137 2.81709 10.9736 3.11328L11.2979 3.71387C11.3664 3.84065 11.468 3.94664 11.5918 4.02051C11.7156 4.09439 11.8577 4.13373 12.002 4.13379H13.333C13.8281 4.13379 14.3033 4.3306 14.6533 4.68066C15.0031 5.03062 15.1991 5.5052 15.1992 6V12C15.1991 12.4949 15.0032 12.9703 14.6533 13.3203C14.3033 13.6702 13.8279 13.8672 13.333 13.8672H2.66602C2.17126 13.867 1.69658 13.6701 1.34668 13.3203C0.996689 12.9703 0.79989 12.495 0.799805 12V6C0.799891 5.5052 0.99689 5.03062 1.34668 4.68066C1.69659 4.33075 2.17118 4.13396 2.66602 4.13379H3.99805C4.14195 4.13374 4.28356 4.09409 4.40723 4.02051C4.53075 3.94687 4.63259 3.84124 4.70117 3.71484L5.02734 3.1123V3.11133C5.18739 2.81579 5.42517 2.56858 5.71387 2.39648C6.00265 2.22452 6.33284 2.13385 6.66895 2.13379H9.33105ZM6.66895 3.2002C6.52492 3.20025 6.38351 3.23976 6.25977 3.31348C6.13624 3.38716 6.03437 3.4927 5.96582 3.61914L5.63965 4.22168V4.22266C5.47953 4.51822 5.24191 4.76544 4.95312 4.9375C4.66437 5.10941 4.3341 5.20014 3.99805 5.2002H2.66602C2.45408 5.20037 2.25046 5.28469 2.10059 5.43457C1.95084 5.58449 1.8663 5.7881 1.86621 6V12C1.8663 12.2121 1.95063 12.4165 2.10059 12.5664C2.25045 12.7162 2.45415 12.8006 2.66602 12.8008H13.333C13.5449 12.8008 13.7485 12.716 13.8984 12.5664C14.0484 12.4165 14.1327 12.2121 14.1328 12V6C14.1327 5.78794 14.0484 5.58452 13.8984 5.43457C13.7484 5.28464 13.5451 5.2002 13.333 5.2002H12.002C11.6653 5.20014 11.334 5.10899 11.0449 4.93652C10.7561 4.76412 10.5192 4.51663 10.3594 4.2207L10.0352 3.62012C9.96666 3.49327 9.86498 3.38739 9.74121 3.31348C9.61731 3.23958 9.47532 3.2002 9.33105 3.2002H6.66895ZM8 6.13379C9.39912 6.13379 10.5332 7.26787 10.5332 8.66699C10.533 10.066 9.39901 11.2002 8 11.2002C6.60099 11.2002 5.46697 10.066 5.4668 8.66699C5.4668 7.26787 6.60088 6.13379 8 6.13379ZM8 7.2002C7.18998 7.2002 6.5332 7.85697 6.5332 8.66699C6.53338 9.47686 7.19009 10.1338 8 10.1338C8.80991 10.1338 9.46662 9.47686 9.4668 8.66699C9.4668 7.85697 8.81002 7.2002 8 7.2002Z" fill-opacity="1"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconShipinjiankong',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'teicon-',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|