@arco-iconbox/vue-te 0.0.56 → 0.0.57
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 +224 -224
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +65 -65
- package/dist/icon.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/lib/index.js +64 -64
- package/package.json +1 -1
- package/src/index.js +2 -2
package/dist/icon.js
CHANGED
|
@@ -18413,7 +18413,7 @@
|
|
|
18413
18413
|
}
|
|
18414
18414
|
var index$w = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w]]);
|
|
18415
18415
|
const _sfc_main$v = {
|
|
18416
|
-
name: "
|
|
18416
|
+
name: "IconRadar",
|
|
18417
18417
|
props: {
|
|
18418
18418
|
prefix: {
|
|
18419
18419
|
type: String,
|
|
@@ -18429,32 +18429,24 @@
|
|
|
18429
18429
|
const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18430
18430
|
"fill-rule": "evenodd",
|
|
18431
18431
|
"clip-rule": "evenodd",
|
|
18432
|
-
d: "
|
|
18433
|
-
}, null, -1);
|
|
18434
|
-
const _hoisted_3$v = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5 6H11V7H5V6zM8 8H5V9H8V8z" }, null, -1);
|
|
18435
|
-
const _hoisted_4$7 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18436
|
-
"fill-rule": "evenodd",
|
|
18437
|
-
"clip-rule": "evenodd",
|
|
18438
|
-
d: "M8.60175 15.9962C8.57371 16.0037 8.54913 16.0001 8.52804 15.9852C8.50695 15.9704 8.4964 15.9482 8.4964 15.9188L8.95922 13.1134L7.02379 11.1255C7.0027 11.1036 6.99563 11.0797 7.00259 11.0538C7.00954 11.0279 7.02705 11.0113 7.0551 11.004L9.73743 10.5954L10.9367 8.04418C10.9509 8.01473 10.972 8 11 8C11.0281 8 11.0491 8.01473 11.0633 8.04418L12.2626 10.5954L14.9449 11.004C14.973 11.0115 14.9905 11.0281 14.9974 11.0538C15.0044 11.0795 14.9973 11.1034 14.9762 11.1255L13.0408 13.1134L13.4932 15.9188C13.5001 15.9485 13.4931 15.9706 13.472 15.9852C13.4509 15.9998 13.4263 16.0035 13.3982 15.9962L11 14.6709L8.60175 15.9962ZM11 13.5284L12.2019 14.1925L11.9735 12.7762L13.0022 11.7196L11.5846 11.5037L11 10.2602L10.4154 11.5037L8.99784 11.7196L10.0281 12.7778L9.79437 14.1946L11 13.5284Z"
|
|
18432
|
+
d: "M15 8C15 11.866 11.866 15 8 15C4.134 15 1 11.866 1 8C1 4.134 4.134 1 8 1C11.866 1 15 4.134 15 8ZM13.9795 8.50002L10.9583 8.50143C10.747 9.757 9.75576 10.7478 8.5 10.9585V13.9795C11.4149 13.739 13.739 11.4149 13.9795 8.50002ZM10.9588 7.50143C10.7485 6.24451 9.75672 5.25232 8.5 5.04148V2.02054C11.4149 2.26101 13.739 4.58511 13.9795 7.50002L10.9588 7.50143ZM9.93748 7.50191L8.5 7.50258V6.06301C9.20343 6.24407 9.7571 6.79821 9.93748 7.50191ZM7.5 8.50305L6.06397 8.50372C6.24586 9.20475 6.79845 9.75642 7.5 9.93699V8.50305ZM6.06206 7.50372L7.5 7.50305V6.06301C6.79596 6.24422 6.24195 6.79916 6.06206 7.50372ZM5.04078 7.5042L2.02008 7.50562C2.25803 4.58809 4.58323 2.26117 7.5 2.02054V5.04148C6.24236 5.25248 5.25003 6.24597 5.04078 7.5042ZM5.04219 8.5042L2.021 8.50562C2.264 11.4179 4.58697 13.7391 7.5 13.9795V10.9585C6.24516 10.748 5.25445 9.75845 5.04219 8.5042ZM9.9365 8.50191L8.5 8.50258V9.93699C9.20216 9.75626 9.75509 9.2038 9.9365 8.50191Z"
|
|
18439
18433
|
}, null, -1);
|
|
18440
|
-
const
|
|
18441
|
-
_hoisted_2$v
|
|
18442
|
-
_hoisted_3$v,
|
|
18443
|
-
_hoisted_4$7
|
|
18434
|
+
const _hoisted_3$v = [
|
|
18435
|
+
_hoisted_2$v
|
|
18444
18436
|
];
|
|
18445
18437
|
function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18446
18438
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
18447
18439
|
viewBox: "0 0 16 16",
|
|
18448
18440
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18449
18441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18450
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18442
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-radar`],
|
|
18451
18443
|
width: "1em",
|
|
18452
18444
|
height: "1em"
|
|
18453
|
-
}, _ctx.$attrs),
|
|
18445
|
+
}, _ctx.$attrs), _hoisted_3$v, 16, _hoisted_1$v);
|
|
18454
18446
|
}
|
|
18455
18447
|
var index$v = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v]]);
|
|
18456
18448
|
const _sfc_main$u = {
|
|
18457
|
-
name: "
|
|
18449
|
+
name: "IconFunction",
|
|
18458
18450
|
props: {
|
|
18459
18451
|
prefix: {
|
|
18460
18452
|
type: String,
|
|
@@ -18467,11 +18459,7 @@
|
|
|
18467
18459
|
}
|
|
18468
18460
|
};
|
|
18469
18461
|
const _hoisted_1$u = ["fill"];
|
|
18470
|
-
const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18471
|
-
"fill-rule": "evenodd",
|
|
18472
|
-
"clip-rule": "evenodd",
|
|
18473
|
-
d: "M15 8C15 11.866 11.866 15 8 15C4.134 15 1 11.866 1 8C1 4.134 4.134 1 8 1C11.866 1 15 4.134 15 8ZM13.9795 8.50002L10.9583 8.50143C10.747 9.757 9.75576 10.7478 8.5 10.9585V13.9795C11.4149 13.739 13.739 11.4149 13.9795 8.50002ZM10.9588 7.50143C10.7485 6.24451 9.75672 5.25232 8.5 5.04148V2.02054C11.4149 2.26101 13.739 4.58511 13.9795 7.50002L10.9588 7.50143ZM9.93748 7.50191L8.5 7.50258V6.06301C9.20343 6.24407 9.7571 6.79821 9.93748 7.50191ZM7.5 8.50305L6.06397 8.50372C6.24586 9.20475 6.79845 9.75642 7.5 9.93699V8.50305ZM6.06206 7.50372L7.5 7.50305V6.06301C6.79596 6.24422 6.24195 6.79916 6.06206 7.50372ZM5.04078 7.5042L2.02008 7.50562C2.25803 4.58809 4.58323 2.26117 7.5 2.02054V5.04148C6.24236 5.25248 5.25003 6.24597 5.04078 7.5042ZM5.04219 8.5042L2.021 8.50562C2.264 11.4179 4.58697 13.7391 7.5 13.9795V10.9585C6.24516 10.748 5.25445 9.75845 5.04219 8.5042ZM9.9365 8.50191L8.5 8.50258V9.93699C9.20216 9.75626 9.75509 9.2038 9.9365 8.50191Z"
|
|
18474
|
-
}, null, -1);
|
|
18462
|
+
const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.3541 2.83584C10.355 3.01509 10.2878 3.188 10.166 3.31956C10.106 3.38507 10.0326 3.43699 9.95082 3.47184C9.86906 3.50669 9.78079 3.52366 9.69193 3.52161C9.61216 3.52953 9.53167 3.51772 9.45753 3.48721C9.3834 3.45671 9.31791 3.40844 9.26682 3.34667C9.14723 3.17118 9.05629 2.97779 8.99741 2.77375C8.97486 2.6876 8.93298 2.60773 8.87495 2.5402C8.84644 2.51133 8.81188 2.48915 8.77377 2.47523C8.73566 2.46132 8.69493 2.45602 8.65453 2.45972C8.60246 2.45677 8.55057 2.46798 8.50437 2.49216C8.45816 2.51634 8.41937 2.55259 8.39212 2.59705C8.32134 2.70905 8.26878 2.83157 8.23642 2.96005L7.43519 5.52556H8.54693L8.35888 6.1221H7.25501L6.10215 9.82471C5.86843 10.5972 5.59278 11.3564 5.27643 12.0989C5.03353 12.6419 4.67989 13.1281 4.23815 13.5265C3.76625 13.9316 3.1593 14.1445 2.53773 14.123C2.13413 14.1482 1.73375 14.0373 1.40062 13.8081C1.2826 13.7297 1.18479 13.6244 1.11517 13.501C1.04555 13.3776 1.00609 13.2394 1 13.0979C0.999886 12.9019 1.07613 12.7137 1.21255 12.573C1.28199 12.498 1.36693 12.4389 1.46149 12.3999C1.55604 12.3609 1.65794 12.343 1.76012 12.3474C1.85922 12.3333 1.96027 12.3453 2.05336 12.3821C2.14644 12.4189 2.22836 12.4793 2.29106 12.5573C2.3834 12.7261 2.43662 12.9136 2.44676 13.1057C2.47126 13.3961 2.60246 13.5492 2.83075 13.5492C2.94788 13.5457 3.06177 13.5099 3.15991 13.4459C3.25805 13.3818 3.33665 13.292 3.38707 13.1862C3.57823 12.8276 3.72901 12.4488 3.83666 12.057L5.68404 6.12735H4.51718L4.69738 5.5308H5.86597L5.98844 5.11094C6.13628 4.5823 6.32761 4.0668 6.56049 3.56972C6.77785 3.11399 7.09327 2.71195 7.48418 2.39237C7.91595 2.0379 8.46282 1.85426 9.02103 1.87629C9.24397 1.87627 9.46526 1.91443 9.67531 1.98912C9.86574 2.05361 10.0371 2.16454 10.1739 2.31189C10.2943 2.45959 10.3582 2.64533 10.3541 2.83584ZM14.997 6.23232C14.9982 6.50329 14.9569 6.77276 14.8745 7.03092H14.2369C14.3199 6.76728 14.3641 6.49295 14.3681 6.21657C14.3683 6.15153 14.3514 6.08758 14.3191 6.03113C14.2995 5.99754 14.2705 5.97044 14.2357 5.95318C14.2009 5.93592 14.1617 5.92926 14.1232 5.93404C14.0583 5.93161 13.9947 5.9517 13.943 5.9909C13.8118 6.10374 13.6981 6.22445 13.5747 6.34603L12.3405 7.62047L12.8968 9.34714C12.9496 9.50692 13.0124 9.66322 13.0849 9.8151C13.1505 9.93581 13.224 10.0005 13.3141 10.0005C13.4698 10.0005 13.608 9.87982 13.7313 9.65065C13.8399 9.4532 13.9278 9.24509 13.9937 9.02962H14.5903C14.489 9.44194 14.3145 9.83272 14.0751 10.1834C13.8979 10.447 13.6664 10.6697 13.3963 10.8368C13.1886 10.962 12.9521 11.0316 12.7096 11.0388C12.5573 11.0489 12.4048 11.0218 12.2653 10.96C12.1257 10.8981 12.0032 10.8033 11.9084 10.6837C11.6923 10.3769 11.5294 10.036 11.4265 9.67515L11.1728 8.8608L9.72604 10.3854C9.46718 10.726 9.09141 10.9588 8.67114 11.0388C8.27841 11.0388 8.09034 10.7886 8.09034 10.2804C8.09153 9.90813 8.16955 9.54007 8.31952 9.1993H9.03853C8.92177 9.47594 8.83951 9.7659 8.79361 10.0626C8.79361 10.2 8.83472 10.2647 8.91607 10.2647C8.99741 10.2647 9.10412 10.1842 9.28432 10.0023L10.9769 8.23539L10.6497 7.21899C10.6007 7.06591 10.5518 6.91283 10.494 6.75889C10.4628 6.67121 10.4126 6.59148 10.3471 6.52534C10.2876 6.46889 10.2087 6.43755 10.1267 6.43787C9.87298 6.43787 9.66044 6.76064 9.489 7.40004H8.8837C9.00137 7.0028 9.16611 6.62105 9.37442 6.26293C9.53138 5.99137 9.74282 5.75521 9.99544 5.5693C10.2089 5.41289 10.4664 5.32807 10.7311 5.32699C10.8883 5.32164 11.0447 5.35145 11.1889 5.41425C11.3331 5.47705 11.4615 5.57126 11.5647 5.68999C11.8004 5.98326 11.9755 6.32042 12.0799 6.68191L12.1857 7.01255L13.2074 5.93142C13.4721 5.59713 13.8556 5.37782 14.278 5.31913C14.3973 5.30105 14.5192 5.31994 14.6274 5.37327C14.7357 5.4266 14.825 5.5118 14.8833 5.6174C14.9505 5.81554 14.9888 6.02235 14.997 6.23144V6.23232Z" }, null, -1);
|
|
18475
18463
|
const _hoisted_3$u = [
|
|
18476
18464
|
_hoisted_2$u
|
|
18477
18465
|
];
|
|
@@ -18480,14 +18468,14 @@
|
|
|
18480
18468
|
viewBox: "0 0 16 16",
|
|
18481
18469
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18482
18470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18483
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18471
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-function`],
|
|
18484
18472
|
width: "1em",
|
|
18485
18473
|
height: "1em"
|
|
18486
18474
|
}, _ctx.$attrs), _hoisted_3$u, 16, _hoisted_1$u);
|
|
18487
18475
|
}
|
|
18488
18476
|
var index$u = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u]]);
|
|
18489
18477
|
const _sfc_main$t = {
|
|
18490
|
-
name: "
|
|
18478
|
+
name: "IconCopyDocument",
|
|
18491
18479
|
props: {
|
|
18492
18480
|
prefix: {
|
|
18493
18481
|
type: String,
|
|
@@ -18500,7 +18488,7 @@
|
|
|
18500
18488
|
}
|
|
18501
18489
|
};
|
|
18502
18490
|
const _hoisted_1$t = ["fill"];
|
|
18503
|
-
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18491
|
+
const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12 13C11.9897 13.5627 11.7943 14.034 11.414 14.414C11.0337 14.794 10.5623 14.9893 10 15H3C2.43733 14.9897 1.966 14.7943 1.586 14.414C1.206 14.0337 1.01067 13.5623 1 13V6C1.01033 5.43733 1.20567 4.966 1.586 4.586C1.96633 4.206 2.43767 4.01067 3 4V5C2.71867 5.01033 2.48433 5.10933 2.297 5.297C2.10967 5.48467 2.01067 5.719 2 6V13C2.01033 13.2813 2.10933 13.5157 2.297 13.703C2.48467 13.8903 2.719 13.9893 3 14H10C10.2813 13.9897 10.5157 13.8907 10.703 13.703C10.8903 13.5153 10.9893 13.281 11 13H12ZM6 2C5.71867 2.01033 5.48433 2.10933 5.297 2.297C5.10967 2.48467 5.01067 2.719 5 3V10C5.01033 10.2813 5.10933 10.5157 5.297 10.703C5.48467 10.8903 5.719 10.9893 6 11H13C13.2813 10.9897 13.5157 10.8907 13.703 10.703C13.8903 10.5153 13.9893 10.281 14 10V3C13.9897 2.71867 13.8907 2.48433 13.703 2.297C13.5153 2.10967 13.281 2.01067 13 2H6ZM6 1H13C13.5627 1.01033 14.034 1.20567 14.414 1.586C14.794 1.96633 14.9893 2.43767 15 3V10C14.9897 10.5627 14.7943 11.034 14.414 11.414C14.0337 11.794 13.5623 11.9893 13 12H6C5.43733 11.9897 4.966 11.7943 4.586 11.414C4.206 11.0337 4.01067 10.5623 4 10V3C4.01033 2.43733 4.20567 1.966 4.586 1.586C4.96633 1.206 5.43767 1.01067 6 1Z" }, null, -1);
|
|
18504
18492
|
const _hoisted_3$t = [
|
|
18505
18493
|
_hoisted_2$t
|
|
18506
18494
|
];
|
|
@@ -18509,14 +18497,14 @@
|
|
|
18509
18497
|
viewBox: "0 0 16 16",
|
|
18510
18498
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18511
18499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18512
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18500
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-copy_document`],
|
|
18513
18501
|
width: "1em",
|
|
18514
18502
|
height: "1em"
|
|
18515
18503
|
}, _ctx.$attrs), _hoisted_3$t, 16, _hoisted_1$t);
|
|
18516
18504
|
}
|
|
18517
18505
|
var index$t = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t]]);
|
|
18518
18506
|
const _sfc_main$s = {
|
|
18519
|
-
name: "
|
|
18507
|
+
name: "IconDocumentChecked",
|
|
18520
18508
|
props: {
|
|
18521
18509
|
prefix: {
|
|
18522
18510
|
type: String,
|
|
@@ -18529,7 +18517,7 @@
|
|
|
18529
18517
|
}
|
|
18530
18518
|
};
|
|
18531
18519
|
const _hoisted_1$s = ["fill"];
|
|
18532
|
-
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12
|
|
18520
|
+
const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.594 5L10 2.406V5H12.594ZM13 6H9V2H3V14H13V6ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM7.469 10.094L10.297 7.266L11.016 7.969L7.469 11.516L5 9.0315L5.703 8.3285L7.469 10.094Z" }, null, -1);
|
|
18533
18521
|
const _hoisted_3$s = [
|
|
18534
18522
|
_hoisted_2$s
|
|
18535
18523
|
];
|
|
@@ -18538,14 +18526,14 @@
|
|
|
18538
18526
|
viewBox: "0 0 16 16",
|
|
18539
18527
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18540
18528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18541
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18529
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-document_checked`],
|
|
18542
18530
|
width: "1em",
|
|
18543
18531
|
height: "1em"
|
|
18544
18532
|
}, _ctx.$attrs), _hoisted_3$s, 16, _hoisted_1$s);
|
|
18545
18533
|
}
|
|
18546
18534
|
var index$s = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s]]);
|
|
18547
18535
|
const _sfc_main$r = {
|
|
18548
|
-
name: "
|
|
18536
|
+
name: "IconDocumentCopy",
|
|
18549
18537
|
props: {
|
|
18550
18538
|
prefix: {
|
|
18551
18539
|
type: String,
|
|
@@ -18558,7 +18546,7 @@
|
|
|
18558
18546
|
}
|
|
18559
18547
|
};
|
|
18560
18548
|
const _hoisted_1$r = ["fill"];
|
|
18561
|
-
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18549
|
+
const _hoisted_2$r = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 5.50283V13.0067H10.4336V5.50283H3ZM2.5 4.50283H10.9336C11.0796 4.50283 11.1994 4.54967 11.2931 4.64333C11.3868 4.737 11.4336 4.85683 11.4336 5.00283V13.4967C11.4336 13.6427 11.3868 13.7526 11.2931 13.8562C11.1994 13.9399 11.0796 13.9867 10.9336 13.9967H2.5C2.354 13.9867 2.23417 13.9499 2.1405 13.8562C2.04683 13.7626 2 13.6427 2 13.4967V5.00283C2 4.85683 2.04683 4.737 2.1405 4.64333C2.23417 4.54967 2.354 4.50283 2.5 4.50283ZM14 2.49707V11.5112C14 11.6572 13.9532 11.7771 13.8595 11.8707C13.7658 11.9644 13.646 12.0112 13.5 12.0112H12.2873V11.0112H13V2.99707L7 2.99997V3.72457H6V2.49997C6 2.35397 6.04683 2.23413 6.1405 2.14047C6.23417 2.0468 6.354 1.99997 6.5 1.99997L13.5 1.99707C13.646 1.99707 13.7658 2.0439 13.8595 2.13757C13.9532 2.23124 14 2.35107 14 2.49707ZM4.5 10.0028H9V11.0028H4.5V10.0028ZM4.5 7.50283H9V8.50283H4.5V7.50283Z" }, null, -1);
|
|
18562
18550
|
const _hoisted_3$r = [
|
|
18563
18551
|
_hoisted_2$r
|
|
18564
18552
|
];
|
|
@@ -18567,14 +18555,14 @@
|
|
|
18567
18555
|
viewBox: "0 0 16 16",
|
|
18568
18556
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18569
18557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18570
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18558
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-document_copy`],
|
|
18571
18559
|
width: "1em",
|
|
18572
18560
|
height: "1em"
|
|
18573
18561
|
}, _ctx.$attrs), _hoisted_3$r, 16, _hoisted_1$r);
|
|
18574
18562
|
}
|
|
18575
18563
|
var index$r = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r]]);
|
|
18576
18564
|
const _sfc_main$q = {
|
|
18577
|
-
name: "
|
|
18565
|
+
name: "IconPostcard",
|
|
18578
18566
|
props: {
|
|
18579
18567
|
prefix: {
|
|
18580
18568
|
type: String,
|
|
@@ -18587,23 +18575,29 @@
|
|
|
18587
18575
|
}
|
|
18588
18576
|
};
|
|
18589
18577
|
const _hoisted_1$q = ["fill"];
|
|
18590
|
-
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18591
|
-
const _hoisted_3$q =
|
|
18592
|
-
|
|
18578
|
+
const _hoisted_2$q = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.703 5.297C11.5157 5.10933 11.2813 5.01033 11 5 10.7187 5.01033 10.4843 5.10933 10.297 5.297 10.1097 5.48467 10.0158 5.719 10.0155 6 10.0152 6.281 10.109 6.51533 10.297 6.703 10.485 6.89067 10.7193 6.9845 11 6.9845 11.2807 6.9845 11.515 6.89067 11.703 6.703 11.891 6.51533 11.9848 6.281 11.9845 6 11.9842 5.719 11.8903 5.48467 11.703 5.297zM8.5 7H4.5C4.16667 7 4 7.16667 4 7.5 4 7.83333 4.16667 8 4.5 8H8.5C8.83333 8 9 7.83333 9 7.5 9 7.16667 8.83333 7 8.5 7zM8.5 9H4.5C4.16667 9 4 9.16667 4 9.5 4 9.83333 4.16667 10 4.5 10H8.5C8.83333 10 9 9.83333 9 9.5 9 9.16667 8.83333 9 8.5 9z" }, null, -1);
|
|
18579
|
+
const _hoisted_3$q = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18580
|
+
"fill-rule": "evenodd",
|
|
18581
|
+
"clip-rule": "evenodd",
|
|
18582
|
+
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM2 13V3H14V13H2Z"
|
|
18583
|
+
}, null, -1);
|
|
18584
|
+
const _hoisted_4$7 = [
|
|
18585
|
+
_hoisted_2$q,
|
|
18586
|
+
_hoisted_3$q
|
|
18593
18587
|
];
|
|
18594
18588
|
function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18595
18589
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
18596
18590
|
viewBox: "0 0 16 16",
|
|
18597
18591
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18598
18592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18599
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18593
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-postcard`],
|
|
18600
18594
|
width: "1em",
|
|
18601
18595
|
height: "1em"
|
|
18602
|
-
}, _ctx.$attrs),
|
|
18596
|
+
}, _ctx.$attrs), _hoisted_4$7, 16, _hoisted_1$q);
|
|
18603
18597
|
}
|
|
18604
18598
|
var index$q = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q]]);
|
|
18605
18599
|
const _sfc_main$p = {
|
|
18606
|
-
name: "
|
|
18600
|
+
name: "IconFolderChecked",
|
|
18607
18601
|
props: {
|
|
18608
18602
|
prefix: {
|
|
18609
18603
|
type: String,
|
|
@@ -18616,29 +18610,23 @@
|
|
|
18616
18610
|
}
|
|
18617
18611
|
};
|
|
18618
18612
|
const _hoisted_1$p = ["fill"];
|
|
18619
|
-
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18620
|
-
const _hoisted_3$p =
|
|
18621
|
-
|
|
18622
|
-
"clip-rule": "evenodd",
|
|
18623
|
-
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM2 13V3H14V13H2Z"
|
|
18624
|
-
}, null, -1);
|
|
18625
|
-
const _hoisted_4$6 = [
|
|
18626
|
-
_hoisted_2$p,
|
|
18627
|
-
_hoisted_3$p
|
|
18613
|
+
const _hoisted_2$p = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 3V13H14V5H7.5935L5.5935 3H1.9995H2ZM1.5 2H6L8 4H14.5C14.646 4 14.7658 4.04683 14.8595 4.1405C14.9532 4.23417 15 4.354 15 4.5V13.5C15 13.646 14.9532 13.7658 14.8595 13.8595C14.7658 13.9532 14.646 14 14.5 14H1.5C1.354 14 1.23417 13.9532 1.1405 13.8595C1.04683 13.7658 1 13.646 1 13.5V2.5C1 2.354 1.04683 2.23417 1.1405 2.1405C1.23417 2.04683 1.354 2 1.5 2ZM7.969 9.844L10.797 7.016L11.5 7.719L7.9685 11.266L5.4995 8.7815L6.2025 8.0785L7.969 9.844Z" }, null, -1);
|
|
18614
|
+
const _hoisted_3$p = [
|
|
18615
|
+
_hoisted_2$p
|
|
18628
18616
|
];
|
|
18629
18617
|
function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18630
18618
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
18631
18619
|
viewBox: "0 0 16 16",
|
|
18632
18620
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18633
18621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18634
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18622
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-folder_checked`],
|
|
18635
18623
|
width: "1em",
|
|
18636
18624
|
height: "1em"
|
|
18637
|
-
}, _ctx.$attrs),
|
|
18625
|
+
}, _ctx.$attrs), _hoisted_3$p, 16, _hoisted_1$p);
|
|
18638
18626
|
}
|
|
18639
18627
|
var index$p = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p]]);
|
|
18640
18628
|
const _sfc_main$o = {
|
|
18641
|
-
name: "
|
|
18629
|
+
name: "IconFolder",
|
|
18642
18630
|
props: {
|
|
18643
18631
|
prefix: {
|
|
18644
18632
|
type: String,
|
|
@@ -18651,7 +18639,7 @@
|
|
|
18651
18639
|
}
|
|
18652
18640
|
};
|
|
18653
18641
|
const _hoisted_1$o = ["fill"];
|
|
18654
|
-
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 3V13H14V5H7.5935L5.5935 3H1.9995H2ZM1.5 2H6L8 4H14.5C14.646 4 14.7658 4.04683 14.8595 4.1405C14.9532 4.23417 15 4.354 15 4.5V13.5C15 13.646 14.9532 13.7658 14.8595 13.8595C14.7658 13.9532 14.646 14 14.5 14H1.5C1.354 14 1.23417 13.9532 1.1405 13.8595C1.04683 13.7658 1 13.646 1 13.5V2.5C1 2.354 1.04683 2.23417 1.1405 2.1405C1.23417 2.04683 1.354 2 1.5
|
|
18642
|
+
const _hoisted_2$o = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 3V13H14V5H7.5935L5.5935 3H1.9995H2ZM1.5 2H6L8 4H14.5C14.646 4 14.7658 4.04683 14.8595 4.1405C14.9532 4.23417 15 4.354 15 4.5V13.5C15 13.646 14.9532 13.7658 14.8595 13.8595C14.7658 13.9532 14.646 14 14.5 14H1.5C1.354 14 1.23417 13.9532 1.1405 13.8595C1.04683 13.7658 1 13.646 1 13.5V2.5C1 2.354 1.04683 2.23417 1.1405 2.1405C1.23417 2.04683 1.354 2 1.5 2Z" }, null, -1);
|
|
18655
18643
|
const _hoisted_3$o = [
|
|
18656
18644
|
_hoisted_2$o
|
|
18657
18645
|
];
|
|
@@ -18660,14 +18648,14 @@
|
|
|
18660
18648
|
viewBox: "0 0 16 16",
|
|
18661
18649
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18662
18650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18663
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18651
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-folder`],
|
|
18664
18652
|
width: "1em",
|
|
18665
18653
|
height: "1em"
|
|
18666
18654
|
}, _ctx.$attrs), _hoisted_3$o, 16, _hoisted_1$o);
|
|
18667
18655
|
}
|
|
18668
18656
|
var index$o = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o]]);
|
|
18669
18657
|
const _sfc_main$n = {
|
|
18670
|
-
name: "
|
|
18658
|
+
name: "IconDataAnalysis",
|
|
18671
18659
|
props: {
|
|
18672
18660
|
prefix: {
|
|
18673
18661
|
type: String,
|
|
@@ -18680,7 +18668,7 @@
|
|
|
18680
18668
|
}
|
|
18681
18669
|
};
|
|
18682
18670
|
const _hoisted_1$n = ["fill"];
|
|
18683
|
-
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18671
|
+
const _hoisted_2$n = /* @__PURE__ */ vue.createElementVNode("path", { d: "M10.3905 12L12.125 15H10.9685L9.23402 12H6.76502L5.03052 15H3.87402L5.60852 12H2.49902C2.35302 12 2.23319 11.9532 2.13952 11.8595C2.04586 11.7658 1.99902 11.646 1.99902 11.5V3H0.999023C0.853023 3 0.73319 2.95317 0.639523 2.8595C0.545857 2.76583 0.499023 2.646 0.499023 2.5C0.499023 2.354 0.545857 2.23417 0.639523 2.1405C0.73319 2.04683 0.853023 2 0.999023 2H14.999C15.145 2 15.2649 2.04683 15.3585 2.1405C15.4522 2.23417 15.499 2.354 15.499 2.5C15.499 2.646 15.4522 2.76583 15.3585 2.8595C15.2649 2.95317 15.145 3 14.999 3H13.999V11.5C13.999 11.646 13.9522 11.7658 13.8585 11.8595C13.7649 11.9532 13.645 12 13.499 12H10.3895H10.3905ZM13 3H3.00002V11H13V3ZM5.50002 7C5.64602 7 5.76586 7.04683 5.85952 7.1405C5.95319 7.23417 6.00002 7.354 6.00002 7.5V8.5C6.00002 8.646 5.95319 8.76583 5.85952 8.8595C5.76586 8.95317 5.64602 9 5.50002 9C5.35402 9 5.23419 8.95317 5.14052 8.8595C5.04686 8.76583 5.00002 8.646 5.00002 8.5V7.5C5.00002 7.354 5.04686 7.23417 5.14052 7.1405C5.23419 7.04683 5.35402 7 5.50002 7ZM8.00002 6C8.14602 6 8.26586 6.04683 8.35952 6.1405C8.45319 6.23417 8.50002 6.354 8.50002 6.5V8.5C8.50002 8.646 8.45319 8.76583 8.35952 8.8595C8.26586 8.95317 8.14602 9 8.00002 9C7.85402 9 7.73419 8.95317 7.64052 8.8595C7.54686 8.76583 7.50002 8.646 7.50002 8.5V6.5C7.50002 6.354 7.54686 6.23417 7.64052 6.1405C7.73419 6.04683 7.85402 6 8.00002 6ZM10.5 5C10.646 5 10.7659 5.04683 10.8595 5.1405C10.9532 5.23417 11 5.354 11 5.5V8.5C11 8.646 10.9532 8.76583 10.8595 8.8595C10.7659 8.95317 10.646 9 10.5 9C10.354 9 10.2342 8.95317 10.1405 8.8595C10.0469 8.76583 10 8.646 10 8.5V5.5C10 5.354 10.0469 5.23417 10.1405 5.1405C10.2342 5.04683 10.354 5 10.5 5Z" }, null, -1);
|
|
18684
18672
|
const _hoisted_3$n = [
|
|
18685
18673
|
_hoisted_2$n
|
|
18686
18674
|
];
|
|
@@ -18689,14 +18677,14 @@
|
|
|
18689
18677
|
viewBox: "0 0 16 16",
|
|
18690
18678
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18691
18679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18692
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18680
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-data_analysis`],
|
|
18693
18681
|
width: "1em",
|
|
18694
18682
|
height: "1em"
|
|
18695
18683
|
}, _ctx.$attrs), _hoisted_3$n, 16, _hoisted_1$n);
|
|
18696
18684
|
}
|
|
18697
18685
|
var index$n = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n]]);
|
|
18698
18686
|
const _sfc_main$m = {
|
|
18699
|
-
name: "
|
|
18687
|
+
name: "IconDocumentDelete",
|
|
18700
18688
|
props: {
|
|
18701
18689
|
prefix: {
|
|
18702
18690
|
type: String,
|
|
@@ -18709,7 +18697,7 @@
|
|
|
18709
18697
|
}
|
|
18710
18698
|
};
|
|
18711
18699
|
const _hoisted_1$m = ["fill"];
|
|
18712
|
-
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18700
|
+
const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("path", { d: "M12.594 5L10 2.406V5H12.594ZM13 6H9V2H3V14H13V6ZM2.5 1H10L14 5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM7.328 9.5315L5.906 8.125L6.625 7.406L8.0315 8.828L9.4535 7.406L10.1565 8.125L8.75 9.5315L10.1565 10.9535L9.4535 11.6565L8.0315 10.25L6.625 11.6565L5.906 10.9535L7.328 9.5315Z" }, null, -1);
|
|
18713
18701
|
const _hoisted_3$m = [
|
|
18714
18702
|
_hoisted_2$m
|
|
18715
18703
|
];
|
|
@@ -18718,14 +18706,14 @@
|
|
|
18718
18706
|
viewBox: "0 0 16 16",
|
|
18719
18707
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18720
18708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18721
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18709
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-document_delete`],
|
|
18722
18710
|
width: "1em",
|
|
18723
18711
|
height: "1em"
|
|
18724
18712
|
}, _ctx.$attrs), _hoisted_3$m, 16, _hoisted_1$m);
|
|
18725
18713
|
}
|
|
18726
18714
|
var index$m = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m]]);
|
|
18727
18715
|
const _sfc_main$l = {
|
|
18728
|
-
name: "
|
|
18716
|
+
name: "IconSheetView",
|
|
18729
18717
|
props: {
|
|
18730
18718
|
prefix: {
|
|
18731
18719
|
type: String,
|
|
@@ -18738,7 +18726,11 @@
|
|
|
18738
18726
|
}
|
|
18739
18727
|
};
|
|
18740
18728
|
const _hoisted_1$l = ["fill"];
|
|
18741
|
-
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18729
|
+
const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18730
|
+
"fill-rule": "evenodd",
|
|
18731
|
+
"clip-rule": "evenodd",
|
|
18732
|
+
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM11 13H14V10H11V13ZM11 9H14V6H11V9ZM10 6V9H6V6H10ZM14 5V3H2V5H14ZM10 10V13H6V10H10ZM5 13V10H2V13H5ZM5 9V6H2V9H5Z"
|
|
18733
|
+
}, null, -1);
|
|
18742
18734
|
const _hoisted_3$l = [
|
|
18743
18735
|
_hoisted_2$l
|
|
18744
18736
|
];
|
|
@@ -18747,14 +18739,14 @@
|
|
|
18747
18739
|
viewBox: "0 0 16 16",
|
|
18748
18740
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18749
18741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18750
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18742
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-sheet_view`],
|
|
18751
18743
|
width: "1em",
|
|
18752
18744
|
height: "1em"
|
|
18753
18745
|
}, _ctx.$attrs), _hoisted_3$l, 16, _hoisted_1$l);
|
|
18754
18746
|
}
|
|
18755
18747
|
var index$l = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l]]);
|
|
18756
18748
|
const _sfc_main$k = {
|
|
18757
|
-
name: "
|
|
18749
|
+
name: "IconNotebook",
|
|
18758
18750
|
props: {
|
|
18759
18751
|
prefix: {
|
|
18760
18752
|
type: String,
|
|
@@ -18767,11 +18759,7 @@
|
|
|
18767
18759
|
}
|
|
18768
18760
|
};
|
|
18769
18761
|
const _hoisted_1$k = ["fill"];
|
|
18770
|
-
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18771
|
-
"fill-rule": "evenodd",
|
|
18772
|
-
"clip-rule": "evenodd",
|
|
18773
|
-
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM11 13H14V10H11V13ZM11 9H14V6H11V9ZM10 6V9H6V6H10ZM14 5V3H2V5H14ZM10 10V13H6V10H10ZM5 13V10H2V13H5ZM5 9V6H2V9H5Z"
|
|
18774
|
-
}, null, -1);
|
|
18762
|
+
const _hoisted_2$k = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM10.5 2H11.5V14H10.5V2ZM1.5 3H3.5C3.83333 3 4 3.16667 4 3.5C4 3.83333 3.83333 4 3.5 4H1.5C1.16667 4 1 3.83333 1 3.5C1 3.16667 1.16667 3 1.5 3ZM1.5 6H3.5C3.83333 6 4 6.16667 4 6.5C4 6.83333 3.83333 7 3.5 7H1.5C1.16667 7 1 6.83333 1 6.5C1 6.16667 1.16667 6 1.5 6ZM1.5 9H3.5C3.83333 9 4 9.16667 4 9.5C4 9.83333 3.83333 10 3.5 10H1.5C1.16667 10 1 9.83333 1 9.5C1 9.16667 1.16667 9 1.5 9ZM1.5 12H3.5C3.83333 12 4 12.1667 4 12.5C4 12.8333 3.83333 13 3.5 13H1.5C1.16667 13 1 12.8333 1 12.5C1 12.1667 1.16667 12 1.5 12Z" }, null, -1);
|
|
18775
18763
|
const _hoisted_3$k = [
|
|
18776
18764
|
_hoisted_2$k
|
|
18777
18765
|
];
|
|
@@ -18780,14 +18768,14 @@
|
|
|
18780
18768
|
viewBox: "0 0 16 16",
|
|
18781
18769
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18782
18770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18783
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18771
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-notebook`],
|
|
18784
18772
|
width: "1em",
|
|
18785
18773
|
height: "1em"
|
|
18786
18774
|
}, _ctx.$attrs), _hoisted_3$k, 16, _hoisted_1$k);
|
|
18787
18775
|
}
|
|
18788
18776
|
var index$k = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k]]);
|
|
18789
18777
|
const _sfc_main$j = {
|
|
18790
|
-
name: "
|
|
18778
|
+
name: "IconPaperclip",
|
|
18791
18779
|
props: {
|
|
18792
18780
|
prefix: {
|
|
18793
18781
|
type: String,
|
|
@@ -18800,7 +18788,7 @@
|
|
|
18800
18788
|
}
|
|
18801
18789
|
};
|
|
18802
18790
|
const _hoisted_1$j = ["fill"];
|
|
18803
|
-
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18791
|
+
const _hoisted_2$j = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9.40649 3.75C10.0315 3.16666 10.7425 2.875 11.5395 2.875C12.3365 2.875 13.0422 3.16666 13.6565 3.75C14.2398 4.375 14.5315 5.086 14.5315 5.883C14.5315 6.68 14.2398 7.38566 13.6565 8L8.70349 12.953C7.88049 13.7343 6.93782 14.125 5.87549 14.125C4.81315 14.125 3.87049 13.7343 3.04749 12.953C2.26615 12.13 1.87549 11.1873 1.87549 10.125C1.87549 9.06266 2.26615 8.12 3.04749 7.297L9.40699 0.921997L10.126 1.641L3.75099 8.0005C3.16765 8.61516 2.87599 9.32083 2.87599 10.1175C2.87599 10.9142 3.16765 11.6252 3.75099 12.2505C4.37599 12.8338 5.08699 13.1255 5.88399 13.1255C6.68099 13.1255 7.38666 12.8338 8.00099 12.2505L12.954 7.2975C13.3393 6.88083 13.532 6.40683 13.532 5.8755C13.532 5.34416 13.3393 4.87533 12.954 4.469C12.5373 4.073 12.0633 3.875 11.532 3.875C11.0007 3.875 10.5318 4.073 10.1255 4.469L5.53149 9.063C5.39615 9.19833 5.35182 9.35983 5.39849 9.5475C5.44515 9.73516 5.56232 9.85233 5.74999 9.899C5.93765 9.94566 6.09915 9.90133 6.23449 9.766L10.8285 5.172L11.5315 5.875L6.93749 10.469C6.74982 10.667 6.52582 10.8025 6.26549 10.8755C6.00516 10.9485 5.74216 10.9512 5.47649 10.8835C5.21082 10.8158 4.98432 10.6882 4.79699 10.5005C4.60965 10.3128 4.48199 10.0837 4.41399 9.813C4.34599 9.54233 4.34865 9.27933 4.42199 9.024C4.49532 8.76866 4.62549 8.54733 4.81249 8.36L9.40649 3.75Z" }, null, -1);
|
|
18804
18792
|
const _hoisted_3$j = [
|
|
18805
18793
|
_hoisted_2$j
|
|
18806
18794
|
];
|
|
@@ -18809,14 +18797,14 @@
|
|
|
18809
18797
|
viewBox: "0 0 16 16",
|
|
18810
18798
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18811
18799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18812
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18800
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-paperclip`],
|
|
18813
18801
|
width: "1em",
|
|
18814
18802
|
height: "1em"
|
|
18815
18803
|
}, _ctx.$attrs), _hoisted_3$j, 16, _hoisted_1$j);
|
|
18816
18804
|
}
|
|
18817
18805
|
var index$j = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j]]);
|
|
18818
18806
|
const _sfc_main$i = {
|
|
18819
|
-
name: "
|
|
18807
|
+
name: "IconCollection",
|
|
18820
18808
|
props: {
|
|
18821
18809
|
prefix: {
|
|
18822
18810
|
type: String,
|
|
@@ -18829,7 +18817,7 @@
|
|
|
18829
18817
|
}
|
|
18830
18818
|
};
|
|
18831
18819
|
const _hoisted_1$i = ["fill"];
|
|
18832
|
-
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18820
|
+
const _hoisted_2$i = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 11.5H13V2H4C3.71867 2.01033 3.48433 2.10933 3.297 2.297C3.10967 2.48467 3.01067 2.719 3 3V11.5ZM4 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V12C14 12.146 13.9532 12.2658 13.8595 12.3595C13.7658 12.4532 13.646 12.5 13.5 12.5H2.5L2 13.4065V3C2.01033 2.43733 2.20567 1.966 2.586 1.586C2.96633 1.206 3.43767 1.01067 4 1ZM3.75 12.5C3.54167 12.5103 3.36717 12.5858 3.2265 12.7265C3.08583 12.8672 3.0155 13.0417 3.0155 13.25C3.0155 13.4583 3.08583 13.6328 3.2265 13.7735C3.36717 13.9142 3.54167 13.9897 3.75 14H13V12.5H3.75ZM3.75 11.5H14V14C13.9897 14.2813 13.8907 14.5157 13.703 14.703C13.5153 14.8903 13.281 14.9893 13 15H3.75C3.25 14.9897 2.836 14.8203 2.508 14.492C2.18 14.1637 2.01067 13.7497 2 13.25C2.01033 12.75 2.17967 12.336 2.508 12.008C2.83633 11.68 3.25033 11.5107 3.75 11.5ZM6 2V5.922L7.5 4.719L9 5.922V2H6ZM5 1H10V6.953C9.98967 7.16133 9.89333 7.30983 9.711 7.3985C9.52867 7.48717 9.35417 7.469 9.1875 7.344L7.5 6L5.8125 7.344C5.64583 7.469 5.47133 7.48717 5.289 7.3985C5.10667 7.30983 5.01033 7.16133 5 6.953V1Z" }, null, -1);
|
|
18833
18821
|
const _hoisted_3$i = [
|
|
18834
18822
|
_hoisted_2$i
|
|
18835
18823
|
];
|
|
@@ -18838,14 +18826,14 @@
|
|
|
18838
18826
|
viewBox: "0 0 16 16",
|
|
18839
18827
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18840
18828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18841
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18829
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-collection`],
|
|
18842
18830
|
width: "1em",
|
|
18843
18831
|
height: "1em"
|
|
18844
18832
|
}, _ctx.$attrs), _hoisted_3$i, 16, _hoisted_1$i);
|
|
18845
18833
|
}
|
|
18846
18834
|
var index$i = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i]]);
|
|
18847
18835
|
const _sfc_main$h = {
|
|
18848
|
-
name: "
|
|
18836
|
+
name: "IconMemo",
|
|
18849
18837
|
props: {
|
|
18850
18838
|
prefix: {
|
|
18851
18839
|
type: String,
|
|
@@ -18858,7 +18846,7 @@
|
|
|
18858
18846
|
}
|
|
18859
18847
|
};
|
|
18860
18848
|
const _hoisted_1$h = ["fill"];
|
|
18861
|
-
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18849
|
+
const _hoisted_2$h = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.5 2V14H4.5V2H3V14H13V2H5.5ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM7.5 4H10.5C10.8333 4 11 4.16667 11 4.5C11 4.83333 10.8333 5 10.5 5H7.5C7.16667 5 7 4.83333 7 4.5C7 4.16667 7.16667 4 7.5 4ZM7.5 7H10.5C10.8333 7 11 7.16667 11 7.5C11 7.83333 10.8333 8 10.5 8H7.5C7.16667 8 7 7.83333 7 7.5C7 7.16667 7.16667 7 7.5 7ZM7.5 10H10.5C10.8333 10 11 10.1667 11 10.5C11 10.8333 10.8333 11 10.5 11H7.5C7.16667 11 7 10.8333 7 10.5C7 10.1667 7.16667 10 7.5 10Z" }, null, -1);
|
|
18862
18850
|
const _hoisted_3$h = [
|
|
18863
18851
|
_hoisted_2$h
|
|
18864
18852
|
];
|
|
@@ -18867,14 +18855,14 @@
|
|
|
18867
18855
|
viewBox: "0 0 16 16",
|
|
18868
18856
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18869
18857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18870
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18858
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-memo`],
|
|
18871
18859
|
width: "1em",
|
|
18872
18860
|
height: "1em"
|
|
18873
18861
|
}, _ctx.$attrs), _hoisted_3$h, 16, _hoisted_1$h);
|
|
18874
18862
|
}
|
|
18875
18863
|
var index$h = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h]]);
|
|
18876
18864
|
const _sfc_main$g = {
|
|
18877
|
-
name: "
|
|
18865
|
+
name: "IconBox",
|
|
18878
18866
|
props: {
|
|
18879
18867
|
prefix: {
|
|
18880
18868
|
type: String,
|
|
@@ -18887,7 +18875,7 @@
|
|
|
18887
18875
|
}
|
|
18888
18876
|
};
|
|
18889
18877
|
const _hoisted_1$g = ["fill"];
|
|
18890
|
-
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18878
|
+
const _hoisted_2$g = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.953 2L2 5.375V14H14V5.375L11.047 2H4.953ZM4.7345 1H11.266C11.4223 1 11.5525 1.05733 11.6565 1.172L14.8755 4.8595C14.9588 4.95317 15.0005 5.0625 15.0005 5.1875V14.5C15.0005 14.646 14.9537 14.7658 14.86 14.8595C14.7663 14.9532 14.6465 15 14.5005 15H1.5005C1.3545 15 1.23467 14.9532 1.141 14.8595C1.04733 14.7658 1.0005 14.646 1.0005 14.5V5.1875C1.0005 5.0625 1.04217 4.95317 1.1255 4.8595L4.3445 1.172C4.44883 1.05733 4.579 1 4.735 1H4.7345ZM1 5H15V6H1V5ZM7 5.125V10H9V5.125L8.2185 2H7.781L7 5.125ZM7 1H9L10 5V10.5C10 10.646 9.95317 10.7658 9.8595 10.8595C9.76583 10.9532 9.646 11 9.5 11H6.5C6.354 11 6.23417 10.9532 6.1405 10.8595C6.04683 10.7658 6 10.646 6 10.5V5L7 1Z" }, null, -1);
|
|
18891
18879
|
const _hoisted_3$g = [
|
|
18892
18880
|
_hoisted_2$g
|
|
18893
18881
|
];
|
|
@@ -18896,14 +18884,14 @@
|
|
|
18896
18884
|
viewBox: "0 0 16 16",
|
|
18897
18885
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18898
18886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18899
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18887
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-box`],
|
|
18900
18888
|
width: "1em",
|
|
18901
18889
|
height: "1em"
|
|
18902
18890
|
}, _ctx.$attrs), _hoisted_3$g, 16, _hoisted_1$g);
|
|
18903
18891
|
}
|
|
18904
18892
|
var index$g = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g]]);
|
|
18905
18893
|
const _sfc_main$f = {
|
|
18906
|
-
name: "
|
|
18894
|
+
name: "IconHistogram",
|
|
18907
18895
|
props: {
|
|
18908
18896
|
prefix: {
|
|
18909
18897
|
type: String,
|
|
@@ -18916,7 +18904,7 @@
|
|
|
18916
18904
|
}
|
|
18917
18905
|
};
|
|
18918
18906
|
const _hoisted_1$f = ["fill"];
|
|
18919
|
-
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18907
|
+
const _hoisted_2$f = /* @__PURE__ */ vue.createElementVNode("path", { d: "M6.5 14V2H9.5V14H6.5ZM2 14V7H5V14H2ZM11 14V5H14V14H11Z" }, null, -1);
|
|
18920
18908
|
const _hoisted_3$f = [
|
|
18921
18909
|
_hoisted_2$f
|
|
18922
18910
|
];
|
|
@@ -18925,14 +18913,14 @@
|
|
|
18925
18913
|
viewBox: "0 0 16 16",
|
|
18926
18914
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18927
18915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18928
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18916
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-histogram`],
|
|
18929
18917
|
width: "1em",
|
|
18930
18918
|
height: "1em"
|
|
18931
18919
|
}, _ctx.$attrs), _hoisted_3$f, 16, _hoisted_1$f);
|
|
18932
18920
|
}
|
|
18933
18921
|
var index$f = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f]]);
|
|
18934
18922
|
const _sfc_main$e = {
|
|
18935
|
-
name: "
|
|
18923
|
+
name: "IconSave",
|
|
18936
18924
|
props: {
|
|
18937
18925
|
prefix: {
|
|
18938
18926
|
type: String,
|
|
@@ -18945,23 +18933,29 @@
|
|
|
18945
18933
|
}
|
|
18946
18934
|
};
|
|
18947
18935
|
const _hoisted_1$e = ["fill"];
|
|
18948
|
-
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18949
|
-
const _hoisted_3$e =
|
|
18950
|
-
|
|
18936
|
+
const _hoisted_2$e = /* @__PURE__ */ vue.createElementVNode("path", { d: "M9 4H10V6H9V4Z" }, null, -1);
|
|
18937
|
+
const _hoisted_3$e = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18938
|
+
"fill-rule": "evenodd",
|
|
18939
|
+
"clip-rule": "evenodd",
|
|
18940
|
+
d: "M2.9 2H13.1C13.5971 2 14 2.40294 14 2.9V13.1C14 13.5971 13.5971 14 13.1 14H2.9C2.40294 14 2 13.5971 2 13.1V2.9C2 2.40294 2.40294 2 2.9 2ZM7 13H9V11H7V13ZM10 13V11C10 10.4477 9.55228 10 9 10H7C6.44772 10 6 10.4477 6 11V13H3V3H4V7C4 7.55228 4.44772 8 5 8H11C11.5523 8 12 7.55228 12 7V3H13V13H10ZM11 3H5V7H11V3Z"
|
|
18941
|
+
}, null, -1);
|
|
18942
|
+
const _hoisted_4$6 = [
|
|
18943
|
+
_hoisted_2$e,
|
|
18944
|
+
_hoisted_3$e
|
|
18951
18945
|
];
|
|
18952
18946
|
function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18953
18947
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
18954
18948
|
viewBox: "0 0 16 16",
|
|
18955
18949
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18956
18950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18957
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18951
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-save`],
|
|
18958
18952
|
width: "1em",
|
|
18959
18953
|
height: "1em"
|
|
18960
|
-
}, _ctx.$attrs),
|
|
18954
|
+
}, _ctx.$attrs), _hoisted_4$6, 16, _hoisted_1$e);
|
|
18961
18955
|
}
|
|
18962
18956
|
var index$e = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e]]);
|
|
18963
18957
|
const _sfc_main$d = {
|
|
18964
|
-
name: "
|
|
18958
|
+
name: "IconArithmetic",
|
|
18965
18959
|
props: {
|
|
18966
18960
|
prefix: {
|
|
18967
18961
|
type: String,
|
|
@@ -18974,29 +18968,23 @@
|
|
|
18974
18968
|
}
|
|
18975
18969
|
};
|
|
18976
18970
|
const _hoisted_1$d = ["fill"];
|
|
18977
|
-
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
18978
|
-
const _hoisted_3$d =
|
|
18979
|
-
|
|
18980
|
-
"clip-rule": "evenodd",
|
|
18981
|
-
d: "M2.9 2H13.1C13.5971 2 14 2.40294 14 2.9V13.1C14 13.5971 13.5971 14 13.1 14H2.9C2.40294 14 2 13.5971 2 13.1V2.9C2 2.40294 2.40294 2 2.9 2ZM7 13H9V11H7V13ZM10 13V11C10 10.4477 9.55228 10 9 10H7C6.44772 10 6 10.4477 6 11V13H3V3H4V7C4 7.55228 4.44772 8 5 8H11C11.5523 8 12 7.55228 12 7V3H13V13H10ZM11 3H5V7H11V3Z"
|
|
18982
|
-
}, null, -1);
|
|
18983
|
-
const _hoisted_4$5 = [
|
|
18984
|
-
_hoisted_2$d,
|
|
18985
|
-
_hoisted_3$d
|
|
18971
|
+
const _hoisted_2$d = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.66671 1.5C5.66671 1.22386 5.44285 1 5.16671 1 4.89057 1 4.66671 1.22386 4.66671 1.5V3.66663H2.49996C2.22382 3.66663 1.99996 3.89048 1.99996 4.16663 1.99996 4.44277 2.22382 4.66663 2.49996 4.66663H4.66671V6.83333C4.66671 7.10948 4.89057 7.33333 5.16671 7.33333 5.44285 7.33333 5.66671 7.10948 5.66671 6.83333V4.66663H7.8333C8.10944 4.66663 8.3333 4.44277 8.3333 4.16663 8.3333 3.89048 8.10944 3.66663 7.8333 3.66663H5.66671V1.5zM9.49996 10C9.22382 10 8.99996 10.2239 8.99996 10.5 8.99996 10.7761 9.22382 11 9.49996 11H14.5C14.7761 11 15 10.7761 15 10.5 15 10.2239 14.7761 10 14.5 10H9.49996zM9.49996 13C9.22382 13 8.99996 13.2239 8.99996 13.5 8.99996 13.7761 9.22382 14 9.49996 14H14.5C14.7761 14 15 13.7761 15 13.5 15 13.2239 14.7761 13 14.5 13H9.49996zM13.8534 2.85355C14.0487 2.65829 14.0487 2.34171 13.8534 2.14645 13.6582 1.95118 13.3416 1.95118 13.1463 2.14645L1.99996 13.2929C1.8047 13.4882 1.8047 13.8047 1.99996 14 2.19522 14.1953 2.51181 14.1953 2.70707 14L13.8534 2.85355z" }, null, -1);
|
|
18972
|
+
const _hoisted_3$d = [
|
|
18973
|
+
_hoisted_2$d
|
|
18986
18974
|
];
|
|
18987
18975
|
function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18988
18976
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
18989
18977
|
viewBox: "0 0 16 16",
|
|
18990
18978
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
18991
18979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18992
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
18980
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-arithmetic`],
|
|
18993
18981
|
width: "1em",
|
|
18994
18982
|
height: "1em"
|
|
18995
|
-
}, _ctx.$attrs),
|
|
18983
|
+
}, _ctx.$attrs), _hoisted_3$d, 16, _hoisted_1$d);
|
|
18996
18984
|
}
|
|
18997
18985
|
var index$d = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$d]]);
|
|
18998
18986
|
const _sfc_main$c = {
|
|
18999
|
-
name: "
|
|
18987
|
+
name: "IconChartBar",
|
|
19000
18988
|
props: {
|
|
19001
18989
|
prefix: {
|
|
19002
18990
|
type: String,
|
|
@@ -19009,23 +18997,29 @@
|
|
|
19009
18997
|
}
|
|
19010
18998
|
};
|
|
19011
18999
|
const _hoisted_1$c = ["fill"];
|
|
19012
|
-
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19013
|
-
|
|
19014
|
-
|
|
19000
|
+
const _hoisted_2$c = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19001
|
+
"fill-rule": "evenodd",
|
|
19002
|
+
"clip-rule": "evenodd",
|
|
19003
|
+
d: "M2.5 2C2.77614 2 3 2.22386 3 2.5V13H13.5C13.7761 13 14 13.2239 14 13.5C14 13.7761 13.7761 14 13.5 14H2V2.5C2 2.22386 2.22386 2 2.5 2Z"
|
|
19004
|
+
}, null, -1);
|
|
19005
|
+
const _hoisted_3$c = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.5 9.5C4.5 9.22386 4.72386 9 5 9 5.27614 9 5.5 9.22386 5.5 9.5V11C5.5 11.2761 5.27614 11.5 5 11.5 4.72386 11.5 4.5 11.2761 4.5 11V9.5zM6.5 5.5C6.5 5.22386 6.72386 5 7 5 7.27614 5 7.5 5.22386 7.5 5.5V11C7.5 11.2761 7.27614 11.5 7 11.5 6.72386 11.5 6.5 11.2761 6.5 11V5.5zM8.5 7.5C8.5 7.22386 8.72386 7 9 7 9.27614 7 9.5 7.22386 9.5 7.5V11C9.5 11.2761 9.27614 11.5 9 11.5 8.72386 11.5 8.5 11.2761 8.5 11V7.5zM10.5 5C10.5 4.72386 10.7239 4.5 11 4.5 11.2761 4.5 11.5 4.72386 11.5 5V11C11.5 11.2761 11.2761 11.5 11 11.5 10.7239 11.5 10.5 11.2761 10.5 11V5z" }, null, -1);
|
|
19006
|
+
const _hoisted_4$5 = [
|
|
19007
|
+
_hoisted_2$c,
|
|
19008
|
+
_hoisted_3$c
|
|
19015
19009
|
];
|
|
19016
19010
|
function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19017
19011
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19018
19012
|
viewBox: "0 0 16 16",
|
|
19019
19013
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19020
19014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19021
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19015
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chart_bar`],
|
|
19022
19016
|
width: "1em",
|
|
19023
19017
|
height: "1em"
|
|
19024
|
-
}, _ctx.$attrs),
|
|
19018
|
+
}, _ctx.$attrs), _hoisted_4$5, 16, _hoisted_1$c);
|
|
19025
19019
|
}
|
|
19026
19020
|
var index$c = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
|
|
19027
19021
|
const _sfc_main$b = {
|
|
19028
|
-
name: "
|
|
19022
|
+
name: "IconFormsearch",
|
|
19029
19023
|
props: {
|
|
19030
19024
|
prefix: {
|
|
19031
19025
|
type: String,
|
|
@@ -19041,26 +19035,24 @@
|
|
|
19041
19035
|
const _hoisted_2$b = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19042
19036
|
"fill-rule": "evenodd",
|
|
19043
19037
|
"clip-rule": "evenodd",
|
|
19044
|
-
d: "
|
|
19038
|
+
d: "M1.5 2C1.22386 2 1 2.22386 1 2.5C1 2.77614 1.22386 3 1.5 3H5.5C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2H1.5ZM1.5 7.5C1.22386 7.5 1 7.72386 1 8C1 8.27614 1.22386 8.5 1.5 8.5H5.5C5.77614 8.5 6 8.27614 6 8C6 7.72386 5.77614 7.5 5.5 7.5H1.5ZM1 13.5C1 13.2239 1.22386 13 1.5 13H14.5C14.7761 13 15 13.2239 15 13.5C15 13.7761 14.7761 14 14.5 14H1.5C1.22386 14 1 13.7761 1 13.5ZM10.17 8C11.5507 8 12.67 6.88071 12.67 5.5C12.67 4.11929 11.5507 3 10.17 3C8.78929 3 7.67 4.11929 7.67 5.5C7.67 6.88071 8.78929 8 10.17 8ZM10.17 9C10.9562 9 11.6818 8.74081 12.2661 8.30321L14.1449 10.182C14.3401 10.3773 14.6567 10.3773 14.852 10.182C15.0472 9.98676 15.0472 9.67018 14.852 9.47492L12.9732 7.59611C13.4108 7.01182 13.67 6.28618 13.67 5.5C13.67 3.567 12.103 2 10.17 2C8.237 2 6.67 3.567 6.67 5.5C6.67 7.433 8.237 9 10.17 9Z"
|
|
19045
19039
|
}, null, -1);
|
|
19046
|
-
const _hoisted_3$b =
|
|
19047
|
-
|
|
19048
|
-
_hoisted_2$b,
|
|
19049
|
-
_hoisted_3$b
|
|
19040
|
+
const _hoisted_3$b = [
|
|
19041
|
+
_hoisted_2$b
|
|
19050
19042
|
];
|
|
19051
19043
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19052
19044
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19053
19045
|
viewBox: "0 0 16 16",
|
|
19054
19046
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19055
19047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19056
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19048
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-formsearch`],
|
|
19057
19049
|
width: "1em",
|
|
19058
19050
|
height: "1em"
|
|
19059
|
-
}, _ctx.$attrs),
|
|
19051
|
+
}, _ctx.$attrs), _hoisted_3$b, 16, _hoisted_1$b);
|
|
19060
19052
|
}
|
|
19061
19053
|
var index$b = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
|
|
19062
19054
|
const _sfc_main$a = {
|
|
19063
|
-
name: "
|
|
19055
|
+
name: "IconListView",
|
|
19064
19056
|
props: {
|
|
19065
19057
|
prefix: {
|
|
19066
19058
|
type: String,
|
|
@@ -19073,27 +19065,29 @@
|
|
|
19073
19065
|
}
|
|
19074
19066
|
};
|
|
19075
19067
|
const _hoisted_1$a = ["fill"];
|
|
19076
|
-
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19068
|
+
const _hoisted_2$a = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4 8H6V9H4V8zM4 10H6V11H4V10zM12 8H7V9H12V8zM7 10H12V11H7V10z" }, null, -1);
|
|
19069
|
+
const _hoisted_3$a = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19077
19070
|
"fill-rule": "evenodd",
|
|
19078
19071
|
"clip-rule": "evenodd",
|
|
19079
|
-
d: "
|
|
19072
|
+
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM14 5V3H2V5H14ZM14 13V6H2V13H14Z"
|
|
19080
19073
|
}, null, -1);
|
|
19081
|
-
const
|
|
19082
|
-
_hoisted_2$a
|
|
19074
|
+
const _hoisted_4$4 = [
|
|
19075
|
+
_hoisted_2$a,
|
|
19076
|
+
_hoisted_3$a
|
|
19083
19077
|
];
|
|
19084
19078
|
function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19085
19079
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19086
19080
|
viewBox: "0 0 16 16",
|
|
19087
19081
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19088
19082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19089
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19083
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-list_view`],
|
|
19090
19084
|
width: "1em",
|
|
19091
19085
|
height: "1em"
|
|
19092
|
-
}, _ctx.$attrs),
|
|
19086
|
+
}, _ctx.$attrs), _hoisted_4$4, 16, _hoisted_1$a);
|
|
19093
19087
|
}
|
|
19094
19088
|
var index$a = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
|
|
19095
19089
|
const _sfc_main$9 = {
|
|
19096
|
-
name: "
|
|
19090
|
+
name: "IconTakeawayBox",
|
|
19097
19091
|
props: {
|
|
19098
19092
|
prefix: {
|
|
19099
19093
|
type: String,
|
|
@@ -19106,29 +19100,23 @@
|
|
|
19106
19100
|
}
|
|
19107
19101
|
};
|
|
19108
19102
|
const _hoisted_1$9 = ["fill"];
|
|
19109
|
-
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19110
|
-
const _hoisted_3$9 =
|
|
19111
|
-
|
|
19112
|
-
"clip-rule": "evenodd",
|
|
19113
|
-
d: "M2 2C1.44772 2 1 2.44772 1 3V13C1 13.5523 1.44772 14 2 14H14C14.5523 14 15 13.5523 15 13V3C15 2.44772 14.5523 2 14 2H2ZM14 5V3H2V5H14ZM14 13V6H2V13H14Z"
|
|
19114
|
-
}, null, -1);
|
|
19115
|
-
const _hoisted_4$3 = [
|
|
19116
|
-
_hoisted_2$9,
|
|
19117
|
-
_hoisted_3$9
|
|
19103
|
+
const _hoisted_2$9 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M13 6H3V13H13V6ZM1.5 5H14.5V2H1.5V5ZM14 6V13.5C14 13.646 13.9532 13.7658 13.8595 13.8595C13.7658 13.9532 13.646 14 13.5 14H2.5C2.354 14 2.23417 13.9532 2.1405 13.8595C2.04683 13.7658 2 13.646 2 13.5V6H1C0.854 6 0.734167 5.95317 0.6405 5.8595C0.546833 5.76583 0.5 5.646 0.5 5.5V1.5C0.5 1.354 0.546833 1.23417 0.6405 1.1405C0.734167 1.04683 0.854 1 1 1H15C15.146 1 15.2658 1.04683 15.3595 1.1405C15.4532 1.23417 15.5 1.354 15.5 1.5V5.5C15.5 5.646 15.4532 5.76583 15.3595 5.8595C15.2658 5.95317 15.146 6 15 6H14ZM6.5 8H9.5C9.646 8 9.76583 8.04683 9.8595 8.1405C9.95317 8.23417 10 8.354 10 8.5C10 8.646 9.95317 8.76583 9.8595 8.8595C9.76583 8.95317 9.646 9 9.5 9H6.5C6.354 9 6.23417 8.95317 6.1405 8.8595C6.04683 8.76583 6 8.646 6 8.5C6 8.354 6.04683 8.23417 6.1405 8.1405C6.23417 8.04683 6.354 8 6.5 8Z" }, null, -1);
|
|
19104
|
+
const _hoisted_3$9 = [
|
|
19105
|
+
_hoisted_2$9
|
|
19118
19106
|
];
|
|
19119
19107
|
function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19120
19108
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19121
19109
|
viewBox: "0 0 16 16",
|
|
19122
19110
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19123
19111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19124
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19112
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-takeaway_box`],
|
|
19125
19113
|
width: "1em",
|
|
19126
19114
|
height: "1em"
|
|
19127
|
-
}, _ctx.$attrs),
|
|
19115
|
+
}, _ctx.$attrs), _hoisted_3$9, 16, _hoisted_1$9);
|
|
19128
19116
|
}
|
|
19129
19117
|
var index$9 = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
|
|
19130
19118
|
const _sfc_main$8 = {
|
|
19131
|
-
name: "
|
|
19119
|
+
name: "IconChartPie",
|
|
19132
19120
|
props: {
|
|
19133
19121
|
prefix: {
|
|
19134
19122
|
type: String,
|
|
@@ -19141,23 +19129,29 @@
|
|
|
19141
19129
|
}
|
|
19142
19130
|
};
|
|
19143
19131
|
const _hoisted_1$8 = ["fill"];
|
|
19144
|
-
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19145
|
-
const _hoisted_3$8 =
|
|
19146
|
-
|
|
19132
|
+
const _hoisted_2$8 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M7 2.08392C6.16919 2.22435 5.3734 2.5389 4.66657 3.01119C3.67988 3.67048 2.91085 4.60755 2.45672 5.7039C2.0026 6.80026 1.88378 8.00666 2.11529 9.17055C2.3468 10.3344 2.91825 11.4035 3.75736 12.2426C4.59648 13.0818 5.66558 13.6532 6.82946 13.8847C7.99335 14.1162 9.19975 13.9974 10.2961 13.5433C11.3925 13.0891 12.3295 12.3201 12.9888 11.3334C13.4611 10.6266 13.7756 9.83081 13.9161 9H12.899C12.77 9.632 12.5192 10.2363 12.1573 10.7778C11.6079 11.6001 10.8271 12.241 9.91342 12.6194C8.99979 12.9978 7.99446 13.0968 7.02455 12.9039C6.05465 12.711 5.16373 12.2348 4.46447 11.5355C3.76521 10.8363 3.289 9.94536 3.09608 8.97545C2.90315 8.00555 3.00217 7.00022 3.3806 6.08659C3.75904 5.17296 4.3999 4.39206 5.22215 3.84265C5.76374 3.48077 6.368 3.23003 7 3.10102V2.08392Z" }, null, -1);
|
|
19133
|
+
const _hoisted_3$8 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19134
|
+
"fill-rule": "evenodd",
|
|
19135
|
+
"clip-rule": "evenodd",
|
|
19136
|
+
d: "M8 1C8.91925 1 9.8295 1.18106 10.6788 1.53284C11.5281 1.88463 12.2997 2.40024 12.9497 3.05025C13.5998 3.70026 14.1154 4.47194 14.4672 5.32122C14.8189 6.1705 15 7.08075 15 8L8 8V1ZM9 7H13.9161C13.8411 6.55637 13.7163 6.12154 13.5433 5.7039C13.2417 4.97595 12.7998 4.31451 12.2426 3.75736C11.6855 3.20021 11.0241 2.75825 10.2961 2.45672C9.87847 2.28373 9.44363 2.15891 9 2.08392V7Z"
|
|
19137
|
+
}, null, -1);
|
|
19138
|
+
const _hoisted_4$3 = [
|
|
19139
|
+
_hoisted_2$8,
|
|
19140
|
+
_hoisted_3$8
|
|
19147
19141
|
];
|
|
19148
19142
|
function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19149
19143
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19150
19144
|
viewBox: "0 0 16 16",
|
|
19151
19145
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19152
19146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19153
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19147
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-chart_pie`],
|
|
19154
19148
|
width: "1em",
|
|
19155
19149
|
height: "1em"
|
|
19156
|
-
}, _ctx.$attrs),
|
|
19150
|
+
}, _ctx.$attrs), _hoisted_4$3, 16, _hoisted_1$8);
|
|
19157
19151
|
}
|
|
19158
19152
|
var index$8 = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
|
|
19159
19153
|
const _sfc_main$7 = {
|
|
19160
|
-
name: "
|
|
19154
|
+
name: "IconMessageBox",
|
|
19161
19155
|
props: {
|
|
19162
19156
|
prefix: {
|
|
19163
19157
|
type: String,
|
|
@@ -19170,29 +19164,23 @@
|
|
|
19170
19164
|
}
|
|
19171
19165
|
};
|
|
19172
19166
|
const _hoisted_1$7 = ["fill"];
|
|
19173
|
-
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19174
|
-
const _hoisted_3$7 =
|
|
19175
|
-
|
|
19176
|
-
"clip-rule": "evenodd",
|
|
19177
|
-
d: "M8 1C8.91925 1 9.8295 1.18106 10.6788 1.53284C11.5281 1.88463 12.2997 2.40024 12.9497 3.05025C13.5998 3.70026 14.1154 4.47194 14.4672 5.32122C14.8189 6.1705 15 7.08075 15 8L8 8V1ZM9 7H13.9161C13.8411 6.55637 13.7163 6.12154 13.5433 5.7039C13.2417 4.97595 12.7998 4.31451 12.2426 3.75736C11.6855 3.20021 11.0241 2.75825 10.2961 2.45672C9.87847 2.28373 9.44363 2.15891 9 2.08392V7Z"
|
|
19178
|
-
}, null, -1);
|
|
19179
|
-
const _hoisted_4$2 = [
|
|
19180
|
-
_hoisted_2$7,
|
|
19181
|
-
_hoisted_3$7
|
|
19167
|
+
const _hoisted_2$7 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M4.5 6H11.5V7H4.5V6ZM6 4H10V5H6V4ZM2.047 8H6V10H10V8H13.953L11.281 3H4.7185L2.047 8ZM14 9H11V11H5V9H2V13H14V9ZM4.3125 2H11.6875C11.8958 2.01033 12.0468 2.10417 12.1405 2.2815L14.953 7.891C14.9843 7.964 15 8.04217 15 8.1255V13.5005C15 13.6465 14.9532 13.7663 14.8595 13.86C14.7658 13.9537 14.646 14.0005 14.5 14.0005H1.5C1.354 14.0005 1.23417 13.9537 1.1405 13.86C1.04683 13.7663 1 13.6465 1 13.5005V8.1255C1 8.04217 1.01567 7.964 1.047 7.891L3.8595 2.2815C3.95317 2.1045 4.10417 2.01067 4.3125 2Z" }, null, -1);
|
|
19168
|
+
const _hoisted_3$7 = [
|
|
19169
|
+
_hoisted_2$7
|
|
19182
19170
|
];
|
|
19183
19171
|
function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19184
19172
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19185
19173
|
viewBox: "0 0 16 16",
|
|
19186
19174
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19187
19175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19188
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19176
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-message_box`],
|
|
19189
19177
|
width: "1em",
|
|
19190
19178
|
height: "1em"
|
|
19191
|
-
}, _ctx.$attrs),
|
|
19179
|
+
}, _ctx.$attrs), _hoisted_3$7, 16, _hoisted_1$7);
|
|
19192
19180
|
}
|
|
19193
19181
|
var index$7 = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
|
|
19194
19182
|
const _sfc_main$6 = {
|
|
19195
|
-
name: "
|
|
19183
|
+
name: "IconFiles",
|
|
19196
19184
|
props: {
|
|
19197
19185
|
prefix: {
|
|
19198
19186
|
type: String,
|
|
@@ -19205,7 +19193,7 @@
|
|
|
19205
19193
|
}
|
|
19206
19194
|
};
|
|
19207
19195
|
const _hoisted_1$6 = ["fill"];
|
|
19208
|
-
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19196
|
+
const _hoisted_2$6 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 6V13H14V6H2ZM1.5 5H14.5C14.646 5 14.7658 5.04683 14.8595 5.1405C14.9532 5.23417 15 5.354 15 5.5V13.5C15 13.646 14.9532 13.7658 14.8595 13.8595C14.7658 13.9532 14.646 14 14.5 14H1.5C1.354 14 1.23417 13.9532 1.1405 13.8595C1.04683 13.7658 1 13.646 1 13.5V5.5C1 5.354 1.04683 5.23417 1.1405 5.1405C1.23417 5.04683 1.354 5 1.5 5ZM2.5 3.5C2.5 3.22386 2.72386 3 3 3H13C13.2761 3 13.5 3.22386 13.5 3.5C13.5 3.77614 13.2761 4 13 4H3C2.72386 4 2.5 3.77614 2.5 3.5ZM4 1.5C4 1.22386 4.22386 1 4.5 1H11.5C11.7761 1 12 1.22386 12 1.5C12 1.77614 11.7761 2 11.5 2H4.5C4.22386 2 4 1.77614 4 1.5Z" }, null, -1);
|
|
19209
19197
|
const _hoisted_3$6 = [
|
|
19210
19198
|
_hoisted_2$6
|
|
19211
19199
|
];
|
|
@@ -19214,14 +19202,14 @@
|
|
|
19214
19202
|
viewBox: "0 0 16 16",
|
|
19215
19203
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19216
19204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19217
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19205
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-files`],
|
|
19218
19206
|
width: "1em",
|
|
19219
19207
|
height: "1em"
|
|
19220
19208
|
}, _ctx.$attrs), _hoisted_3$6, 16, _hoisted_1$6);
|
|
19221
19209
|
}
|
|
19222
19210
|
var index$6 = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
|
|
19223
19211
|
const _sfc_main$5 = {
|
|
19224
|
-
name: "
|
|
19212
|
+
name: "IconTickets",
|
|
19225
19213
|
props: {
|
|
19226
19214
|
prefix: {
|
|
19227
19215
|
type: String,
|
|
@@ -19234,7 +19222,7 @@
|
|
|
19234
19222
|
}
|
|
19235
19223
|
};
|
|
19236
19224
|
const _hoisted_1$5 = ["fill"];
|
|
19237
|
-
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19225
|
+
const _hoisted_2$5 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M3 2V14H13V2H3ZM2.5 1H13.5C13.646 1 13.7658 1.04683 13.8595 1.1405C13.9532 1.23417 14 1.354 14 1.5V14.5C14 14.646 13.9532 14.7658 13.8595 14.8595C13.7658 14.9532 13.646 15 13.5 15H2.5C2.354 15 2.23417 14.9532 2.1405 14.8595C2.04683 14.7658 2 14.646 2 14.5V1.5C2 1.354 2.04683 1.23417 2.1405 1.1405C2.23417 1.04683 2.354 1 2.5 1ZM5 8H11V9H5V8ZM5 5H8V6H5V5ZM5 11H11V12H5V11Z" }, null, -1);
|
|
19238
19226
|
const _hoisted_3$5 = [
|
|
19239
19227
|
_hoisted_2$5
|
|
19240
19228
|
];
|
|
@@ -19243,14 +19231,14 @@
|
|
|
19243
19231
|
viewBox: "0 0 16 16",
|
|
19244
19232
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19245
19233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19246
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19234
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tickets`],
|
|
19247
19235
|
width: "1em",
|
|
19248
19236
|
height: "1em"
|
|
19249
19237
|
}, _ctx.$attrs), _hoisted_3$5, 16, _hoisted_1$5);
|
|
19250
19238
|
}
|
|
19251
19239
|
var index$5 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
|
|
19252
19240
|
const _sfc_main$4 = {
|
|
19253
|
-
name: "
|
|
19241
|
+
name: "IconBainliangzhi",
|
|
19254
19242
|
props: {
|
|
19255
19243
|
prefix: {
|
|
19256
19244
|
type: String,
|
|
@@ -19263,23 +19251,29 @@
|
|
|
19263
19251
|
}
|
|
19264
19252
|
};
|
|
19265
19253
|
const _hoisted_1$4 = ["fill"];
|
|
19266
|
-
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19267
|
-
const _hoisted_3$4 =
|
|
19268
|
-
|
|
19254
|
+
const _hoisted_2$4 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5.33333 5.33333L7.43083 10.6667H8.54809L10.6667 5.33333H9.63373L8.06324 9.42466H8.03162L6.46113 5.33333H5.33333Z" }, null, -1);
|
|
19255
|
+
const _hoisted_3$4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19256
|
+
"fill-rule": "evenodd",
|
|
19257
|
+
"clip-rule": "evenodd",
|
|
19258
|
+
d: "M2 2H14V14H2V2ZM3 3H13V13H3V3Z"
|
|
19259
|
+
}, null, -1);
|
|
19260
|
+
const _hoisted_4$2 = [
|
|
19261
|
+
_hoisted_2$4,
|
|
19262
|
+
_hoisted_3$4
|
|
19269
19263
|
];
|
|
19270
19264
|
function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19271
19265
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19272
19266
|
viewBox: "0 0 16 16",
|
|
19273
19267
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19274
19268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19275
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19269
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-bainliangzhi`],
|
|
19276
19270
|
width: "1em",
|
|
19277
19271
|
height: "1em"
|
|
19278
|
-
}, _ctx.$attrs),
|
|
19272
|
+
}, _ctx.$attrs), _hoisted_4$2, 16, _hoisted_1$4);
|
|
19279
19273
|
}
|
|
19280
19274
|
var index$4 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]]);
|
|
19281
19275
|
const _sfc_main$3 = {
|
|
19282
|
-
name: "
|
|
19276
|
+
name: "IconZhibiaozhi",
|
|
19283
19277
|
props: {
|
|
19284
19278
|
prefix: {
|
|
19285
19279
|
type: String,
|
|
@@ -19292,29 +19286,23 @@
|
|
|
19292
19286
|
}
|
|
19293
19287
|
};
|
|
19294
19288
|
const _hoisted_1$3 = ["fill"];
|
|
19295
|
-
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19296
|
-
const _hoisted_3$3 =
|
|
19297
|
-
|
|
19298
|
-
"clip-rule": "evenodd",
|
|
19299
|
-
d: "M2 2H14V14H2V2ZM3 3H13V13H3V3Z"
|
|
19300
|
-
}, null, -1);
|
|
19301
|
-
const _hoisted_4$1 = [
|
|
19302
|
-
_hoisted_2$3,
|
|
19303
|
-
_hoisted_3$3
|
|
19289
|
+
const _hoisted_2$3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 5.6V2H5.6V3H3V5.6H2zM14 5.6V2H10.4V3H13V5.6H14zM13 10.4H14V14H10.4V13H13V10.4zM5.6 14V13H3V10.4H2V14H5.6zM11.2889 6.16853L10.5818 5.46143 4.71095 11.3323 5.41806 12.0394 11.2889 6.16853zM5.28369 6.00904L6.14733 5.22789V8.75039L7.28369 7.61402V3.77716H6.14733L5.28369 4.55832V6.00904zM9.91895 11.6556C10.4712 11.6556 10.9189 11.2079 10.9189 10.6556 10.9189 10.1033 10.4712 9.65561 9.91895 9.65561 9.36666 9.65561 8.91895 10.1033 8.91895 10.6556 8.91895 11.2079 9.36666 11.6556 9.91895 11.6556z" }, null, -1);
|
|
19290
|
+
const _hoisted_3$3 = [
|
|
19291
|
+
_hoisted_2$3
|
|
19304
19292
|
];
|
|
19305
19293
|
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19306
19294
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19307
19295
|
viewBox: "0 0 16 16",
|
|
19308
19296
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19309
19297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19310
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19298
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-zhibiaozhi`],
|
|
19311
19299
|
width: "1em",
|
|
19312
19300
|
height: "1em"
|
|
19313
|
-
}, _ctx.$attrs),
|
|
19301
|
+
}, _ctx.$attrs), _hoisted_3$3, 16, _hoisted_1$3);
|
|
19314
19302
|
}
|
|
19315
19303
|
var index$3 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]);
|
|
19316
19304
|
const _sfc_main$2 = {
|
|
19317
|
-
name: "
|
|
19305
|
+
name: "IconGudingzhi",
|
|
19318
19306
|
props: {
|
|
19319
19307
|
prefix: {
|
|
19320
19308
|
type: String,
|
|
@@ -19327,7 +19315,7 @@
|
|
|
19327
19315
|
}
|
|
19328
19316
|
};
|
|
19329
19317
|
const _hoisted_1$2 = ["fill"];
|
|
19330
|
-
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2
|
|
19318
|
+
const _hoisted_2$2 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M2 2V5.6H3V3H5.6V2H2zM14 2V5.6H13V3H10.4V2H14zM13 10.4H14V14H10.4V13H13V10.4zM5.6 13V14H2V10.4H3V13H5.6zM6.48065 9.7037L7.73338 7.67786C7.81928 7.53469 7.87655 7.413 7.91234 7.31278 7.94813 7.21256 7.9696 7.07655 7.9696 6.91907V6.63989C7.9696 6.38218 7.86223 6.24617 7.66179 6.24617 7.46135 6.24617 7.36114 6.38934 7.36114 6.67568V7.00497H6.50928V6.5683C6.50928 6.23185 6.61666 5.95983 6.83141 5.7594 7.04616 5.55896 7.32534 5.45874 7.68327 5.45874 8.03403 5.45874 8.31321 5.56612 8.52081 5.76655 8.7284 5.97415 8.83578 6.25333 8.83578 6.59693V6.9477C8.83578 7.16245 8.80714 7.35573 8.74988 7.51322 8.69261 7.6707 8.59955 7.84966 8.47786 8.0501L7.46135 9.67507H8.83578V10.4697H6.48065V9.7037zM5.01339 6.55398L4.33333 7.10519V6.08153L5.01339 5.53032H5.90819V10.4697H5.01339V6.55398zM9.31869 9.40305C9.31869 9.76097 9.41891 10.0402 9.61935 10.2406 9.81979 10.441 10.1061 10.5412 10.4855 10.5412 10.8578 10.5412 11.1441 10.441 11.3517 10.2263 11.5593 10.0187 11.6667 9.72518 11.6667 9.35294V8.84469C11.6667 8.58699 11.6309 8.37939 11.5664 8.23622 11.502 8.09305 11.3732 7.97852 11.1727 7.89262 11.3589 7.80671 11.4877 7.69218 11.5593 7.54901 11.6309 7.40584 11.6667 7.21972 11.6667 6.97633V6.63989C11.6667 6.26765 11.5593 5.97415 11.3589 5.76655 11.1513 5.56612 10.8649 5.45874 10.4927 5.45874 10.1204 5.45874 9.8341 5.56612 9.62651 5.76655 9.41891 5.96699 9.31869 6.24617 9.31869 6.58978V6.94054H10.1705V6.63989C10.1705 6.38218 10.2708 6.25333 10.4784 6.25333 10.5929 6.25333 10.6716 6.28912 10.7146 6.36071 10.7575 6.43229 10.7862 6.54683 10.7862 6.68999V7.09803C10.7862 7.25551 10.7575 7.36289 10.7146 7.43447 10.6716 7.50606 10.5786 7.53469 10.4426 7.53469H10.2421V8.32212H10.4283C10.5714 8.32212 10.6645 8.35791 10.7146 8.4295 10.7575 8.50108 10.7862 8.62994 10.7862 8.80174V9.30999C10.7862 9.46032 10.7647 9.56769 10.7218 9.63928 10.6788 9.71086 10.5929 9.74665 10.4784 9.74665 10.2708 9.74665 10.1705 9.6178 10.1705 9.3601V9.03797H9.31869V9.40305z" }, null, -1);
|
|
19331
19319
|
const _hoisted_3$2 = [
|
|
19332
19320
|
_hoisted_2$2
|
|
19333
19321
|
];
|
|
@@ -19336,14 +19324,14 @@
|
|
|
19336
19324
|
viewBox: "0 0 16 16",
|
|
19337
19325
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19338
19326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19339
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19327
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-gudingzhi`],
|
|
19340
19328
|
width: "1em",
|
|
19341
19329
|
height: "1em"
|
|
19342
19330
|
}, _ctx.$attrs), _hoisted_3$2, 16, _hoisted_1$2);
|
|
19343
19331
|
}
|
|
19344
19332
|
var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
19345
19333
|
const _sfc_main$1 = {
|
|
19346
|
-
name: "
|
|
19334
|
+
name: "IconTubiao",
|
|
19347
19335
|
props: {
|
|
19348
19336
|
prefix: {
|
|
19349
19337
|
type: String,
|
|
@@ -19356,23 +19344,29 @@
|
|
|
19356
19344
|
}
|
|
19357
19345
|
};
|
|
19358
19346
|
const _hoisted_1$1 = ["fill"];
|
|
19359
|
-
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "
|
|
19360
|
-
const _hoisted_3$1 =
|
|
19361
|
-
|
|
19347
|
+
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M11.6619 4.55071L11.0642 6.78142 10.5346 6.25191 8.91179 7.71092 6.90393 7.0416 5.04658 8.5894 4.61979 8.07725 6.76244 6.29171 8.75458 6.95578 10.0626 5.77984 9.43116 5.14843 11.6619 4.55071zM10.3333 8H11.3333V12H10.3333V8zM6.33333 9.33333H7.33333V12H6.33333V9.33333zM4.33333 10.6667H5.33333V12H4.33333V10.6667zM9.33333 10H8.33333V12H9.33333V10z" }, null, -1);
|
|
19348
|
+
const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19349
|
+
"fill-rule": "evenodd",
|
|
19350
|
+
"clip-rule": "evenodd",
|
|
19351
|
+
d: "M2 2H14V14H2V2ZM3 3H13V13H3V3Z"
|
|
19352
|
+
}, null, -1);
|
|
19353
|
+
const _hoisted_4$1 = [
|
|
19354
|
+
_hoisted_2$1,
|
|
19355
|
+
_hoisted_3$1
|
|
19362
19356
|
];
|
|
19363
19357
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19364
19358
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19365
19359
|
viewBox: "0 0 16 16",
|
|
19366
19360
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19367
19361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19368
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19362
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-tubiao`],
|
|
19369
19363
|
width: "1em",
|
|
19370
19364
|
height: "1em"
|
|
19371
|
-
}, _ctx.$attrs),
|
|
19365
|
+
}, _ctx.$attrs), _hoisted_4$1, 16, _hoisted_1$1);
|
|
19372
19366
|
}
|
|
19373
19367
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
19374
19368
|
const _sfc_main = {
|
|
19375
|
-
name: "
|
|
19369
|
+
name: "IconExamine",
|
|
19376
19370
|
props: {
|
|
19377
19371
|
prefix: {
|
|
19378
19372
|
type: String,
|
|
@@ -19385,25 +19379,31 @@
|
|
|
19385
19379
|
}
|
|
19386
19380
|
};
|
|
19387
19381
|
const _hoisted_1 = ["fill"];
|
|
19388
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19389
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19382
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19390
19383
|
"fill-rule": "evenodd",
|
|
19391
19384
|
"clip-rule": "evenodd",
|
|
19392
|
-
d: "
|
|
19385
|
+
d: "M11 2V1.5C11 1.22386 10.7761 1 10.5 1H5.5C5.22386 1 5 1.22386 5 1.5V2H2.5C2.22386 2 2 2.22386 2 2.5V14.5C2 14.7761 2.22386 15 2.5 15H7V14H3V3H5V3.5C5 3.77614 5.22386 4 5.5 4H10.5C10.7761 4 11 3.77614 11 3.5V3H13V9H14V2.5C14 2.22386 13.7761 2 13.5 2H11ZM10 2H6V3H10V2Z"
|
|
19393
19386
|
}, null, -1);
|
|
19394
|
-
const
|
|
19387
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", { d: "M5 6H11V7H5V6zM8 8H5V9H8V8z" }, null, -1);
|
|
19388
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19389
|
+
"fill-rule": "evenodd",
|
|
19390
|
+
"clip-rule": "evenodd",
|
|
19391
|
+
d: "M8.60175 15.9962C8.57371 16.0037 8.54913 16.0001 8.52804 15.9852C8.50695 15.9704 8.4964 15.9482 8.4964 15.9188L8.95922 13.1134L7.02379 11.1255C7.0027 11.1036 6.99563 11.0797 7.00259 11.0538C7.00954 11.0279 7.02705 11.0113 7.0551 11.004L9.73743 10.5954L10.9367 8.04418C10.9509 8.01473 10.972 8 11 8C11.0281 8 11.0491 8.01473 11.0633 8.04418L12.2626 10.5954L14.9449 11.004C14.973 11.0115 14.9905 11.0281 14.9974 11.0538C15.0044 11.0795 14.9973 11.1034 14.9762 11.1255L13.0408 13.1134L13.4932 15.9188C13.5001 15.9485 13.4931 15.9706 13.472 15.9852C13.4509 15.9998 13.4263 16.0035 13.3982 15.9962L11 14.6709L8.60175 15.9962ZM11 13.5284L12.2019 14.1925L11.9735 12.7762L13.0022 11.7196L11.5846 11.5037L11 10.2602L10.4154 11.5037L8.99784 11.7196L10.0281 12.7778L9.79437 14.1946L11 13.5284Z"
|
|
19392
|
+
}, null, -1);
|
|
19393
|
+
const _hoisted_5 = [
|
|
19395
19394
|
_hoisted_2,
|
|
19396
|
-
_hoisted_3
|
|
19395
|
+
_hoisted_3,
|
|
19396
|
+
_hoisted_4
|
|
19397
19397
|
];
|
|
19398
19398
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19399
19399
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
19400
19400
|
viewBox: "0 0 16 16",
|
|
19401
19401
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
19402
19402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19403
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
19403
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-examine`],
|
|
19404
19404
|
width: "1em",
|
|
19405
19405
|
height: "1em"
|
|
19406
|
-
}, _ctx.$attrs),
|
|
19406
|
+
}, _ctx.$attrs), _hoisted_5, 16, _hoisted_1);
|
|
19407
19407
|
}
|
|
19408
19408
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
19409
19409
|
exports2.Icon3Drotate = index$8W;
|
|
@@ -19423,13 +19423,13 @@
|
|
|
19423
19423
|
exports2.IconAllocated = index$8Q;
|
|
19424
19424
|
exports2.IconAllocation = index$8P;
|
|
19425
19425
|
exports2.IconAnfang = index$3F;
|
|
19426
|
-
exports2.IconArithmetic = index$
|
|
19426
|
+
exports2.IconArithmetic = index$d;
|
|
19427
19427
|
exports2.IconAttract = index$32;
|
|
19428
19428
|
exports2.IconAvatar = index$64;
|
|
19429
19429
|
exports2.IconBackward = index$5v;
|
|
19430
19430
|
exports2.IconBackward10s = index$8V;
|
|
19431
19431
|
exports2.IconBackwardFill = index$53;
|
|
19432
|
-
exports2.IconBainliangzhi = index$
|
|
19432
|
+
exports2.IconBainliangzhi = index$4;
|
|
19433
19433
|
exports2.IconBaojiebiaozhun = index$1c;
|
|
19434
19434
|
exports2.IconBaojiechaxun = index$1d;
|
|
19435
19435
|
exports2.IconBaseball = index$2f;
|
|
@@ -19455,7 +19455,7 @@
|
|
|
19455
19455
|
exports2.IconBottomLeftFill = index$56;
|
|
19456
19456
|
exports2.IconBottomRight = index$5m;
|
|
19457
19457
|
exports2.IconBottomRightFill = index$5a;
|
|
19458
|
-
exports2.IconBox = index$
|
|
19458
|
+
exports2.IconBox = index$g;
|
|
19459
19459
|
exports2.IconBrain = index$3O;
|
|
19460
19460
|
exports2.IconBriefcase = index$3i;
|
|
19461
19461
|
exports2.IconBrowser = index$90;
|
|
@@ -19484,8 +19484,8 @@
|
|
|
19484
19484
|
exports2.IconCharge2 = index$8E;
|
|
19485
19485
|
exports2.IconCharge3 = index$8B;
|
|
19486
19486
|
exports2.IconCharge4 = index$8C;
|
|
19487
|
-
exports2.IconChartBar = index$
|
|
19488
|
-
exports2.IconChartPie = index$
|
|
19487
|
+
exports2.IconChartBar = index$c;
|
|
19488
|
+
exports2.IconChartPie = index$8;
|
|
19489
19489
|
exports2.IconChatDotRound = index$1O;
|
|
19490
19490
|
exports2.IconChatDotSquare = index$1N;
|
|
19491
19491
|
exports2.IconChatLineRound = index$1I;
|
|
@@ -19524,7 +19524,7 @@
|
|
|
19524
19524
|
exports2.IconCloudyAndSunny = index$1K;
|
|
19525
19525
|
exports2.IconCloudySunny = index$2F;
|
|
19526
19526
|
exports2.IconCoin = index$2X;
|
|
19527
|
-
exports2.IconCollection = index$
|
|
19527
|
+
exports2.IconCollection = index$i;
|
|
19528
19528
|
exports2.IconCollectionTag = index$3a;
|
|
19529
19529
|
exports2.IconCollectionTagFill = index$2R;
|
|
19530
19530
|
exports2.IconCollectionTagFilled = index$25;
|
|
@@ -19538,7 +19538,7 @@
|
|
|
19538
19538
|
exports2.IconConnectedOut = index$93;
|
|
19539
19539
|
exports2.IconConnection = index$5Q;
|
|
19540
19540
|
exports2.IconCoordinate = index$4h;
|
|
19541
|
-
exports2.IconCopyDocument = index$
|
|
19541
|
+
exports2.IconCopyDocument = index$t;
|
|
19542
19542
|
exports2.IconCpu = index$3Y;
|
|
19543
19543
|
exports2.IconCreditCard = index$2W;
|
|
19544
19544
|
exports2.IconCrop = index$5O;
|
|
@@ -19552,7 +19552,7 @@
|
|
|
19552
19552
|
exports2.IconDCaret = index$5K;
|
|
19553
19553
|
exports2.IconDanhangwenben = index$82;
|
|
19554
19554
|
exports2.IconDanxuan = index$7_;
|
|
19555
|
-
exports2.IconDataAnalysis = index$
|
|
19555
|
+
exports2.IconDataAnalysis = index$n;
|
|
19556
19556
|
exports2.IconDataBoard = index$z;
|
|
19557
19557
|
exports2.IconDataLine = index$E;
|
|
19558
19558
|
exports2.IconDelete = index$73;
|
|
@@ -19569,9 +19569,9 @@
|
|
|
19569
19569
|
exports2.IconDiscover = index$4b;
|
|
19570
19570
|
exports2.IconDocument = index$O;
|
|
19571
19571
|
exports2.IconDocumentAdd = index$N;
|
|
19572
|
-
exports2.IconDocumentChecked = index$
|
|
19573
|
-
exports2.IconDocumentCopy = index$
|
|
19574
|
-
exports2.IconDocumentDelete = index$
|
|
19572
|
+
exports2.IconDocumentChecked = index$s;
|
|
19573
|
+
exports2.IconDocumentCopy = index$r;
|
|
19574
|
+
exports2.IconDocumentDelete = index$m;
|
|
19575
19575
|
exports2.IconDocumentRemove = index$x;
|
|
19576
19576
|
exports2.IconDot = index$91;
|
|
19577
19577
|
exports2.IconDown = index$5x;
|
|
@@ -19591,7 +19591,7 @@
|
|
|
19591
19591
|
exports2.IconEnterpriseWechat = index$2u;
|
|
19592
19592
|
exports2.IconEquipmentLedger = index$7m;
|
|
19593
19593
|
exports2.IconEquipmentManagement = index$7n;
|
|
19594
|
-
exports2.IconExamine = index
|
|
19594
|
+
exports2.IconExamine = index;
|
|
19595
19595
|
exports2.IconExitFullScreen = index$5S;
|
|
19596
19596
|
exports2.IconExpand = index$5J;
|
|
19597
19597
|
exports2.IconExplain = index$50;
|
|
@@ -19616,7 +19616,7 @@
|
|
|
19616
19616
|
exports2.IconFileTypeVisio = index$V;
|
|
19617
19617
|
exports2.IconFileTypeWord = index$10;
|
|
19618
19618
|
exports2.IconFileTypeZip = index$14;
|
|
19619
|
-
exports2.IconFiles = index$
|
|
19619
|
+
exports2.IconFiles = index$6;
|
|
19620
19620
|
exports2.IconFilm = index$4F;
|
|
19621
19621
|
exports2.IconFilter = index$6j;
|
|
19622
19622
|
exports2.IconFilterFill = index$78;
|
|
@@ -19631,9 +19631,9 @@
|
|
|
19631
19631
|
exports2.IconFlagFill = index$1x;
|
|
19632
19632
|
exports2.IconFlagFilled = index$2n;
|
|
19633
19633
|
exports2.IconFold = index$5M;
|
|
19634
|
-
exports2.IconFolder = index$
|
|
19634
|
+
exports2.IconFolder = index$o;
|
|
19635
19635
|
exports2.IconFolderAdd = index$I;
|
|
19636
|
-
exports2.IconFolderChecked = index$
|
|
19636
|
+
exports2.IconFolderChecked = index$p;
|
|
19637
19637
|
exports2.IconFolderDelete = index$A;
|
|
19638
19638
|
exports2.IconFolderFill = index$X;
|
|
19639
19639
|
exports2.IconFolderFillOpened = index$Y;
|
|
@@ -19641,13 +19641,13 @@
|
|
|
19641
19641
|
exports2.IconFolderRemove = index$C;
|
|
19642
19642
|
exports2.IconFootball = index$2i;
|
|
19643
19643
|
exports2.IconFormManage = index$88;
|
|
19644
|
-
exports2.IconFormsearch = index$
|
|
19644
|
+
exports2.IconFormsearch = index$b;
|
|
19645
19645
|
exports2.IconForward = index$5w;
|
|
19646
19646
|
exports2.IconForward10s = index$8U;
|
|
19647
19647
|
exports2.IconForwardFill = index$5b;
|
|
19648
19648
|
exports2.IconFujian = index$7U;
|
|
19649
19649
|
exports2.IconFullScreen = index$6J;
|
|
19650
|
-
exports2.IconFunction = index$
|
|
19650
|
+
exports2.IconFunction = index$u;
|
|
19651
19651
|
exports2.IconFunctionArea = index$8n;
|
|
19652
19652
|
exports2.IconGithub = index$2y;
|
|
19653
19653
|
exports2.IconGoldMedal = index$2j;
|
|
@@ -19659,7 +19659,7 @@
|
|
|
19659
19659
|
exports2.IconGrid1 = index$5Y;
|
|
19660
19660
|
exports2.IconGrid3 = index$6u;
|
|
19661
19661
|
exports2.IconGrinningFace = index$4q;
|
|
19662
|
-
exports2.IconGudingzhi = index$
|
|
19662
|
+
exports2.IconGudingzhi = index$2;
|
|
19663
19663
|
exports2.IconGuide = index$4g;
|
|
19664
19664
|
exports2.IconHandbag = index$3f;
|
|
19665
19665
|
exports2.IconHeadset = index$4H;
|
|
@@ -19669,7 +19669,7 @@
|
|
|
19669
19669
|
exports2.IconHeavyRain = index$2K;
|
|
19670
19670
|
exports2.IconHelp = index$2g;
|
|
19671
19671
|
exports2.IconHide = index$6R;
|
|
19672
|
-
exports2.IconHistogram = index$
|
|
19672
|
+
exports2.IconHistogram = index$f;
|
|
19673
19673
|
exports2.IconHome = index$6A;
|
|
19674
19674
|
exports2.IconHomeFill = index$6Z;
|
|
19675
19675
|
exports2.IconHomeFilled = index$2c;
|
|
@@ -19702,7 +19702,7 @@
|
|
|
19702
19702
|
exports2.IconLine = index$8o;
|
|
19703
19703
|
exports2.IconLink = index$6L;
|
|
19704
19704
|
exports2.IconList = index$L;
|
|
19705
|
-
exports2.IconListView = index$
|
|
19705
|
+
exports2.IconListView = index$a;
|
|
19706
19706
|
exports2.IconLoading = index$6I;
|
|
19707
19707
|
exports2.IconLocation = index$4d;
|
|
19708
19708
|
exports2.IconLocationFill = index$4l;
|
|
@@ -19718,10 +19718,10 @@
|
|
|
19718
19718
|
exports2.IconMapRoad = index$43;
|
|
19719
19719
|
exports2.IconMashineCt = index$3L;
|
|
19720
19720
|
exports2.IconMedal = index$2l;
|
|
19721
|
-
exports2.IconMemo = index$
|
|
19721
|
+
exports2.IconMemo = index$h;
|
|
19722
19722
|
exports2.IconMenu = index$6V;
|
|
19723
19723
|
exports2.IconMessage = index$3z;
|
|
19724
|
-
exports2.IconMessageBox = index$
|
|
19724
|
+
exports2.IconMessageBox = index$7;
|
|
19725
19725
|
exports2.IconMessageManage = index$1r;
|
|
19726
19726
|
exports2.IconMic = index$4w;
|
|
19727
19727
|
exports2.IconMicrophone = index$4z;
|
|
@@ -19744,7 +19744,7 @@
|
|
|
19744
19744
|
exports2.IconNfcFill = index$1p;
|
|
19745
19745
|
exports2.IconNo = index$96;
|
|
19746
19746
|
exports2.IconNode = index$8h;
|
|
19747
|
-
exports2.IconNotebook = index$
|
|
19747
|
+
exports2.IconNotebook = index$k;
|
|
19748
19748
|
exports2.IconNotification = index$6q;
|
|
19749
19749
|
exports2.IconOdometer = index$5_;
|
|
19750
19750
|
exports2.IconOfficeBuilding = index$4e;
|
|
@@ -19756,7 +19756,7 @@
|
|
|
19756
19756
|
exports2.IconOrder = index$7j;
|
|
19757
19757
|
exports2.IconOrigin = index$8b;
|
|
19758
19758
|
exports2.IconOverview = index$7q;
|
|
19759
|
-
exports2.IconPaperclip = index$
|
|
19759
|
+
exports2.IconPaperclip = index$j;
|
|
19760
19760
|
exports2.IconParameters = index$5U;
|
|
19761
19761
|
exports2.IconPartlyCloudy = index$2G;
|
|
19762
19762
|
exports2.IconPause = index$8w;
|
|
@@ -19779,7 +19779,7 @@
|
|
|
19779
19779
|
exports2.IconPointer = index$6F;
|
|
19780
19780
|
exports2.IconPosition = index$4c;
|
|
19781
19781
|
exports2.IconPositioning = index$5$;
|
|
19782
|
-
exports2.IconPostcard = index$
|
|
19782
|
+
exports2.IconPostcard = index$q;
|
|
19783
19783
|
exports2.IconPresent = index$2Y;
|
|
19784
19784
|
exports2.IconPriceTag = index$3e;
|
|
19785
19785
|
exports2.IconPriceTagFill = index$2S;
|
|
@@ -19797,7 +19797,7 @@
|
|
|
19797
19797
|
exports2.IconQuanxian = index$8Y;
|
|
19798
19798
|
exports2.IconQuestionFill = index$4_;
|
|
19799
19799
|
exports2.IconQuestionFilled = index$1W;
|
|
19800
|
-
exports2.IconRadar = index$
|
|
19800
|
+
exports2.IconRadar = index$v;
|
|
19801
19801
|
exports2.IconRadio = index$8p;
|
|
19802
19802
|
exports2.IconRanging = index$8i;
|
|
19803
19803
|
exports2.IconRankLeft = index$5i;
|
|
@@ -19832,7 +19832,7 @@
|
|
|
19832
19832
|
exports2.IconSHelp = index$2e;
|
|
19833
19833
|
exports2.IconSShop = index$2U;
|
|
19834
19834
|
exports2.IconSTools = index$6M;
|
|
19835
|
-
exports2.IconSave = index$
|
|
19835
|
+
exports2.IconSave = index$e;
|
|
19836
19836
|
exports2.IconSaveAs = index$w;
|
|
19837
19837
|
exports2.IconScaleToOriginal = index$7d;
|
|
19838
19838
|
exports2.IconScheduling = index$1a;
|
|
@@ -19850,7 +19850,7 @@
|
|
|
19850
19850
|
exports2.IconSetting = index$6T;
|
|
19851
19851
|
exports2.IconSetting1 = index$5P;
|
|
19852
19852
|
exports2.IconShare = index$6p;
|
|
19853
|
-
exports2.IconSheetView = index$
|
|
19853
|
+
exports2.IconSheetView = index$l;
|
|
19854
19854
|
exports2.IconShield = index$3X;
|
|
19855
19855
|
exports2.IconShip = index$2D;
|
|
19856
19856
|
exports2.IconShipin = index$7f;
|
|
@@ -19895,7 +19895,7 @@
|
|
|
19895
19895
|
exports2.IconSystemLog = index$1q;
|
|
19896
19896
|
exports2.IconSystemSetting = index$1y;
|
|
19897
19897
|
exports2.IconTableLamp = index$2_;
|
|
19898
|
-
exports2.IconTakeawayBox = index$
|
|
19898
|
+
exports2.IconTakeawayBox = index$9;
|
|
19899
19899
|
exports2.IconTask = index$6e;
|
|
19900
19900
|
exports2.IconTaskManage = index$7o;
|
|
19901
19901
|
exports2.IconTeLogo = index$1G;
|
|
@@ -19913,7 +19913,7 @@
|
|
|
19913
19913
|
exports2.IconTiansuLogo = index$2B;
|
|
19914
19914
|
exports2.IconTiaojianfenzhi = index$17;
|
|
19915
19915
|
exports2.IconTicket = index$K;
|
|
19916
|
-
exports2.IconTickets = index$
|
|
19916
|
+
exports2.IconTickets = index$5;
|
|
19917
19917
|
exports2.IconTidb = index$2q;
|
|
19918
19918
|
exports2.IconTime = index$4T;
|
|
19919
19919
|
exports2.IconTimeFill = index$1h;
|
|
@@ -19934,7 +19934,7 @@
|
|
|
19934
19934
|
exports2.IconTrendCharts = index$M;
|
|
19935
19935
|
exports2.IconTrophy = index$2o;
|
|
19936
19936
|
exports2.IconTrophyBase = index$2m;
|
|
19937
|
-
exports2.IconTubiao = index;
|
|
19937
|
+
exports2.IconTubiao = index$1;
|
|
19938
19938
|
exports2.IconTupian = index$7V;
|
|
19939
19939
|
exports2.IconTurnOffMicrophone = index$4y;
|
|
19940
19940
|
exports2.IconUmbrella = index$2$;
|
|
@@ -19984,7 +19984,7 @@
|
|
|
19984
19984
|
exports2.IconYuanjian = index$7z;
|
|
19985
19985
|
exports2.IconYuanqu = index$47;
|
|
19986
19986
|
exports2.IconZhengqi = index$1k;
|
|
19987
|
-
exports2.IconZhibiaozhi = index$
|
|
19987
|
+
exports2.IconZhibiaozhi = index$3;
|
|
19988
19988
|
exports2.IconZhidingfenzhi = index$19;
|
|
19989
19989
|
exports2.IconZiliucheng = index$1f;
|
|
19990
19990
|
exports2.IconZoomIn = index$6t;
|