@opentinyvue/vue-runtime 3.22.0 → 3.22.2
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/dist2/style.css +1 -1
- package/dist2/tailwind.css +91 -15
- package/dist2/tiny-vue-all.mjs +23381 -22786
- package/dist2/tiny-vue-common.mjs +230 -212
- package/dist2/tiny-vue-directive.mjs +384 -343
- package/dist2/tiny-vue-huicharts.mjs +2824 -2806
- package/dist2/tiny-vue-icon-saas.mjs +1101 -1086
- package/dist2/tiny-vue-icon.mjs +707 -692
- package/dist2/tiny-vue-locale.mjs +662 -553
- package/dist2/tiny-vue-mobile-first.mjs +16119 -14750
- package/dist2/tiny-vue-pc.mjs +19007 -18712
- package/dist2/tiny-vue-saas-common.mjs +377 -358
- package/dist2/tiny-vue-simple.mjs +14164 -13917
- package/dist3/style.css +1 -1
- package/dist3/tailwind.css +91 -15
- package/dist3/tiny-vue-all.mjs +26425 -25832
- package/dist3/tiny-vue-common.mjs +217 -199
- package/dist3/tiny-vue-directive.mjs +354 -313
- package/dist3/tiny-vue-huicharts.mjs +2707 -2689
- package/dist3/tiny-vue-icon-saas.mjs +3777 -3747
- package/dist3/tiny-vue-icon.mjs +1408 -1348
- package/dist3/tiny-vue-locale.mjs +660 -551
- package/dist3/tiny-vue-mobile-first.mjs +16672 -15313
- package/dist3/tiny-vue-pc.mjs +19332 -19031
- package/dist3/tiny-vue-saas-common.mjs +570 -551
- package/dist3/tiny-vue-simple.mjs +14386 -14135
- package/package.json +1 -1
package/dist2/tiny-vue-icon.mjs
CHANGED
|
@@ -41,7 +41,7 @@ var d = function() {
|
|
|
41
41
|
};
|
|
42
42
|
const g = {
|
|
43
43
|
render: d
|
|
44
|
-
},
|
|
44
|
+
}, Ww = function() {
|
|
45
45
|
return r({
|
|
46
46
|
name: "IconAgendaView",
|
|
47
47
|
component: g
|
|
@@ -421,7 +421,7 @@ const K1 = {
|
|
|
421
421
|
};
|
|
422
422
|
var e0 = function() {
|
|
423
423
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
424
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
424
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M16 4c0-2-2-4-4-4H4C2 0 0 2 0 4v8c0 2 2 4 4 4h8c2 0 4-2 4-4V4Z", fill: "#fff", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M16 4c0-2.21-1.8-4-4-4H4C1.79 0 0 1.79 0 4v8c0 2.2 1.79 4 4 4h8c2.2 0 4-1.8 4-4V4Zm-1 0c0-1.66-1.35-3-3-3H4C2.34 1 1 2.34 1 4v8c0 1.65 1.34 3 3 3h8c1.65 0 3-1.35 3-3V4Z", fill: "#191919", "fill-rule": "evenodd" } })]);
|
|
425
425
|
};
|
|
426
426
|
const n0 = {
|
|
427
427
|
render: e0
|
|
@@ -445,7 +445,7 @@ const a0 = {
|
|
|
445
445
|
};
|
|
446
446
|
var o0 = function() {
|
|
447
447
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
448
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
448
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M4 16h8c2.2 0 4-1.8 4-4V4c0-2.21-1.8-4-4-4H4C1.79 0 0 1.79 0 4v8c0 2.2 1.79 4 4 4Zm3.26-4.38 5.99-6.43a.6.6 0 1 0-.88-.82L6.8 10.35 3.6 7.19a.6.6 0 1 0-.84.86l3.64 3.59c.28.28.57.26.86-.02Z", fill: "#191919", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M13.25 5.17 7.26 11.6c-.29.29-.58.3-.86.02L2.76 8.03a.6.6 0 0 1-.01-.85c.24-.24.61-.24.85 0l3.2 3.15 5.57-5.98a.6.6 0 0 1 .85-.02c.24.22.26.6.03.84Z", fill: "#FFF", "fill-rule": "evenodd" } })]);
|
|
449
449
|
};
|
|
450
450
|
const l0 = {
|
|
451
451
|
render: o0
|
|
@@ -797,7 +797,7 @@ var k2 = function() {
|
|
|
797
797
|
};
|
|
798
798
|
const P2 = {
|
|
799
799
|
render: k2
|
|
800
|
-
},
|
|
800
|
+
}, Nw = function() {
|
|
801
801
|
return r({
|
|
802
802
|
name: "IconDayView",
|
|
803
803
|
component: P2
|
|
@@ -1067,436 +1067,436 @@ const Y3 = {
|
|
|
1067
1067
|
component: Y3
|
|
1068
1068
|
})();
|
|
1069
1069
|
};
|
|
1070
|
-
var
|
|
1070
|
+
var t4 = function() {
|
|
1071
1071
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1072
1072
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "dot-chart_svg__st0", attrs: { d: "M3 21h19c.6 0 1 .4 1 1s-.4 1-1 1H2c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1s1 .4 1 1v19zm2.9-6.1c0-.9.7-1.5 1.5-1.5.9 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5c-.8.1-1.5-.6-1.5-1.5zM12 14c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm1.2-5.1c0-.8.6-1.4 1.4-1.4.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4c-.7.1-1.4-.6-1.4-1.4zm5.7-3.3c0-.6.5-1.1 1.1-1.1.5 0 1 .5 1 1.1s-.5 1.1-1 1.1c-.6 0-1.1-.5-1.1-1.1zm.6 4.5c0-.4.3-.8.8-.8.4 0 .8.3.8.8 0 .4-.3.8-.8.8s-.8-.4-.8-.8z" } })]);
|
|
1073
1073
|
};
|
|
1074
|
-
const
|
|
1075
|
-
render:
|
|
1076
|
-
},
|
|
1074
|
+
const e4 = {
|
|
1075
|
+
render: t4
|
|
1076
|
+
}, n4 = function() {
|
|
1077
1077
|
return r({
|
|
1078
1078
|
name: "IconDotChart",
|
|
1079
|
-
component:
|
|
1079
|
+
component: e4
|
|
1080
1080
|
})();
|
|
1081
1081
|
};
|
|
1082
|
-
var
|
|
1082
|
+
var r4 = function() {
|
|
1083
1083
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1084
1084
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", height: "1em", viewBox: "0 0 100 40", "xml:space": "preserve" } }, t.$listeners), [e("g", { attrs: { fill: "currentColor" } }, [e("rect", { attrs: { x: "10", y: "16", width: "10", height: "10", rx: "5" } }, [e("animate", { attrs: { attributeName: "y", from: "16", to: "16", dur: "2s", begin: "0s", repeatCount: "indefinite", values: "16; 6; 26; 16; 16", keyTimes: "0; 0.1; 0.3; 0.4; 1" } })]), e("rect", { attrs: { x: "46", y: "16", width: "10", height: "10", rx: "5" } }, [e("animate", { attrs: { attributeName: "y", from: "16", to: "16", dur: "2s", begin: "0.2s", repeatCount: "indefinite", values: "16; 6; 26; 16; 16", keyTimes: "0; 0.1; 0.3; 0.4; 1" } })]), e("rect", { attrs: { x: "85", y: "16", width: "10", height: "10", rx: "5" } }, [e("animate", { attrs: { attributeName: "y", from: "16", to: "16", dur: "2s", begin: "0.4s", repeatCount: "indefinite", values: "16; 6; 26; 16; 16", keyTimes: "0; 0.1; 0.3; 0.4; 1" } })])])]);
|
|
1085
1085
|
};
|
|
1086
|
-
const
|
|
1087
|
-
render:
|
|
1088
|
-
},
|
|
1086
|
+
const c4 = {
|
|
1087
|
+
render: r4
|
|
1088
|
+
}, a4 = function() {
|
|
1089
1089
|
return r({
|
|
1090
1090
|
name: "iconDotDownload",
|
|
1091
|
-
component:
|
|
1091
|
+
component: c4
|
|
1092
1092
|
})();
|
|
1093
1093
|
};
|
|
1094
|
-
var
|
|
1094
|
+
var s4 = function() {
|
|
1095
1095
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1096
1096
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 612 792", "xml:space": "preserve" } }, t.$listeners), [e("circle", { attrs: { cx: "308.501", cy: "416.499", r: "97.623", transform: "translate(-11 -10)" } })]);
|
|
1097
1097
|
};
|
|
1098
|
-
const
|
|
1099
|
-
render:
|
|
1100
|
-
},
|
|
1098
|
+
const o4 = {
|
|
1099
|
+
render: s4
|
|
1100
|
+
}, l4 = function() {
|
|
1101
1101
|
return r({
|
|
1102
1102
|
name: "IconDotIpv4",
|
|
1103
|
-
component:
|
|
1103
|
+
component: o4
|
|
1104
1104
|
})();
|
|
1105
1105
|
};
|
|
1106
|
-
var
|
|
1106
|
+
var v4 = function() {
|
|
1107
1107
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1108
1108
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticStyle: { fill: "none" }, attrs: { d: "M0 0v16h16V0z" } }), e("path", { staticClass: "double-left_svg__st1", attrs: { d: "M7.8 12.4c.2.2.2.6 0 .8-.2.2-.5.2-.7.1l-.1-.1-4.8-4.7c-.1-.2-.2-.5 0-.7l.1-.1L7 2.8c.2-.2.6-.2.8 0 .2.2.2.5 0 .7v.1L3.4 8.1l4.4 4.3zM13.8 12.4c.2.2.2.6 0 .8-.2.2-.5.2-.7.1l-.1-.1-4.8-4.7c-.1-.2-.2-.5 0-.7l.1-.1L13 2.8c.2-.2.6-.2.8 0 .2.2.2.5 0 .7l-.1.1-4.3 4.5 4.4 4.3z" } })]);
|
|
1109
1109
|
};
|
|
1110
|
-
const
|
|
1111
|
-
render:
|
|
1112
|
-
},
|
|
1110
|
+
const i4 = {
|
|
1111
|
+
render: v4
|
|
1112
|
+
}, h4 = function() {
|
|
1113
1113
|
return r({
|
|
1114
1114
|
name: "IconDoubleLeft",
|
|
1115
|
-
component:
|
|
1115
|
+
component: i4
|
|
1116
1116
|
})();
|
|
1117
1117
|
};
|
|
1118
|
-
var
|
|
1118
|
+
var m4 = function() {
|
|
1119
1119
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1120
1120
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticStyle: { fill: "none" }, attrs: { d: "M16 0v16H0V0z" } }), e("path", { staticClass: "double-right_svg__st1", attrs: { d: "M7.7 2.7c-.2.1-.2.4 0 .7l.1.1 4.4 4.4-4.4 4.3c-.2.2-.2.6 0 .8.2.2.5.2.7.1l.1-.1 4.8-4.7c.2-.2.2-.5.1-.7l-.1-.1-4.9-4.8c-.2-.3-.5-.3-.8 0zm-5 0c-.2.1-.2.4-.1.7l.1.1 4.4 4.4-4.4 4.3c-.2.2-.2.6 0 .8.2.2.5.2.7.1l.1-.1 4.8-4.7c.2-.2.2-.5.1-.7l-.1-.1-4.8-4.8c-.2-.3-.6-.3-.8 0z" } })]);
|
|
1121
1121
|
};
|
|
1122
|
-
const
|
|
1123
|
-
render:
|
|
1124
|
-
},
|
|
1122
|
+
const _4 = {
|
|
1123
|
+
render: m4
|
|
1124
|
+
}, d4 = function() {
|
|
1125
1125
|
return r({
|
|
1126
1126
|
name: "IconDoubleRight",
|
|
1127
|
-
component:
|
|
1127
|
+
component: _4
|
|
1128
1128
|
})();
|
|
1129
1129
|
};
|
|
1130
|
-
var
|
|
1130
|
+
var g4 = function() {
|
|
1131
1131
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1132
1132
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "down-o_svg__st0", attrs: { d: "M2 6h20L12 19 2 6zm4 2 6 8 6-8H6z" } })]);
|
|
1133
1133
|
};
|
|
1134
|
-
const
|
|
1135
|
-
render:
|
|
1136
|
-
},
|
|
1134
|
+
const p4 = {
|
|
1135
|
+
render: g4
|
|
1136
|
+
}, w4 = function() {
|
|
1137
1137
|
return r({
|
|
1138
1138
|
name: "IconDownO",
|
|
1139
|
-
component:
|
|
1139
|
+
component: p4
|
|
1140
1140
|
})();
|
|
1141
1141
|
};
|
|
1142
|
-
var
|
|
1142
|
+
var u4 = function() {
|
|
1143
1143
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1144
1144
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "down_svg__st0", attrs: { d: "M2 6h20L12 19z" } })]);
|
|
1145
1145
|
};
|
|
1146
|
-
const
|
|
1147
|
-
render:
|
|
1148
|
-
},
|
|
1146
|
+
const f4 = {
|
|
1147
|
+
render: u4
|
|
1148
|
+
}, x4 = function() {
|
|
1149
1149
|
return r({
|
|
1150
1150
|
name: "IconDown",
|
|
1151
|
-
component:
|
|
1151
|
+
component: f4
|
|
1152
1152
|
})();
|
|
1153
1153
|
};
|
|
1154
|
-
var
|
|
1154
|
+
var I4 = function() {
|
|
1155
1155
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1156
1156
|
return e("svg", t._g({ attrs: { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M509.4 900.5c-11.6 0-21-9.4-21-21v-168c0-11.6 9.4-21 21-21s21 9.4 21 21v168c0 11.6-9.4 21-21 21z" } }), e("path", { attrs: { d: "M509.4 933.3c-5.4 0-10.7-2.1-14.8-6.2-8.2-8.2-8.2-21.5 0-29.7l74.2-74.3c8.2-8.2 21.5-8.2 29.7 0s8.2 21.5 0 29.7l-74.2 74.3c-4.2 4.1-9.6 6.2-14.9 6.2z" } }), e("path", { attrs: { d: "M509.4 933.3c-5.4 0-10.7-2.1-14.8-6.2l-74.2-74.2c-8.2-8.2-8.2-21.5 0-29.7s21.5-8.2 29.7 0l74.2 74.2c8.2 8.2 8.2 21.5 0 29.7-4.2 4.1-9.6 6.2-14.9 6.2zm233.3-130.2c-56 0-110.1-20.3-152.2-57.2-8.7-7.6-9.6-20.9-1.9-29.6 7.6-8.7 20.9-9.6 29.6-1.9 34.4 30.2 78.6 46.8 124.5 46.8 104.2 0 189-84.8 189-189 0-91.8-65.6-170-156.1-185.9l-16.2-2.8-1.1-16.4c-9.2-131.4-119.5-234.3-251.1-234.3-120.4 0-224.4 85.7-247.3 203.8l-2.7 13.8-13.8 2.8C155.8 371 92.2 448.9 92.2 538.4c0 104.2 84.8 189 189 189 43.1 0 83.6-14.1 117.3-40.9 9.1-7.2 22.3-5.7 29.5 3.4 7.2 9.1 5.7 22.3-3.4 29.5-41.2 32.7-90.7 50-143.4 50-127.4 0-231-103.6-231-231 0-104.8 71.3-196.5 171.4-223.2C253.4 184.3 371.4 90.7 507.2 90.7c148.3 0 273.3 111.8 291.5 257.5 102.3 25.4 175 117.1 175 224 0 127.3-103.6 230.9-231 230.9z" } })]);
|
|
1157
1157
|
};
|
|
1158
|
-
const $
|
|
1159
|
-
render:
|
|
1160
|
-
},
|
|
1158
|
+
const $4 = {
|
|
1159
|
+
render: I4
|
|
1160
|
+
}, M4 = function() {
|
|
1161
1161
|
return r({
|
|
1162
1162
|
name: "IconDownloadCloud",
|
|
1163
|
-
component: $
|
|
1163
|
+
component: $4
|
|
1164
1164
|
})();
|
|
1165
1165
|
};
|
|
1166
|
-
var
|
|
1166
|
+
var H4 = function() {
|
|
1167
1167
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1168
1168
|
return e("svg", t._g({ attrs: { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M499.2 633.6c6.4 6.4 25.6 6.4 32 0L736 428.8c6.4-6.4 6.4-12.8 6.4-12.8 0-12.8-6.4-25.6-19.2-25.6H608V160c0-12.8-12.8-19.2-19.2-19.2H435.2c-12.8 0-19.2 6.4-19.2 19.2v224H307.2c-6.4 0-12.8 0-19.2 6.4-6.4 6.4-6.4 25.6 0 32l211.2 211.2zm-64-204.8c12.8 0 25.6-12.8 25.6-19.2v-224h108.8v224c0 12.8 12.8 19.2 19.2 19.2h76.8L512 582.4 358.4 428.8h76.8zM992 569.6c0-6.4 0-12.8-6.4-25.6L864 339.2c-6.4-19.2-32-25.6-51.2-12.8-19.2 12.8-25.6 32-12.8 51.2l96 160H736c-19.2 0-32 12.8-38.4 32-6.4 44.8-32 89.6-64 115.2-32 25.6-76.8 44.8-121.6 44.8s-89.6-19.2-121.6-44.8c-32-32-57.6-70.4-64-115.2 0-19.2-19.2-32-38.4-32H128l96-160c12.8-19.2 6.4-38.4-12.8-51.2-19.2-12.8-44.8-6.4-51.2 12.8L38.4 550.4c-6.4 6.4-6.4 12.8-6.4 19.2v339.2c0 19.2 19.2 38.4 38.4 38.4h883.2c19.2 0 38.4-19.2 38.4-38.4V569.6c0 6.4 0 0 0 0zm-76.8 307.2H108.8V614.4H256c12.8 51.2 44.8 96 83.2 128 44.8 38.4 108.8 64 172.8 64 64 0 128-25.6 172.8-64 38.4-32 70.4-76.8 83.2-128h147.2v262.4z" } })]);
|
|
1169
1169
|
};
|
|
1170
|
-
const
|
|
1171
|
-
render:
|
|
1172
|
-
},
|
|
1170
|
+
const z4 = {
|
|
1171
|
+
render: H4
|
|
1172
|
+
}, Z4 = function() {
|
|
1173
1173
|
return r({
|
|
1174
1174
|
name: "IconDownloadLink",
|
|
1175
|
-
component:
|
|
1175
|
+
component: z4
|
|
1176
1176
|
})();
|
|
1177
1177
|
};
|
|
1178
|
-
var
|
|
1178
|
+
var C4 = function() {
|
|
1179
1179
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1180
1180
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M8.54 2.6c0-.28-.22-.5-.5-.5s-.5.22-.5.5v8.359l-2.02-2.01c-.19-.199-.51-.199-.71 0-.19.19-.19.51 0 .701l2.83 2.83c.2.2.51.2.71 0l2.83-2.83a.502.502 0 0 0 0-.7l-.07-.061a.492.492 0 0 0-.64.06l-1.93 1.93v-8.28ZM14 10.5c.27 0 .5.219.5.5v1.28c0 1.22-1 2.22-2.22 2.22H3.71c-1.22 0-2.21-1-2.21-2.22V11a.501.501 0 0 1 1 0v1.28c0 .67.54 1.22 1.21 1.22h8.57c.67 0 1.22-.55 1.22-1.22V11c0-.281.22-.5.5-.5Z", "clip-rule": "evenodd", "fill-rule": "evenodd" } })]);
|
|
1181
1181
|
};
|
|
1182
|
-
const
|
|
1183
|
-
render:
|
|
1184
|
-
},
|
|
1182
|
+
const E4 = {
|
|
1183
|
+
render: C4
|
|
1184
|
+
}, V4 = function() {
|
|
1185
1185
|
return r({
|
|
1186
1186
|
name: "IconDownload",
|
|
1187
|
-
component:
|
|
1187
|
+
component: E4
|
|
1188
1188
|
})();
|
|
1189
1189
|
};
|
|
1190
|
-
var
|
|
1190
|
+
var L4 = function() {
|
|
1191
1191
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1192
1192
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 17", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "fill-rule": "evenodd" } }, [e("circle", { attrs: { "fill-rule": "nonzero", cx: "8", cy: "8", r: "8" } }), e("g", { attrs: { fill: "none", stroke: "#FFF" } }, [e("path", { attrs: { d: "M5.755 4.908h4.49a1 1 0 0 1 .986.836l.698 4.184a1 1 0 0 1-.987 1.164H5.058a1 1 0 0 1-.987-1.164l.698-4.184a1 1 0 0 1 .986-.836Z" } }), e("path", { attrs: { d: "M6.69 7.201h2.62M6.515 8.867h2.97", "stroke-linecap": "round" } })])])]);
|
|
1193
1193
|
};
|
|
1194
|
-
const
|
|
1195
|
-
render:
|
|
1196
|
-
},
|
|
1194
|
+
const S4 = {
|
|
1195
|
+
render: L4
|
|
1196
|
+
}, B4 = function() {
|
|
1197
1197
|
return r({
|
|
1198
1198
|
name: "IconDraft",
|
|
1199
|
-
component:
|
|
1199
|
+
component: S4
|
|
1200
1200
|
})();
|
|
1201
1201
|
};
|
|
1202
|
-
var
|
|
1202
|
+
var T4 = function() {
|
|
1203
1203
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1204
1204
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticStyle: { "fill-rule": "evenodd", "clip-rule": "evenodd" }, attrs: { d: "M5.48 14.29c.19-.08.35-.19.49-.33l7.69-7.69c.13-.13.25-.27.34-.42.08-.13.15-.27.21-.41s.1-.29.13-.44a2.074 2.074 0 0 0 0-1c-.03-.15-.07-.3-.13-.44s-.13-.28-.21-.41c-.09-.15-.21-.29-.34-.42-.13-.13-.27-.24-.42-.34-.13-.08-.26-.15-.4-.21-.15-.05-.29-.1-.44-.13-.17-.03-.33-.05-.5-.05-.18 0-.34.02-.51.05-.15.03-.29.08-.44.13-.14.06-.27.13-.4.21-.15.1-.29.21-.42.34l-7.69 7.69c-.15.15-.25.31-.33.49-.08.18-.11.38-.11.58v2.21c0 .1.01.19.05.27.03.08.08.16.15.22.07.07.14.12.23.16.08.03.17.05.27.05h2.21c.2 0 .39-.04.57-.11zm7.48-8.73-1.13 1.13-2.12-2.13 1.12-1.12c.09-.08.18-.15.27-.21.07-.05.15-.09.23-.12.08-.03.17-.06.25-.08a1.733 1.733 0 0 1 .63 0c.08.02.17.05.25.08.08.03.16.07.23.12.09.06.18.13.27.21.08.08.15.17.21.27.04.07.08.15.12.23.03.08.05.16.07.25.02.1.04.2.04.31s-.02.21-.04.31c-.02.09-.04.17-.07.25-.08.19-.19.36-.33.5zm-7.7 7.69 5.86-5.86L9 5.27l-5.86 5.86c-.1.1-.14.22-.14.36v1.91h1.91c.14 0 .26-.05.35-.15zm2.75.63c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5z" } })]);
|
|
1205
1205
|
};
|
|
1206
|
-
const
|
|
1207
|
-
render:
|
|
1208
|
-
},
|
|
1206
|
+
const R4 = {
|
|
1207
|
+
render: T4
|
|
1208
|
+
}, F4 = function() {
|
|
1209
1209
|
return r({
|
|
1210
1210
|
name: "IconEdit",
|
|
1211
|
-
component:
|
|
1211
|
+
component: R4
|
|
1212
1212
|
})();
|
|
1213
1213
|
};
|
|
1214
|
-
var
|
|
1214
|
+
var A4 = function() {
|
|
1215
1215
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1216
1216
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticStyle: { "fill-rule": "evenodd", "clip-rule": "evenodd" }, attrs: { d: "M5.48 14.29c.19-.08.35-.19.49-.33l7.69-7.69c.13-.13.25-.27.34-.42.08-.13.15-.27.21-.41s.1-.29.13-.44a2.074 2.074 0 0 0 0-1c-.03-.15-.07-.3-.13-.44s-.13-.28-.21-.41c-.09-.15-.21-.29-.34-.42-.13-.13-.27-.24-.42-.34-.13-.08-.26-.15-.4-.21-.15-.05-.29-.1-.44-.13-.17-.03-.33-.05-.5-.05-.18 0-.34.02-.51.05-.15.03-.29.08-.44.13-.14.06-.27.13-.4.21-.15.1-.29.21-.42.34l-7.69 7.69c-.15.15-.25.31-.33.49-.08.18-.11.38-.11.58v2.21c0 .1.01.19.05.27.03.08.08.16.15.22.07.07.14.12.23.16.08.03.17.05.27.05h2.21c.2 0 .39-.04.57-.11zm7.48-8.73-1.13 1.13-2.12-2.13 1.12-1.12c.09-.08.18-.15.27-.21.07-.05.15-.09.23-.12.08-.03.17-.06.25-.08a1.733 1.733 0 0 1 .63 0c.08.02.17.05.25.08.08.03.16.07.23.12.09.06.18.13.27.21.08.08.15.17.21.27.04.07.08.15.12.23.03.08.05.16.07.25.02.1.04.2.04.31s-.02.21-.04.31c-.02.09-.04.17-.07.25-.08.19-.19.36-.33.5zm-7.7 7.69 5.86-5.86L9 5.27l-5.86 5.86c-.1.1-.14.22-.14.36v1.91h1.91c.14 0 .26-.05.35-.15zm2.75.63c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5s-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5z" } })]);
|
|
1217
1217
|
};
|
|
1218
|
-
const
|
|
1219
|
-
render:
|
|
1220
|
-
},
|
|
1218
|
+
const y4 = {
|
|
1219
|
+
render: A4
|
|
1220
|
+
}, D4 = function() {
|
|
1221
1221
|
return r({
|
|
1222
1222
|
name: "IconEditor",
|
|
1223
|
-
component:
|
|
1223
|
+
component: y4
|
|
1224
1224
|
})();
|
|
1225
1225
|
};
|
|
1226
|
-
var
|
|
1226
|
+
var b4 = function() {
|
|
1227
1227
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1228
1228
|
return e("svg", t._g({ staticStyle: { "shape-rendering": "geometricPrecision", "text-rendering": "geometricPrecision", "image-rendering": "optimizeQuality", "fill-rule": "evenodd", "clip-rule": "evenodd" }, attrs: { xmlns: "http://www.w3.org/2000/svg", "xml:space": "preserve", viewBox: "0 0 12 15" } }, t.$listeners), [e("path", { staticClass: "editor-tab_svg__fil0", attrs: { d: "M1 0h7l4 4v10c0 1-1 1-1 1H1c-1 0-1 0-1-1V1c0-1 0-1 1-1zm4 9c1 0 1 1 1 1 0 1 0 2-1 2s-2-1-2-2c0 0 0-1 1-1V1H1v13h10V5H7V1H4l1 1-1 1 1 1-1 1 1 1v3zm0 0 1 1c0 1-1 2-1 2-1 0-2-1-2-2 0 0 1-1 2-1zm2-8v3h3L7 1z" } })]);
|
|
1229
1229
|
};
|
|
1230
|
-
const
|
|
1231
|
-
render:
|
|
1232
|
-
},
|
|
1230
|
+
const k4 = {
|
|
1231
|
+
render: b4
|
|
1232
|
+
}, P4 = function() {
|
|
1233
1233
|
return r({
|
|
1234
1234
|
name: "IconEditorTab",
|
|
1235
|
-
component:
|
|
1235
|
+
component: k4
|
|
1236
1236
|
})();
|
|
1237
1237
|
};
|
|
1238
|
-
var
|
|
1238
|
+
var O4 = function() {
|
|
1239
1239
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1240
|
-
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z"
|
|
1240
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M2.55 7.96v.08c.02.65.55 1.16 1.2 1.16.66 0 1.2-.53 1.2-1.2 0-.66-.54-1.2-1.2-1.2-.65 0-1.18.52-1.2 1.16ZM6.79 8.01c0 .66.53 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.67 0-1.2.53-1.2 1.2ZM11.03 7.96v.08c.02.64.55 1.16 1.2 1.16.66 0 1.2-.54 1.2-1.2 0-.67-.54-1.2-1.2-1.2-.65 0-1.18.51-1.2 1.16Z" } })]);
|
|
1241
1241
|
};
|
|
1242
|
-
const
|
|
1243
|
-
render:
|
|
1244
|
-
},
|
|
1242
|
+
const U4 = {
|
|
1243
|
+
render: O4
|
|
1244
|
+
}, W4 = function() {
|
|
1245
1245
|
return r({
|
|
1246
1246
|
name: "IconEllipsis",
|
|
1247
|
-
component:
|
|
1247
|
+
component: U4
|
|
1248
1248
|
})();
|
|
1249
1249
|
};
|
|
1250
|
-
var
|
|
1250
|
+
var N4 = function() {
|
|
1251
1251
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1252
1252
|
return e("svg", t._g({ attrs: { viewBox: "0 0 14 12", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M12.876 0H1.124C.503 0 0 .502 0 1.122v9.756C0 11.498.503 12 1.124 12h11.752c.621 0 1.124-.502 1.124-1.122V1.122C14 .503 13.496 0 12.876 0Zm-1.204 1.122L7.488 4.615l-.025.02-.022.024a.56.56 0 0 1-.81.005l-.022-.022-4.273-3.52h9.336ZM1.124 10.878v-9.3l4.725 3.89c.318.315.737.488 1.186.488.459-.002.88-.178 1.197-.498l4.646-3.878v9.298H1.124Z" } })]);
|
|
1253
1253
|
};
|
|
1254
|
-
const
|
|
1255
|
-
render:
|
|
1256
|
-
},
|
|
1254
|
+
const G4 = {
|
|
1255
|
+
render: N4
|
|
1256
|
+
}, J4 = function() {
|
|
1257
1257
|
return r({
|
|
1258
1258
|
name: "IconEmailAdd",
|
|
1259
|
-
component:
|
|
1259
|
+
component: G4
|
|
1260
1260
|
})();
|
|
1261
1261
|
};
|
|
1262
|
-
var
|
|
1262
|
+
var q4 = function() {
|
|
1263
1263
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1264
1264
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 597.015 597.014", "xml:space": "preserve" } }, t.$listeners), [e("path", { attrs: { d: "M87.331 509.681c116.438 116.443 305.916 116.443 422.353 0 116.441-116.438 116.441-305.911 0-422.349C393.247-29.11 203.77-29.11 87.331 87.332c-116.441 116.438-116.441 305.905 0 422.349zm20.172-399.198C211.175 6.812 378.243 0 488.54 108.483c104.52 102.801 103.658 274.363 0 378.035-103.676 103.668-276.378 104.668-380.037 1-103.676-103.671-104.676-273.365-1-377.035zm0 0" } }), e("path", { attrs: { d: "M422.309 200.463H174.703c-14.627 0-26.523 10.995-26.523 24.511v147.064c0 13.518 11.896 24.512 26.523 24.512h247.606c14.617 0 26.525-10.994 26.525-24.512V224.975c0-13.517-11.921-24.512-26.525-24.512zM165.867 372.039V228.112l78.108 72.16h-.079l-78.029 72.109v-.342zm12.772-155.235h239.725l-119.85 110.75-119.875-110.75zm77.781 94.984 42.081 38.891 42.275-39.072 74.266 68.618H182.378l74.042-68.437zm97.129-11.517h-.51l78.107-72.16v143.864l-77.597-71.704zm0 0" } })]);
|
|
1265
1265
|
};
|
|
1266
|
-
const
|
|
1267
|
-
render:
|
|
1268
|
-
},
|
|
1266
|
+
const Q4 = {
|
|
1267
|
+
render: q4
|
|
1268
|
+
}, j4 = function() {
|
|
1269
1269
|
return r({
|
|
1270
1270
|
name: "IconEmailCircle",
|
|
1271
|
-
component:
|
|
1271
|
+
component: Q4
|
|
1272
1272
|
})();
|
|
1273
1273
|
};
|
|
1274
|
-
var
|
|
1274
|
+
var X4 = function() {
|
|
1275
1275
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1276
1276
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "end_svg__st0", attrs: { d: "M6 21c.2 0 .5-.1.6-.2l9.9-8c.2-.2.4-.5.4-.8 0-.3-.1-.6-.4-.8L6.6 3.3c-.4-.4-1.1-.3-1.4.2-.3.3-.2 1 .2 1.3l8.9 7.2-8.9 7.2c-.4.4-.5 1-.2 1.4.2.3.5.4.8.4zM18 3c.6 0 1 .4 1 1v16c0 .6-.4 1-1 1s-1-.4-1-1V4c0-.6.4-1 1-1z" } })]);
|
|
1277
1277
|
};
|
|
1278
|
-
const
|
|
1279
|
-
render:
|
|
1280
|
-
},
|
|
1278
|
+
const Y4 = {
|
|
1279
|
+
render: X4
|
|
1280
|
+
}, K4 = function() {
|
|
1281
1281
|
return r({
|
|
1282
1282
|
name: "IconEnd",
|
|
1283
|
-
component:
|
|
1283
|
+
component: Y4
|
|
1284
1284
|
})();
|
|
1285
1285
|
};
|
|
1286
|
-
var
|
|
1286
|
+
var t5 = function() {
|
|
1287
1287
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1288
|
-
return e("svg", t._g({
|
|
1288
|
+
return e("svg", t._g({ attrs: { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" } }, t.$listeners), [e("path", { staticStyle: { "fill-rule": "evenodd", fill: "var(--tv-color-error-icon)" }, attrs: { "data-name": "路径", d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z" } }), e("path", { staticStyle: { fill: "#fff", "fill-rule": "evenodd" }, attrs: { "data-name": "形状结合", d: "M10.62 4.9c.13 0 .24.05.34.14.09.09.14.2.14.34s-.05.24-.14.34L8.67 8.01l2.29 2.29c.09.09.14.2.14.34a.476.476 0 0 1-.48.48c-.14 0-.24-.05-.34-.14L7.99 8.69 5.7 10.98c-.09.09-.2.14-.34.14a.476.476 0 0 1-.48-.48c0-.14.05-.24.14-.34l2.29-2.29-2.29-2.29c-.09-.09-.14-.2-.14-.34a.476.476 0 0 1 .48-.48c.14 0 .24.05.34.14l2.29 2.29 2.29-2.29c.09-.09.2-.14.34-.14Z" } })]);
|
|
1289
1289
|
};
|
|
1290
|
-
const
|
|
1291
|
-
render:
|
|
1292
|
-
},
|
|
1290
|
+
const e5 = {
|
|
1291
|
+
render: t5
|
|
1292
|
+
}, n5 = function() {
|
|
1293
1293
|
return r({
|
|
1294
1294
|
name: "IconError",
|
|
1295
|
-
component:
|
|
1295
|
+
component: e5
|
|
1296
1296
|
})();
|
|
1297
1297
|
};
|
|
1298
|
-
var
|
|
1298
|
+
var r5 = function() {
|
|
1299
1299
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1300
1300
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "1 1.12 14.012 13.88", "xml:space": "preserve" } }, t.$listeners), [e("path", { attrs: { d: "M14.969 7.188c-.135-.782-.656-1.406-2.036-1.182.582-.648.759-1.096.429-2.152s-1.427-1.503-2.799-1.03C10.318.71 8.75 1 8.023 1.41c-.565.319-1.022.892-1.335 2.403-1.241-1.387-2.146-1.447-3.054-1.271-1.362.263-1.309 1.576-1.055 2.49-1.009.233-1.642.587-1.574 2C1.073 8.444 1.665 8.939 3 9.25c-2.548.998-1.263 2.401-.692 2.92.606.551 1.394.855 2.158.76.172.513.421 1.626 1.978 1.413 1.556-.212 2.271-1.53 2.352-1.826.445 1.137.438 1.968.532 2.331.057.22 1.328.227 1.806-.143.478-.367.577-1.74.458-2.143.511.505.877.418 1.609-.234.73-.652.947-1.498.549-2.391 1.113-.303 1.381-1.81 1.219-2.749zm-2.377 2.314c.182.841.235 1.299-.373 1.842-.609.543-1.7-.768-2.125-1.188.099.334 1.031 2.781.824 3.408-.158.479-.871.211-.918.029-.047-.184-.531-2.625-1.156-3.406-.068.249-.844 2.918-2.14 3.094-1.296.178-1.28-1.168-1.423-1.594-.638.078-1.722.354-2.02-.215-.299-.57.586-1.58 2.707-2.41-1.111-.257-3.736-.691-3.792-1.868-.056-1.176.703-1.312 1.543-1.506-.211-.762-.489-2.013.645-2.232.756-.146 1.821.89 2.855 2.044.261-1.257.414-2.607.801-2.986.579-.568 1.91-.583 2.114 1.178 1.142-.395 2.055-.022 2.33.857.275.879-1.229 2.287-1.714 2.827.765-.099 2.408-.801 2.904-.181.496.62-.135 2.055-1.062 2.307z" } })]);
|
|
1301
1301
|
};
|
|
1302
|
-
const
|
|
1303
|
-
render:
|
|
1304
|
-
},
|
|
1302
|
+
const c5 = {
|
|
1303
|
+
render: r5
|
|
1304
|
+
}, a5 = function() {
|
|
1305
1305
|
return r({
|
|
1306
1306
|
name: "IconEspaceAuto",
|
|
1307
|
-
component:
|
|
1307
|
+
component: c5
|
|
1308
1308
|
})();
|
|
1309
1309
|
};
|
|
1310
|
-
var
|
|
1310
|
+
var s5 = function() {
|
|
1311
1311
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1312
1312
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M6.856 4.358c.314-1.51.703-2.493 1.167-2.948.696-.682 2.296-.7 2.54 1.414 1.372-.473 2.468-.026 2.798 1.03.331 1.056-1.066 2.226-1.647 2.874.917-.118 2.481-.442 3.077.304.596.745-.163 2.467-1.276 2.77.4.893.417 1.873-.314 2.526-.732.653-1.557.208-2.067-.296.119.401.477 2.306 0 2.674-.477.368-1.75.361-1.806.142-.056-.22-.116-2.118-.493-3.082-.081.295-.835 2.364-2.391 2.577-1.557.212-1.805-.9-1.978-1.413-.764.095-1.8-.077-2.158-.76-.358-.684-.593-1.943 1.955-2.941-1.335-.31-3.19-.785-3.258-2.197-.068-1.413.565-1.767 1.574-2.001-.254-.914-.307-2.227 1.055-2.49.908-.175 1.982.43 3.222 1.817Z", "stroke-width": "1.3", "stroke-linecap": "round" } })]);
|
|
1313
1313
|
};
|
|
1314
|
-
const
|
|
1315
|
-
render:
|
|
1316
|
-
},
|
|
1314
|
+
const o5 = {
|
|
1315
|
+
render: s5
|
|
1316
|
+
}, l5 = function() {
|
|
1317
1317
|
return r({
|
|
1318
1318
|
name: "IconEspace",
|
|
1319
|
-
component:
|
|
1319
|
+
component: o5
|
|
1320
1320
|
})();
|
|
1321
1321
|
};
|
|
1322
|
-
var
|
|
1322
|
+
var v5 = function() {
|
|
1323
1323
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1324
1324
|
return e("svg", t._g({ attrs: { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M640 42.7H170.7c-23.6 0-42.7 19.1-42.7 42.7v853.3c0 23.6 19.1 42.7 42.7 42.7h682.7c23.6 0 42.7-19.1 42.7-42.7v-640C796 198.7 740 142.6 640 42.7zm-2 768.8-126-176-126 176h-86l164-218-150-214h84l114 172 114-172h84l-150 214 164 218h-86zm2-512.8V128l170.7 170.7H640z" } })]);
|
|
1325
1325
|
};
|
|
1326
|
-
const
|
|
1327
|
-
render:
|
|
1328
|
-
},
|
|
1326
|
+
const i5 = {
|
|
1327
|
+
render: v5
|
|
1328
|
+
}, h5 = function() {
|
|
1329
1329
|
return r({
|
|
1330
1330
|
name: "IconExcel",
|
|
1331
|
-
component:
|
|
1331
|
+
component: i5
|
|
1332
1332
|
})();
|
|
1333
1333
|
};
|
|
1334
|
-
var
|
|
1334
|
+
var m5 = function() {
|
|
1335
1335
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1336
1336
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("g", { attrs: { transform: "translate(-1 -1)" } }, [e("path", { staticClass: "exception_svg__st0", attrs: { d: "M11 22c.6 0 1 .4 1 1s-.4 1-1 1H4.6c-.9 0-1.2-.1-1.5-.3-.3-.2-.6-.4-.8-.8-.2-.2-.3-.6-.3-1.5V4.6c0-.9.1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.7-.3 1.6-.3h16.9c.9 0 1.2.1 1.5.3.3.2.6.4.8.8.1.2.2.6.2 1.5v16.9c0 .9-.1 1.2-.3 1.5-.2.3-.4.6-.8.8-.3.2-.6.3-1.5.3H20c-.6 0-1-.4-1-1s.4-1 1-1h2V4H4v18h7z" } }), e("path", { staticClass: "exception_svg__st0", attrs: { d: "M7 7h8c.6 0 1 .4 1 1s-.4 1-1 1H7c-.6 0-1-.4-1-1s.4-1 1-1zM7 11h4c.6 0 1 .4 1 1s-.4 1-1 1H7c-.6 0-1-.4-1-1s.4-1 1-1zM7 15h4c.6 0 1 .4 1 1s-.4 1-1 1H7c-.6 0-1-.4-1-1s.4-1 1-1zM16 11c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1s-1-.4-1-1v-8c0-.6.4-1 1-1z" } }), e("circle", { staticClass: "exception_svg__st0", attrs: { cx: "16", cy: "23", r: "1" } })])]);
|
|
1337
1337
|
};
|
|
1338
|
-
const
|
|
1339
|
-
render:
|
|
1340
|
-
},
|
|
1338
|
+
const _5 = {
|
|
1339
|
+
render: m5
|
|
1340
|
+
}, d5 = function() {
|
|
1341
1341
|
return r({
|
|
1342
1342
|
name: "IconException",
|
|
1343
|
-
component:
|
|
1343
|
+
component: _5
|
|
1344
1344
|
})();
|
|
1345
1345
|
};
|
|
1346
|
-
var
|
|
1346
|
+
var g5 = function() {
|
|
1347
1347
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1348
1348
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("g", { attrs: { transform: "translate(-11 -3)" } }, [e("path", { staticClass: "exclamation_svg__st0", attrs: { d: "M23 7c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1s-1-.4-1-1V8c0-.6.4-1 1-1z" } }), e("circle", { staticClass: "exclamation_svg__st0", attrs: { cx: "23", cy: "23", r: "1" } })])]);
|
|
1349
1349
|
};
|
|
1350
|
-
const
|
|
1351
|
-
render:
|
|
1352
|
-
},
|
|
1350
|
+
const p5 = {
|
|
1351
|
+
render: g5
|
|
1352
|
+
}, w5 = function() {
|
|
1353
1353
|
return r({
|
|
1354
1354
|
name: "IconExclamation",
|
|
1355
|
-
component:
|
|
1355
|
+
component: p5
|
|
1356
1356
|
})();
|
|
1357
1357
|
};
|
|
1358
|
-
var
|
|
1358
|
+
var u5 = function() {
|
|
1359
1359
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1360
1360
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "export_svg__st0", attrs: { d: "M21 18c0-.6.4-1 1-1s1 .4 1 1v2.4c0 .9-.1 1.2-.3 1.5-.2.3-.4.6-.8.8-.3.2-.6.3-1.5.3H3.6c-.9 0-1.2-.1-1.5-.3-.3-.2-.6-.4-.8-.8-.2-.2-.3-.6-.3-1.5V3.6c0-.9.1-1.3.3-1.6.1-.3.4-.6.7-.7.3-.2.7-.3 1.6-.3h16.9c.9 0 1.2.1 1.5.3.3.2.6.4.8.8.1.2.2.6.2 1.5V6c0 .6-.4 1-1 1s-1-.4-1-1V3H3v18h18v-3z" } }), e("path", { staticClass: "export_svg__st0", attrs: { d: "m18.8 11-2.5-2.5c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l4.2 4.2c.4.4.4 1 0 1.4l-4.2 4.2c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l2.5-2.5H8c-.6 0-1-.4-1-1s.4-1 1-1h10.8z" } })]);
|
|
1361
1361
|
};
|
|
1362
|
-
const
|
|
1363
|
-
render:
|
|
1364
|
-
},
|
|
1362
|
+
const f5 = {
|
|
1363
|
+
render: u5
|
|
1364
|
+
}, x5 = function() {
|
|
1365
1365
|
return r({
|
|
1366
1366
|
name: "IconExport",
|
|
1367
|
-
component:
|
|
1367
|
+
component: f5
|
|
1368
1368
|
})();
|
|
1369
1369
|
};
|
|
1370
|
-
var
|
|
1370
|
+
var I5 = function() {
|
|
1371
1371
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1372
1372
|
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "xml:space": "preserve" } }, t.$listeners), [e("path", { staticClass: "express-search_svg__st0", attrs: { d: "M6 5h7c.6 0 1 .4 1 1s-.4 1-1 1H6c-.6 0-1-.4-1-1s.4-1 1-1zM6 9h5c.6 0 1 .4 1 1s-.4 1-1 1H6c-.6 0-1-.4-1-1s.4-1 1-1z" } }), e("path", { staticClass: "express-search_svg__st0", attrs: { d: "M18 1H4c-.9 0-2 1.1-2 2v18c0 .9 1.1 2 2 2h5c.5 0 1-.5 1-1s-.5-1-1-1H4V3h14v6c0 .5.5 1 1 1s1-.5 1-1V3c0-.9-1.1-2-2-2zM20.1 19.2l2.1 2.1c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-2.1-2.1c-.4-.4-.4-1 0-1.4.4-.4 1.1-.4 1.4 0z" } }), e("path", { staticClass: "express-search_svg__st0", attrs: { d: "M16 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zm0-2c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3z" } })]);
|
|
1373
1373
|
};
|
|
1374
|
-
const $
|
|
1375
|
-
render:
|
|
1376
|
-
},
|
|
1374
|
+
const $5 = {
|
|
1375
|
+
render: I5
|
|
1376
|
+
}, M5 = function() {
|
|
1377
1377
|
return r({
|
|
1378
1378
|
name: "IconExpressSearch",
|
|
1379
|
-
component: $
|
|
1379
|
+
component: $5
|
|
1380
1380
|
})();
|
|
1381
1381
|
};
|
|
1382
|
-
var
|
|
1382
|
+
var H5 = function() {
|
|
1383
1383
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1384
1384
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { attrs: { d: "m3.49 5.21.72.72-.23.18c-.16.13-.3.27-.46.4l-.25.23c-.39.39-.75.79-1.05 1.2L2.16 8l-.05.06-.17.24.28.38.19.24c.33.4.7.8 1.1 1.19l.18.16c1.32 1.18 2.78 1.87 4.32 1.87h.23c.61-.02 1.21-.17 1.78-.4l.76.76-.22.1c-.81.35-1.67.55-2.56.55h-.22c-1.81-.06-3.47-.92-4.95-2.29l-.27-.25c-.42-.42-.81-.86-1.15-1.3l-.04-.09-.05-.06-.17-.24-.14-.19-.1-.16-.04-.07a.5.5 0 0 1 0-.38l.04-.08.1-.16.13-.19.17-.24.1-.13.21-.27c.35-.44.76-.87 1.2-1.28.22-.19.44-.39.67-.56zm.27-2.35h.07c.1.01.19.06.28.15l1.12 1.12c.88-.42 1.8-.65 2.77-.65h.23c1.81.06 3.47.92 4.95 2.29l.27.25c.42.42.81.86 1.15 1.3l.05.07.05.06.17.24.13.19.1.16.04.07c.05.12.05.25.01.38l-.05.09-.1.16-.13.19-.17.25-.1.13-.2.27c-.35.44-.76.87-1.2 1.28l-.24.22c-.13.12-.28.24-.42.35l.79.79.05.06c.15.19.13.47-.05.65l-.06.05c-.19.15-.47.13-.65-.05l-.94-.93-.73-.73-1.33-1.33-.21-.22-6-6.01-.05-.06c-.15-.2-.14-.47.05-.66a.52.52 0 0 1 .35-.13zM5.3 7.02l.78.78-.03.12c-.03.13-.04.25-.04.38v.12c.05 1.06.92 1.88 1.99 1.88h.13c.13-.01.25-.04.39-.06l.78.78-.15.06c-.35.15-.74.23-1.14.23h-.14a2.993 2.993 0 0 1-2.86-2.99c-.02-.48.09-.91.29-1.3zM8 4.47h-.22c-.62.03-1.21.16-1.79.4l.73.73c.39-.18.82-.29 1.3-.29h.15c1.59.07 2.86 1.38 2.86 2.99v.17c-.02.4-.12.79-.29 1.13l1.09 1.09c.23-.18.46-.38.69-.59l.24-.23c.39-.39.75-.79 1.05-1.2l.05-.06.05-.06.18-.25-.28-.38-.19-.24c-.33-.4-.7-.8-1.1-1.19l-.18-.16C10.98 5.16 9.54 4.47 8 4.47zM8 6.3h-.13c-.14.02-.26.03-.38.06l2.45 2.45c.05-.17.07-.34.07-.52v-.12A2.02 2.02 0 0 0 8 6.3z" } })]);
|
|
1385
1385
|
};
|
|
1386
|
-
const
|
|
1387
|
-
render:
|
|
1388
|
-
},
|
|
1386
|
+
const z5 = {
|
|
1387
|
+
render: H5
|
|
1388
|
+
}, Z5 = function() {
|
|
1389
1389
|
return r({
|
|
1390
1390
|
name: "IconEyeclose",
|
|
1391
|
-
component:
|
|
1391
|
+
component: z5
|
|
1392
1392
|
})();
|
|
1393
1393
|
};
|
|
1394
|
-
var
|
|
1394
|
+
var C5 = function() {
|
|
1395
1395
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1396
1396
|
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticClass: "eyeopen_svg__st1", attrs: { d: "M8 3.16c1.89 0 3.63.87 5.17 2.3.53.5 1 1.02 1.41 1.55.03.05.07.09.1.14l.17.23.14.2.1.15c.1.16.1.37 0 .53l-.1.15-.14.2-.17.23-.1.14c-.41.52-.88 1.05-1.41 1.55-1.54 1.43-3.28 2.3-5.17 2.3-1.9 0-3.64-.87-5.18-2.3-.53-.5-1-1.03-1.41-1.55-.03-.05-.07-.09-.1-.14l-.17-.23-.14-.2-.1-.15c-.1-.16-.1-.37 0-.53l.1-.15.14-.2.17-.23.1-.14c.41-.53.88-1.05 1.41-1.55C4.36 4.03 6.1 3.16 8 3.16zm0 1c-1.61 0-3.12.76-4.5 2.03-.49.46-.92.95-1.3 1.43l-.09.12-.18.25.27.38c.38.48.81.97 1.3 1.42 1.38 1.28 2.89 2.04 4.5 2.04 1.6 0 3.11-.76 4.49-2.04.49-.45.92-.94 1.3-1.42l.09-.12.18-.26-.27-.37c-.38-.48-.81-.97-1.3-1.43C11.11 4.92 9.6 4.16 8 4.16zM8 5c1.65 0 3 1.34 3 3 0 1.65-1.35 3-3 3-1.66 0-3-1.35-3-3 0-1.66 1.34-3 3-3zm0 1c-1.11 0-2 .89-2 2a2 2 0 1 0 2-2z" } })]);
|
|
1397
1397
|
};
|
|
1398
|
-
const
|
|
1399
|
-
render:
|
|
1400
|
-
},
|
|
1398
|
+
const E5 = {
|
|
1399
|
+
render: C5
|
|
1400
|
+
}, V5 = function() {
|
|
1401
1401
|
return r({
|
|
1402
1402
|
name: "IconEyeopen",
|
|
1403
|
-
component:
|
|
1403
|
+
component: E5
|
|
1404
1404
|
})();
|
|
1405
1405
|
};
|
|
1406
|
-
var
|
|
1406
|
+
var L5 = function() {
|
|
1407
1407
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1408
1408
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M14 4c0-1.4-1.22-2.5-2.7-2.5H4.69C3.21 1.5 2 2.6 2 4v8c0 1.39 1.21 2.5 2.69 2.5H8c.27 0 .5-.23.5-.5 0-.28-.23-.5-.5-.5H4.69C3.75 13.5 3 12.81 3 12V4c0-.82.75-1.5 1.69-1.5h6.61c.94 0 1.7.68 1.7 1.5v4c0 .27.22.5.5.5.27 0 .5-.23.5-.5V4Zm-3 1.5c0-.28-.23-.5-.5-.5h-5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h5c.27 0 .5-.23.5-.5ZM8.5 8.15c.27 0 .5.23.5.5 0 .28-.23.5-.5.5h-3c-.28 0-.5-.22-.5-.5 0-.27.22-.5.5-.5h3Zm3.7 1.81c.4-.7 1.3-.94 2.01-.54l.09.06c.64.43.84 1.28.45 1.95l-1.88 3.24c-.05.09-.14.16-.24.2l-1.62.55c-.27.1-.56-.09-.59-.37l-.16-1.58a.416.416 0 0 1 .06-.27l1.88-3.24Zm.77.45c.15-.25.46-.35.73-.24l.18.12c.18.18.22.46.09.69l-.08.13-.99-.57.07-.13Zm-.52.91-1.28 2.2.09.87.91-.32 1.27-2.18-.99-.57Z", "clip-rule": "evenodd", "fill-rule": "evenodd" } })]);
|
|
1409
1409
|
};
|
|
1410
|
-
const
|
|
1411
|
-
render:
|
|
1412
|
-
},
|
|
1410
|
+
const S5 = {
|
|
1411
|
+
render: L5
|
|
1412
|
+
}, B5 = function() {
|
|
1413
1413
|
return r({
|
|
1414
1414
|
name: "IconFeedback",
|
|
1415
|
-
component:
|
|
1415
|
+
component: S5
|
|
1416
1416
|
})();
|
|
1417
1417
|
};
|
|
1418
|
-
var
|
|
1418
|
+
var T5 = function() {
|
|
1419
1419
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1420
1420
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M9.311 9.033a.5.5 0 0 1 .41-.492l.09-.008h3.039c.593 0 1.08.449 1.143 1.025l.007.125v2.53a1.15 1.15 0 0 1-1.025 1.143l-.125.007H9.811a.5.5 0 0 1-.09-.992l.09-.008h3.039a.15.15 0 0 0 .142-.103l.008-.047v-2.53a.15.15 0 0 0-.103-.142l-.047-.008H9.811a.5.5 0 0 1-.5-.5Zm0-5.834a.5.5 0 0 1 .41-.492l.09-.008h1.01c.593 0 1.081.448 1.144 1.024l.006.126v2.53a1.15 1.15 0 0 1-1.024 1.143l-.126.007h-1.01a.5.5 0 0 1-.09-.992l.09-.008h1.01a.15.15 0 0 0 .143-.103l.007-.047v-2.53a.15.15 0 0 0-.102-.143L10.82 3.7h-1.01a.5.5 0 0 1-.5-.5Zm-2.006-.67a.5.5 0 0 1 .992-.094l.008.094v11a.5.5 0 0 1-.992.09l-.008-.09v-11ZM2 9.683c0-.593.449-1.08 1.025-1.143l.125-.007h2.651a.5.5 0 0 1 .09.992l-.09.008H3.15a.15.15 0 0 0-.142.103L3 9.683v2.53a.15.15 0 0 0 .103.142l.047.008h2.651a.5.5 0 0 1 .09.992l-.09.008H3.15a1.15 1.15 0 0 1-1.143-1.025L2 12.213v-2.53ZM3.971 3.85c0-.593.449-1.081 1.025-1.144l.125-.006h.68a.5.5 0 0 1 .09.992l-.09.008h-.68a.15.15 0 0 0-.142.102l-.008.048v2.53a.15.15 0 0 0 .103.142l.047.008h.68a.5.5 0 0 1 .09.992l-.09.008h-.68a1.15 1.15 0 0 1-1.143-1.025l-.007-.125v-2.53Z" } })]);
|
|
1421
1421
|
};
|
|
1422
|
-
const
|
|
1423
|
-
render:
|
|
1424
|
-
},
|
|
1422
|
+
const R5 = {
|
|
1423
|
+
render: T5
|
|
1424
|
+
}, F5 = function() {
|
|
1425
1425
|
return r({
|
|
1426
1426
|
name: "EditorAlignCenter",
|
|
1427
|
-
component:
|
|
1427
|
+
component: R5
|
|
1428
1428
|
})();
|
|
1429
1429
|
};
|
|
1430
|
-
var
|
|
1430
|
+
var A5 = function() {
|
|
1431
1431
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1432
1432
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M4.498 8.498c-.644 0-1.166.523-1.166 1.167v2.5c0 .644.522 1.167 1.166 1.167h5.664a1.17 1.17 0 0 0 1.17-1.167v-2.5a1.17 1.17 0 0 0-1.17-1.167ZM1.835 2.672a.5.5 0 0 0-.492.41l-.008.09v9.656a.5.5 0 0 0 .992.09l.008-.09V3.172a.5.5 0 0 0-.5-.5Zm2.663 6.826h5.664a.17.17 0 0 1 .17.167v2.5a.17.17 0 0 1-.17.167H4.498a.167.167 0 0 1-.166-.167v-2.5c0-.092.074-.167.166-.167Zm0-6.83c-.644 0-1.166.523-1.166 1.167v2.5c0 .644.522 1.167 1.166 1.167h8.997a1.17 1.17 0 0 0 1.17-1.167v-2.5a1.17 1.17 0 0 0-1.17-1.167Zm-.006 1h9.003a.17.17 0 0 1 .17.167v2.5a.17.17 0 0 1-.17.167H4.492a.167.167 0 0 1-.167-.167v-2.5c0-.092.075-.167.167-.167Z" } })]);
|
|
1433
1433
|
};
|
|
1434
|
-
const
|
|
1435
|
-
render:
|
|
1436
|
-
},
|
|
1434
|
+
const y5 = {
|
|
1435
|
+
render: A5
|
|
1436
|
+
}, D5 = function() {
|
|
1437
1437
|
return r({
|
|
1438
1438
|
name: "EditorAlignLeft",
|
|
1439
|
-
component:
|
|
1439
|
+
component: y5
|
|
1440
1440
|
})();
|
|
1441
1441
|
};
|
|
1442
|
-
var
|
|
1442
|
+
var b5 = function() {
|
|
1443
1443
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1444
1444
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M11.502 8.498c.644 0 1.166.523 1.166 1.167v2.5c0 .644-.522 1.167-1.166 1.167H5.838a1.17 1.17 0 0 1-1.17-1.167v-2.5a1.17 1.17 0 0 1 1.17-1.167Zm2.663-5.826a.5.5 0 0 1 .492.41l.008.09v9.656a.5.5 0 0 1-.992.09l-.008-.09V3.172a.5.5 0 0 1 .5-.5Zm-2.663 6.826H5.838a.17.17 0 0 0-.17.167v2.5a.17.17 0 0 0 .17.167h5.664a.167.167 0 0 0 .166-.167v-2.5a.167.167 0 0 0-.166-.167Zm0-6.83c.644 0 1.166.523 1.166 1.167v2.5c0 .644-.522 1.167-1.166 1.167H2.505a1.17 1.17 0 0 1-1.17-1.167v-2.5a1.17 1.17 0 0 1 1.17-1.167Zm.006 1H2.505a.17.17 0 0 0-.17.167v2.5a.17.17 0 0 0 .17.167h9.003a.167.167 0 0 0 .167-.167v-2.5a.167.167 0 0 0-.167-.167Z" } })]);
|
|
1445
1445
|
};
|
|
1446
|
-
const
|
|
1447
|
-
render:
|
|
1448
|
-
},
|
|
1446
|
+
const k5 = {
|
|
1447
|
+
render: b5
|
|
1448
|
+
}, P5 = function() {
|
|
1449
1449
|
return r({
|
|
1450
1450
|
name: "EditorAlignRight",
|
|
1451
|
-
component:
|
|
1451
|
+
component: k5
|
|
1452
1452
|
})();
|
|
1453
1453
|
};
|
|
1454
|
-
var
|
|
1454
|
+
var O5 = function() {
|
|
1455
1455
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1456
1456
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M11.062 1.97c.397 0 .795.153 1.099.458.604.604.61 1.577.013 2.173L7.177 9.6a.655.655 0 0 1-.187.132l-2.764 1.303a.505.505 0 0 1-.67-.671l1.302-2.764a.664.664 0 0 1 .132-.187l4.997-4.997a1.514 1.514 0 0 1 1.075-.444ZM9.86 3.956 5.738 8.078l-.69 1.462 1.463-.69 4.122-4.122-.773-.773Zm1.202-.984-.047.002a.511.511 0 0 0-.321.15l-.127.125.773.773.127-.126a.515.515 0 0 0 .149-.325l.002-.047a.551.551 0 0 0-.164-.388.554.554 0 0 0-.392-.164ZM12.333 12.207a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H3.667a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 0 1 .5-.5Z" } })]);
|
|
1457
1457
|
};
|
|
1458
|
-
const
|
|
1459
|
-
render:
|
|
1460
|
-
},
|
|
1458
|
+
const U5 = {
|
|
1459
|
+
render: O5
|
|
1460
|
+
}, W5 = function() {
|
|
1461
1461
|
return r({
|
|
1462
1462
|
name: "EditorBackground",
|
|
1463
|
-
component:
|
|
1463
|
+
component: U5
|
|
1464
1464
|
})();
|
|
1465
1465
|
};
|
|
1466
|
-
var
|
|
1466
|
+
var N5 = function() {
|
|
1467
1467
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1468
1468
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M8.549 1.167a3.417 3.417 0 0 1 2.238 5.998 4.08 4.08 0 0 1 2.128 3.585 4.083 4.083 0 0 1-4.083 4.083.67.67 0 0 1-.139-.015l-.066.01-.078.005H4.75a1.667 1.667 0 0 1-1.663-1.557l-.004-.11V2.834c0-.883.688-1.606 1.557-1.663l.11-.003h3.798ZM4.417 8v5.167c0 .163.119.3.274.328l.06.005h3.798a.67.67 0 0 1 .14.015.67.67 0 0 1 .143-.016 2.75 2.75 0 1 0 0-5.499H4.417ZM8.55 2.5H4.75c-.163 0-.3.118-.328.273l-.005.06v3.834h4.13a2.083 2.083 0 0 0 0-4.167Z" } })]);
|
|
1469
1469
|
};
|
|
1470
|
-
const
|
|
1471
|
-
render:
|
|
1472
|
-
},
|
|
1470
|
+
const G5 = {
|
|
1471
|
+
render: N5
|
|
1472
|
+
}, J5 = function() {
|
|
1473
1473
|
return r({
|
|
1474
1474
|
name: "EditorBold",
|
|
1475
|
-
component:
|
|
1475
|
+
component: G5
|
|
1476
1476
|
})();
|
|
1477
1477
|
};
|
|
1478
|
-
var
|
|
1478
|
+
var q5 = function() {
|
|
1479
1479
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1480
1480
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M9.73 3.675a.5.5 0 0 1 .299.585l-.021.065-3.089 7.721a.5.5 0 0 1-.95-.306l.022-.065 3.088-7.721a.5.5 0 0 1 .65-.279Zm-4.662.112a.5.5 0 0 1 .05.651l-.048.057-3.045 3.06a.657.657 0 0 0-.054.866l.054.062 3.007 3.023a.5.5 0 0 1-.653.754l-.056-.049L1.316 9.19a1.657 1.657 0 0 1-.08-2.252l.08-.087 3.045-3.06a.5.5 0 0 1 .707-.003Zm6.515-.046.056.048 3.045 3.06c.616.62.643 1.603.08 2.253l-.08.087-3.004 3.02a.5.5 0 0 1-.758-.65l.049-.056 3.004-3.02a.657.657 0 0 0 .054-.866l-.054-.062-3.045-3.06a.5.5 0 0 1 .653-.754Z" } })]);
|
|
1481
1481
|
};
|
|
1482
|
-
const
|
|
1483
|
-
render:
|
|
1484
|
-
},
|
|
1482
|
+
const Q5 = {
|
|
1483
|
+
render: q5
|
|
1484
|
+
}, j5 = function() {
|
|
1485
1485
|
return r({
|
|
1486
1486
|
name: "EditorCode",
|
|
1487
|
-
component:
|
|
1487
|
+
component: Q5
|
|
1488
1488
|
})();
|
|
1489
1489
|
};
|
|
1490
|
-
var
|
|
1490
|
+
var X5 = function() {
|
|
1491
1491
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
1492
1492
|
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M13.333 7.5a.5.5 0 0 1 .068.995l-.068.005H2.667a.5.5 0 0 1-.068-.995l.068-.005h10.666Z" } }), e("path", { attrs: { d: "M7.82 1.5c-1.189 0-2.158.293-2.913.878-.788.595-1.179 1.378-1.179 2.359 0 .995.41 1.76 1.242 2.308.46.321 1.27.66 2.426 1.013l1.055.31c.855.26 1.445.479 1.771.66.775.422 1.17 1.042 1.17 1.847 0 1.722-1.143 2.586-3.375 2.586-1.068 0-1.874-.224-2.42-.678-.382-.328-.669-.787-.86-1.378a24.088 24.088 0 0 1-.2-.718.519.519 0 0 0-.616-.37.531.531 0 0 0-.406.609c.05.284.093.493.132.628.52 1.822 1.813 2.795 3.895 2.93l.255.012.263.004c3.007 0 4.485-1.228 4.485-3.698 0-1.027-.432-1.833-1.306-2.428-.557-.381-1.524-.766-2.899-1.152l-.542-.167c-.856-.271-1.474-.509-1.858-.715-.7-.406-1.058-.951-1.058-1.627 0-.654.28-1.189.831-1.597.527-.385 1.223-.577 2.085-.577 1.04 0 1.826.233 2.353.702.402.338.69.831.867 1.478l.12.464a.523.523 0 0 0 .647.371.554.554 0 0 0 .39-.662c-.056-.235-.095-.39-.115-.469-.476-1.805-1.713-2.77-3.73-2.906l-.25-.013-.26-.004Z" } })]);
|
|
1493
1493
|
};
|
|
1494
|
-
const
|
|
1495
|
-
render:
|
|
1496
|
-
},
|
|
1494
|
+
const Y5 = {
|
|
1495
|
+
render: X5
|
|
1496
|
+
}, K5 = function() {
|
|
1497
1497
|
return r({
|
|
1498
1498
|
name: "EditorDeleteline",
|
|
1499
|
-
component:
|
|
1499
|
+
component: Y5
|
|
1500
1500
|
})();
|
|
1501
1501
|
};
|
|
1502
1502
|
var tt = function() {
|
|
@@ -2125,7 +2125,7 @@ const Jn = {
|
|
|
2125
2125
|
};
|
|
2126
2126
|
var Qn = function() {
|
|
2127
2127
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
2128
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
2128
|
+
return e("svg", t._g({ attrs: { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M4 0h8c2.2 0 4 1.79 4 4v8c0 2.2-1.8 4-4 4H4c-2.21 0-4-1.8-4-4V4c0-2.21 1.79-4 4-4Zm6 5H6c-.56 0-1 .44-1 1v4c0 .55.44 1 1 1h4c.55 0 1-.45 1-1V6c0-.56-.45-1-1-1Z", fill: "#191919", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M6 5h4c.55 0 1 .44 1 1v4c0 .55-.45 1-1 1H6c-.56 0-1-.45-1-1V6c0-.56.44-1 1-1Z", fill: "#FFF", "fill-rule": "evenodd" } })]);
|
|
2129
2129
|
};
|
|
2130
2130
|
const jn = {
|
|
2131
2131
|
render: Qn
|
|
@@ -2185,7 +2185,7 @@ const l6 = {
|
|
|
2185
2185
|
};
|
|
2186
2186
|
var i6 = function() {
|
|
2187
2187
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
2188
|
-
return e("svg", t._g({
|
|
2188
|
+
return e("svg", t._g({ attrs: { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" } }, t.$listeners), [e("path", { staticStyle: { "fill-rule": "evenodd", fill: "var(--tv-color-icon-control-active)" }, attrs: { "data-name": "路径", d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z" } }), e("path", { staticStyle: { fill: "#fff", "fill-rule": "evenodd" }, attrs: { "data-name": "形状结合", d: "M7.93 5.71c-.47 0-.87-.39-.87-.87s.4-.84.87-.84.85.38.85.86-.38.85-.85.85Zm-.6 6.79c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h.3v-4h-.08c-.25 0-.45-.18-.49-.41V7c0-.28.22-.5.49-.5h1.08v5h.3c.28 0 .5.22.5.5s-.22.5-.5.5h-1.6Z" } })]);
|
|
2189
2189
|
};
|
|
2190
2190
|
const h6 = {
|
|
2191
2191
|
render: i6
|
|
@@ -2717,7 +2717,7 @@ var R7 = function() {
|
|
|
2717
2717
|
};
|
|
2718
2718
|
const F7 = {
|
|
2719
2719
|
render: R7
|
|
2720
|
-
},
|
|
2720
|
+
}, Gw = function() {
|
|
2721
2721
|
return r({
|
|
2722
2722
|
name: "IconMonthView",
|
|
2723
2723
|
component: F7
|
|
@@ -4073,7 +4073,7 @@ const wl = {
|
|
|
4073
4073
|
};
|
|
4074
4074
|
var fl = function() {
|
|
4075
4075
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
4076
|
-
return e("svg", t._g({
|
|
4076
|
+
return e("svg", t._g({ attrs: { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" } }, t.$listeners), [e("path", { staticStyle: { "fill-rule": "evenodd", fill: "var(--tv-color-success-icon)" }, attrs: { "data-name": "路径", d: "M8 1C4.13 1 1 4.13 1 8s3.13 7 7 7 7-3.14 7-7-3.14-7-7-7Z" } }), e("path", { staticStyle: { fill: "#fff", "fill-rule": "evenodd" }, attrs: { "data-name": "形状结合", d: "M10.38 5.97c.18-.16.46-.16.63 0a.5.5 0 0 1 0 .65L7.73 9.9c-.18.17-.4.26-.63.26s-.46-.09-.65-.26L4.97 8.42a.487.487 0 0 1 0-.64c.18-.16.46-.16.64 0l1.48 1.48 3.28-3.28Z" } })]);
|
|
4077
4077
|
};
|
|
4078
4078
|
const xl = {
|
|
4079
4079
|
render: fl
|
|
@@ -4433,7 +4433,7 @@ const Kv = {
|
|
|
4433
4433
|
};
|
|
4434
4434
|
var ei = function() {
|
|
4435
4435
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
4436
|
-
return e("svg", t._g({
|
|
4436
|
+
return e("svg", t._g({ attrs: { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" } }, t.$listeners), [e("path", { staticStyle: { "fill-rule": "evenodd", fill: "var(--tv-color-warn-icon)" }, attrs: { "data-name": "三角形", d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z" } }), e("path", { staticStyle: { fill: "#fff", "fill-rule": "evenodd" }, attrs: { "data-name": "形状结合", d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z" } })]);
|
|
4437
4437
|
};
|
|
4438
4438
|
const ni = {
|
|
4439
4439
|
render: ei
|
|
@@ -4445,7 +4445,7 @@ const ni = {
|
|
|
4445
4445
|
};
|
|
4446
4446
|
var ci = function() {
|
|
4447
4447
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
4448
|
-
return e("svg", t._g({
|
|
4448
|
+
return e("svg", t._g({ attrs: { "data-name": "图层 1", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" } }, t.$listeners), [e("path", { staticStyle: { "fill-rule": "evenodd", fill: "var(--tv-color-warn-icon)" }, attrs: { "data-name": "三角形", d: "m8.84 1.5 6.04 11.13c.25.45.07 1.02-.39 1.26-.14.08-.29.12-.45.12H1.95c-.53 0-.95-.42-.95-.94 0-.16.03-.31.11-.44L7.15 1.5c.25-.46.83-.63 1.29-.38.17.08.31.22.4.38Z" } }), e("path", { staticStyle: { fill: "#fff", "fill-rule": "evenodd" }, attrs: { "data-name": "形状结合", d: "M8 12.01a.749.749 0 1 1 0-1.5c.42 0 .75.33.75.75s-.34.75-.75.75Zm0-7c.28 0 .5.22.5.5v3.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-3.5c0-.28.22-.5.5-.5Z" } })]);
|
|
4449
4449
|
};
|
|
4450
4450
|
const ai = {
|
|
4451
4451
|
render: ci
|
|
@@ -5183,971 +5183,983 @@ const Z_ = {
|
|
|
5183
5183
|
};
|
|
5184
5184
|
var E_ = function() {
|
|
5185
5185
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5186
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5186
|
+
return e("svg", t._g({ attrs: { width: "80", height: "80", viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { fill: "none", d: "M0 0h80v80H0z" } }), e("path", { attrs: { d: "M12.5 24.87h57.18c2.1 0 3.82 1.71 3.82 3.82V70.1c0 2.08-1.69 3.77-3.77 3.77H16.26c-2.08 0-3.76-1.69-3.76-3.77V24.87Z", fill: "var(--tv-color-no-data-gary-1)", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M8.81 25.37H56.5V70.1c0 2.08-1.69 3.77-3.77 3.77H11.26c-2.08 0-3.76-1.79-3.76-3.87V39.5h-7c0-.73 7.59-14.13 8.31-14.13Z", fill: "var(--tv-color-no-data-gary-2)", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M56.29 25.37h13.8c.68 0 1.51-.13 1.85.47l6.77 12.13c.26.45.74 1.15.29 1.4-.15.08-.95 0-1.11 0H66.22c-1.42 0-2.71-.79-3.36-2.05l-6.57-11.95Z", fill: "var(--tv-color-no-data-gary-2)", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M73.61 39.39v30.67c0 2.17-1.76 3.93-3.94 3.93H52.59v-.87h17.08c1.7 0 3.07-1.37 3.07-3.06V39.39h.87Z", fill: "var(--tv-color-no-data-border)" } }), e("path", { attrs: { d: "M56.92 25v45.06a3.94 3.94 0 0 1-3.94 3.93H10.94A3.94 3.94 0 0 1 7 70.06V39.39h.88v30.67a3.06 3.06 0 0 0 3.06 3.06h42.04a3.06 3.06 0 0 0 3.06-3.06V25.87H10.67V25h46.25Z", fill: "var(--tv-color-no-data-border)" } }), e("path", { attrs: { d: "M9.43 25c-.6 0-1.15.31-1.46.82L.13 38.64c-.26.42-.13.96.27 1.22.14.09.3.14.46.14h44.82c1.17 0 2.26-.61 2.9-1.62L57.04 25H9.43Zm.22 1h45.52l-7.52 11.81c-.47.74-1.28 1.19-2.14 1.19H1.17l7.75-12.6c.16-.25.43-.4.73-.4Z", fill: "var(--tv-color-no-data-border)" } }), e("path", { attrs: { d: "M70.75 25c.56 0 1.08.3 1.39.8l7.72 12.72c.25.41.14.95-.25 1.21-.13.09-.28.14-.44.14H66.14c-1.17 0-2.25-.66-2.85-1.73L55.98 25h14.77Zm-.03 1H57.79l6.39 11.71c.43.8 1.22 1.29 2.08 1.29h12.63L71.4 26.39a.802.802 0 0 0-.68-.39Z", fill: "var(--tv-color-no-data-border)" } }), e("rect", { attrs: { x: "13.5", y: "56", rx: "1.886", width: "14", height: "4", fill: "var(--tv-color-no-data-brand)" } }), e("path", { attrs: { d: "M23.56 63c.24 0 .44.22.44.5 0 .27-.2.5-.44.5h-9.63c-.24 0-.43-.23-.43-.5 0-.28.19-.5.43-.5h9.63Z", fill: "var(--tv-color-no-data-border)" } }), e("rect", { attrs: { x: "13.5", y: "66", rx: ".5", width: "5", height: "1", fill: "var(--tv-color-no-data-border)" } }), e("path", { attrs: { d: "M40 6c.27 0 .5.19.5.44v6.16c0 .25-.23.44-.5.44-.28 0-.51-.19-.51-.44V6.44c0-.25.23-.44.51-.44ZM56.55 8.64c.24.14.34.42.21.63l-3.08 5.34c-.12.21-.42.27-.66.13-.24-.14-.33-.42-.21-.63l3.08-5.34c.12-.21.42-.27.66-.13ZM23.44 8.64c.24-.14.54-.08.66.13l3.08 5.34c.12.21.03.49-.21.63s-.54.08-.66-.13l-3.08-5.34c-.13-.21-.03-.49.21-.63Z", fill: "var(--tv-color-no-data-border)" } })]);
|
|
5187
5187
|
};
|
|
5188
5188
|
const V_ = {
|
|
5189
5189
|
render: E_
|
|
5190
5190
|
}, L_ = function() {
|
|
5191
5191
|
return r({
|
|
5192
|
-
name: "
|
|
5192
|
+
name: "IconGridNoData",
|
|
5193
5193
|
component: V_
|
|
5194
5194
|
})();
|
|
5195
5195
|
};
|
|
5196
5196
|
var S_ = function() {
|
|
5197
5197
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5198
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("
|
|
5198
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("path", { attrs: { d: "m13.076 37.224 31.573-22.36a4.555 4.555 0 0 1 5.265 0l31.574 22.36a4.555 4.555 0 0 1 1.922 3.718V80.36a3.417 3.417 0 0 1-3.416 3.417H14.57a3.417 3.417 0 0 1-3.417-3.417V40.942c0-1.478.717-2.864 1.923-3.718Z", fill: "#FFF" } }), e("path", { attrs: { d: "m49.612 14.65 32.114 22.743a3.98 3.98 0 0 1 1.684 3.247v40.146a3 3 0 0 1-3.01 2.99H14.164a3 3 0 0 1-3.01-2.99V40.64a3.98 3.98 0 0 1 1.683-3.247L44.951 14.65a4.036 4.036 0 0 1 4.661 0Zm-4.078.812L13.42 38.205a2.984 2.984 0 0 0-1.263 2.435v40.146a2 2 0 0 0 2.007 1.994H80.4a2 2 0 0 0 2.007-1.994V40.64c0-.967-.47-1.874-1.263-2.435L49.03 15.462a3.027 3.027 0 0 0-3.496 0Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M44.638 56.15a4.541 4.541 0 0 1 5.096-.13l.192.13L83.41 80.548a.628.628 0 0 1-.998.508L49.338 56.958a3.532 3.532 0 0 0-3.935-.12l-.178.12-33.074 24.098a.628.628 0 0 1-.998-.508L44.638 56.15Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M83.41 40.912 52.3 59.062l29.3 21.399a1.139 1.139 0 0 0 1.81-.92v-38.63Z", fill: "#EEE" } }), e("path", { attrs: { d: "M83.41 40.912v38.9c0 .213-.068.42-.195.591a1.008 1.008 0 0 1-1.403.213L52.3 59.063l31.11-18.151Zm-1.003 1.74L54.12 59.157l28.286 20.657v-37.16Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "m11.153 40.912 31.11 18.15-29.3 21.399a1.139 1.139 0 0 1-1.81-.92v-38.63Z", fill: "#EEE" } }), e("path", { attrs: { d: "M11.153 40.912v38.9c0 .213.068.42.195.591.328.444.957.539 1.403.213l29.513-21.553-31.11-18.151Zm1.004 1.74 28.285 16.504-28.285 20.657v-37.16Z", fill: "#818181", "fill-rule": "nonzero" } }), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M82.964 52.173c-5.533 0-10.035 4.472-10.035 9.968 0 5.497 4.502 9.969 10.035 9.969C88.498 72.11 93 67.638 93 62.14c0-5.496-4.502-9.968-10.036-9.968", fill: "#0067D1" } }), e("path", { attrs: { d: "M82.964 56.908a.75.75 0 0 1 .753.747v5.856a.75.75 0 0 1-.753.748.75.75 0 0 1-.752-.748v-5.856a.75.75 0 0 1 .752-.747M82.964 67.624a1 1 0 0 1-1.003-.997 1 1 0 0 1 1.003-.997 1 1 0 0 1 1.004.997 1 1 0 0 1-1.004.997", fill: "#FFF" } })]), e("g", { attrs: { fill: "#818181" } }, [e("path", { attrs: { d: "M17.064 20.162h-1v7.45h1zM6.982 24.117a.464.464 0 0 0 0 .658l4.64 4.61a.47.47 0 0 0 .664 0 .464.464 0 0 0 0-.658l-4.641-4.61a.47.47 0 0 0-.663 0ZM3 33.666c0 .257.208.466.466.466h6.57a.466.466 0 0 0 0-.932h-6.57a.466.466 0 0 0-.466.466Z" } })])])]);
|
|
5199
5199
|
};
|
|
5200
5200
|
const B_ = {
|
|
5201
5201
|
render: S_
|
|
5202
5202
|
}, T_ = function() {
|
|
5203
5203
|
return r({
|
|
5204
|
-
name: "
|
|
5204
|
+
name: "IconNoNews",
|
|
5205
5205
|
component: B_
|
|
5206
5206
|
})();
|
|
5207
5207
|
};
|
|
5208
5208
|
var R_ = function() {
|
|
5209
5209
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5210
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("
|
|
5210
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("g", { attrs: { transform: "translate(3 17)" } }, [e("rect", { attrs: { fill: "#FFF", width: "81.173", height: "61.765", rx: "4.218" } }), e("path", { attrs: { d: "M77.432 0c2.066 0 3.741 1.656 3.741 3.698v54.368c0 2.043-1.675 3.699-3.74 3.699H3.74C1.675 61.765 0 60.109 0 58.066V3.698C0 1.656 1.675 0 3.74 0h73.692Zm0 1H3.741C2.233 1 1.01 2.208 1.01 3.698v54.368c0 1.49 1.222 2.7 2.73 2.7h73.691c1.508 0 2.73-1.21 2.73-2.7V3.698c0-1.49-1.222-2.698-2.73-2.698Z", fill: "#8F8F8F", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M4.218 0h72.627a4.218 4.218 0 0 1 4.218 4.218v9.266H0V4.218A4.218 4.218 0 0 1 4.218 0Z", fill: "#EEE" } }), e("path", { attrs: { d: "M77.322 0c2.066 0 3.741 1.656 3.741 3.698v9.786H0V3.698C0 1.656 1.675 0 3.74 0h73.582Zm0 1H3.741C2.233 1 1.01 2.208 1.01 3.698v8.786h79.041V3.698c0-1.454-1.163-2.64-2.62-2.696L77.322 1Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M74.504 8.464c.89 0 1.61-.71 1.61-1.587s-.72-1.587-1.61-1.587c-.89 0-1.61.71-1.61 1.587 0 .876.72 1.587 1.61 1.587Zm-5.37 0c.89 0 1.612-.71 1.612-1.587s-.722-1.587-1.611-1.587c-.89 0-1.61.71-1.61 1.587 0 .876.72 1.587 1.61 1.587Zm-5.368 0c.89 0 1.61-.71 1.61-1.587s-.72-1.587-1.61-1.587c-.89 0-1.61.71-1.61 1.587 0 .876.72 1.587 1.61 1.587Z", fill: "#818181" } })]), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M82.9 49.622c-5.569 0-10.1 4.48-10.1 9.986s4.531 9.985 10.1 9.985c5.57 0 10.1-4.48 10.1-9.985 0-5.507-4.53-9.986-10.1-9.986", fill: "#0067D1" } }), e("path", { attrs: { d: "M82.9 54.365c.418 0 .758.335.758.749v5.866c0 .413-.34.749-.758.749a.754.754 0 0 1-.757-.75v-5.865c0-.414.339-.75.757-.75M82.9 65.1c-.557 0-1.01-.447-1.01-.999s.453-.998 1.01-.998c.558 0 1.01.446 1.01.998s-.452.999-1.01.999", fill: "#FFF" } })]), e("path", { attrs: { d: "M43.137 46.478c2.134 0 3.864 1.61 3.864 3.596v1.766h.11c1.27 0 2.308.925 2.38 2.09l.005.13v4.993c0 1.225-1.068 2.219-2.385 2.219h-7.949c-1.317 0-2.385-.994-2.385-2.22V54.06c0-1.225 1.069-2.22 2.385-2.22h.11v-1.766c0-1.933 1.638-3.509 3.693-3.593l.172-.003Zm-3.325 6.288h-.704c-.667 0-1.208.51-1.208 1.138v5.12c0 .629.54 1.138 1.208 1.138h8.057c.667 0 1.209-.51 1.209-1.138v-5.12c0-.628-.542-1.138-1.209-1.138h-7.353Zm3.138 1.849a.56.56 0 0 1 .556.48l.005.075.001 1.478a.921.921 0 0 1 .373.74.93.93 0 0 1-.935.925.93.93 0 0 1-.936-.925c0-.303.147-.571.374-.74V55.17c0-.307.252-.555.562-.555Zm.187-7.028c-1.446 0-2.619 1.065-2.619 2.379v1.69h5.237v-1.69c0-1.27-1.095-2.307-2.474-2.375l-.144-.004Z", fill: "#818181", "fill-rule": "nonzero" } })])]);
|
|
5211
5211
|
};
|
|
5212
5212
|
const F_ = {
|
|
5213
5213
|
render: R_
|
|
5214
5214
|
}, A_ = function() {
|
|
5215
5215
|
return r({
|
|
5216
|
-
name: "
|
|
5216
|
+
name: "IconNoPerm",
|
|
5217
5217
|
component: F_
|
|
5218
5218
|
})();
|
|
5219
5219
|
};
|
|
5220
5220
|
var y_ = function() {
|
|
5221
5221
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5222
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5222
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("path", { attrs: { d: "M59.584 11h8.796a5.062 5.062 0 0 1 5.062 5.062v9.875c0 .698-.567 1.265-1.266 1.265H59.584V11Z", fill: "#EEE" } }), e("path", { attrs: { d: "M68.822 11a4.624 4.624 0 0 1 4.62 4.63v10.415c0 .639-.517 1.157-1.155 1.157H59.584V11h9.238Zm0 1.043h-8.197v14.116h11.662a.115.115 0 0 0 .114-.114V15.629a3.583 3.583 0 0 0-3.579-3.586Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M14.257 11h54.546l.31.988c-5.005 0-4.363 3.19-4.363 13.066V37.04a5.483 5.483 0 1 0 0 .007v40.221a5.483 5.483 0 0 1-5.484 5.483H14.257a5.483 5.483 0 0 1-5.483-5.483V16.483A5.483 5.483 0 0 1 14.257 11Z", fill: "#FFF" } }), e("path", { attrs: { d: "m68.803 11 .31.988c-5.005 0-4.363 3.19-4.363 13.066v52.683a5.01 5.01 0 0 1-5.004 5.014H13.778a5.01 5.01 0 0 1-5.004-5.014V16.015A5.01 5.01 0 0 1 13.778 11h55.025Zm-55.025 1.043a3.968 3.968 0 0 0-3.964 3.972v61.722a3.968 3.968 0 0 0 3.964 3.972h45.968a3.968 3.968 0 0 0 3.963-3.972v-52.84c0-.784-.004-1.5-.013-2.654-.006-.781-.01-1.48-.01-2.106v-.408c.005-3.379.121-4.57.546-5.829.263-.783.646-1.396 1.162-1.856l-51.616-.001Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M60.002 82.751H10.33A7.33 7.33 0 0 1 3 75.422v-6.486c0-.466.378-.843.844-.843h50.381c.466 0 .844.377.844.843v8.561c0 1.886 1.277 4.226 4.006 4.226 1.714 0 .094 1.028.927 1.028Z", fill: "#FFF" } }), e("path", { attrs: { d: "M54.299 68.093a.77.77 0 0 1 .77.771v8.633c0 1.886 1.277 4.226 4.006 4.226 1.714 0 .094 1.028.927 1.028H10.314C6.274 82.751 3 79.47 3 75.422v-6.558a.77.77 0 0 1 .77-.771h50.529Zm-.27 1.042H4.04v6.287c0 3.42 2.725 6.201 6.117 6.285l.157.002H55.97l-.033-.027c-1.173-.954-1.868-2.44-1.907-4.043l-.002-.142v-8.362Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "m81.398 74.93-2.891-2.897a.634.634 0 0 1 .894-.896l2.892 2.897a.634.634 0 0 1-.895.897Z", fill: "#818181" } }), e("path", { attrs: { d: "M81.637 74.326a2.076 2.076 0 0 1 2.94 0l5.88 5.891a2.085 2.085 0 0 1 0 2.946 2.076 2.076 0 0 1-2.94 0l-5.88-5.892a2.085 2.085 0 0 1 0-2.945Z", fill: "#FFF" } }), e("path", { attrs: { d: "M81.628 74.326a2.08 2.08 0 0 1 2.943.003l5.891 5.892a2.08 2.08 0 0 1 .004 2.942 2.08 2.08 0 0 1-2.943-.003l-5.892-5.892a2.08 2.08 0 0 1-.003-2.942Zm.736.736a1.04 1.04 0 0 0 .002 1.471l5.892 5.892a1.04 1.04 0 1 0 1.47-1.47l-5.892-5.891a1.04 1.04 0 0 0-1.472-.002Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M69.578 46.265c8.023 0 14.55 6.54 14.55 14.581s-6.527 14.582-14.55 14.582-14.55-6.541-14.55-14.582c0-8.04 6.527-14.581 14.55-14.581Z", fill: "#FFF" } }), e("path", { attrs: { d: "M69.578 46.265c8.023 0 14.55 6.54 14.55 14.581s-6.527 14.582-14.55 14.582-14.55-6.541-14.55-14.582c0-8.04 6.527-14.581 14.55-14.581Zm0 1.041c-7.45 0-13.511 6.075-13.511 13.54 0 7.466 6.062 13.54 13.51 13.54 7.45 0 13.512-6.074 13.512-13.54 0-7.465-6.062-13.54-13.511-13.54Z", fill: "#818181", "fill-rule": "nonzero" } }), e("g", { attrs: { fill: "#818181" } }, [e("path", { attrs: { d: "M78.435 35.48h1v7.785h-1zM88.876 39.613c.19.19.19.498 0 .688l-4.806 4.816a.485.485 0 1 1-.686-.688l4.806-4.816a.485.485 0 0 1 .686 0ZM93 49.59a.487.487 0 0 1-.487.486H85.72a.487.487 0 0 1 0-.973h6.794c.27 0 .487.218.487.487Z" } })]), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M37.009 32.603c-5.73 0-10.393 4.672-10.393 10.415 0 5.743 4.662 10.416 10.393 10.416 5.73 0 10.393-4.673 10.393-10.416s-4.663-10.415-10.393-10.415", fill: "#0067D1" } }), e("path", { attrs: { d: "M37.009 37.55c.43 0 .78.35.78.781v6.118a.78.78 0 1 1-1.56 0v-6.118a.78.78 0 0 1 .78-.781M37.009 48.747a1.04 1.04 0 0 1-1.04-1.042 1.04 1.04 0 1 1 2.08 0 1.04 1.04 0 0 1-1.04 1.042", fill: "#FFF" } })])])]);
|
|
5223
5223
|
};
|
|
5224
5224
|
const D_ = {
|
|
5225
5225
|
render: y_
|
|
5226
5226
|
}, b_ = function() {
|
|
5227
5227
|
return r({
|
|
5228
|
-
name: "
|
|
5228
|
+
name: "IconNoResult",
|
|
5229
5229
|
component: D_
|
|
5230
5230
|
})();
|
|
5231
5231
|
};
|
|
5232
5232
|
var k_ = function() {
|
|
5233
5233
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5234
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5234
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("circle", { attrs: { cx: "12", cy: "12", r: "11.5", fill: "#F3F3F3", stroke: "#C9C9C9", "fill-rule": "evenodd" } })]);
|
|
5235
5235
|
};
|
|
5236
5236
|
const P_ = {
|
|
5237
5237
|
render: k_
|
|
5238
5238
|
}, O_ = function() {
|
|
5239
5239
|
return r({
|
|
5240
|
-
name: "
|
|
5240
|
+
name: "IconNotStarted",
|
|
5241
5241
|
component: P_
|
|
5242
5242
|
})();
|
|
5243
5243
|
};
|
|
5244
5244
|
var U_ = function() {
|
|
5245
5245
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5246
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5246
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 10 10", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("circle", { attrs: { cx: "18", cy: "8", r: "4", transform: "translate(-13 -3)", stroke: "#AEAEAE", fill: "none", "fill-rule": "evenodd" } })]);
|
|
5247
5247
|
};
|
|
5248
5248
|
const W_ = {
|
|
5249
5249
|
render: U_
|
|
5250
5250
|
}, N_ = function() {
|
|
5251
5251
|
return r({
|
|
5252
|
-
name: "
|
|
5252
|
+
name: "IconNotStartedMini",
|
|
5253
5253
|
component: W_
|
|
5254
5254
|
})();
|
|
5255
5255
|
};
|
|
5256
5256
|
var G_ = function() {
|
|
5257
5257
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5258
|
-
return e("svg", t._g({
|
|
5258
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 28 28", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M14 0c7.7 0 14 6.3 14 14s-6.3 14-14 14S0 21.7 0 14 6.3 0 14 0Z", fill: "#EEF3FE" } }), e("path", { attrs: { d: "M14 6c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8Z", fill: "#0067D1" } })])]);
|
|
5259
5259
|
};
|
|
5260
5260
|
const J_ = {
|
|
5261
5261
|
render: G_
|
|
5262
5262
|
}, q_ = function() {
|
|
5263
5263
|
return r({
|
|
5264
|
-
name: "
|
|
5264
|
+
name: "IconOnGoing",
|
|
5265
5265
|
component: J_
|
|
5266
5266
|
})();
|
|
5267
5267
|
};
|
|
5268
5268
|
var Q_ = function() {
|
|
5269
5269
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5270
|
-
return e("svg", t._g({
|
|
5270
|
+
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("circle", { staticStyle: { "fill-rule": "evenodd", "clip-rule": "evenodd" }, attrs: { cx: "8", cy: "8", r: "8" } })]);
|
|
5271
5271
|
};
|
|
5272
5272
|
const j_ = {
|
|
5273
5273
|
render: Q_
|
|
5274
5274
|
}, X_ = function() {
|
|
5275
5275
|
return r({
|
|
5276
|
-
name: "
|
|
5276
|
+
name: "IconOnGoingMini",
|
|
5277
5277
|
component: j_
|
|
5278
5278
|
})();
|
|
5279
5279
|
};
|
|
5280
5280
|
var Y_ = function() {
|
|
5281
5281
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5282
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h120v120H0z" } }), e("g", { attrs: { "fill-rule": "nonzero", transform: "translate(
|
|
5282
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h120v120H0z" } }), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("g", { attrs: { transform: "translate(4 21)" } }, [e("rect", { attrs: { fill: "#FFF", width: "102.819", height: "78", rx: "4.218" } }), e("path", { attrs: { d: "M98.08 0c2.618 0 4.74 2.091 4.74 4.67v68.66c0 2.579-2.122 4.67-4.74 4.67H4.739C2.121 78 0 75.909 0 73.33V4.67C0 2.092 2.121 0 4.738 0h93.343Zm0 1.262H4.739c-1.91 0-3.457 1.526-3.457 3.409v68.658c0 1.883 1.548 3.409 3.457 3.409h93.343c1.91 0 3.458-1.526 3.458-3.409V4.671c0-1.883-1.549-3.409-3.458-3.409Z", fill: "#8F8F8F" } }), e("path", { attrs: { d: "M4.218 0h94.244a4.218 4.218 0 0 1 4.218 4.218v12.81H0V4.219A4.218 4.218 0 0 1 4.218 0Z", fill: "#EEE" } }), e("path", { attrs: { d: "M97.942 0c2.617 0 4.738 2.091 4.738 4.67V17.03H0V4.67C0 2.09 2.121 0 4.738 0h93.204Zm0 1.262H4.738c-1.91 0-3.457 1.526-3.457 3.409v11.095h100.118V4.671c0-1.837-1.473-3.334-3.318-3.406l-.14-.003Z", fill: "#818181" } }), e("path", { attrs: { d: "M94.371 10.689c1.127 0 2.04-.898 2.04-2.004 0-1.107-.913-2.005-2.04-2.005-1.126 0-2.04.898-2.04 2.005 0 1.106.914 2.004 2.04 2.004Zm-6.8 0c1.127 0 2.04-.898 2.04-2.004 0-1.107-.913-2.005-2.04-2.005s-2.04.898-2.04 2.005c0 1.106.913 2.004 2.04 2.004Zm-6.8 0c1.126 0 2.04-.898 2.04-2.004 0-1.107-.914-2.005-2.04-2.005-1.128 0-2.041.898-2.041 2.005 0 1.106.913 2.004 2.04 2.004Z", fill: "#818181" } })]), e("path", { attrs: { d: "M105.207 62.196c-7.054 0-12.793 5.658-12.793 12.611 0 6.954 5.739 12.611 12.793 12.611 7.054 0 12.793-5.657 12.793-12.61 0-6.954-5.739-12.612-12.793-12.612", fill: "#0067D1" } }), e("path", { attrs: { d: "M105.207 68.187c.53 0 .96.423.96.945v7.408c0 .522-.43.946-.96.946a.953.953 0 0 1-.96-.946v-7.408c0-.522.43-.945.96-.945M105.207 81.743a1.27 1.27 0 0 1-1.28-1.26 1.27 1.27 0 0 1 1.28-1.262c.706 0 1.28.564 1.28 1.261a1.27 1.27 0 0 1-1.28 1.261", fill: "#FFF" } }), e("path", { attrs: { d: "M54.84 58.226c2.703 0 4.894 2.033 4.894 4.541v2.231h.14c1.608 0 2.924 1.168 3.016 2.639l.005.164v6.306c0 1.547-1.353 2.802-3.021 2.802H49.805c-1.668 0-3.02-1.255-3.02-2.802V67.8c0-1.547 1.353-2.802 3.02-2.802l.14-.001v-2.23c0-2.441 2.074-4.431 4.677-4.537l.218-.005Zm-4.212 7.941h-.891c-.845 0-1.53.644-1.53 1.437v6.467c0 .793.685 1.437 1.53 1.437h10.205c.846 0 1.531-.644 1.531-1.437v-6.467c0-.793-.686-1.437-1.53-1.437h-9.315Zm3.975 2.335c.36 0 .657.264.704.606l.007.095.001 1.867c.287.213.472.552.472.934 0 .645-.53 1.169-1.184 1.169a1.177 1.177 0 0 1-1.185-1.17c0-.381.186-.72.473-.934l.001-1.866c0-.387.318-.701.71-.701Zm.237-8.874c-1.832 0-3.317 1.344-3.317 3.003v2.134h6.633v-2.134c0-1.604-1.387-2.913-3.134-2.999l-.182-.004Z", fill: "#818181" } })])])]);
|
|
5283
5283
|
};
|
|
5284
5284
|
const K_ = {
|
|
5285
5285
|
render: Y_
|
|
5286
5286
|
}, td = function() {
|
|
5287
5287
|
return r({
|
|
5288
|
-
name: "
|
|
5288
|
+
name: "IconPageNoperm",
|
|
5289
5289
|
component: K_
|
|
5290
5290
|
})();
|
|
5291
5291
|
};
|
|
5292
5292
|
var ed = function() {
|
|
5293
5293
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5294
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5294
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h120v120H0z" } }), e("g", { attrs: { "fill-rule": "nonzero", transform: "translate(3 21)" } }, [e("rect", { attrs: { fill: "#FFF", width: "102.903", height: "78.69", rx: "4.218" } }), e("path", { attrs: { d: "M98.16 0c2.62 0 4.743 2.11 4.743 4.712v69.266c0 2.603-2.123 4.712-4.742 4.712H4.742C2.123 78.69 0 76.58 0 73.978V4.712C0 2.11 2.123 0 4.742 0h93.419Zm0 1.274H4.743c-1.911 0-3.46 1.539-3.46 3.438v69.266c0 1.9 1.549 3.439 3.46 3.439h93.419c1.91 0 3.46-1.54 3.46-3.439V4.712c0-1.899-1.55-3.438-3.46-3.438Z", fill: "#8F8F8F" } }), e("path", { attrs: { d: "M4.218 0h94.327a4.218 4.218 0 0 1 4.218 4.218v12.961H0V4.218A4.218 4.218 0 0 1 4.218 0Z", fill: "#EEE" } }), e("path", { attrs: { d: "M98.021 0c2.62 0 4.742 2.11 4.742 4.712v12.467H0V4.712C0 2.11 2.123 0 4.742 0h93.28Zm0 1.274H4.742c-1.911 0-3.46 1.539-3.46 3.438v11.194h100.2V4.712c0-1.853-1.475-3.363-3.321-3.436l-.14-.002Z", fill: "#818181" } }), e("path", { attrs: { d: "M94.448 10.783a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021A2.032 2.032 0 0 0 85.6 8.76c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Z", fill: "#818181" } })]), e("g", { attrs: { transform: "translate(36.861 58.897)", stroke: "#818181", "stroke-width": "1.139" } }, [e("rect", { attrs: { fill: "#FFF", "fill-rule": "nonzero", width: "36.189", height: "19.038", rx: "2.278" } }), e("ellipse", { attrs: { cx: "17.858", cy: "9.999", rx: "2.266", ry: "2.313" } }), e("ellipse", { attrs: { cx: "26.363", cy: "9.999", rx: "2.266", ry: "2.313" } }), e("ellipse", { attrs: { cx: "9.353", cy: "9.999", rx: "2.266", ry: "2.313" } })]), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M106.39 62.363c-6.954 0-12.611 5.657-12.611 12.61 0 6.954 5.657 12.611 12.61 12.611 6.954 0 12.611-5.657 12.611-12.61 0-6.954-5.657-12.611-12.61-12.611", fill: "#0067D1" } }), e("path", { attrs: { d: "M106.39 68.353c.521 0 .945.424.945.946v7.407a.946.946 0 0 1-1.891 0V69.3c0-.522.423-.946.945-.946M106.39 81.91a1.26 1.26 0 1 1-.001-2.522 1.26 1.26 0 0 1 0 2.521", fill: "#FFF" } })])])]);
|
|
5295
5295
|
};
|
|
5296
5296
|
const nd = {
|
|
5297
5297
|
render: ed
|
|
5298
5298
|
}, rd = function() {
|
|
5299
5299
|
return r({
|
|
5300
|
-
name: "
|
|
5300
|
+
name: "IconPageNothing",
|
|
5301
5301
|
component: nd
|
|
5302
5302
|
})();
|
|
5303
5303
|
};
|
|
5304
5304
|
var cd = function() {
|
|
5305
5305
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5306
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5306
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 155 126", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h155v126H0z" } }), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("g", { attrs: { transform: "translate(83.562 20.562)" } }, [e("path", { attrs: { d: "M58.876 55.25v26.94c0 .465-.189.887-.494 1.192a1.68 1.68 0 0 1-1.192.494H1.686a1.68 1.68 0 0 1-1.192-.494A1.68 1.68 0 0 1 0 82.19V55.25h58.876Z", stroke: "#818181", "stroke-width": "1.124", fill: "#FFF" } }), e("path", { attrs: { stroke: "#818181", "stroke-width": "1.124", fill: "#FFF", d: "M0 27.625h58.876v28.626H0z" } }), e("path", { attrs: { d: "M57.19 0c.465 0 .887.189 1.192.494.305.305.494.727.494 1.192v26.94H0V1.686C0 1.221.189.8.494.494A1.68 1.68 0 0 1 1.686 0H57.19Z", stroke: "#818181", "stroke-width": "1.124", fill: "#FFF" } }), e("circle", { attrs: { fill: "#0067D1", cx: "44.938", cy: "13.938", r: "2.5" } }), e("circle", { attrs: { fill: "#EEE", cx: "44.938", cy: "41.938", r: "2.5" } }), e("circle", { attrs: { fill: "#EEE", cx: "44.938", cy: "69.938", r: "2.5" } }), e("path", { attrs: { fill: "#EEE", d: "M17.438 13.438h21v1h-21zM17.438 41.438h21v1h-21zM17.438 69.438h21v1h-21z" } })]), e("path", { attrs: { d: "M3.444 104.021h147.112a.444.444 0 1 1 0 .888H3.444a.444.444 0 0 1 0-.888Z", fill: "#818181" } }), e("g", { attrs: { stroke: "#818181", "stroke-width": ".964" } }, [e("path", { attrs: { d: "M109.414 31.482c.931 0 1.775.377 2.385.988.61.61.988 1.454.988 2.385v61.014H14.213V34.855c0-.931.378-1.775.988-2.385a3.363 3.363 0 0 1 2.385-.988h91.828Z", fill: "#EEE" } }), e("path", { attrs: { d: "m120.036 95.871.482 4.324a4.31 4.31 0 0 1-1.266 3.057 4.31 4.31 0 0 1-3.057 1.266H10.805a4.31 4.31 0 0 1-3.057-1.266 4.31 4.31 0 0 1-1.266-3.057v-3.842l113.554-.482Z", fill: "#FFF" } }), e("path", { attrs: { d: "m78.817 95.871-.537 2.004a1.182 1.182 0 0 1-1.143.877H50.829a1.182 1.182 0 0 1-1.143-.877l-.537-2.004h29.668Z", fill: "#EEE" } }), e("path", { attrs: { d: "M106.512 35.326c.665 0 1.268.27 1.704.706.436.436.705 1.038.705 1.703V95.87H18.08V37.735c0-.665.27-1.267.705-1.703a2.402 2.402 0 0 1 1.704-.706h86.024Z", fill: "#FFF" } })]), e("path", { attrs: { d: "M43.86 53.611c-6.892 0-12.5 5.608-12.5 12.5 0 6.893 5.608 12.5 12.5 12.5s12.5-5.607 12.5-12.5c0-6.892-5.608-12.5-12.5-12.5", fill: "#0067D1" } }), e("path", { attrs: { d: "M44.195 59.714c.531 0 .962.431.962.963v7.547a.963.963 0 1 1-1.925 0v-7.547c0-.532.431-.963.963-.963M44.195 73.524a1.284 1.284 0 1 1 0-2.567 1.284 1.284 0 0 1 0 2.567", fill: "#FFF" } }), e("g", { attrs: { fill: "#818181" } }, [e("path", { attrs: { d: "M66.857 52.143h4.837a.48.48 0 0 1 0 .96h-4.837a.48.48 0 1 1 0-.96ZM77.487 52.143h17.668a.48.48 0 1 1 0 .96H77.487a.48.48 0 1 1 0-.96ZM66.857 58.87h28.147a.48.48 0 1 1 0 .961H66.857a.48.48 0 1 1 0-.96ZM66.857 65.597h28.147a.48.48 0 1 1 0 .961H66.857a.48.48 0 1 1 0-.96ZM66.857 72.325h28.147a.48.48 0 1 1 0 .96H66.857a.48.48 0 1 1 0-.96ZM66.857 79.052h4.837a.48.48 0 0 1 0 .961h-4.837a.48.48 0 0 1 0-.961ZM76.04 79.052h7.731v1h-7.73z" } })])])])]);
|
|
5307
5307
|
};
|
|
5308
5308
|
const ad = {
|
|
5309
5309
|
render: cd
|
|
5310
5310
|
}, sd = function() {
|
|
5311
5311
|
return r({
|
|
5312
|
-
name: "
|
|
5312
|
+
name: "IconPageServererror",
|
|
5313
5313
|
component: ad
|
|
5314
5314
|
})();
|
|
5315
5315
|
};
|
|
5316
5316
|
var od = function() {
|
|
5317
5317
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5318
|
-
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg",
|
|
5318
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 120 120", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h120v120H0z" } }), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("g", { attrs: { transform: "translate(4 24)" } }, [e("rect", { attrs: { fill: "#FFF", width: "102.903", height: "78.69", rx: "4.218" } }), e("path", { attrs: { d: "M98.16 0c2.62 0 4.743 2.11 4.743 4.712v69.266c0 2.603-2.123 4.712-4.742 4.712H4.742C2.123 78.69 0 76.58 0 73.978V4.712C0 2.11 2.123 0 4.742 0h93.419Zm0 1.274H4.743c-1.911 0-3.46 1.539-3.46 3.438v69.266c0 1.9 1.549 3.439 3.46 3.439h93.419c1.91 0 3.46-1.54 3.46-3.439V4.712c0-1.899-1.55-3.438-3.46-3.438Z", fill: "#8F8F8F" } }), e("path", { attrs: { d: "M4.218 0h94.327a4.218 4.218 0 0 1 4.218 4.218v12.961H0V4.218A4.218 4.218 0 0 1 4.218 0Z", fill: "#EEE" } }), e("path", { attrs: { d: "M98.021 0c2.62 0 4.742 2.11 4.742 4.712v12.467H0V4.712C0 2.11 2.123 0 4.742 0h93.28Zm0 1.274H4.742c-1.911 0-3.46 1.539-3.46 3.438v11.194h100.2V4.712c0-1.853-1.475-3.363-3.321-3.436l-.14-.002Z", fill: "#818181" } }), e("path", { attrs: { d: "M94.448 10.783a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021A2.032 2.032 0 0 0 85.6 8.76c0 1.117.914 2.022 2.042 2.022Zm-6.806 0a2.032 2.032 0 0 0 2.042-2.022 2.032 2.032 0 0 0-2.042-2.021 2.032 2.032 0 0 0-2.042 2.021c0 1.117.914 2.022 2.042 2.022Z", fill: "#818181" } })]), e("path", { attrs: { d: "M54.175 78.041a1.421 1.421 0 0 1 2.02 0 1.445 1.445 0 0 1 0 2.034 1.421 1.421 0 0 1-2.02 0 1.445 1.445 0 0 1 0-2.034Zm5.512-3.995c.342.38.342.994 0 1.373a.818.818 0 0 1-1.24 0c-1.935-2.143-5.066-2.143-7 0a.818.818 0 0 1-1.24 0 1.046 1.046 0 0 1 0-1.373c2.619-2.901 6.86-2.901 9.48 0Zm4.285-3.562a.775.775 0 0 1 0 1.148.91.91 0 0 1-1.227 0c-4.18-3.908-10.942-3.908-15.12 0a.91.91 0 0 1-1.228 0 .775.775 0 0 1 0-1.148c4.857-4.542 12.718-4.542 17.575 0Zm3.333-3.945a.888.888 0 0 1 0 1.24.852.852 0 0 1-1.22 0 15.554 15.554 0 0 0-22.277 0 .852.852 0 0 1-1.22 0 .888.888 0 0 1 0-1.24 17.258 17.258 0 0 1 24.717 0Z", fill: "#818181" } }), e("path", { attrs: { d: "M105.39 65.363c-6.954 0-12.611 5.657-12.611 12.61 0 6.954 5.657 12.611 12.61 12.611 6.954 0 12.611-5.657 12.611-12.61 0-6.954-5.657-12.611-12.61-12.611", fill: "#0067D1" } }), e("path", { attrs: { d: "M105.39 71.353c.521 0 .945.424.945.946v7.407a.946.946 0 0 1-1.891 0V72.3c0-.522.423-.946.945-.946M105.39 84.91a1.26 1.26 0 1 1-.001-2.522 1.26 1.26 0 0 1 0 2.521", fill: "#FFF" } })])])]);
|
|
5319
5319
|
};
|
|
5320
5320
|
const ld = {
|
|
5321
5321
|
render: od
|
|
5322
5322
|
}, vd = function() {
|
|
5323
5323
|
return r({
|
|
5324
|
-
name: "
|
|
5324
|
+
name: "IconPageWeaknet",
|
|
5325
5325
|
component: ld
|
|
5326
5326
|
})();
|
|
5327
5327
|
};
|
|
5328
5328
|
var id = function() {
|
|
5329
5329
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5330
|
-
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5330
|
+
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" } }, t.$listeners), [e("path", { attrs: { d: "m14.719 1.554.129.121 9.052 9.139a3.8 3.8 0 0 1 1.093 2.443l.007.23v7.714a3.798 3.798 0 0 1-3.596 3.794l-.201.005h-4.655a.76.76 0 0 1-.103-1.513l.103-.006h4.655a2.279 2.279 0 0 0 2.273-2.124l.005-.156v-7.714a2.28 2.28 0 0 0-.526-1.456l-.134-.148-9.052-9.139a.76.76 0 0 0-.982-.083l-.085.071-9.487 9.155a2.28 2.28 0 0 0-.689 1.456l-.007.184v7.674c0 1.207.937 2.194 2.122 2.274l.156.006 3.899-.001v-6.179a4.304 4.304 0 0 1 8.603-.208l.005.208v3.9a.76.76 0 0 1-1.512.103l-.007-.103v-3.9a2.785 2.785 0 0 0-5.565-.17l-.005.17v6.94a.76.76 0 0 1-.684.755l-.08.004H4.798a3.798 3.798 0 0 1-3.792-3.597L1 21.201v-7.674a3.8 3.8 0 0 1 1.007-2.576l.154-.157 9.486-9.155a2.278 2.278 0 0 1 3.072-.085Z", "fill-rule": "evenodd" } })]);
|
|
5331
5331
|
};
|
|
5332
5332
|
const hd = {
|
|
5333
5333
|
render: id
|
|
5334
5334
|
}, md = function() {
|
|
5335
5335
|
return r({
|
|
5336
|
-
name: "
|
|
5336
|
+
name: "IconPublicHome",
|
|
5337
5337
|
component: hd
|
|
5338
5338
|
})();
|
|
5339
5339
|
};
|
|
5340
5340
|
var _d = function() {
|
|
5341
5341
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5342
|
-
return e("svg", t._g({ attrs: {
|
|
5342
|
+
return e("svg", t._g({ attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" } }, t.$listeners), [e("path", { attrs: { d: "M17 23.002a4.992 4.992 0 0 1-4 2 4.992 4.992 0 0 1-3.999-2H17ZM12.71 1.5a.75.75 0 0 1 .744.648l.007.102v.696c3.002.303 5.529 2.408 6.343 5.3.13.446.215.915.252 1.405l.02.372.005.65c.059 4.239.966 7.246 2.675 9.04a1.218 1.218 0 0 1-.746 2.055l-.134.008H3.906a1.22 1.22 0 0 1-.93-2.006c1.507-1.794 2.311-4.819 2.365-9.082l.003-.461v-.108l.011-.3a6.835 6.835 0 0 1 .257-1.554c.812-2.905 3.342-5.015 6.348-5.32V2.25a.75.75 0 0 1 .75-.75Zm0 2.908a5.865 5.865 0 0 0-5.655 4.268 5.221 5.221 0 0 0-.177.902l-.025.319-.007.177-.005.634c-.05 3.946-.718 6.975-2.035 9.086l-.162.25-.162.231h16.772l-.156-.197c-1.572-2.046-2.397-5.028-2.507-8.931l-.01-.455-.005-.63a5.479 5.479 0 0 0-.214-1.402c-.701-2.494-3.001-4.252-5.651-4.252Z", "fill-rule": "evenodd" } })]);
|
|
5343
5343
|
};
|
|
5344
5344
|
const dd = {
|
|
5345
5345
|
render: _d
|
|
5346
5346
|
}, gd = function() {
|
|
5347
5347
|
return r({
|
|
5348
|
-
name: "
|
|
5348
|
+
name: "IconPublicNotice",
|
|
5349
5349
|
component: dd
|
|
5350
5350
|
})();
|
|
5351
5351
|
};
|
|
5352
5352
|
var pd = function() {
|
|
5353
5353
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5354
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5354
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 20", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M.003 9.99c0-1.874-.007-3.75 0-5.624a10.71 10.71 0 0 1 .332-2.69c.49-1.86 1.703-2.965 3.562-3.393A12.532 12.532 0 0 1 6.734-2H17.52c.908-.005 1.814.099 2.697.31 1.915.468 3.064 1.681 3.502 3.59.197.902.29 1.823.28 2.746V15.55c.005.899-.098 1.796-.308 2.67-.469 1.916-1.687 3.06-3.596 3.497-.932.201-1.884.295-2.837.282H6.518a11.447 11.447 0 0 1-2.718-.305C1.877 21.225.722 20.007.285 18.089c-.223-.975-.282-1.953-.282-2.939V9.99Z", fill: "none" } }), e("path", { attrs: { d: "M8.25 14v3.365c0 1.327 1.12 2.385 2.482 2.385a2.52 2.52 0 0 0 1.955-.916l1.895-2.328a.75.75 0 0 0-.3-1.168l-5-2.033A.75.75 0 0 0 8.25 14Zm1.5 1.114 3.028 1.231-1.254 1.543a1.02 1.02 0 0 1-.792.362c-.552 0-.982-.406-.982-.885v-2.251Z" } }), e("path", { attrs: { d: "M22.533.473a.75.75 0 0 1-.006 1.06L9.55 14.364a.75.75 0 0 1-1.128-.983l.073-.084L21.473.467a.75.75 0 0 1 1.06.006Z" } }), e("path", { attrs: { d: "M21.275.35a1.872 1.872 0 0 1 2.471 1.901l-.02.182L21.402 16.7a2.437 2.437 0 0 1-3.183 1.922l-.186-.071-9.31-4.031a.75.75 0 0 1 .5-1.41l.096.033 9.31 4.031a.936.936 0 0 0 1.268-.607l.024-.108 2.323-14.266a.386.386 0 0 0-.015-.184.374.374 0 0 0-.399-.255l-.073.017-19.37 6.576a.95.95 0 0 0-.171 1.713l.106.054 3.807 1.684a.75.75 0 0 1-.51 1.407l-.096-.035-3.802-1.682a2.449 2.449 0 0 1 .008-4.494l.176-.067L21.276.35Z" } })]);
|
|
5355
5355
|
};
|
|
5356
5356
|
const wd = {
|
|
5357
5357
|
render: pd
|
|
5358
5358
|
}, ud = function() {
|
|
5359
5359
|
return r({
|
|
5360
|
-
name: "
|
|
5360
|
+
name: "IconPublish",
|
|
5361
5361
|
component: wd
|
|
5362
5362
|
})();
|
|
5363
5363
|
};
|
|
5364
5364
|
var fd = function() {
|
|
5365
5365
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5366
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5366
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M160 320c-19.2 0-32-12.8-32-32V160c0-19.2 12.8-32 32-32h128c19.2 0 32 12.8 32 32s-12.8 32-32 32h-96v96c0 19.2-12.8 32-32 32zm704 0c-19.2 0-32-12.8-32-32v-96h-96c-19.2 0-32-12.8-32-32s12.8-32 32-32h128c19.2 0 32 12.8 32 32v128c0 19.2-12.8 32-32 32zm0 576H736c-19.2 0-32-12.8-32-32s12.8-32 32-32h96v-96c0-19.2 12.8-32 32-32s32 12.8 32 32v128c0 19.2-12.8 32-32 32zm-576 0H160c-19.2 0-32-12.8-32-32V736c0-19.2 12.8-32 32-32s32 12.8 32 32v96h96c19.2 0 32 12.8 32 32s-12.8 32-32 32zm576-352H160c-19.2 0-32-12.8-32-32s12.8-32 32-32h704c19.2 0 32 12.8 32 32s-12.8 32-32 32z" } })]);
|
|
5367
5367
|
};
|
|
5368
5368
|
const xd = {
|
|
5369
5369
|
render: fd
|
|
5370
5370
|
}, Id = function() {
|
|
5371
5371
|
return r({
|
|
5372
|
-
name: "
|
|
5372
|
+
name: "IconScan",
|
|
5373
5373
|
component: xd
|
|
5374
5374
|
})();
|
|
5375
5375
|
};
|
|
5376
5376
|
var $d = function() {
|
|
5377
5377
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5378
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5378
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M13.268 13.28a4.501 4.501 0 0 1 6.856 5.78l1.639 1.641a.75.75 0 0 1-.977 1.133l-.084-.072-1.637-1.637a4.502 4.502 0 0 1-5.796-.481 4.499 4.499 0 0 1 0-6.364Zm-2.303-.54a.75.75 0 0 1 .101 1.492l-.101.007H5.624a2.107 2.107 0 0 0-.15 4.208l.15.005h5.34a.75.75 0 0 1 .102 1.493l-.101.007H5.624a3.606 3.606 0 0 1-.192-7.208l.192-.005h5.34Zm7.462 1.466a2.999 2.999 0 0 0-4.098 4.377 3 3 0 0 0 4.243-4.242Zm-.085-10.168a3.604 3.604 0 0 1 3.605 3.605 3.605 3.605 0 0 1-3.605 3.607H2.804c-1 0-1-1.5 0-1.5a2.105 2.105 0 0 0 2.105-2.107 2.104 2.104 0 0 0-2.105-2.105c-1 0-1-1.5 0-1.5h15.538ZM5.73 5.537l.025.035a3.59 3.59 0 0 1 .653 2.071l-.005.193a3.575 3.575 0 0 1-.528 1.696l-.144.217 12.61.001a2.105 2.105 0 0 0 2.105-2.107l-.004-.15a2.106 2.106 0 0 0-2.101-1.955L5.73 5.537Z" } })]);
|
|
5379
5379
|
};
|
|
5380
5380
|
const Md = {
|
|
5381
5381
|
render: $d
|
|
5382
5382
|
}, Hd = function() {
|
|
5383
5383
|
return r({
|
|
5384
|
-
name: "
|
|
5384
|
+
name: "IconSearchResource",
|
|
5385
5385
|
component: Md
|
|
5386
5386
|
})();
|
|
5387
5387
|
};
|
|
5388
5388
|
var zd = function() {
|
|
5389
5389
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5390
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5390
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M5.5 15.75c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007H8.146a2.751 2.751 0 1 1-2.646-3.5Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm10-8c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.354a2.751 2.751 0 0 1-5.292 0H3.5a.75.75 0 0 1-.102-1.493l.102-.007h9.353a2.751 2.751 0 0 1 2.647-2Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Zm-10-8c1.259 0 2.32.846 2.647 2H20.5a.75.75 0 0 1 .102 1.493l-.102.007H8.146A2.751 2.751 0 1 1 5.5 2.75Zm0 1.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z" } })]);
|
|
5391
5391
|
};
|
|
5392
5392
|
const Zd = {
|
|
5393
5393
|
render: zd
|
|
5394
5394
|
}, Cd = function() {
|
|
5395
5395
|
return r({
|
|
5396
|
-
name: "
|
|
5396
|
+
name: "IconSettingData",
|
|
5397
5397
|
component: Zd
|
|
5398
5398
|
})();
|
|
5399
5399
|
};
|
|
5400
5400
|
var Ed = function() {
|
|
5401
5401
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5402
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5402
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 18 20", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M6.25 19.001a.75.75 0 0 1-1.493.102l-.007-.102V2.785L2.024 5.471a.75.75 0 0 1-.977.062l-.083-.074a.75.75 0 0 1-.062-.977l.074-.084 4-3.933A.75.75 0 0 1 6.244.9l.006.102v18Zm10.848-3.481-.074.083-4 3.933a.75.75 0 0 1-1.268-.434L11.75 19V1a.75.75 0 0 1 1.493-.102L13.25 1v16.216l2.726-2.686a.75.75 0 0 1 .977-.061l.083.073a.75.75 0 0 1 .062.978Z", "fill-rule": "nonzero" } })]);
|
|
5403
5403
|
};
|
|
5404
5404
|
const Vd = {
|
|
5405
5405
|
render: Ed
|
|
5406
5406
|
}, Ld = function() {
|
|
5407
5407
|
return r({
|
|
5408
|
-
name: "
|
|
5408
|
+
name: "IconSortO",
|
|
5409
5409
|
component: Vd
|
|
5410
5410
|
})();
|
|
5411
5411
|
};
|
|
5412
5412
|
var Sd = function() {
|
|
5413
5413
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5414
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5414
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-2.25a3 3 0 0 1-3-3v-3l.007-.102a.75.75 0 0 1 1.486 0l.007.102v3a1.5 1.5 0 0 0 1.356 1.493l.144.007H18a1.5 1.5 0 0 0 1.493-1.356L19.5 18V6a1.5 1.5 0 0 0-1.356-1.493L18 4.5h-2.25a1.5 1.5 0 0 0-1.493 1.356L14.25 6v3a.75.75 0 0 1-1.493.102L12.75 9V6a3 3 0 0 1 3-3H18ZM8.25 3a3 3 0 0 1 3 3v3a.75.75 0 0 1-1.493.102L9.75 9V6a1.5 1.5 0 0 0-1.356-1.493L8.25 4.5H6a1.5 1.5 0 0 0-1.493 1.356L4.5 6v12a1.5 1.5 0 0 0 1.356 1.493L6 19.5h2.25a1.5 1.5 0 0 0 1.493-1.356L9.75 18v-3l.007-.102a.75.75 0 0 1 1.486 0l.007.102v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h2.25Zm.28 6.47a.75.75 0 0 1 .073.976l-.073.084-.72.72h2.94a.75.75 0 0 1 .102 1.493l-.102.007H7.811l.72.72a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073-2-2-.063-.072-.034-.047a.77.77 0 0 1-.09-.193.747.747 0 0 1 .187-.748l2-2a.75.75 0 0 1 1.06 0Zm6.94 0a.75.75 0 0 1 1.06 0l2 2a.785.785 0 0 1 .175.273.806.806 0 0 1 .037.144.756.756 0 0 1-.115.524l-.035.047.009-.01-.012.015-.007.01-.052.057-2 2-.084.073a.75.75 0 0 1-.976-.073l-.073-.084a.75.75 0 0 1 .073-.976l.719-.72H13.25l-.102-.007a.75.75 0 0 1 .102-1.493h2.94l-.72-.72-.073-.084a.75.75 0 0 1 .073-.976Z" } })]);
|
|
5415
5415
|
};
|
|
5416
5416
|
const Bd = {
|
|
5417
5417
|
render: Sd
|
|
5418
5418
|
}, Td = function() {
|
|
5419
5419
|
return r({
|
|
5420
|
-
name: "
|
|
5420
|
+
name: "IconSplit",
|
|
5421
5421
|
component: Bd
|
|
5422
5422
|
})();
|
|
5423
5423
|
};
|
|
5424
5424
|
var Rd = function() {
|
|
5425
5425
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5426
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 6 10", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5426
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 6 10", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "m.779 4.396 3.55-4.26a.378.378 0 0 1 .667.242v9.244a.378.378 0 0 1-.667.242l-3.55-4.26a.944.944 0 0 1 0-1.208Z" } })]);
|
|
5427
5427
|
};
|
|
5428
5428
|
const Fd = {
|
|
5429
5429
|
render: Rd
|
|
5430
5430
|
}, Ad = function() {
|
|
5431
5431
|
return r({
|
|
5432
|
-
name: "
|
|
5432
|
+
name: "IconSplitLeft",
|
|
5433
5433
|
component: Fd
|
|
5434
5434
|
})();
|
|
5435
5435
|
};
|
|
5436
5436
|
var yd = function() {
|
|
5437
5437
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5438
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5438
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 6 10", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "m5.218 5.604-3.55 4.26A.378.378 0 0 1 1 9.622V.378a.378.378 0 0 1 .668-.242l3.55 4.26a.944.944 0 0 1 0 1.208Z" } })]);
|
|
5439
5439
|
};
|
|
5440
5440
|
const Dd = {
|
|
5441
5441
|
render: yd
|
|
5442
5442
|
}, bd = function() {
|
|
5443
5443
|
return r({
|
|
5444
|
-
name: "
|
|
5444
|
+
name: "IconSplitRight",
|
|
5445
5445
|
component: Dd
|
|
5446
5446
|
})();
|
|
5447
5447
|
};
|
|
5448
5448
|
var kd = function() {
|
|
5449
5449
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5450
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5450
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M6.5 8.5A.5.5 0 0 1 7 9v11.5a.5.5 0 0 1-.5.5H5a2 2 0 0 1-2-2V9a.5.5 0 0 1 .5-.5h3Zm14 0a.5.5 0 0 1 .5.5v9a3 3 0 0 1-3 3H9a.5.5 0 0 1-.5-.5V9a.5.5 0 0 1 .5-.5h11.5ZM19 3a2 2 0 0 1 2 2v1.5a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5V5a2 2 0 0 1 2-2h14Z" } })]);
|
|
5451
5451
|
};
|
|
5452
5452
|
const Pd = {
|
|
5453
5453
|
render: kd
|
|
5454
5454
|
}, Od = function() {
|
|
5455
5455
|
return r({
|
|
5456
|
-
name: "
|
|
5456
|
+
name: "IconTableMode",
|
|
5457
5457
|
component: Pd
|
|
5458
5458
|
})();
|
|
5459
5459
|
};
|
|
5460
5460
|
var Ud = function() {
|
|
5461
5461
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5462
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("
|
|
5462
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M15.397 8.5a.75.75 0 0 1 .97-.127l.088.067 5.044 4.5c.487.435.222 1.222-.393 1.303L21 14.25H3a.75.75 0 0 1-.102-1.493L3 12.75h16.033l-3.576-3.19a.75.75 0 0 1-.128-.971l.068-.088Z" } })]);
|
|
5463
5463
|
};
|
|
5464
5464
|
const Wd = {
|
|
5465
5465
|
render: Ud
|
|
5466
5466
|
}, Nd = function() {
|
|
5467
5467
|
return r({
|
|
5468
|
-
name: "
|
|
5468
|
+
name: "IconTransform",
|
|
5469
5469
|
component: Wd
|
|
5470
5470
|
})();
|
|
5471
5471
|
};
|
|
5472
5472
|
var Gd = function() {
|
|
5473
5473
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5474
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5474
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M.003 11.99c0-1.874-.007-3.75 0-5.624a10.71 10.71 0 0 1 .332-2.69C.825 1.816 2.038.71 3.897.283A12.532 12.532 0 0 1 6.734 0H17.52c.908-.005 1.814.099 2.697.31 1.915.468 3.064 1.681 3.502 3.59.197.902.29 1.823.28 2.746V17.55c.005.899-.098 1.796-.308 2.67-.469 1.916-1.687 3.06-3.596 3.497-.932.201-1.884.295-2.837.282H6.518a11.447 11.447 0 0 1-2.718-.305C1.877 23.225.722 22.007.285 20.089c-.223-.975-.282-1.953-.282-2.939v-5.16Z", fill: "none" } }), e("path", { attrs: { d: "M15.5 20.75a.75.75 0 0 1 .102 1.493l-.102.007h-7a.75.75 0 0 1-.102-1.493l.102-.007h7ZM10.906 2.177a1.614 1.614 0 0 1 2.188 0l7.616 6.981c.664.609.723 1.647.135 2.33-.31.358-.757.565-1.229.565h-3.592l.001 5.536a1.65 1.65 0 0 1-1.492 1.655l-.141.006h-4.86c-.908 0-1.634-.749-1.634-1.661l-.001-5.536H4.384c-.86 0-1.557-.672-1.628-1.518l-.006-.143c0-.47.195-.918.54-1.234Zm1.174 1.106a.114.114 0 0 0-.16 0l-7.617 6.981a.174.174 0 0 0-.053.128c0 .094.065.161.134.161h4.264a.75.75 0 0 1 .75.75v6.286c0 .094.065.161.134.161h4.86c.068 0 .133-.067.133-.161v-6.286a.75.75 0 0 1 .75-.75h4.341a.123.123 0 0 0 .093-.045.181.181 0 0 0-.012-.244Z" } })])]);
|
|
5475
5475
|
};
|
|
5476
5476
|
const Jd = {
|
|
5477
5477
|
render: Gd
|
|
5478
5478
|
}, qd = function() {
|
|
5479
5479
|
return r({
|
|
5480
|
-
name: "
|
|
5480
|
+
name: "IconUpgrading",
|
|
5481
5481
|
component: Jd
|
|
5482
5482
|
})();
|
|
5483
5483
|
};
|
|
5484
5484
|
var Qd = function() {
|
|
5485
5485
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5486
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5486
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 96 96", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M0 0h96v96H0z" } }), e("g", { attrs: { transform: "translate(3 17)" } }, [e("rect", { attrs: { fill: "#FFF", width: "81.055", height: "61.765", rx: "4.218" } }), e("path", { attrs: { d: "M77.32 0c2.062 0 3.735 1.656 3.735 3.698v54.368c0 2.043-1.673 3.699-3.736 3.699H3.735C1.672 61.765 0 60.109 0 58.066V3.698C0 1.656 1.672 0 3.735 0H77.32Zm0 1H3.734C2.23 1 1.01 2.208 1.01 3.698v54.368c0 1.49 1.22 2.7 2.725 2.7H77.32c1.506 0 2.726-1.21 2.726-2.7V3.698c0-1.49-1.22-2.698-2.726-2.698Z", fill: "#8F8F8F", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M4.218 0h72.509a4.218 4.218 0 0 1 4.218 4.218v9.266H0V4.218A4.218 4.218 0 0 1 4.218 0Z", fill: "#EEE" } }), e("path", { attrs: { d: "M77.21 0c2.063 0 3.735 1.656 3.735 3.698v9.786H0V3.698C0 1.656 1.672 0 3.735 0H77.21Zm0 1H3.735C2.23 1 1.01 2.208 1.01 3.698v8.786h78.925V3.698c0-1.454-1.161-2.64-2.616-2.696L77.21 1Z", fill: "#818181", "fill-rule": "nonzero" } }), e("path", { attrs: { d: "M74.395 8.464c.888 0 1.608-.71 1.608-1.587s-.72-1.587-1.608-1.587c-.888 0-1.608.71-1.608 1.587 0 .876.72 1.587 1.608 1.587Zm-5.361 0c.888 0 1.608-.71 1.608-1.587s-.72-1.587-1.608-1.587c-.888 0-1.608.71-1.608 1.587 0 .876.72 1.587 1.608 1.587Zm-5.361 0c.888 0 1.608-.71 1.608-1.587s-.72-1.587-1.608-1.587c-.888 0-1.608.71-1.608 1.587 0 .876.72 1.587 1.608 1.587Z", fill: "#818181" } })]), e("path", { attrs: { d: "M42.023 59.418a1.129 1.129 0 0 1 1.585 0 1.102 1.102 0 0 1 0 1.569 1.129 1.129 0 0 1-1.585 0 1.102 1.102 0 0 1 0-1.57Zm4.326-3.084a.797.797 0 0 1 0 1.06.65.65 0 0 1-.973 0c-1.519-1.654-3.976-1.654-5.494 0a.65.65 0 0 1-.973 0 .797.797 0 0 1 0-1.06c2.055-2.24 5.384-2.24 7.44 0Zm3.364-2.749a.591.591 0 0 1 0 .886.724.724 0 0 1-.963 0c-3.28-3.016-8.589-3.016-11.869 0a.724.724 0 0 1-.963 0 .591.591 0 0 1 0-.886c3.812-3.505 9.982-3.505 13.795 0Zm2.616-3.045a.677.677 0 0 1-.957.958c-4.832-4.835-12.654-4.835-17.486 0a.676.676 0 1 1-.957-.958c5.36-5.363 14.04-5.363 19.4 0Z", fill: "#818181", "fill-rule": "nonzero" } }), e("g", { attrs: { "fill-rule": "nonzero" } }, [e("path", { attrs: { d: "M82.915 49.382c-5.561 0-10.085 4.48-10.085 9.986s4.524 9.986 10.085 9.986c5.56 0 10.085-4.48 10.085-9.986 0-5.507-4.524-9.986-10.085-9.986", fill: "#0067D1" } }), e("path", { attrs: { d: "M82.915 54.125c.417 0 .756.336.756.749v5.866a.753.753 0 0 1-.756.749.753.753 0 0 1-.757-.75v-5.865c0-.413.34-.749.757-.749M82.915 64.86a1.003 1.003 0 0 1-1.009-.999c0-.552.452-.998 1.009-.998.557 0 1.008.446 1.008.998 0 .553-.451.999-1.008.999", fill: "#FFF" } })])])]);
|
|
5487
5487
|
};
|
|
5488
5488
|
const jd = {
|
|
5489
5489
|
render: Qd
|
|
5490
5490
|
}, Xd = function() {
|
|
5491
5491
|
return r({
|
|
5492
|
-
name: "
|
|
5492
|
+
name: "IconWeaknet",
|
|
5493
5493
|
component: jd
|
|
5494
5494
|
})();
|
|
5495
5495
|
};
|
|
5496
5496
|
var Yd = function() {
|
|
5497
5497
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5498
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("
|
|
5498
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { fill: "none", "fill-rule": "evenodd" } }, [e("path", { attrs: { d: "M4 0h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4Z" } }), e("path", { attrs: { d: "m13.2 4.6 6 8A1.5 1.5 0 0 1 18 15H6a1.5 1.5 0 0 1-1.2-2.4l6-8a1.5 1.5 0 0 1 2.4 0ZM5.25 16.5h13.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75H5.25a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 .75-.75Z", fill: "#D19F00" } })])]);
|
|
5499
5499
|
};
|
|
5500
5500
|
const Kd = {
|
|
5501
5501
|
render: Yd
|
|
5502
5502
|
}, tg = function() {
|
|
5503
5503
|
return r({
|
|
5504
|
-
name: "
|
|
5504
|
+
name: "IconWorkPackage",
|
|
5505
5505
|
component: Kd
|
|
5506
5506
|
})();
|
|
5507
5507
|
};
|
|
5508
5508
|
var eg = function() {
|
|
5509
5509
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5510
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5510
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M12 1.75c.42 0 .75.33.75.75v1.147c0 .42-.33.75-.75.75s-.75-.33-.75-.75V2.5c0-.42.33-.75.75-.75Zm6.776 4.983.822-.81a.743.743 0 0 0 .007-1.061.743.743 0 0 0-1.06-.008l-.823.811a.743.743 0 0 0-.007 1.06c.295.3.761.303 1.06.008ZM4.395 4.862a.743.743 0 0 0 .007 1.06l.823.811a.743.743 0 0 0 1.06-.007.743.743 0 0 0-.007-1.06l-.822-.812a.743.743 0 0 0-1.061.008Zm4.125 12.23v1.158H6c-.42 0-.75.33-.75.75s.33.75.75.75h12c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-2.52v-1.157a6.235 6.235 0 0 0 1.982-2.134 6.104 6.104 0 0 0 .788-3.013 6.142 6.142 0 0 0-1.002-3.369 6.197 6.197 0 0 0-.831-1.015A6.248 6.248 0 0 0 12 5.75a6.298 6.298 0 0 0-2.43.486 6.247 6.247 0 0 0-2.818 2.341 6.163 6.163 0 0 0-.581 5.608 6.186 6.186 0 0 0 1.271 2c.325.343.685.646 1.078.908Zm5.46-.127v1.285h-3.96v-1.285a1.283 1.283 0 0 0-.595-1.073 4.737 4.737 0 0 1-.94-.785 4.709 4.709 0 0 1-1.076-1.943 4.64 4.64 0 0 1-.159-1.218 4.648 4.648 0 0 1 .743-2.525A4.75 4.75 0 0 1 12 7.25a4.8 4.8 0 0 1 1.851.369 4.743 4.743 0 0 1 2.527 2.5 4.621 4.621 0 0 1 .372 1.826c0 .42-.053.826-.16 1.218a4.705 4.705 0 0 1-2.015 2.728 1.282 1.282 0 0 0-.595 1.073Zm-9.817-5.354H3c-.42 0-.75.33-.75.75s.33.75.75.75h1.163c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm16.837 0h-1.163c-.42 0-.75.33-.75.75s.33.75.75.75H21c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-5 9.139H8c-.42 0-.75.33-.75.75s.33.75.75.75h8c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Z", "fill-rule": "evenodd" } })]);
|
|
5511
5511
|
};
|
|
5512
5512
|
const ng = {
|
|
5513
5513
|
render: eg
|
|
5514
5514
|
}, rg = function() {
|
|
5515
5515
|
return r({
|
|
5516
|
-
name: "
|
|
5516
|
+
name: "IconActivation",
|
|
5517
5517
|
component: ng
|
|
5518
5518
|
})();
|
|
5519
5519
|
};
|
|
5520
5520
|
var cg = function() {
|
|
5521
5521
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5522
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "
|
|
5522
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M16.773 13.004a4.854 4.854 0 0 1-.085.342.758.758 0 0 0-.372-.096c-.42 0-.75.33-.75.75v1.608c0 .207.073.384.22.53.146.147.323.22.53.22a.74.74 0 0 0 .575-.268 6.376 6.376 0 0 0 1.09-1.877A6.323 6.323 0 0 0 18.376 12a6.374 6.374 0 0 0-.501-2.482 6.365 6.365 0 0 0-3.392-3.392A6.335 6.335 0 0 0 12 5.625a6.386 6.386 0 0 0-2.121.361.743.743 0 0 0-.458.957c.14.396.56.598.957.458A4.842 4.842 0 0 1 12 7.125a4.876 4.876 0 0 1 1.898.382 4.853 4.853 0 0 1 1.55 1.045 4.883 4.883 0 0 1 1.044 1.55A4.825 4.825 0 0 1 16.876 12c0 .342-.034.677-.103 1.004Zm-9.46-2.348A4.782 4.782 0 0 0 7.126 12a4.876 4.876 0 0 0 .383 1.897 4.858 4.858 0 0 0 1.825 2.186 4.859 4.859 0 0 0 2.667.792 4.886 4.886 0 0 0 1.62-.276.743.743 0 0 1 .957.459.743.743 0 0 1-.458.956 6.344 6.344 0 0 1-2.119.361 6.374 6.374 0 0 1-2.482-.501 6.356 6.356 0 0 1-2.845-2.369A6.354 6.354 0 0 1 5.626 12a6.383 6.383 0 0 1 .394-2.21 6.347 6.347 0 0 1 1.087-1.875.748.748 0 0 1 .575-.27.745.745 0 0 1 .53.22.743.743 0 0 1 .165.243.745.745 0 0 1 .055.288V10c0 .42-.33.75-.75.75a.757.757 0 0 1-.369-.094Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5523
5523
|
};
|
|
5524
5524
|
const ag = {
|
|
5525
5525
|
render: cg
|
|
5526
5526
|
}, sg = function() {
|
|
5527
5527
|
return r({
|
|
5528
|
-
name: "
|
|
5528
|
+
name: "IconGenerating",
|
|
5529
5529
|
component: ag
|
|
5530
5530
|
})();
|
|
5531
5531
|
};
|
|
5532
5532
|
var og = function() {
|
|
5533
5533
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5534
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "
|
|
5534
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M11.75 7v5.25H17c.42 0 .75.33.75.75s-.33.75-.75.75h-6c-.25 0-.438-.063-.563-.188-.124-.124-.187-.312-.187-.562V7c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5535
5535
|
};
|
|
5536
5536
|
const lg = {
|
|
5537
5537
|
render: og
|
|
5538
5538
|
}, vg = function() {
|
|
5539
5539
|
return r({
|
|
5540
|
-
name: "
|
|
5540
|
+
name: "IconProcessing",
|
|
5541
5541
|
component: lg
|
|
5542
5542
|
})();
|
|
5543
5543
|
};
|
|
5544
5544
|
var ig = function() {
|
|
5545
5545
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5546
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "
|
|
5546
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M6.056 12.331a.923.923 0 0 1 .07-1.72L16.69 7.032a.613.613 0 0 1 .8.682l-1.266 7.762a.92.92 0 0 1-1.271.698l-1.964-.848-1.006 1.314a.918.918 0 0 1-1.648-.562V14.18l3.893-4.722L8.67 13.46l-2.614-1.129Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5547
5547
|
};
|
|
5548
5548
|
const hg = {
|
|
5549
5549
|
render: ig
|
|
5550
5550
|
}, mg = function() {
|
|
5551
5551
|
return r({
|
|
5552
|
-
name: "
|
|
5552
|
+
name: "IconReportSubmission",
|
|
5553
5553
|
component: hg
|
|
5554
5554
|
})();
|
|
5555
5555
|
};
|
|
5556
5556
|
var _g = function() {
|
|
5557
5557
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5558
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5558
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "m16.333 11.134-5.75-3.32a1 1 0 0 0-1.5.866v6.64a1 1 0 0 0 1.5.866l5.75-3.32a1 1 0 0 0 0-1.732Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5559
5559
|
};
|
|
5560
5560
|
const dg = {
|
|
5561
5561
|
render: _g
|
|
5562
5562
|
}, gg = function() {
|
|
5563
5563
|
return r({
|
|
5564
|
-
name: "
|
|
5564
|
+
name: "IconStartO",
|
|
5565
5565
|
component: dg
|
|
5566
5566
|
})();
|
|
5567
5567
|
};
|
|
5568
5568
|
var pg = function() {
|
|
5569
5569
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5570
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5570
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M13.918 7.989c0-2.48-.96-4.489-3.667-4.489-2.708 0-3.667 2.01-3.667 4.489 0 .136.003.272.011.408-.331.304-.445.92-.247 1.528.165.511.507.883.87 1.003.126.259.27.502.431.728.45.673.645 1.297.473 1.71-.093.223-.276.408-.549.556-.28.15-.684.312-1.148.496-1.694.674-4.171 1.66-4.166 3.61 0 .17-.002.335-.005.495-.017 1.114-.03 1.939.856 1.977h14.28c.885-.039.873-.864.855-1.978l-.002-.155-.002-.34c.005-1.95-2.471-2.935-4.166-3.61-.463-.184-.868-.345-1.148-.496-.273-.147-.456-.332-.549-.555-.179-.43-.021-1 .473-1.71l.085-.12c.128-.191.243-.395.346-.608.364-.12.706-.492.872-1.003.198-.608.084-1.225-.248-1.527.008-.137.012-.273.012-.409ZM19.707 19.5c.046-.308.048-.668.038-1.29l-.002-.13-.003-.318c.006-1.947-1.392-3.155-3.776-4.168-.449-.186-1.672-.645-2.203-.858.04-.063.093-.176.156-.26l.082-.107.109-.156c.035-.051.069-.103.102-.154.537-.344 1.02-.964 1.244-1.604l.037-.114c.235-.764.171-1.578-.197-2.22l-.01-.114c-.03-1.96-.664-3.54-1.88-4.497.113-.007.229-.01.347-.01.704 0 1.327.123 1.87.37.276.125.528.28.755.466.21.171.398.367.566.59.598.789.896 1.921.896 3.242a1.849 1.849 0 0 1 .27.685 2.285 2.285 0 0 1-.098 1.137 2.319 2.319 0 0 1-.495.828 1.935 1.935 0 0 1-.472.373 4.87 4.87 0 0 1-.323.482c-.13.176-.224.333-.282.47a.54.54 0 0 0-.054.206.44.44 0 0 0 .135.093c.143.072.462.201.957.387.553.206.977.374 1.272.503.524.228.97.461 1.336.7.863.562 1.39 1.21 1.579 1.945.053.21.08.425.08.648l.002.28c0 .026 0 .068.002.126.005.322.004.557-.003.706a2.845 2.845 0 0 1-.115.726 1.502 1.502 0 0 1-.355.607 3.362 3.362 0 0 1-.234.19c-.227.147-.528.227-.842.24h-.491Z", "fill-rule": "evenodd" } })]);
|
|
5571
5571
|
};
|
|
5572
5572
|
const wg = {
|
|
5573
5573
|
render: pg
|
|
5574
5574
|
}, ug = function() {
|
|
5575
5575
|
return r({
|
|
5576
|
-
name: "
|
|
5576
|
+
name: "IconTeams",
|
|
5577
5577
|
component: wg
|
|
5578
5578
|
})();
|
|
5579
5579
|
};
|
|
5580
5580
|
var fg = function() {
|
|
5581
5581
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5582
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "
|
|
5582
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M12.75 10.333V6.167c0-.42-.33-.75-.75-.75s-.75.33-.75.75v4.166c0 .42.33.75.75.75s.75-.33.75-.75Zm-4.343-1.97a5.114 5.114 0 0 0-1.362 2.463 5.132 5.132 0 0 0-.128 1.15 5.132 5.132 0 0 0 .4 1.988 5.099 5.099 0 0 0 3.56 2.995c.365.083.74.124 1.123.124a5.064 5.064 0 0 0 1.977-.4 5.058 5.058 0 0 0 1.616-1.095 5.112 5.112 0 0 0 1.362-2.463c.086-.373.128-.757.128-1.15a5.132 5.132 0 0 0-.4-1.989 5.105 5.105 0 0 0-1.09-1.624.743.743 0 0 1 .002-1.06.743.743 0 0 1 1.061.002 6.557 6.557 0 0 1 1.41 2.1 6.585 6.585 0 0 1 .517 2.571 6.587 6.587 0 0 1-1.093 3.65 6.62 6.62 0 0 1-.834 1.022 6.53 6.53 0 0 1-2.092 1.416 6.513 6.513 0 0 1-2.564.52 6.51 6.51 0 0 1-2.564-.52 6.53 6.53 0 0 1-2.092-1.416 6.615 6.615 0 0 1-1.41-2.1 6.581 6.581 0 0 1-.517-2.572 6.583 6.583 0 0 1 1.093-3.65c.241-.364.519-.705.834-1.02a.743.743 0 0 1 1.06-.003.743.743 0 0 1 .003 1.06Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5583
5583
|
};
|
|
5584
5584
|
const xg = {
|
|
5585
5585
|
render: fg
|
|
5586
5586
|
}, Ig = function() {
|
|
5587
5587
|
return r({
|
|
5588
|
-
name: "
|
|
5588
|
+
name: "IconTurnOn",
|
|
5589
5589
|
component: xg
|
|
5590
5590
|
})();
|
|
5591
5591
|
};
|
|
5592
5592
|
var $g = function() {
|
|
5593
5593
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5594
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("
|
|
5594
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M12 1.25C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75 22.75 17.937 22.75 12 17.937 1.25 12 1.25Z", "fill-rule": "evenodd" } }), e("path", { attrs: { d: "M10.498 7.408a1.508 1.508 0 1 1 3.001 0l-.584 5.846a.92.92 0 0 1-1.833 0l-.584-5.846Zm1.5 8.342a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z", "fill-rule": "evenodd", fill: "#FFF" } })]);
|
|
5595
5595
|
};
|
|
5596
5596
|
const Mg = {
|
|
5597
5597
|
render: $g
|
|
5598
5598
|
}, Hg = function() {
|
|
5599
5599
|
return r({
|
|
5600
|
-
name: "
|
|
5600
|
+
name: "IconWarningO",
|
|
5601
5601
|
component: Mg
|
|
5602
5602
|
})();
|
|
5603
5603
|
};
|
|
5604
5604
|
var zg = function() {
|
|
5605
5605
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5606
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5606
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#automatic-assessment_svg__clip131_1892)" } }, [e("path", { attrs: { d: "M12.295 2c.133 0 .258.035.367.096.172.056.33.153.457.286l5.524 5.728c.035.037.068.076.098.116.159.137.26.34.26.567v1.002a5.48 5.48 0 0 0-1.779-.295c-.77 0-1.398.637-1.442 1.44-3.19 0-5.78 2.828-5.78 6.207 0 1.977.886 3.735 2.26 4.853H5.198A3.207 3.207 0 0 1 2 18.783V5.217A3.207 3.207 0 0 1 5.198 2h7.097Zm4.2 6.043-3.45-3.579V7.15c0 .469.451.894.963.894h2.486Zm-5.44.461-2.727 3c-.077.07-.21.171-.3.204a.743.743 0 0 1-.29.041.751.751 0 0 1-.286-.068.745.745 0 0 1-.234-.177l-1.082-1.19-1.081 1.19a.743.743 0 0 1-1.06.05.743.743 0 0 1-.05-1.058l1.636-1.8a.745.745 0 0 1 .235-.177.744.744 0 0 1 .285-.068c.103-.005.2.008.29.04.09.033.173.084.25.154l1.132 1.24 2.172-2.39a.743.743 0 0 1 1.06-.05c.31.283.332.749.05 1.06Zm10.836 7.67c-.072.072-.181.108-.326.108h-3.478a.867.867 0 0 1-.87-.869v-3.478c0-.145.037-.254.109-.326.072-.073.181-.109.326-.109a4.342 4.342 0 0 1 2.39.714 4.346 4.346 0 0 1 1.244 1.244 4.334 4.334 0 0 1 .714 2.39c0 .145-.036.253-.109.326Zm-5.543-2.91v3.019a.859.859 0 0 0 .254.614.862.862 0 0 0 .615.255h3.02c.145 0 .253.037.326.11.072.072.106.228.106.373a4.325 4.325 0 0 1-1.412 2.748 4.346 4.346 0 0 1-1.324.819 4.307 4.307 0 0 1-1.585.298 4.342 4.342 0 0 1-2.39-.714 4.352 4.352 0 0 1-1.855-2.687 4.353 4.353 0 0 1-.01-1.847 4.318 4.318 0 0 1 .528-1.34 4.356 4.356 0 0 1 1.723-1.619 4.31 4.31 0 0 1 1.521-.462c.288-.032.451.144.483.432Z", "fill-rule": "evenodd" } })])]);
|
|
5607
5607
|
};
|
|
5608
5608
|
const Zg = {
|
|
5609
5609
|
render: zg
|
|
5610
5610
|
}, Cg = function() {
|
|
5611
5611
|
return r({
|
|
5612
|
-
name: "
|
|
5612
|
+
name: "IconAutomaticAssessment",
|
|
5613
5613
|
component: Zg
|
|
5614
5614
|
})();
|
|
5615
5615
|
};
|
|
5616
5616
|
var Eg = function() {
|
|
5617
5617
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5618
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5618
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#average-shipping-period_svg__clip131_1904)" } }, [e("path", { attrs: { d: "M16.549 2.898A.75.75 0 0 0 15.056 3l-.001 1.25H8.944V3l-.006-.102A.75.75 0 0 0 7.444 3v1.25H5.5c-1.682.093-3.25 1.467-3.25 3.15v11.2l.005.18c.095 1.659 1.494 2.97 3.2 2.97h13.09l.182-.005c1.682-.092 3.023-1.462 3.023-3.145l-.005-11.38c-.095-1.659-1.54-2.97-3.245-2.97h-1.945V3l-.006-.102Zm1.996 2.852.148.006c.875.073 1.557.785 1.557 1.644v1.05H3.75V7.4l.006-.142c.074-.841.803-1.508 1.699-1.508h13.09ZM8.5 12.583a.333.333 0 0 0-.333-.333H6.833a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm-9 4a.333.333 0 0 0-.333-.333H6.833a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Zm4.5 0a.333.333 0 0 0-.333-.333h-1.334a.333.333 0 0 0-.333.333v1.334c0 .184.15.333.333.333h1.334c.184 0 .333-.15.333-.333v-1.334Z", "fill-rule": "evenodd" } })])]);
|
|
5619
5619
|
};
|
|
5620
5620
|
const Vg = {
|
|
5621
5621
|
render: Eg
|
|
5622
5622
|
}, Lg = function() {
|
|
5623
5623
|
return r({
|
|
5624
|
-
name: "
|
|
5624
|
+
name: "IconAverageShippingPeriod",
|
|
5625
5625
|
component: Vg
|
|
5626
5626
|
})();
|
|
5627
5627
|
};
|
|
5628
5628
|
var Sg = function() {
|
|
5629
5629
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5630
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#customs-
|
|
5630
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#customs-clearance-form_svg__clip131_1880)" } }, [e("path", { attrs: { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.893A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.466-2.5a2 2 0 1 1 2.777 1.844V16H17c.42 0 .75.33.75.75s-.33.75-.75.75h-.757v1.166a3.212 3.212 0 0 0 .922-.375 3.25 3.25 0 0 0 1.171-1.202.742.742 0 0 1 1.021-.287.743.743 0 0 1 .287 1.021 4.793 4.793 0 0 1-1.228 1.427 4.758 4.758 0 0 1-2.128.935 4.786 4.786 0 0 1-2.623-.303 4.765 4.765 0 0 1-2.309-2.059.743.743 0 0 1 .287-1.021.743.743 0 0 1 1.02.287 3.247 3.247 0 0 0 1.17 1.203 3.212 3.212 0 0 0 .91.371V17.5H14c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h.743v-.635a2.001 2.001 0 0 1-1.277-1.865Zm1.5 0a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0Z", "fill-rule": "evenodd" } })])]);
|
|
5631
5631
|
};
|
|
5632
5632
|
const Bg = {
|
|
5633
5633
|
render: Sg
|
|
5634
5634
|
}, Tg = function() {
|
|
5635
5635
|
return r({
|
|
5636
|
-
name: "
|
|
5636
|
+
name: "IconCustomsClearanceForm",
|
|
5637
5637
|
component: Bg
|
|
5638
5638
|
})();
|
|
5639
5639
|
};
|
|
5640
5640
|
var Rg = function() {
|
|
5641
5641
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5642
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5642
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#customs-declaration_svg__clip131_1885)" } }, [e("path", { attrs: { d: "M9.75 1.002h4.5A2.75 2.75 0 0 1 17 3.752v1.25h2a2 2 0 0 1 2 2V9.5H3V11h18v9.5a2 2 0 0 1-2 2l-14 .002a2 2 0 0 1-2-2v-13.5a2 2 0 0 1 2-2h2v-1.25a2.75 2.75 0 0 1 2.75-2.75ZM12 2.5A.75.75 0 1 0 12 4a.75.75 0 0 0 0-1.5Zm3.28 17.28 2.5-2.5a.748.748 0 0 0 .165-.242.745.745 0 0 0 .055-.288c0-.103-.018-.2-.055-.288a.743.743 0 0 0-.165-.242l-2.5-2.5a.743.743 0 0 0-1.06 0 .743.743 0 0 0 0 1.06L15.44 16h-3.19v1.5h3.19l-1.22 1.22a.743.743 0 0 0 0 1.06.743.743 0 0 0 1.06 0ZM6.25 17.5V16h1.5v1.5h-1.5Zm4.5-1.5h-1.5v1.5h1.5V16Z", "fill-rule": "evenodd" } })])]);
|
|
5643
5643
|
};
|
|
5644
5644
|
const Fg = {
|
|
5645
5645
|
render: Rg
|
|
5646
5646
|
}, Ag = function() {
|
|
5647
5647
|
return r({
|
|
5648
|
-
name: "
|
|
5648
|
+
name: "IconCustomsDeclaration",
|
|
5649
5649
|
component: Fg
|
|
5650
5650
|
})();
|
|
5651
5651
|
};
|
|
5652
5652
|
var yg = function() {
|
|
5653
5653
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5654
|
-
return e("svg", t._g({
|
|
5654
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#disallowance_svg__clip131_1877)" } }, [e("path", { attrs: { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.892A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm8-.75c.42 0 .75.33.75.75s-.33.75-.75.75h-5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h5Z", "fill-rule": "evenodd" } })])]);
|
|
5655
5655
|
};
|
|
5656
5656
|
const Dg = {
|
|
5657
5657
|
render: yg
|
|
5658
5658
|
}, bg = function() {
|
|
5659
5659
|
return r({
|
|
5660
|
-
name: "
|
|
5660
|
+
name: "IconDisallowance",
|
|
5661
5661
|
component: Dg
|
|
5662
5662
|
})();
|
|
5663
5663
|
};
|
|
5664
5664
|
var kg = function() {
|
|
5665
5665
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5666
|
-
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticClass: "
|
|
5666
|
+
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticClass: "discount-sup_svg__st1", attrs: { d: "M13 5.6h-.7l.7-.8c.3-.3.4-.7.4-1.1s-.2-.8-.4-1.1l-.4-.4c-.6-.6-1.5-.6-2.1 0L8 4.9 5.4 2.4c-.6-.6-1.5-.6-2.1 0l-.3.3c-.6.6-.6 1.5 0 2.1l.8.8H3c-.8 0-1.5.7-1.5 1.5v6.1c0 .8.7 1.5 1.5 1.5h10c.8 0 1.5-.7 1.5-1.5V7.1c0-.8-.7-1.5-1.5-1.5zm-1.7-2.5c.2-.2.5-.2.7 0l.4.4c.1.1.1.2.1.4 0 .1-.1.3-.1.4l-1.5 1.5H8.7l2.6-2.7zm-7.6 1c-.2-.2-.2-.5 0-.7l.3-.3c.2-.2.5-.2.7 0l2.5 2.5H5.1L3.7 4.1zm-1.2 9.1V7.1c0-.3.2-.5.5-.5h4.5v7.1H3c-.3 0-.5-.2-.5-.5zm11 0c0 .3-.2.5-.5.5H8.5V6.6H13c.3 0 .5.2.5.5v6.1z" } })]);
|
|
5667
5667
|
};
|
|
5668
5668
|
const Pg = {
|
|
5669
5669
|
render: kg
|
|
5670
5670
|
}, Og = function() {
|
|
5671
5671
|
return r({
|
|
5672
|
-
name: "
|
|
5672
|
+
name: "IconDiscountSup",
|
|
5673
5673
|
component: Pg
|
|
5674
5674
|
})();
|
|
5675
5675
|
};
|
|
5676
5676
|
var Ug = function() {
|
|
5677
5677
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5678
|
-
return e("svg", t._g({
|
|
5678
|
+
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticClass: "document_svg__st1", attrs: { d: "m13.4 5.6-4-4c-.1 0-.3-.1-.4-.1H5C3.6 1.5 2.5 2.6 2.5 4v8c0 1.4 1.1 2.5 2.5 2.5h6c1.4 0 2.5-1.1 2.5-2.5V6c0-.1-.1-.3-.1-.4zm-.9 6.4c0 .8-.7 1.5-1.5 1.5H5c-.8 0-1.5-.7-1.5-1.5V4c0-.8.7-1.5 1.5-1.5h3.8l3.7 3.7V12zm-7-4.5h5c.3 0 .5.2.5.5s-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5zM11 11c0 .3-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h5c.3 0 .5.2.5.5z" } })]);
|
|
5679
5679
|
};
|
|
5680
5680
|
const Wg = {
|
|
5681
5681
|
render: Ug
|
|
5682
5682
|
}, Ng = function() {
|
|
5683
5683
|
return r({
|
|
5684
|
-
name: "
|
|
5684
|
+
name: "IconDocument",
|
|
5685
5685
|
component: Wg
|
|
5686
5686
|
})();
|
|
5687
5687
|
};
|
|
5688
5688
|
var Gg = function() {
|
|
5689
5689
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5690
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5690
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#draw-flowchart_svg__clip451_2372)" } }, [e("path", { attrs: { d: "M4.2 2.23c-1.63 0-2.94 1.32-2.94 2.94 0 1.62 1.31 2.94 2.94 2.94 1.4 0 2.57-.98 2.86-2.29h9.22c.19 0 .38.02.56.06.14.03.27.08.4.13.3.13.56.31.79.53.23.23.41.5.53.79.06.13.1.27.14.41a2.597 2.597 0 0 1 0 1.12c-.04.14-.08.27-.14.4-.12.3-.3.56-.53.79-.12.12-.26.23-.4.33-.12.08-.25.14-.39.2-.13.06-.26.1-.4.13-.18.05-.37.07-.56.07h-2.74a2.931 2.931 0 0 0-2.78-1.98c-1.29 0-2.38.82-2.78 1.98H5.24c-.3 0-.58.03-.86.09-.24.05-.47.12-.69.22-.23.1-.44.21-.64.34-.23.15-.43.32-.63.51-.19.19-.36.4-.51.63a3.965 3.965 0 0 0-.56 1.33c-.06.28-.09.56-.09.86 0 .54.1 1.05.31 1.54.2.48.49.9.85 1.27.2.19.4.36.63.51.2.13.41.25.64.34.22.1.45.17.69.22.28.06.56.09.86.09h7.6l-.56 2.06c-.03.13-.03.26 0 .39.07.24.18.41.33.5.16.08.35.09.6.03l2.68-.73c.08-.02.16-.05.23-.09a.7.7 0 0 0 .19-.15l5.74-5.27c.22-.22.4-.49.52-.77.05-.13.09-.26.12-.39.03-.15.04-.3.04-.45a2.154 2.154 0 0 0-.16-.85c-.06-.13-.12-.25-.19-.37-.09-.13-.19-.26-.31-.37-.11-.12-.24-.22-.37-.31-.12-.07-.24-.14-.37-.19-.13-.05-.26-.09-.4-.12-.15-.03-.3-.04-.45-.04a2.201 2.201 0 0 0-1.36.46c-.08.05-.15.12-.22.19l-5.18 4.97H5.24c-.19 0-.38-.02-.56-.06-.14-.03-.28-.07-.41-.13-.29-.13-.56-.3-.79-.53-.22-.23-.4-.49-.53-.79-.05-.13-.1-.27-.13-.4a2.666 2.666 0 0 1 0-1.13c.03-.13.08-.27.13-.4.13-.3.31-.56.53-.79.13-.12.26-.23.41-.32.12-.08.25-.15.38-.21.13-.05.27-.1.41-.13.18-.04.37-.06.56-.06h2.63a2.934 2.934 0 0 0 2.89 2.39c1.44 0 2.63-1.03 2.89-2.39h2.63c.29 0 .58-.03.86-.1.23-.05.46-.12.69-.22.22-.09.44-.21.64-.34a4.15 4.15 0 0 0 1.48-1.77c.09-.23.16-.46.22-.69a4.116 4.116 0 0 0 0-1.72 5.05 5.05 0 0 0-.22-.69 4.075 4.075 0 0 0-1.48-1.78c-.2-.13-.42-.24-.64-.34-.23-.09-.46-.17-.69-.22-.28-.06-.57-.09-.86-.09H7.01A2.946 2.946 0 0 0 4.2 2.23Zm0 1.5a1.44 1.44 0 0 0 0 2.88c.79 0 1.43-.64 1.43-1.44 0-.79-.64-1.44-1.43-1.44Zm16.53 10.92-1.05-1.06.26-.25c.09-.09.19-.16.3-.19.07-.03.15-.04.24-.04.21 0 .39.07.53.22.08.07.13.15.17.24a.821.821 0 0 1 0 .57c-.04.09-.09.17-.16.24l-.29.27Zm-6.65 5.27.35-1.29 4.16-4 1.03 1.03-4.23 3.9-1.31.36Z", "fill-rule": "evenodd" } })])]);
|
|
5691
5691
|
};
|
|
5692
5692
|
const Jg = {
|
|
5693
5693
|
render: Gg
|
|
5694
5694
|
}, qg = function() {
|
|
5695
5695
|
return r({
|
|
5696
|
-
name: "
|
|
5696
|
+
name: "IconDrawFlowchart",
|
|
5697
5697
|
component: Jg
|
|
5698
5698
|
})();
|
|
5699
5699
|
};
|
|
5700
5700
|
var Qg = function() {
|
|
5701
5701
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5702
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5702
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#engine-workflow_svg__clip131_1889)" } }, [e("path", { attrs: { d: "M21 2h-8a1 1 0 0 0-1 1v.75H5.08a2.752 2.752 0 0 0-1.516.455 2.744 2.744 0 0 0-1.017 1.224A2.734 2.734 0 0 0 2.331 6.5v4.05A2.747 2.747 0 0 0 4 13.08v1.171c0 .42.33.75.75.75s.75-.33.75-.75v-1.68l.642.888c.014.014.106.12.122.132.084.06.22.14.312.161.094.022.191.025.293.009a.745.745 0 0 0 .276-.1.746.746 0 0 0 .213-.202L8 12.57v1.681c0 .42.33.75.75.75s.75-.33.75-.75v-4c0-.103-.018-.2-.055-.288a.744.744 0 0 0-.165-.242.745.745 0 0 0-.242-.165.745.745 0 0 0-.464-.034.742.742 0 0 0-.432.29L6.75 11.739 5.358 9.812a.746.746 0 0 0-.213-.201.745.745 0 0 0-.276-.1.743.743 0 0 0-.293.008.747.747 0 0 0-.396.243.75.75 0 0 0-.18.489v.928a1.248 1.248 0 0 1-.17-.629V6.5a1.251 1.251 0 0 1 .96-1.216c.094-.023.191-.034.29-.034H12V6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-10.5 8.251v4c0 .42.33.75.75.75s.75-.33.75-.75v-.695l1.22 1.22a.743.743 0 0 0 1.06-.001.742.742 0 0 0 0-1.06l-.666-.667c.13-.084.28-.207.388-.325a1.894 1.894 0 0 0 .45-.876 2.014 2.014 0 0 0-.29-1.558 1.882 1.882 0 0 0-.515-.507 1.765 1.765 0 0 0-.587-.245 1.696 1.696 0 0 0-.352-.036H11.25c-.104 0-.2.018-.288.055a.744.744 0 0 0-.242.165.744.744 0 0 0-.165.242.745.745 0 0 0-.055.288Zm5 0v4c0 .42.33.75.75.75s.75-.33.75-.75v-.943h1c.067 0 .134-.003.2-.009l.884.001a1.255 1.255 0 0 1 .678.2 1.264 1.264 0 0 1 .539.76c.022.094.034.19.034.29v2.95a1.251 1.251 0 0 1-.958 1.216 1.265 1.265 0 0 1-.293.034H12V18a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.75h7.084a2.742 2.742 0 0 0 2.534-1.68 2.722 2.722 0 0 0 .216-1.07v-2.95a2.748 2.748 0 0 0-.454-1.516 2.778 2.778 0 0 0-1.457-1.104 1.795 1.795 0 0 0 .038-.903 1.825 1.825 0 0 0-.261-.627 1.918 1.918 0 0 0-.54-.547 2.017 2.017 0 0 0-.702-.302A2.09 2.09 0 0 0 18 9.5h-1.75c-.104 0-.2.018-.288.055a.744.744 0 0 0-.242.165.744.744 0 0 0-.165.242.745.745 0 0 0-.055.288ZM12 11.808h.708a.357.357 0 0 0 .18-.09c.041-.07.112-.22.112-.313a.475.475 0 0 0-.061-.245c-.044-.048-.143-.146-.194-.156L12 11.001v.807Zm5 0h1a.515.515 0 0 0 .375-.139.375.375 0 0 0 .113-.176c0-.03.008-.148 0-.177a.376.376 0 0 0-.113-.176.514.514 0 0 0-.107-.077.562.562 0 0 0-.268-.062h-1v.807Z", "fill-rule": "evenodd" } })])]);
|
|
5703
5703
|
};
|
|
5704
5704
|
const jg = {
|
|
5705
5705
|
render: Qg
|
|
5706
5706
|
}, Xg = function() {
|
|
5707
5707
|
return r({
|
|
5708
|
-
name: "
|
|
5708
|
+
name: "IconEngineWorkflow",
|
|
5709
5709
|
component: jg
|
|
5710
5710
|
})();
|
|
5711
5711
|
};
|
|
5712
5712
|
var Yg = function() {
|
|
5713
5713
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5714
|
-
return e("svg", t._g({
|
|
5714
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#finish-o_svg__clip131_1879)" } }, [e("path", { attrs: { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.893A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm8.528-.967-3.025 3c-.176.174-.352.261-.528.261-.176 0-.352-.087-.528-.262l-1.975-1.958a.743.743 0 0 1-.005-1.06.742.742 0 0 1 1.061-.005l1.447 1.435 2.497-2.477a.743.743 0 0 1 1.06.005.743.743 0 0 1-.004 1.06Z", "fill-rule": "evenodd" } })])]);
|
|
5715
5715
|
};
|
|
5716
5716
|
const Kg = {
|
|
5717
5717
|
render: Yg
|
|
5718
5718
|
}, tp = function() {
|
|
5719
5719
|
return r({
|
|
5720
|
-
name: "
|
|
5720
|
+
name: "IconFinishO",
|
|
5721
5721
|
component: Kg
|
|
5722
5722
|
})();
|
|
5723
5723
|
};
|
|
5724
5724
|
var ep = function() {
|
|
5725
5725
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5726
|
-
return e("svg", t._g({
|
|
5726
|
+
return e("svg", t._g({ staticStyle: { "enable-background": "new 0 0 16 16" }, attrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", "xml:space": "preserve" } }, t.$listeners), [e("rect", { staticStyle: { fill: "none" } }), e("path", { staticStyle: { "fill-rule": "evenodd", "clip-rule": "evenodd" }, attrs: { d: "M8 1C4.96 1 2.5 3.46 2.5 6.5c0 1.19.39 2.35 1.11 3.3 0 0 .15.2.17.23L8 15l4.22-4.98c.02-.02.17-.22.17-.22.72-.95 1.11-2.11 1.11-3.3C13.5 3.46 11.04 1 8 1zm0 3.5.15.01C9.18 4.58 10 5.45 10 6.5c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2z" } })]);
|
|
5727
5727
|
};
|
|
5728
5728
|
const np = {
|
|
5729
5729
|
render: ep
|
|
5730
5730
|
}, rp = function() {
|
|
5731
5731
|
return r({
|
|
5732
|
-
name: "
|
|
5732
|
+
name: "IconLocation",
|
|
5733
5733
|
component: np
|
|
5734
5734
|
})();
|
|
5735
5735
|
};
|
|
5736
5736
|
var cp = function() {
|
|
5737
5737
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5738
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5738
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#location-number_svg__clip131_1907)" } }, [e("path", { attrs: { d: "M13.553 16.442C16.85 13.222 18.5 10.3 18.5 7.675c0-3.756-2.91-6.8-6.5-6.8s-6.5 3.044-6.5 6.8c0 2.624 1.649 5.546 4.947 8.767C7.887 16.671 6 17.45 6 18.375c0 1.104 2.686 2 6 2s6-.896 6-2c0-.926-1.886-1.704-4.447-1.933ZM12.14 7.41c.366 0 .699.07.999.212a2.18 2.18 0 0 1 1.091 1.16c.12.29.18.607.18.947 0 .35-.063.673-.19.968a2.252 2.252 0 0 1-.473.706 2.43 2.43 0 0 1-.818.532 2.598 2.598 0 0 1-.958.175 2.612 2.612 0 0 1-1.257-.305 2.245 2.245 0 0 1-.87-.854 2.958 2.958 0 0 1-.314-1.26 2.669 2.669 0 0 1 .2-1.021c.133-.32.356-.734.669-1.24L12.1 4.67h1.189L11.81 7.05l-.31.451c.172-.06.386-.09.64-.09Zm-.181 3.73c.269 0 .501-.06.697-.18a1.277 1.277 0 0 0 .392-.393c.141-.224.212-.494.212-.808 0-.347-.08-.638-.243-.873a1.269 1.269 0 0 0-.361-.346 1.305 1.305 0 0 0-.697-.18 1.3 1.3 0 0 0-.677.17 1.17 1.17 0 0 0-.4.392c-.148.231-.222.51-.222.837 0 .336.078.62.234.85a1.243 1.243 0 0 0 .367.352c.196.12.429.18.698.18ZM1.25 18.377c0-1.742 2.122-3.265 5.286-4.092.284.417.593.837.924 1.26-2.811.557-4.71 1.616-4.71 2.832 0 1.794 4.141 3.25 9.25 3.25s9.25-1.456 9.25-3.25c0-1.216-1.899-2.275-4.71-2.833.331-.422.64-.842.924-1.259 3.164.827 5.286 2.35 5.286 4.092 0 2.623-4.813 4.75-10.75 4.75s-10.75-2.127-10.75-4.75Z", "fill-rule": "evenodd" } })])]);
|
|
5739
5739
|
};
|
|
5740
5740
|
const ap = {
|
|
5741
5741
|
render: cp
|
|
5742
5742
|
}, sp = function() {
|
|
5743
5743
|
return r({
|
|
5744
|
-
name: "
|
|
5744
|
+
name: "IconLocationNumber",
|
|
5745
5745
|
component: ap
|
|
5746
5746
|
})();
|
|
5747
5747
|
};
|
|
5748
5748
|
var op = function() {
|
|
5749
5749
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5750
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#main-freight-
|
|
5750
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#main-freight-settled_svg__clip131_1901)" } }, [e("path", { attrs: { d: "M15 1.75H5a3 3 0 0 0-3 3v15.33a1 1 0 0 0 1.472.88l3.183-1.704a1 1 0 0 1 1.203.199l1.41 1.511a1 1 0 0 0 1.463 0l.101-.108a6.968 6.968 0 0 1-1.32-4.534.747.747 0 0 1-.262-.575v-2.845H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h2.25V9.547H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h1.51L6.398 5.196a.743.743 0 0 1 .156-1.049.743.743 0 0 1 1.05.156L10 7.538l2.398-3.235a.743.743 0 0 1 1.049-.156c.337.25.406.712.155 1.049L11.49 8.047H13c.42 0 .75.33.75.75s-.33.75-.75.75h-2.25v1.857h1.23A6.973 6.973 0 0 1 16.5 9.75a7.03 7.03 0 0 1 1.5.16V4.75a3 3 0 0 0-3-3Zm-4 15a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.503 2.282 3.025-3a.743.743 0 0 0 .005-1.06.743.743 0 0 0-1.061-.005l-2.497 2.477-1.447-1.435a.742.742 0 0 0-1.06.005.743.743 0 0 0 .004 1.06l1.975 1.958a.749.749 0 0 0 .241.164.748.748 0 0 0 .287.054.747.747 0 0 0 .286-.054.748.748 0 0 0 .242-.164Z", "fill-rule": "evenodd" } })])]);
|
|
5751
5751
|
};
|
|
5752
5752
|
const lp = {
|
|
5753
5753
|
render: op
|
|
5754
5754
|
}, vp = function() {
|
|
5755
5755
|
return r({
|
|
5756
|
-
name: "
|
|
5756
|
+
name: "IconMainFreightSettled",
|
|
5757
5757
|
component: lp
|
|
5758
5758
|
})();
|
|
5759
5759
|
};
|
|
5760
5760
|
var ip = function() {
|
|
5761
5761
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5762
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5762
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#main-freight-to-be-settled_svg__clip131_1900)" } }, [e("path", { attrs: { d: "M15 1.75H5a3 3 0 0 0-3 3v15.33a1 1 0 0 0 1.472.881l3.183-1.705a1 1 0 0 1 1.203.2l1.41 1.51a1 1 0 0 0 1.463 0l.101-.108A6.97 6.97 0 0 1 9.5 16.75c0-.46.044-.91.13-1.345a.743.743 0 0 1-.38-.655v-1.845H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h2.25V9.547H7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h1.51l-2.113-2.85a.743.743 0 0 1 .156-1.05.743.743 0 0 1 1.05.156L10 7.538l2.398-3.235a.742.742 0 0 1 1.049-.156c.337.25.406.712.155 1.05l-2.113 2.85H13c.42 0 .75.33.75.75s-.33.75-.75.75h-2.25v1.858h1.23A7.02 7.02 0 0 1 18 9.91V4.75a3 3 0 0 0-3-3Zm-4 15a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.74.078 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.743.743 0 0 1-.26-.568V14.75c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd" } })])]);
|
|
5763
5763
|
};
|
|
5764
5764
|
const hp = {
|
|
5765
5765
|
render: ip
|
|
5766
5766
|
}, mp = function() {
|
|
5767
5767
|
return r({
|
|
5768
|
-
name: "
|
|
5768
|
+
name: "IconMainFreightToBeSettled",
|
|
5769
5769
|
component: hp
|
|
5770
5770
|
})();
|
|
5771
5771
|
};
|
|
5772
5772
|
var _p = function() {
|
|
5773
5773
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5774
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5774
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#maintain-inspection-records_svg__clip131_1905)" } }, [e("path", { attrs: { d: "M14.922 2h-10a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h4.94c-.663-.938-1.083-2.665-.362-4 .91-1.687 2.086-2.076 2.086-2.076l-.023-.122c-.337-1.908.179-3.418 1.464-4.879l.109-.12c1.342-1.445 3.07-2.136 4.786-1.853V5a3 3 0 0 0-3-3Zm-10 3.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75h-7.5c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75h-2c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm15.838 9.293a4.476 4.476 0 0 1-2.356 1.241 4.488 4.488 0 0 1-2.263-.158l-2.099 2.099a1.98 1.98 0 0 1-1.414.585 1.982 1.982 0 0 1-1.414-.586 1.995 1.995 0 0 1 0-2.828l2.098-2.098a4.479 4.479 0 0 1-.158-2.263 4.472 4.472 0 0 1 1.242-2.357 4.511 4.511 0 0 1 1.77-1.091 4.471 4.471 0 0 1 1.423-.227 4.563 4.563 0 0 1 1.42.233c.204.068.404.152.598.25.15.075.242.168.279.28.037.113.017.243-.058.392-.012.024-.077.106-.093.128l-1.803 1.803a.746.746 0 0 0-.165.243.745.745 0 0 0-.055.288c0 .103.018.2.055.288.036.088.091.169.165.242.146.146.323.22.53.22.103 0 .2-.019.288-.055a.75.75 0 0 0 .242-.165l1.804-1.803c.236-.236.471-.236.707 0 .038.037.069.08.093.127a4.484 4.484 0 0 1 .43 2.71 4.46 4.46 0 0 1-1.266 2.502Z", "fill-rule": "evenodd" } })])]);
|
|
5775
5775
|
};
|
|
5776
5776
|
const dp = {
|
|
5777
5777
|
render: _p
|
|
5778
5778
|
}, gp = function() {
|
|
5779
5779
|
return r({
|
|
5780
|
-
name: "
|
|
5780
|
+
name: "IconMaintainInspectionRecords",
|
|
5781
5781
|
component: dp
|
|
5782
5782
|
})();
|
|
5783
5783
|
};
|
|
5784
5784
|
var pp = function() {
|
|
5785
5785
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5786
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5786
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#item-planning-properties_svg__clip131_1886)" } }, [e("path", { attrs: { d: "M20 2H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2 2 2 0 0 0-2 2v2a2 2 0 0 0 2 2 2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h8.101A7 7 0 1 1 22 12.101V11a2 2 0 0 0-2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM4.75 4.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5Zm2.5 6.5h-2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5ZM11.5 17a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.5-3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 3a.75.75 0 0 0-.75.75v2.5a.75.75 0 0 0 1.5 0v-2.5a.75.75 0 0 0-.75-.75ZM4.75 17.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5Z", "fill-rule": "evenodd" } })])]);
|
|
5787
5787
|
};
|
|
5788
5788
|
const wp = {
|
|
5789
5789
|
render: pp
|
|
5790
5790
|
}, up = function() {
|
|
5791
5791
|
return r({
|
|
5792
|
-
name: "
|
|
5792
|
+
name: "IconItemPlanningProperties",
|
|
5793
5793
|
component: wp
|
|
5794
5794
|
})();
|
|
5795
5795
|
};
|
|
5796
5796
|
var fp = function() {
|
|
5797
5797
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5798
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5798
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#msg_svg__clip131_1908)" } }, [e("path", { attrs: { d: "M14.162 2.096A.747.747 0 0 0 13.795 2H6.697A3.207 3.207 0 0 0 3.5 5.217v13.566A3.207 3.207 0 0 0 6.697 22h10.606a3.207 3.207 0 0 0 3.197-3.217v-9.99c0-.226-.1-.43-.26-.567a1.15 1.15 0 0 0-.097-.116l-5.524-5.728a1.112 1.112 0 0 0-.457-.286Zm.382 2.368 3.45 3.579h-2.486c-.512 0-.963-.425-.963-.894l-.001-2.685ZM7.998 15.342v1.41c0 .42.33.75.75.75s.75-.33.75-.75v-4c0-.104-.018-.2-.055-.288a.748.748 0 0 0-.164-.243.746.746 0 0 0-.243-.165.745.745 0 0 0-.475-.031.747.747 0 0 0-.447.326l-1.116 1.766-1.116-1.766a.743.743 0 0 0-.2-.214.746.746 0 0 0-.269-.117.744.744 0 0 0-.293-.01.744.744 0 0 0-.418.227.747.747 0 0 0-.204.515v4c0 .42.33.75.75.75s.75-.33.75-.75v-1.41l.366.58c.018.021.084.11.104.13.022.016.106.088.13.103a.744.744 0 0 0 .272.107.744.744 0 0 0 .293-.01.747.747 0 0 0 .27-.116.746.746 0 0 0 .2-.214l.365-.58Zm5.005-1.613a.93.93 0 0 0-.168-.123 1.152 1.152 0 0 0-.504-.104 1.28 1.28 0 0 0-.348.045.839.839 0 0 0-.237.104c.01.016-.045.096-.017.118.14.11.38.192.72.246.99.156 1.623.498 1.895 1.026.129.25.178.54.146.87a1.603 1.603 0 0 1-.285.777 2.152 2.152 0 0 1-.563.5c-.368.21-.803.314-1.306.314-.458 0-.876-.089-1.25-.266-.236-.12-.511-.307-.673-.486a1.727 1.727 0 0 1-.39-.72.743.743 0 0 1 .537-.914.743.743 0 0 1 .915.538c.02.075.091.145.216.209.18.092.396.139.645.139.239 0 .427-.04.565-.118.008-.01.094-.092.096-.113-.003-.096-.264-.193-.783-.275-.595-.094-1.065-.276-1.41-.546a1.693 1.693 0 0 1-.437-.5 2.21 2.21 0 0 1-.142-.341 1.552 1.552 0 0 1-.024-.724c.036-.162.101-.317.196-.465a1.76 1.76 0 0 1 .52-.52c.197-.13.417-.228.662-.297.241-.068.492-.101.752-.101a2.659 2.659 0 0 1 1.154.252c.33.158.584.37.76.632.032.048.061.099.089.15a.743.743 0 0 1-.32 1.012.743.743 0 0 1-1.011-.32Zm6.276.493a.747.747 0 0 0-.237-.163.77.77 0 0 0 .187-.115.743.743 0 0 0 .095-1.056 2.532 2.532 0 0 0-.803-.641 2.31 2.31 0 0 0-1.03-.245 2.277 2.277 0 0 0-1.235.358 2.521 2.521 0 0 0-.732.7 2.804 2.804 0 0 0-.445.992c-.054.227-.08.46-.08.7a3.012 3.012 0 0 0 .182 1.037 2.803 2.803 0 0 0 .512.87 2.52 2.52 0 0 0 .792.61 2.307 2.307 0 0 0 1.005.233 2.288 2.288 0 0 0 1.267-.38c.21-.137.4-.305.567-.507a.744.744 0 0 0 .174-.48v-1.383c0-.104-.018-.2-.055-.288a.746.746 0 0 0-.164-.242Zm-1.107-.373a1.008 1.008 0 0 0-.322-.261.807.807 0 0 0-.487-.076.8.8 0 0 0-.223.072.993.993 0 0 0-.316.246 1.32 1.32 0 0 0-.235.402c-.041.139-.09.37-.09.52 0 .15.02.294.061.432.056.15.161.37.259.483.094.108.204.196.32.253a.806.806 0 0 0 .48.071.81.81 0 0 0 .231-.076.94.94 0 0 0 .148-.093v-.32h-.35c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h.697a.773.773 0 0 1-.173-.153Z", "fill-rule": "evenodd" } })])]);
|
|
5799
5799
|
};
|
|
5800
5800
|
const xp = {
|
|
5801
5801
|
render: fp
|
|
5802
5802
|
}, Ip = function() {
|
|
5803
5803
|
return r({
|
|
5804
|
-
name: "
|
|
5804
|
+
name: "IconMsg",
|
|
5805
5805
|
component: xp
|
|
5806
5806
|
})();
|
|
5807
5807
|
};
|
|
5808
5808
|
var $p = function() {
|
|
5809
5809
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5810
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5810
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#ofd_svg__clip131_1909)" } }, [e("path", { attrs: { d: "M2 19.273V4.727A2.727 2.727 0 0 1 4.727 2h14.546A2.727 2.727 0 0 1 22 4.727v14.546A2.727 2.727 0 0 1 19.273 22H4.727A2.727 2.727 0 0 1 2 19.273ZM13.466 5.2l-1.39 5a.743.743 0 0 1-.924.522.743.743 0 0 1-.521-.924l1.39-5a.743.743 0 0 1 .923-.522.743.743 0 0 1 .521.924Zm-3.356.346L8.08 7.504l2.03 1.956c.302.292.31.758.019 1.06a.743.743 0 0 1-1.06.02l-2.59-2.496a.785.785 0 0 1-.229-.554.723.723 0 0 1 .23-.526l2.589-2.497a.743.743 0 0 1 1.06.02.743.743 0 0 1-.02 1.06Zm4.821-1.08a.743.743 0 0 0-1.06.02.743.743 0 0 0 .02 1.06l2.028 1.957L13.89 9.46a.743.743 0 0 0-.019 1.06.743.743 0 0 0 1.06.02l2.59-2.496a.785.785 0 0 0 .229-.554.722.722 0 0 0-.23-.526l-2.589-2.497ZM3.885 16.25c0-1.795 1.231-3.25 2.75-3.25s2.75 1.455 2.75 3.25-1.231 3.25-2.75 3.25-2.75-1.455-2.75-3.25Zm13.726-3.183a3.053 3.053 0 0 0-.64-.067h-1.106c-.103 0-.2.018-.288.055a.746.746 0 0 0-.242.165.744.744 0 0 0-.165.242.744.744 0 0 0-.055.288v5c0 .104.018.2.055.288.037.088.092.17.165.242a.745.745 0 0 0 .242.165.746.746 0 0 0 .288.055h1.106a3.047 3.047 0 0 0 1.667-.493 3.245 3.245 0 0 0 1.396-2.017 3.358 3.358 0 0 0-.484-2.6 3.25 3.25 0 0 0-.912-.897 3.13 3.13 0 0 0-1.027-.426Zm-3.846 1.448h-2.013v1.1h1.83c.42 0 .75.33.75.75s-.33.75-.75.75h-1.83v1.85c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-5.2c0-.104.019-.2.055-.288a.745.745 0 0 1 .165-.242.743.743 0 0 1 .243-.165.743.743 0 0 1 .287-.055h2.763c.42 0 .75.33.75.75s-.33.75-.75.75Zm-8.38 1.735c0-.967.56-1.75 1.25-1.75s1.25.783 1.25 1.75c0 .966-.56 1.75-1.25 1.75s-1.25-.784-1.25-1.75Zm11.23-1.75h.356a1.55 1.55 0 0 1 .805.224 1.66 1.66 0 0 1 .513.48 1.788 1.788 0 0 1 .271.595 1.848 1.848 0 0 1-.438 1.7 1.657 1.657 0 0 1-.522.368 1.548 1.548 0 0 1-.63.133h-.355v-3.5Z", "fill-rule": "evenodd" } })])]);
|
|
5811
5811
|
};
|
|
5812
5812
|
const Mp = {
|
|
5813
5813
|
render: $p
|
|
5814
5814
|
}, Hp = function() {
|
|
5815
5815
|
return r({
|
|
5816
|
-
name: "
|
|
5816
|
+
name: "IconOfd",
|
|
5817
5817
|
component: Mp
|
|
5818
5818
|
})();
|
|
5819
5819
|
};
|
|
5820
5820
|
var zp = function() {
|
|
5821
5821
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5822
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5822
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#pending-review_svg__clip131_1899)" } }, [e("path", { attrs: { d: "m8.119 10.057-.422 2.078H4.483a1.594 1.594 0 0 0-1.034.378 1.698 1.698 0 0 0-.57.928l-.842 3.527a1.266 1.266 0 0 0 .298 1.15 1.19 1.19 0 0 0 .869.382h6.642a7 7 0 0 1 3.576-8.469 4.524 4.524 0 0 0 1.257-1.338 4.364 4.364 0 0 0 .58-1.566A4.333 4.333 0 0 0 14.95 4.7a4.403 4.403 0 0 0-.983-1.41A4.626 4.626 0 0 0 10.752 2a4.68 4.68 0 0 0-1.767.345 4.584 4.584 0 0 0-1.45.945 4.453 4.453 0 0 0-.982 1.41 4.315 4.315 0 0 0-.193 2.935 4.332 4.332 0 0 0 .717 1.427 4.472 4.472 0 0 0 1.042.995ZM11 16.32a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.739.078 1.057a.743.743 0 0 1-1.057.08l-2-1.723a.742.742 0 0 1-.261-.568V14.32c0-.42.33-.75.75-.75s.75.33.75.75Zm-5.865 6.18c.428.574.942 1.08 1.523 1.5H3.752c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h7.133Z", "fill-rule": "evenodd" } })])]);
|
|
5823
5823
|
};
|
|
5824
5824
|
const Zp = {
|
|
5825
5825
|
render: zp
|
|
5826
5826
|
}, Cp = function() {
|
|
5827
5827
|
return r({
|
|
5828
|
-
name: "
|
|
5828
|
+
name: "IconPendingReview",
|
|
5829
5829
|
component: Zp
|
|
5830
5830
|
})();
|
|
5831
5831
|
};
|
|
5832
5832
|
var Ep = function() {
|
|
5833
5833
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5834
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5834
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#process-plan-requirements_svg__clip131_1890)" } }, [e("path", { attrs: { d: "M15.5 2h-7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 3.5c-.041.16 0 .327 0 .5v.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4c0-.173-.022-.34-.063-.5C19.594 3.5 21 4.843 21 6.5V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a3 3 0 0 1 3-3Zm3.748 10.782c-.232-.716-.276-1.389-.135-2.02.149-.66.502-1.275 1.061-1.842.589-.598 1.224-.967 1.904-1.106.636-.128 1.323-.059 2.039.213.133.05.175.143.125.278l-1.288 1.336c-.296.3-.441.598-.438.894.004.282.142.561.416.84.256.26.518.396.785.408.28.012.565-.112.856-.372l1.302-1.317c.1-.103.201-.103.303-.002.27.737.39 1.51.256 2.162-.14.681-.504 1.328-1.085 1.918-.57.58-1.188.943-1.853 1.089-.623.137-1.287.083-1.992-.16a3.98 3.98 0 0 1-.155-.058L9.617 18.81a1.47 1.47 0 0 1-.484.332 1.453 1.453 0 0 1-.563.108c-.203 0-.39-.036-.564-.108a1.47 1.47 0 0 1-.483-.332C7.174 18.456 7 18.102 7 17.748c0-.354.174-.708.523-1.062l2.261-2.297a3.938 3.938 0 0 1-.036-.107Z", "fill-rule": "evenodd" } })])]);
|
|
5835
5835
|
};
|
|
5836
5836
|
const Vp = {
|
|
5837
5837
|
render: Ep
|
|
5838
5838
|
}, Lp = function() {
|
|
5839
5839
|
return r({
|
|
5840
|
-
name: "
|
|
5840
|
+
name: "IconProcessPlanRequirements",
|
|
5841
5841
|
component: Vp
|
|
5842
5842
|
})();
|
|
5843
5843
|
};
|
|
5844
5844
|
var Sp = function() {
|
|
5845
5845
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5846
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5846
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#purchase-planned-order_svg__clip131_1891)" } }, [e("path", { attrs: { d: "M15.5 2h-7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 3.5c-.041.16 0 .327 0 .5v.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4c0-.173-.022-.34-.063-.5C19.594 3.5 21 4.843 21 6.5V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a3 3 0 0 1 3-3Zm.75 4.75h1.155a1.345 1.345 0 0 1 .891.336c.116.1.211.214.286.339.085.142.143.301.175.476l.12.599h7.682a.52.52 0 0 1 .5.664l-.821 2.87c-.132.568-.604.966-1.145.966h-5.322l.155.781c.021.113.063.208.127.286.056.049.18.148.245.166.04.011.08.017.123.017h4.829c.42 0 .75.33.75.75s-.33.75-.75.75h-4.83a1.935 1.935 0 0 1-.95-.248 1.992 1.992 0 0 1-.54-.441 2.068 2.068 0 0 1-.475-.987L7.798 9.75H6.75C6.33 9.75 6 9.42 6 9s.33-.75.75-.75Zm3.75 10.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0ZM15 18a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z", "fill-rule": "evenodd" } })])]);
|
|
5847
5847
|
};
|
|
5848
5848
|
const Bp = {
|
|
5849
5849
|
render: Sp
|
|
5850
5850
|
}, Tp = function() {
|
|
5851
5851
|
return r({
|
|
5852
|
-
name: "
|
|
5852
|
+
name: "IconPurchasePlannedOrder",
|
|
5853
5853
|
component: Bp
|
|
5854
5854
|
})();
|
|
5855
5855
|
};
|
|
5856
5856
|
var Rp = function() {
|
|
5857
5857
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5858
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5858
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#requirements-planning_svg__clip131_1887)" } }, [e("path", { attrs: { d: "M22 15.414c0 1.005-.55 1.927-1.43 2.392l-7.333 3.886c-.775.41-1.699.41-2.474 0L3.43 17.806A2.704 2.704 0 0 1 2 15.414V4.7C2 3.209 3.194 2 4.667 2h14.666C20.806 2 22 3.209 22 4.7v10.714ZM18.12 5.25h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-10 .25h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1Zm10 2.45h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Zm-12 3.55h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Zm5 .05h7c.42 0 .75.33.75.75s-.33.75-.75.75h-7c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm7 2.7h-7c-.42 0-.75.33-.75.75s.33.75.75.75h7c.42 0 .75-.33.75-.75s-.33-.75-.75-.75Z", "fill-rule": "evenodd" } })])]);
|
|
5859
5859
|
};
|
|
5860
5860
|
const Fp = {
|
|
5861
5861
|
render: Rp
|
|
5862
5862
|
}, Ap = function() {
|
|
5863
5863
|
return r({
|
|
5864
|
-
name: "
|
|
5864
|
+
name: "IconRequirementsPlanning",
|
|
5865
5865
|
component: Fp
|
|
5866
5866
|
})();
|
|
5867
5867
|
};
|
|
5868
5868
|
var yp = function() {
|
|
5869
5869
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5870
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5870
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#shipped_svg__clip131_1897)" } }, [e("path", { attrs: { d: "m14.074 17.102-3.147.005a4.001 4.001 0 0 0-7.857.012l-.97.001c-.607 0-1.1-.478-1.1-1.069V4.2c0-.59.492-1.067 1.099-1.068l9.682-.011.13.007c.547.062.972.514.972 1.061v8.62c0 .442.37.8.825.8.456-.001.825-.36.825-.803V6.803l.01-.105a.655.655 0 0 1 .652-.536l2.952.006c.387.04.741.24.97.55l3.522 4.087.094.14c.174.287.267.615.267.95v3.357l-.006.153a1.873 1.873 0 0 1-1.102 1.54 4.002 4.002 0 0 0-7.818.157ZM10.52 7.04l-3.63 3.5a.724.724 0 0 1-.521.21.724.724 0 0 1-.52-.21L3.48 8.255a.743.743 0 0 1-.02-1.06.743.743 0 0 1 1.06-.02l1.85 1.783L9.48 5.96a.743.743 0 0 1 1.06.02.743.743 0 0 1-.02 1.06ZM4 17.87a3 3 0 1 1 6 0 3 3 0 0 1-6 0Zm11 0a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z", "fill-rule": "evenodd" } })])]);
|
|
5871
5871
|
};
|
|
5872
5872
|
const Dp = {
|
|
5873
5873
|
render: yp
|
|
5874
5874
|
}, bp = function() {
|
|
5875
5875
|
return r({
|
|
5876
|
-
name: "
|
|
5876
|
+
name: "IconShipped",
|
|
5877
5877
|
component: Dp
|
|
5878
5878
|
})();
|
|
5879
5879
|
};
|
|
5880
5880
|
var kp = function() {
|
|
5881
5881
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5882
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5882
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#substitute-material_svg__clip131_1906)" } }, [e("path", { attrs: { d: "M16.4 2H7.6C6.716 2 6 2.895 6 4h12c0-1.105-.716-2-1.6-2ZM20 7.318c0-1.004-.753-1.818-1.684-1.818H5.685C4.755 5.5 4 6.314 4 7.318V8h6c-.25 1.047.5 2.5 2 2.5s2.246-1.47 2-2.5h6v-.682Zm.049 2.182c1.078 0 1.951.865 1.951 1.933V19.1C22 20.7 20.69 22 19.073 22H4.927C3.31 22 2 20.702 2 19.1v-7.667C2 10.365 2.874 9.5 3.951 9.5h5.026c0 1.601 1.511 2.5 3.011 2.5 1.5 0 2.989-.899 2.989-2.5h5.072Zm-4.218 4.451a.743.743 0 0 0-.037 1.06l.481.517H6a.748.748 0 0 0-.502.192.744.744 0 0 0-.177.234.745.745 0 0 0-.07.284c-.005.104.008.2.04.29.032.091.082.175.151.252l2 2.222a.743.743 0 0 0 1.06.056.743.743 0 0 0 .055-1.06l-.873-.97H18c.104 0 .2-.018.288-.055a.744.744 0 0 0 .242-.165.746.746 0 0 0 .165-.242.745.745 0 0 0 .042-.428.752.752 0 0 0-.188-.372L16.89 13.99a.743.743 0 0 0-1.06-.038Z", "fill-rule": "evenodd" } })])]);
|
|
5883
5883
|
};
|
|
5884
5884
|
const Pp = {
|
|
5885
5885
|
render: kp
|
|
5886
5886
|
}, Op = function() {
|
|
5887
5887
|
return r({
|
|
5888
|
-
name: "
|
|
5888
|
+
name: "IconSubstituteMaterial",
|
|
5889
5889
|
component: Pp
|
|
5890
5890
|
})();
|
|
5891
5891
|
};
|
|
5892
5892
|
var Up = function() {
|
|
5893
5893
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5894
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#surcharge-
|
|
5894
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#surcharge-settled_svg__clip131_1903)" } }, [e("path", { attrs: { d: "M14.404 2h-8.93a1.567 1.567 0 0 0-1.401 2.268A3.134 3.134 0 0 0 6.876 6h6.126c1.187 0 2.272-.67 2.803-1.732A1.567 1.567 0 0 0 14.404 2ZM9.01 7.5h1.858a6.99 6.99 0 0 1 4.983 2.084 6.95 6.95 0 0 0-2.184.726.755.755 0 0 0-.224-.366.743.743 0 0 0-1.06.053L9.94 12.695 7.495 9.997a.743.743 0 0 0-1.06-.053.743.743 0 0 0-.052 1.06l1.865 2.058H6.939c-.42 0-.75.33-.75.75s.33.75.75.75h2.25v1.246h-2.25c-.42 0-.75.33-.75.75s.33.75.75.75h2.25V19.5c0 .42.33.75.75.75a.741.741 0 0 0 .739-.617c.349.697.811 1.327 1.362 1.867H5.55a4 4 0 0 1-3.96-4.566l.49-3.424A7 7 0 0 1 9.01 7.5Zm2.429 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.503 2.282 3.025-3a.743.743 0 0 0 .005-1.06.743.743 0 0 0-1.061-.005l-2.497 2.477-1.447-1.435a.743.743 0 0 0-1.06.005.743.743 0 0 0 .004 1.06l1.975 1.958a.744.744 0 0 0 .241.164.744.744 0 0 0 .287.054.744.744 0 0 0 .286-.054.744.744 0 0 0 .242-.164Z", "fill-rule": "evenodd" } })])]);
|
|
5895
5895
|
};
|
|
5896
5896
|
const Wp = {
|
|
5897
5897
|
render: Up
|
|
5898
5898
|
}, Np = function() {
|
|
5899
5899
|
return r({
|
|
5900
|
-
name: "
|
|
5900
|
+
name: "IconSurchargeSettled",
|
|
5901
5901
|
component: Wp
|
|
5902
5902
|
})();
|
|
5903
5903
|
};
|
|
5904
5904
|
var Gp = function() {
|
|
5905
5905
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5906
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5906
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#surcharge-to-be-settled_svg__clip131_1902)" } }, [e("path", { attrs: { d: "M14.404 2h-8.93a1.567 1.567 0 0 0-1.401 2.268A3.134 3.134 0 0 0 6.876 6h6.126c1.187 0 2.272-.67 2.803-1.732A1.567 1.567 0 0 0 14.404 2ZM9.01 7.5h1.858a6.99 6.99 0 0 1 4.983 2.084 6.95 6.95 0 0 0-2.184.726.755.755 0 0 0-.224-.366.743.743 0 0 0-1.06.053L9.94 12.695 7.495 9.997a.743.743 0 0 0-1.06-.053.743.743 0 0 0-.052 1.06l1.865 2.058H6.939c-.42 0-.75.33-.75.75s.33.75.75.75h2.25v1.246h-2.25c-.42 0-.75.33-.75.75s.33.75.75.75h2.25V19.5c0 .42.33.75.75.75a.741.741 0 0 0 .739-.617c.349.697.811 1.327 1.362 1.867H5.55a4 4 0 0 1-3.96-4.566l.49-3.424A7 7 0 0 1 9.01 7.5Zm2.429 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.319.274.353.74.08 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.74.74 0 0 1-.261-.568V14.5c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd" } })])]);
|
|
5907
5907
|
};
|
|
5908
5908
|
const Jp = {
|
|
5909
5909
|
render: Gp
|
|
5910
5910
|
}, qp = function() {
|
|
5911
5911
|
return r({
|
|
5912
|
-
name: "
|
|
5912
|
+
name: "IconSurchargeToBeSettled",
|
|
5913
5913
|
component: Jp
|
|
5914
5914
|
})();
|
|
5915
5915
|
};
|
|
5916
5916
|
var Qp = function() {
|
|
5917
5917
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5918
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0
|
|
5918
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("path", { attrs: { d: "M9.84 1.13A.463.463 0 0 0 9.5 1H4.07c-1.02 0-1.84.82-1.84 1.83v10.33c0 1.01.82 1.84 1.84 1.84h3.98c.28 0 .5-.23.5-.5 0-.28-.22-.5-.5-.5H4.07a.84.84 0 0 1-.84-.84V2.83l.01-.11c.05-.41.4-.72.83-.72H9.3l3.46 3.22v3.3c0 .27.22.5.5.5.27 0 .5-.23.5-.5V5c0-.14-.06-.27-.16-.37l-3.76-3.5ZM11 6.5c0-.28-.23-.5-.5-.5h-5c-.28 0-.5.22-.5.5 0 .27.22.5.5.5h5c.27 0 .5-.23.5-.5ZM7.5 9c.27 0 .5.22.5.5 0 .27-.23.5-.5.5h-2c-.28 0-.5-.23-.5-.5 0-.28.22-.5.5-.5h2Zm5.81 1.4-.01.08a2.327 2.327 0 0 0-2.29-.43c-.73.26-1.28.85-1.49 1.58-.06.21.06.44.27.5.21.06.44-.06.5-.28a1.557 1.557 0 0 1 2.47-.78l-.23-.02a.4.4 0 0 0-.43.37c-.02.22.14.41.36.43l1.12.1c.21.01.41-.15.43-.37l.1-1.11a.412.412 0 0 0-.37-.44h-.08a.406.406 0 0 0-.35.37Zm.61 2.06c.22.06.34.28.29.49a2.36 2.36 0 0 1-1.52 1.64 2.34 2.34 0 0 1-2.34-.47c-.02.19-.17.4-.36.42h-.08a.393.393 0 0 1-.36-.43l.1-1.12c.02-.22.21-.38.43-.36l1.11.09c.22.02.39.21.37.44a.393.393 0 0 1-.43.36l-.27-.02c.41.39 1.02.53 1.57.34.5-.18.88-.59 1-1.09.06-.21.28-.34.49-.29Z", "clip-rule": "evenodd", "fill-rule": "evenodd" } })]);
|
|
5919
5919
|
};
|
|
5920
5920
|
const jp = {
|
|
5921
5921
|
render: Qp
|
|
5922
5922
|
}, Xp = function() {
|
|
5923
5923
|
return r({
|
|
5924
|
-
name: "
|
|
5924
|
+
name: "IconSynchronize",
|
|
5925
5925
|
component: jp
|
|
5926
5926
|
})();
|
|
5927
5927
|
};
|
|
5928
5928
|
var Yp = function() {
|
|
5929
5929
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5930
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5930
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#to-be-uploaded_svg__clip131_1898)" } }, [e("path", { attrs: { d: "M.5 13.167c0 2.945 2.423 5.333 5.412 5.333h4.548a7 7 0 0 1 12.99-5.225c.033-.254.05-.512.05-.775 0-3.314-2.726-6-6.088-6l-.18.003-.163.007c-.833-2.336-3.091-4.01-5.745-4.01-3.147 0-5.736 2.353-6.056 5.37C2.583 8.185.5 10.437.5 13.168ZM11.5 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.739.078 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.744.744 0 0 1-.26-.568V14c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd" } })])]);
|
|
5931
5931
|
};
|
|
5932
5932
|
const Kp = {
|
|
5933
5933
|
render: Yp
|
|
5934
5934
|
}, tw = function() {
|
|
5935
5935
|
return r({
|
|
5936
|
-
name: "
|
|
5936
|
+
name: "IconToBeUploaded",
|
|
5937
5937
|
component: Kp
|
|
5938
5938
|
})();
|
|
5939
5939
|
};
|
|
5940
5940
|
var ew = function() {
|
|
5941
5941
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5942
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#total-
|
|
5942
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#total-nolume_svg__clip131_1894)" } }, [e("path", { attrs: { d: "M11.87 22.18c-.195.07-.45.087-.637-.002l-8.053-3.8a.737.737 0 0 1-.313-.276.735.735 0 0 1-.117-.402V6.3a.751.751 0 0 1 .45-.687l8.257-3.794a.757.757 0 0 1 .613-.007l8.73 3.8c.136.06.245.152.327.277a.735.735 0 0 1 .123.411v11.4c0 .15-.041.288-.125.414a.736.736 0 0 1-.332.276l-8.923 3.79ZM5.277 6.31l6.392 3.016L18.621 6.3l-6.842-2.978-6.502 2.987Zm3.728-.693 3.133-1.425a.743.743 0 0 1 .993.372c.174.383.01.82-.372.994L9.626 6.983a.743.743 0 0 1-.993-.372.743.743 0 0 1 .372-.994Zm5.367 0-3.13 1.426a.743.743 0 0 0-.372.993.743.743 0 0 0 .993.372l3.13-1.425a.743.743 0 0 0 .373-.994.743.743 0 0 0-.994-.371Zm-2.07 5.07v9.68l7.448-3.163v-9.76l-7.447 3.242Zm5.816-.35v5.7c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-5.7c0-.42.33-.75.75-.75s.75.33.75.75Zm-2.684 7.125v-5.7c0-.42-.33-.75-.75-.75s-.75.33-.75.75v5.7c0 .42.33.75.75.75s.75-.33.75-.75Z", "fill-rule": "evenodd" } })])]);
|
|
5943
5943
|
};
|
|
5944
5944
|
const nw = {
|
|
5945
5945
|
render: ew
|
|
5946
5946
|
}, rw = function() {
|
|
5947
5947
|
return r({
|
|
5948
|
-
name: "
|
|
5948
|
+
name: "IconTotalNolume",
|
|
5949
5949
|
component: nw
|
|
5950
5950
|
})();
|
|
5951
5951
|
};
|
|
5952
5952
|
var cw = function() {
|
|
5953
5953
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5954
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#total-
|
|
5954
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#total-number_svg__clip131_1895)" } }, [e("path", { attrs: { d: "M22 4.591 16.347 2.5A1 1 0 0 0 15 3.437v17.127a1 1 0 0 0 1.347.937L22 19.41V4.59ZM9.739 3.305l3.761.926v15.538l-3.761.926a1 1 0 0 1-1.239-.971V4.276a1 1 0 0 1 1.239-.971ZM7 5.077 3.21 4.26A1 1 0 0 0 2 5.238v13.524a1 1 0 0 0 1.21.977L7 18.923V5.077Z", "fill-rule": "evenodd" } })])]);
|
|
5955
5955
|
};
|
|
5956
5956
|
const aw = {
|
|
5957
5957
|
render: cw
|
|
5958
5958
|
}, sw = function() {
|
|
5959
5959
|
return r({
|
|
5960
|
-
name: "
|
|
5960
|
+
name: "IconTotalNumber",
|
|
5961
5961
|
component: aw
|
|
5962
5962
|
})();
|
|
5963
5963
|
};
|
|
5964
5964
|
var ow = function() {
|
|
5965
5965
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5966
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5966
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#total-weight_svg__clip131_1893)" } }, [e("path", { attrs: { d: "M8 2h8a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2v1.5h3.477a2 2 0 0 1 1.928 1.468l2.897 10.5A2 2 0 0 1 20.374 22H3.627a2 2 0 0 1-1.928-2.532l2.896-10.5A2 2 0 0 1 6.523 7.5H10V6H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1ZM5.41 15.902c-.107.477-.16.967-.16 1.468 0 .42.33.75.75.75s.75-.33.75-.75a5.25 5.25 0 0 1 .412-2.043 5.24 5.24 0 0 1 2.795-2.795A5.193 5.193 0 0 1 12 12.12a5.246 5.246 0 0 1 2.043.412A5.258 5.258 0 0 1 17.12 16.2c.087.38.13.77.13 1.17 0 .42.33.75.75.75s.75-.33.75-.75a6.711 6.711 0 0 0-1.11-3.71 6.753 6.753 0 0 0-3.013-2.509A6.71 6.71 0 0 0 12 10.62c-.501 0-.99.052-1.468.158a6.711 6.711 0 0 0-2.242.95 6.775 6.775 0 0 0-1.93 1.93 6.74 6.74 0 0 0-.95 2.243Zm6.59.468c.035 0 .07.001.104.004l1.336-1.502a.743.743 0 0 1 1.06-.062c.313.279.34.745.061 1.059l-1.336 1.502a1.25 1.25 0 1 1-1.225-1Z", "fill-rule": "evenodd" } })])]);
|
|
5967
5967
|
};
|
|
5968
5968
|
const lw = {
|
|
5969
5969
|
render: ow
|
|
5970
5970
|
}, vw = function() {
|
|
5971
5971
|
return r({
|
|
5972
|
-
name: "
|
|
5972
|
+
name: "IconTotalWeight",
|
|
5973
5973
|
component: lw
|
|
5974
5974
|
})();
|
|
5975
5975
|
};
|
|
5976
5976
|
var iw = function() {
|
|
5977
5977
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5978
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5978
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#under-review_svg__clip131_1878)" } }, [e("path", { attrs: { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.893A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.691-1.34a2.3 2.3 0 0 1 .582-.547 2.267 2.267 0 0 1 .717-.305 2.259 2.259 0 0 1 2.702 1.681 2.255 2.255 0 0 1-2.858 2.663 2.235 2.235 0 0 1-.566-.269.743.743 0 0 0-1.038.216.743.743 0 0 0 .215 1.038 3.753 3.753 0 0 0 1.407.557 3.77 3.77 0 0 0 2.713-.563 3.748 3.748 0 0 0 1.066-1.066A3.745 3.745 0 0 0 19.25 16a3.752 3.752 0 0 0-.295-1.46 3.745 3.745 0 0 0-3.455-2.29 3.759 3.759 0 0 0-1.46.295A3.745 3.745 0 0 0 11.75 16c0 .158.045.301.136.43.144.205.302.323.476.353.175.031.364-.025.569-.169l.913-.64c.344-.241.424-.701.183-1.045a.754.754 0 0 0-.335-.269Z", "fill-rule": "evenodd" } })])]);
|
|
5979
5979
|
};
|
|
5980
5980
|
const hw = {
|
|
5981
5981
|
render: iw
|
|
5982
5982
|
}, mw = function() {
|
|
5983
5983
|
return r({
|
|
5984
|
-
name: "
|
|
5984
|
+
name: "IconUnderReview",
|
|
5985
5985
|
component: hw
|
|
5986
5986
|
})();
|
|
5987
5987
|
};
|
|
5988
5988
|
var _w = function() {
|
|
5989
5989
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
5990
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
5990
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#unsubmitted_svg__clip131_1876)" } }, [e("path", { attrs: { d: "M16 2H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h5.892A7 7 0 0 1 19 9.937V5a3 3 0 0 0-3-3ZM6 5.25h7.5c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75Zm0 3.5h2c.42 0 .75.33.75.75s-.33.75-.75.75H6c-.42 0-.75-.33-.75-.75s.33-.75.75-.75ZM10 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.273.352.739.078 1.057a.743.743 0 0 1-1.057.08l-2-1.723a.746.746 0 0 1-.261-.568V14c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd" } })])]);
|
|
5991
5991
|
};
|
|
5992
5992
|
const dw = {
|
|
5993
5993
|
render: _w
|
|
5994
5994
|
}, gw = function() {
|
|
5995
5995
|
return r({
|
|
5996
|
-
name: "
|
|
5996
|
+
name: "IconUnsubmitted",
|
|
5997
5997
|
component: dw
|
|
5998
5998
|
})();
|
|
5999
5999
|
};
|
|
6000
6000
|
var pw = function() {
|
|
6001
6001
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6002
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
6002
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#view-flowchart_svg__clip451_2373)" } }, [e("path", { attrs: { d: "M4.21 2.67c-1.63 0-2.95 1.32-2.95 2.94 0 1.62 1.32 2.94 2.95 2.94 1.41 0 2.59-.98 2.88-2.29h9.27c.19 0 .38.02.56.06.14.03.27.08.41.13.29.13.56.31.79.53a2.44 2.44 0 0 1 .66 1.2c.05.18.07.37.07.56 0 .19-.02.38-.07.56-.03.14-.07.27-.13.4-.05.13-.12.26-.2.38-.09.15-.21.28-.33.41-.13.12-.26.23-.41.33-.12.08-.25.14-.38.2-.14.06-.27.1-.41.13-.18.05-.37.07-.56.07H13.6c-.4-1.16-1.5-1.98-2.79-1.98-1.3 0-2.4.82-2.8 1.98H5.26c-.3 0-.58.03-.87.09-.23.05-.46.12-.69.22-.23.1-.44.21-.64.34a3.903 3.903 0 0 0-1.14 1.14c-.14.2-.25.41-.35.64-.09.22-.17.45-.22.69-.06.27-.09.57-.09.86 0 .54.1 1.05.31 1.54a4.075 4.075 0 0 0 1.47 1.77 4.17 4.17 0 0 0 1.35.57c.28.06.57.09.87.09h8.56c.4.57.95 1.02 1.47 1.36.19.13.39.24.6.34.64.3 1.35.45 2.13.45.78 0 1.49-.15 2.13-.45.2-.1.4-.21.59-.34.77-.51 1.41-1.26 1.91-2.25a.73.73 0 0 0 0-.67c-.5-1-1.14-1.75-1.91-2.26-.19-.13-.39-.24-.59-.34-.64-.29-1.35-.44-2.13-.44-.78 0-1.49.15-2.13.44-.21.1-.41.21-.6.34-.77.51-1.41 1.26-1.9 2.26l-8.13.06c-.2 0-.38-.02-.57-.06a2.495 2.495 0 0 1-1.19-.66c-.23-.23-.41-.49-.54-.79-.05-.13-.1-.27-.13-.4a2.666 2.666 0 0 1 0-1.13c.03-.13.08-.27.13-.4a2.524 2.524 0 0 1 1.73-1.45c.19-.04.37-.06.57-.06H7.9a2.955 2.955 0 0 0 2.91 2.39c1.44 0 2.64-1.03 2.9-2.39h2.65c.29 0 .58-.03.86-.1.23-.05.47-.12.69-.22.23-.09.44-.21.65-.34.22-.15.43-.32.62-.51.37-.37.66-.79.86-1.26.1-.23.17-.46.22-.69a4.116 4.116 0 0 0 0-1.71c-.05-.24-.12-.48-.22-.7-.2-.48-.49-.9-.86-1.27-.19-.19-.4-.36-.62-.51a5.01 5.01 0 0 0-.65-.34c-.22-.09-.46-.17-.69-.22-.28-.06-.57-.09-.86-.09H7.04a2.962 2.962 0 0 0-2.83-2.09Zm0 1.5a1.44 1.44 0 0 0 0 2.88c.8 0 1.45-.64 1.45-1.44 0-.79-.65-1.44-1.45-1.44Zm15.7 12.43c.46.3.87.75 1.21 1.34-.34.59-.75 1.04-1.21 1.35-.08.05-.15.09-.23.13-.48.27-1.04.4-1.66.4-.63 0-1.18-.13-1.67-.4-.07-.04-.15-.08-.22-.13-.47-.31-.87-.76-1.21-1.35.34-.59.74-1.04 1.21-1.34.07-.05.15-.1.22-.14.49-.26 1.04-.39 1.67-.39.62 0 1.18.13 1.66.39.08.04.15.09.23.14Zm-3.21 1.34c0-.72.59-1.31 1.32-1.31.73 0 1.32.59 1.32 1.31 0 .73-.59 1.31-1.32 1.31-.73 0-1.32-.58-1.32-1.31Z", "fill-rule": "evenodd" } })])]);
|
|
6003
6003
|
};
|
|
6004
6004
|
const ww = {
|
|
6005
6005
|
render: pw
|
|
6006
6006
|
}, uw = function() {
|
|
6007
6007
|
return r({
|
|
6008
|
-
name: "
|
|
6008
|
+
name: "IconViewFlowchart",
|
|
6009
6009
|
component: ww
|
|
6010
6010
|
})();
|
|
6011
6011
|
};
|
|
6012
6012
|
var fw = function() {
|
|
6013
6013
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6014
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#wait-for-
|
|
6014
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#wait-for-delivery-o_svg__clip131_1873)" } }, [e("path", { attrs: { d: "m14.074 17.102-3.147.005a4.001 4.001 0 0 0-7.856.012l-.97.001c-.608 0-1.1-.478-1.101-1.069V4.2c0-.59.492-1.067 1.099-1.068l9.682-.011.13.007c.547.062.972.514.972 1.061v8.62c0 .442.37.8.825.8.456-.001.825-.36.825-.803V6.803l.01-.105a.655.655 0 0 1 .652-.536l2.952.006c.387.04.741.24.97.55l3.522 4.087.094.14c.174.287.267.615.267.95v3.357l-.006.153a1.873 1.873 0 0 1-1.102 1.54 4.002 4.002 0 0 0-7.818.157ZM6.75 6v2.325l2.627 1.527a.743.743 0 0 1 .271 1.025.743.743 0 0 1-1.025.271l-3-1.743a.738.738 0 0 1-.273-.275.738.738 0 0 1-.1-.374V6c0-.42.33-.75.75-.75s.75.33.75.75ZM7 14.87a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm8 3a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z", "fill-rule": "evenodd" } })])]);
|
|
6015
6015
|
};
|
|
6016
6016
|
const xw = {
|
|
6017
6017
|
render: fw
|
|
6018
6018
|
}, Iw = function() {
|
|
6019
6019
|
return r({
|
|
6020
|
-
name: "
|
|
6020
|
+
name: "IconWaitForDeliveryO",
|
|
6021
6021
|
component: xw
|
|
6022
6022
|
})();
|
|
6023
6023
|
};
|
|
6024
6024
|
var $w = function() {
|
|
6025
6025
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6026
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
6026
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#wait-for-delivery_svg__clip131_1896)" } }, [e("path", { attrs: { d: "M5 2h14a3 3 0 0 1 3 3v1H2V5a3 3 0 0 1 3-3Zm4 5.5H2V19a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7.5h-7v6.478a.5.5 0 0 1-.807.394l-1.58-1.228a1 1 0 0 0-1.227 0l-1.579 1.228A.5.5 0 0 1 9 13.978V7.5Z", "fill-rule": "evenodd" } })])]);
|
|
6027
6027
|
};
|
|
6028
6028
|
const Mw = {
|
|
6029
6029
|
render: $w
|
|
6030
6030
|
}, Hw = function() {
|
|
6031
6031
|
return r({
|
|
6032
|
-
name: "
|
|
6032
|
+
name: "IconWaitForDelivery",
|
|
6033
6033
|
component: Mw
|
|
6034
6034
|
})();
|
|
6035
6035
|
};
|
|
6036
6036
|
var zw = function() {
|
|
6037
6037
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6038
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#waiting-for-
|
|
6038
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#waiting-for-receipt_svg__clip131_1874)" } }, [e("path", { attrs: { d: "M6.38 2h10a3 3 0 0 1 3 3v1a3.012 3.012 0 0 0-2.157.885l-6.906 6.905a1.384 1.384 0 0 0-.307.467L8.48 18.104c-.448 1.127.67 2.243 1.796 1.795l3.846-1.531c.175-.07.333-.174.466-.307l4.791-4.79V19a3 3 0 0 1-3 3h-10a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3Zm8 4.253h-8c-.42 0-.75-.33-.75-.75s.33-.75.75-.75h8c.42 0 .75.33.75.75s-.33.75-.75.75Zm5.131 4.994.596-.595a1.747 1.747 0 0 0-.579-2.86 1.754 1.754 0 0 0-1.607.151c-.103.067-.2.145-.289.234l-.595.595 2.474 2.475ZM11.27 9.75c.42 0 .75-.33.75-.75s-.33-.75-.75-.75H6.38c-.42 0-.75.33-.75.75s.33.75.75.75h4.889Zm7.359 2.381-2.19-2.19-.285-.285-4.263 4.264-2.072 4.145a.3.3 0 0 0 .402.402l4.144-2.073 4.264-4.263ZM8.38 13.25c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-2c-.42 0-.75.33-.75.75s.33.75.75.75h2Z", "fill-rule": "evenodd" } })])]);
|
|
6039
6039
|
};
|
|
6040
6040
|
const Zw = {
|
|
6041
6041
|
render: zw
|
|
6042
6042
|
}, Cw = function() {
|
|
6043
6043
|
return r({
|
|
6044
|
-
name: "
|
|
6044
|
+
name: "IconWaitingForReceipt",
|
|
6045
6045
|
component: Zw
|
|
6046
6046
|
})();
|
|
6047
6047
|
};
|
|
6048
6048
|
var Ew = function() {
|
|
6049
6049
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6050
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#waiting-
|
|
6050
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#waiting-for-submission_svg__clip131_1875)" } }, [e("path", { attrs: { d: "m9.576 1.557-7.5 3.907c-.171.09-.326.202-.461.331l8.885 4.46 8.885-4.46a1.996 1.996 0 0 0-.46-.33l-7.5-3.908a2 2 0 0 0-1.85 0Zm.174 21.117V11.557L1.001 7.166 1 16.912a2 2 0 0 0 1.076 1.774l7.5 3.907c.057.03.115.057.174.08ZM19.999 7.166l-8.749 4.391v11.117c.059-.024.117-.05.174-.08l3.036-1.582A6 6 0 0 1 20 10.765l-.001-3.6Zm-15.71 4.62 3.435 1.717A.5.5 0 0 1 8 13.95v1.368a.2.2 0 0 1-.29.179L4.277 13.78A.5.5 0 0 1 4 13.332v-1.367a.2.2 0 0 1 .29-.179ZM14 16.575a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm4.75-.13v-1.62c0-.42-.33-.75-.75-.75s-.75.33-.75.75v1.993c0 .25.1.449.299.599l2 1.507a.743.743 0 0 0 1.05-.148.743.743 0 0 0-.148-1.05l-1.701-1.282Z", "fill-rule": "evenodd" } })])]);
|
|
6051
6051
|
};
|
|
6052
6052
|
const Vw = {
|
|
6053
6053
|
render: Ew
|
|
6054
6054
|
}, Lw = function() {
|
|
6055
6055
|
return r({
|
|
6056
|
-
name: "
|
|
6056
|
+
name: "IconWaitingForSubmission",
|
|
6057
6057
|
component: Vw
|
|
6058
6058
|
})();
|
|
6059
6059
|
};
|
|
6060
6060
|
var Sw = function() {
|
|
6061
6061
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6062
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
6062
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#waiting-to-pick_svg__clip131_1872)" } }, [e("path", { attrs: { d: "M3.742 2.33a.99.99 0 0 0-1.413-.072.99.99 0 0 0-.07 1.413L4 5.597V15.5c0 .56.44 1 1 1h15.5c.84 0 1.5-.66 1.5-1.5s-.66-1.5-1.5-1.5h-2.981c.818 0 1.481-.663 1.481-1.482V4.981c0-.818-.663-1.481-1.481-1.481H9.482C8.663 3.5 8 4.163 8 4.98v7.037c0 .819.663 1.482 1.482 1.482H6V5.21a.992.992 0 0 0-.258-.67l-2-2.212ZM13.75 8.25V6c0-.42-.33-.75-.75-.75s-.75.33-.75.75v3c0 .207.073.384.22.53.146.147.323.22.53.22h3c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-2.25ZM7.5 17.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm10 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z", "fill-rule": "evenodd" } })])]);
|
|
6063
6063
|
};
|
|
6064
6064
|
const Bw = {
|
|
6065
6065
|
render: Sw
|
|
6066
6066
|
}, Tw = function() {
|
|
6067
6067
|
return r({
|
|
6068
|
-
name: "
|
|
6068
|
+
name: "IconWaitingToPick",
|
|
6069
6069
|
component: Bw
|
|
6070
6070
|
})();
|
|
6071
6071
|
};
|
|
6072
6072
|
var Rw = function() {
|
|
6073
6073
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6074
|
-
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#
|
|
6074
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#write-production-plan_svg__clip131_1888)" } }, [e("path", { attrs: { d: "M15.5 2h-7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1ZM6 3.5c-.041.16 0 .327 0 .5v.5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4c0-.173-.022-.34-.063-.5C19.594 3.5 21 4.843 21 6.5V19a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6.5a3 3 0 0 1 3-3Zm5.07 5.25h1.86c.322 0 .605.22.69.535l.252.938.624.366.925-.247a.712.712 0 0 1 .803.34l.93 1.638c.161.283.116.64-.11.872l-.675.691v.734l.674.69c.227.233.272.59.111.873l-.93 1.638a.712.712 0 0 1-.803.34l-.924-.248-.625.367-.252.938a.718.718 0 0 1-.69.535h-1.86a.718.718 0 0 1-.69-.535l-.252-.938-.625-.367-.924.247a.712.712 0 0 1-.803-.34l-.93-1.637a.733.733 0 0 1 .11-.872l.675-.692v-.733l-.674-.69a.733.733 0 0 1-.111-.873l.93-1.638a.712.712 0 0 1 .803-.34l.924.247.625-.366.252-.938a.718.718 0 0 1 .69-.535Zm.93 8.542c1.662 0 3.011-1.364 3.011-3.042 0-1.678-1.35-3.042-3.011-3.042-1.662 0-3.011 1.364-3.011 3.042 0 1.678 1.35 3.042 3.011 3.042Zm0-1.5c.834 0 1.511-.691 1.511-1.542 0-.85-.677-1.542-1.511-1.542-.834 0-1.511.691-1.511 1.542 0 .85.677 1.542 1.511 1.542Z", "fill-rule": "evenodd" } })])]);
|
|
6075
6075
|
};
|
|
6076
6076
|
const Fw = {
|
|
6077
6077
|
render: Rw
|
|
6078
6078
|
}, Aw = function() {
|
|
6079
6079
|
return r({
|
|
6080
|
-
name: "
|
|
6080
|
+
name: "IconWriteProductionPlan",
|
|
6081
6081
|
component: Fw
|
|
6082
6082
|
})();
|
|
6083
6083
|
};
|
|
6084
6084
|
var yw = function() {
|
|
6085
|
+
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6086
|
+
return e("svg", t._g({ attrs: { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("g", { attrs: { "clip-path": "url(#xml_svg__clip131_1910)" } }, [e("path", { attrs: { d: "M14.162 2.096A.747.747 0 0 0 13.795 2H6.697A3.207 3.207 0 0 0 3.5 5.217v13.566A3.207 3.207 0 0 0 6.697 22h10.606a3.207 3.207 0 0 0 3.197-3.217v-9.99c0-.226-.1-.43-.26-.567a1.15 1.15 0 0 0-.097-.116l-5.524-5.728a1.112 1.112 0 0 0-.457-.286Zm.382 2.368 3.45 3.579h-2.486c-.512 0-.963-.425-.963-.894l-.001-2.685Zm-6.94 7.804-.876 1.206-.876-1.206a.743.743 0 0 0-1.048-.165.743.743 0 0 0-.166 1.047l1.163 1.6-1.163 1.6c-.247.34-.174.8.166 1.047.34.247.8.174 1.048-.165l.876-1.206.877 1.205a.743.743 0 0 0 1.047.166.743.743 0 0 0 .166-1.047l-1.163-1.6 1.163-1.6a.743.743 0 0 0-.166-1.048.743.743 0 0 0-1.047.166Zm5.79 2.82v1.701c0 .42.33.75.75.75s.75-.33.75-.75v-4.08c0-.104-.019-.2-.055-.289a.745.745 0 0 0-.165-.242.743.743 0 0 0-.242-.165.746.746 0 0 0-.467-.034.74.74 0 0 0-.436.3l-1.363 1.947-1.363-1.948a.745.745 0 0 0-.21-.204.745.745 0 0 0-.274-.104.746.746 0 0 0-.293.004.742.742 0 0 0-.402.24.745.745 0 0 0-.186.494v4.081c0 .42.33.75.75.75s.75-.33.75-.75v-1.702l.614.877c.014.016.068.084.084.1.017.014.082.071.1.084.085.06.174.1.267.12.094.02.191.022.293.004a.74.74 0 0 0 .274-.104c.081-.052.151-.12.21-.204l.614-.877Zm3.479.951v-3.33c0-.42-.33-.75-.75-.75s-.75.33-.75.75v4.08c0 .104.018.2.055.288.036.088.091.17.164.242a.743.743 0 0 0 .243.165.743.743 0 0 0 .288.055h2.635c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-1.885Z", "fill-rule": "evenodd" } })])]);
|
|
6087
|
+
};
|
|
6088
|
+
const Dw = {
|
|
6089
|
+
render: yw
|
|
6090
|
+
}, bw = function() {
|
|
6091
|
+
return r({
|
|
6092
|
+
name: "IconXml",
|
|
6093
|
+
component: Dw
|
|
6094
|
+
})();
|
|
6095
|
+
};
|
|
6096
|
+
var kw = function() {
|
|
6085
6097
|
var t = this, n = t.$createElement, e = t._self._c || n;
|
|
6086
6098
|
return e("svg", t._g({ attrs: { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" } }, t.$listeners), [e("defs", [e("clipPath", { attrs: { id: "lightning-line_svg__a" } }, [e("path", { attrs: { fill: "#fff", "fill-opacity": "0", d: "M0 0h24v24H0z" } })])]), e("g", { attrs: { "clip-path": "url(#lightning-line_svg__a)" } }, [e("path", { attrs: { d: "M0 11.99c0-1.88-.01-3.75 0-5.63-.01-.91.11-1.81.33-2.69C.82 1.81 2.03.71 3.89.28c.93-.2 1.89-.3 2.84-.28h10.79c.9-.01 1.81.09 2.69.31 1.92.46 3.07 1.68 3.5 3.59.2.9.29 1.82.28 2.74v10.9c.01.9-.09 1.8-.3 2.68-.47 1.91-1.69 3.05-3.6 3.49-.93.2-1.88.3-2.84.28H6.51c-.91.01-1.82-.09-2.71-.3C1.87 23.22.72 22 .28 20.08.06 19.11 0 18.13 0 17.15v-5.16Z", fill: "none" } }), e("path", { attrs: { d: "M0 6.36c-.01-.91.11-1.81.33-2.69C.82 1.81 2.03.71 3.89.28c.93-.2 1.89-.3 2.84-.28h10.79c.9-.01 1.81.09 2.69.31 1.92.46 3.07 1.68 3.5 3.59.2.9.29 1.82.28 2.74v10.9c.01.9-.09 1.8-.3 2.68-.47 1.91-1.69 3.05-3.6 3.49-.93.2-1.88.3-2.84.28H6.51c-.91.01-1.82-.09-2.71-.3C1.87 23.22.72 22 .28 20.08.06 19.11 0 18.13 0 17.15v-5.16c0-1.88-.01-3.75 0-5.63Z" } }), e("path", { attrs: { d: "m11.17 14.18-6.26-.68a.717.717 0 0 1-.5-.27.758.758 0 0 1-.16-.56c.01-.07.02-.14.05-.2.03-.07.07-.13.11-.18l7.82-9.76c.13-.17.3-.26.51-.28a.734.734 0 0 1 .77.46c.05.12.07.24.05.37l-.74 6.73 6.26.68c.2.02.37.12.5.28.13.16.18.34.16.55-.01.07-.02.14-.05.2-.03.07-.07.13-.11.19l-7.82 9.75c-.13.17-.3.26-.51.28a.734.734 0 0 1-.77-.46c-.05-.12-.07-.24-.05-.37l.74-6.73Zm.91-1.41-5.64-.61 5.35-6.68-.54 4.91c-.02.21.03.39.16.55.13.17.3.26.5.28l5.64.61-5.35 6.68.54-4.91a.722.722 0 0 0-.16-.55.694.694 0 0 0-.5-.28Z", fill: "#191919", "fill-rule": "evenodd" } })])]);
|
|
6087
6099
|
};
|
|
6088
6100
|
const c = {
|
|
6089
|
-
render:
|
|
6090
|
-
},
|
|
6101
|
+
render: kw
|
|
6102
|
+
}, Pw = function() {
|
|
6091
6103
|
return r({
|
|
6092
6104
|
name: "IconLightning",
|
|
6093
6105
|
component: c
|
|
6094
6106
|
})();
|
|
6095
|
-
},
|
|
6107
|
+
}, Ow = function() {
|
|
6096
6108
|
return r({
|
|
6097
6109
|
name: "IconLightningLine",
|
|
6098
6110
|
component: c
|
|
6099
6111
|
})();
|
|
6100
|
-
},
|
|
6101
|
-
IconActivation:
|
|
6102
|
-
IconGenerating:
|
|
6103
|
-
IconProcessing:
|
|
6104
|
-
IconReportSubmission:
|
|
6105
|
-
IconStartO:
|
|
6106
|
-
IconTeams:
|
|
6107
|
-
IconTurnOn:
|
|
6108
|
-
IconWarningO:
|
|
6109
|
-
IconAutomaticAssessment:
|
|
6110
|
-
IconAverageShippingPeriod:
|
|
6111
|
-
IconCustomsClearanceForm:
|
|
6112
|
-
IconCustomsDeclaration:
|
|
6113
|
-
IconDisallowance:
|
|
6114
|
-
IconDiscountSup:
|
|
6115
|
-
IconDocument:
|
|
6116
|
-
IconDrawFlowchart:
|
|
6117
|
-
IconEngineWorkflow:
|
|
6118
|
-
IconFinishO:
|
|
6119
|
-
IconLocation:
|
|
6120
|
-
IconLocationNumber:
|
|
6121
|
-
IconMainFreightSettled:
|
|
6122
|
-
IconMainFreightToBeSettled:
|
|
6123
|
-
IconMaintainInspectionRecords:
|
|
6124
|
-
IconItemPlanningProperties:
|
|
6125
|
-
IconMsg:
|
|
6126
|
-
IconOfd:
|
|
6127
|
-
IconPendingReview:
|
|
6128
|
-
IconProcessPlanRequirements:
|
|
6129
|
-
IconPurchasePlannedOrder:
|
|
6130
|
-
IconRequirementsPlanning:
|
|
6131
|
-
IconShipped:
|
|
6132
|
-
IconSubstituteMaterial:
|
|
6133
|
-
IconSurchargeSettled:
|
|
6134
|
-
IconSurchargeToBeSettled:
|
|
6135
|
-
IconSynchronize:
|
|
6136
|
-
IconToBeUploaded:
|
|
6137
|
-
IconTotalNolume:
|
|
6138
|
-
IconTotalNumber:
|
|
6139
|
-
IconTotalWeight:
|
|
6140
|
-
IconUnderReview:
|
|
6141
|
-
IconUnsubmitted:
|
|
6142
|
-
IconViewFlowchart:
|
|
6143
|
-
IconWaitForDeliveryO:
|
|
6144
|
-
IconWaitForDelivery:
|
|
6145
|
-
IconWaitingForReceipt:
|
|
6146
|
-
IconWaitingForSubmission:
|
|
6147
|
-
IconWaitingToPick:
|
|
6148
|
-
IconWriteProductioPlan:
|
|
6149
|
-
IconXml:
|
|
6150
|
-
IconScan:
|
|
6112
|
+
}, Jw = {
|
|
6113
|
+
IconActivation: rg,
|
|
6114
|
+
IconGenerating: sg,
|
|
6115
|
+
IconProcessing: vg,
|
|
6116
|
+
IconReportSubmission: mg,
|
|
6117
|
+
IconStartO: gg,
|
|
6118
|
+
IconTeams: ug,
|
|
6119
|
+
IconTurnOn: Ig,
|
|
6120
|
+
IconWarningO: Hg,
|
|
6121
|
+
IconAutomaticAssessment: Cg,
|
|
6122
|
+
IconAverageShippingPeriod: Lg,
|
|
6123
|
+
IconCustomsClearanceForm: Tg,
|
|
6124
|
+
IconCustomsDeclaration: Ag,
|
|
6125
|
+
IconDisallowance: bg,
|
|
6126
|
+
IconDiscountSup: Og,
|
|
6127
|
+
IconDocument: Ng,
|
|
6128
|
+
IconDrawFlowchart: qg,
|
|
6129
|
+
IconEngineWorkflow: Xg,
|
|
6130
|
+
IconFinishO: tp,
|
|
6131
|
+
IconLocation: rp,
|
|
6132
|
+
IconLocationNumber: sp,
|
|
6133
|
+
IconMainFreightSettled: vp,
|
|
6134
|
+
IconMainFreightToBeSettled: mp,
|
|
6135
|
+
IconMaintainInspectionRecords: gp,
|
|
6136
|
+
IconItemPlanningProperties: up,
|
|
6137
|
+
IconMsg: Ip,
|
|
6138
|
+
IconOfd: Hp,
|
|
6139
|
+
IconPendingReview: Cp,
|
|
6140
|
+
IconProcessPlanRequirements: Lp,
|
|
6141
|
+
IconPurchasePlannedOrder: Tp,
|
|
6142
|
+
IconRequirementsPlanning: Ap,
|
|
6143
|
+
IconShipped: bp,
|
|
6144
|
+
IconSubstituteMaterial: Op,
|
|
6145
|
+
IconSurchargeSettled: Np,
|
|
6146
|
+
IconSurchargeToBeSettled: qp,
|
|
6147
|
+
IconSynchronize: Xp,
|
|
6148
|
+
IconToBeUploaded: tw,
|
|
6149
|
+
IconTotalNolume: rw,
|
|
6150
|
+
IconTotalNumber: sw,
|
|
6151
|
+
IconTotalWeight: vw,
|
|
6152
|
+
IconUnderReview: mw,
|
|
6153
|
+
IconUnsubmitted: gw,
|
|
6154
|
+
IconViewFlowchart: uw,
|
|
6155
|
+
IconWaitForDeliveryO: Iw,
|
|
6156
|
+
IconWaitForDelivery: Hw,
|
|
6157
|
+
IconWaitingForReceipt: Cw,
|
|
6158
|
+
IconWaitingForSubmission: Lw,
|
|
6159
|
+
IconWaitingToPick: Tw,
|
|
6160
|
+
IconWriteProductioPlan: Aw,
|
|
6161
|
+
IconXml: bw,
|
|
6162
|
+
IconScan: Id,
|
|
6151
6163
|
IconSubScript: Ch,
|
|
6152
6164
|
IconSortTriangle: sm,
|
|
6153
6165
|
IconSortTriangleAscending: vm,
|
|
@@ -6265,43 +6277,43 @@ const c = {
|
|
|
6265
6277
|
IconDialog2: J3,
|
|
6266
6278
|
IconDirectionCol: j3,
|
|
6267
6279
|
IconDirectionRow: K3,
|
|
6268
|
-
IconDotChart:
|
|
6269
|
-
IconDotDownload:
|
|
6270
|
-
IconDotIpv4:
|
|
6271
|
-
IconDoubleLeft:
|
|
6272
|
-
IconDoubleRight:
|
|
6273
|
-
IconDownO:
|
|
6274
|
-
IconDown:
|
|
6280
|
+
IconDotChart: n4,
|
|
6281
|
+
IconDotDownload: a4,
|
|
6282
|
+
IconDotIpv4: l4,
|
|
6283
|
+
IconDoubleLeft: h4,
|
|
6284
|
+
IconDoubleRight: d4,
|
|
6285
|
+
IconDownO: w4,
|
|
6286
|
+
IconDown: x4,
|
|
6275
6287
|
IconDownWard: tm,
|
|
6276
|
-
IconDownloadCloud:
|
|
6277
|
-
IconDownloadLink:
|
|
6278
|
-
IconDownload:
|
|
6279
|
-
IconDraft:
|
|
6280
|
-
IconEdit:
|
|
6281
|
-
IconEditor:
|
|
6282
|
-
IconEditorTab:
|
|
6283
|
-
IconEllipsis:
|
|
6284
|
-
IconEmailAdd:
|
|
6285
|
-
IconEmailCircle:
|
|
6286
|
-
IconEnd:
|
|
6287
|
-
IconError:
|
|
6288
|
-
IconEspaceAuto:
|
|
6289
|
-
IconEspace:
|
|
6290
|
-
IconExcel:
|
|
6291
|
-
IconException:
|
|
6292
|
-
IconExclamation:
|
|
6293
|
-
IconExport:
|
|
6294
|
-
IconExpressSearch:
|
|
6295
|
-
IconEyeclose:
|
|
6296
|
-
IconEyeopen:
|
|
6297
|
-
IconFeedback:
|
|
6298
|
-
IconEditorAlignCenter:
|
|
6299
|
-
IconEditorAlignLeft:
|
|
6300
|
-
IconEditorAlignRight:
|
|
6301
|
-
IconEditorBackground:
|
|
6302
|
-
IconEditorBold:
|
|
6303
|
-
IconEditorCode:
|
|
6304
|
-
IconEditorDeleteline:
|
|
6288
|
+
IconDownloadCloud: M4,
|
|
6289
|
+
IconDownloadLink: Z4,
|
|
6290
|
+
IconDownload: V4,
|
|
6291
|
+
IconDraft: B4,
|
|
6292
|
+
IconEdit: F4,
|
|
6293
|
+
IconEditor: D4,
|
|
6294
|
+
IconEditorTab: P4,
|
|
6295
|
+
IconEllipsis: W4,
|
|
6296
|
+
IconEmailAdd: J4,
|
|
6297
|
+
IconEmailCircle: j4,
|
|
6298
|
+
IconEnd: K4,
|
|
6299
|
+
IconError: n5,
|
|
6300
|
+
IconEspaceAuto: a5,
|
|
6301
|
+
IconEspace: l5,
|
|
6302
|
+
IconExcel: h5,
|
|
6303
|
+
IconException: d5,
|
|
6304
|
+
IconExclamation: w5,
|
|
6305
|
+
IconExport: x5,
|
|
6306
|
+
IconExpressSearch: M5,
|
|
6307
|
+
IconEyeclose: Z5,
|
|
6308
|
+
IconEyeopen: V5,
|
|
6309
|
+
IconFeedback: B5,
|
|
6310
|
+
IconEditorAlignCenter: F5,
|
|
6311
|
+
IconEditorAlignLeft: D5,
|
|
6312
|
+
IconEditorAlignRight: P5,
|
|
6313
|
+
IconEditorBackground: W5,
|
|
6314
|
+
IconEditorBold: J5,
|
|
6315
|
+
IconEditorCode: j5,
|
|
6316
|
+
IconEditorDeleteline: K5,
|
|
6305
6317
|
IconEditorEraser: nt,
|
|
6306
6318
|
IconEditorItalic: at,
|
|
6307
6319
|
IconEditorLeftBorder: lt,
|
|
@@ -6582,47 +6594,48 @@ const c = {
|
|
|
6582
6594
|
IconHistoryRecord: v_,
|
|
6583
6595
|
IconImageAdd: m_,
|
|
6584
6596
|
IconListMode: g_,
|
|
6585
|
-
IconLightning:
|
|
6586
|
-
IconLightningLine:
|
|
6597
|
+
IconLightning: Pw,
|
|
6598
|
+
IconLightningLine: Ow,
|
|
6587
6599
|
IconMaterial: u_,
|
|
6588
6600
|
IconMilestone: I_,
|
|
6589
6601
|
IconMinscreenRight: H_,
|
|
6590
6602
|
IconNoData: C_,
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6603
|
+
IconGridNoData: L_,
|
|
6604
|
+
IconNoNews: T_,
|
|
6605
|
+
IconNoPerm: A_,
|
|
6606
|
+
IconNoResult: b_,
|
|
6607
|
+
IconNotStarted: O_,
|
|
6608
|
+
IconNotStartedMini: N_,
|
|
6609
|
+
IconOnGoing: q_,
|
|
6610
|
+
IconOnGoingMini: X_,
|
|
6611
|
+
IconPageNoperm: td,
|
|
6612
|
+
IconPageNothing: rd,
|
|
6613
|
+
IconPageServererror: sd,
|
|
6614
|
+
IconPageWeaknet: vd,
|
|
6615
|
+
IconPublicHome: md,
|
|
6616
|
+
IconPublicNotice: gd,
|
|
6617
|
+
IconPublish: ud,
|
|
6618
|
+
IconSearchResource: Hd,
|
|
6619
|
+
IconSettingData: Cd,
|
|
6620
|
+
IconSortO: Ld,
|
|
6621
|
+
IconSplit: Td,
|
|
6622
|
+
IconSplitLeft: Ad,
|
|
6623
|
+
IconSplitRight: bd,
|
|
6624
|
+
IconTableMode: Od,
|
|
6625
|
+
IconTransform: Nd,
|
|
6626
|
+
IconUpgrading: qd,
|
|
6627
|
+
IconWeaknet: Xd,
|
|
6628
|
+
IconWorkPackage: tg
|
|
6616
6629
|
};
|
|
6617
6630
|
export {
|
|
6618
|
-
|
|
6631
|
+
rg as IconActivation,
|
|
6619
6632
|
i as IconAdd,
|
|
6620
6633
|
qh as IconAddCircle,
|
|
6621
6634
|
Im as IconAddPicture,
|
|
6622
6635
|
_ as IconAdministrator,
|
|
6623
6636
|
Hm as IconAdministratorO,
|
|
6624
6637
|
Cm as IconAgency,
|
|
6625
|
-
|
|
6638
|
+
Ww as IconAgendaView,
|
|
6626
6639
|
u as IconAlignBaseline,
|
|
6627
6640
|
I as IconAlignCenter,
|
|
6628
6641
|
H as IconAlignFlexCenter,
|
|
@@ -6648,8 +6661,8 @@ export {
|
|
|
6648
6661
|
L1 as IconAttachment,
|
|
6649
6662
|
Ni as IconAudio,
|
|
6650
6663
|
Lm as IconAudit,
|
|
6651
|
-
|
|
6652
|
-
|
|
6664
|
+
Cg as IconAutomaticAssessment,
|
|
6665
|
+
Lg as IconAverageShippingPeriod,
|
|
6653
6666
|
T1 as IconBarChart,
|
|
6654
6667
|
Tm as IconBatchFill,
|
|
6655
6668
|
A1 as IconBefilter,
|
|
@@ -6690,10 +6703,10 @@ export {
|
|
|
6690
6703
|
C2 as IconCueLO,
|
|
6691
6704
|
L2 as IconCustom,
|
|
6692
6705
|
T2 as IconCustomerService,
|
|
6693
|
-
|
|
6694
|
-
|
|
6706
|
+
Tg as IconCustomsClearanceForm,
|
|
6707
|
+
Ag as IconCustomsDeclaration,
|
|
6695
6708
|
b2 as IconDataSource,
|
|
6696
|
-
|
|
6709
|
+
Nw as IconDayView,
|
|
6697
6710
|
W2 as IconDefault,
|
|
6698
6711
|
J2 as IconDefinedFiltration,
|
|
6699
6712
|
j2 as IconDel,
|
|
@@ -6716,34 +6729,34 @@ export {
|
|
|
6716
6729
|
J3 as IconDialog2,
|
|
6717
6730
|
j3 as IconDirectionCol,
|
|
6718
6731
|
K3 as IconDirectionRow,
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6732
|
+
bg as IconDisallowance,
|
|
6733
|
+
Og as IconDiscountSup,
|
|
6734
|
+
Ng as IconDocument,
|
|
6722
6735
|
bm as IconDone,
|
|
6723
6736
|
Om as IconDoneMini,
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
|
|
6737
|
+
n4 as IconDotChart,
|
|
6738
|
+
a4 as IconDotDownload,
|
|
6739
|
+
l4 as IconDotIpv4,
|
|
6740
|
+
h4 as IconDoubleLeft,
|
|
6741
|
+
d4 as IconDoubleRight,
|
|
6742
|
+
x4 as IconDown,
|
|
6743
|
+
w4 as IconDownO,
|
|
6731
6744
|
tm as IconDownWard,
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
|
|
6745
|
+
V4 as IconDownload,
|
|
6746
|
+
M4 as IconDownloadCloud,
|
|
6747
|
+
Z4 as IconDownloadLink,
|
|
6748
|
+
B4 as IconDraft,
|
|
6749
|
+
qg as IconDrawFlowchart,
|
|
6737
6750
|
Nm as IconEarthLined,
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6751
|
+
F4 as IconEdit,
|
|
6752
|
+
D4 as IconEditor,
|
|
6753
|
+
F5 as IconEditorAlignCenter,
|
|
6754
|
+
D5 as IconEditorAlignLeft,
|
|
6755
|
+
P5 as IconEditorAlignRight,
|
|
6756
|
+
W5 as IconEditorBackground,
|
|
6757
|
+
J5 as IconEditorBold,
|
|
6758
|
+
j5 as IconEditorCode,
|
|
6759
|
+
K5 as IconEditorDeleteline,
|
|
6747
6760
|
nt as IconEditorEraser,
|
|
6748
6761
|
qm as IconEditorEraserFilled,
|
|
6749
6762
|
at as IconEditorItalic,
|
|
@@ -6759,34 +6772,34 @@ export {
|
|
|
6759
6772
|
Ft as IconEditorSub,
|
|
6760
6773
|
Dt as IconEditorSubtitle,
|
|
6761
6774
|
Pt as IconEditorSuper,
|
|
6762
|
-
|
|
6775
|
+
P4 as IconEditorTab,
|
|
6763
6776
|
Wt as IconEditorTable,
|
|
6764
6777
|
Jt as IconEditorTextcolor,
|
|
6765
6778
|
jt as IconEditorTitle,
|
|
6766
6779
|
Kt as IconEditorUnderline,
|
|
6767
6780
|
ne as IconEditorUndo,
|
|
6768
6781
|
ae as IconEditorVideo,
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6782
|
+
W4 as IconEllipsis,
|
|
6783
|
+
J4 as IconEmailAdd,
|
|
6784
|
+
j4 as IconEmailCircle,
|
|
6785
|
+
K4 as IconEnd,
|
|
6786
|
+
Xg as IconEngineWorkflow,
|
|
6787
|
+
n5 as IconError,
|
|
6788
|
+
l5 as IconEspace,
|
|
6789
|
+
a5 as IconEspaceAuto,
|
|
6790
|
+
h5 as IconExcel,
|
|
6778
6791
|
Xi as IconExcelType,
|
|
6779
|
-
|
|
6792
|
+
d5 as IconException,
|
|
6780
6793
|
t_ as IconExceptionMiniO,
|
|
6781
6794
|
Xm as IconExceptionO,
|
|
6782
|
-
|
|
6795
|
+
w5 as IconExclamation,
|
|
6783
6796
|
r_ as IconExecutionPhase,
|
|
6784
6797
|
Th as IconExpand,
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6798
|
+
x5 as IconExport,
|
|
6799
|
+
M5 as IconExpressSearch,
|
|
6800
|
+
Z5 as IconEyeclose,
|
|
6801
|
+
V5 as IconEyeopen,
|
|
6802
|
+
B5 as IconFeedback,
|
|
6790
6803
|
de as IconFile,
|
|
6791
6804
|
le as IconFileCloudupload,
|
|
6792
6805
|
he as IconFileExcel,
|
|
@@ -6800,7 +6813,7 @@ export {
|
|
|
6800
6813
|
Be as IconFilter,
|
|
6801
6814
|
Fe as IconFiltered,
|
|
6802
6815
|
gm as IconFinish,
|
|
6803
|
-
|
|
6816
|
+
tp as IconFinishO,
|
|
6804
6817
|
De as IconFlag,
|
|
6805
6818
|
Pe as IconFolder,
|
|
6806
6819
|
We as IconFolderClosed,
|
|
@@ -6818,9 +6831,10 @@ export {
|
|
|
6818
6831
|
Cn as IconFullscreen,
|
|
6819
6832
|
Ln as IconFullscreenLeft,
|
|
6820
6833
|
Tn as IconFullscreenRight,
|
|
6821
|
-
|
|
6834
|
+
sg as IconGenerating,
|
|
6822
6835
|
An as IconGoBack,
|
|
6823
6836
|
bn as IconGrade,
|
|
6837
|
+
L_ as IconGridNoData,
|
|
6824
6838
|
Nn as IconGroup,
|
|
6825
6839
|
On as IconGroupTransfer,
|
|
6826
6840
|
qn as IconHalfchecked,
|
|
@@ -6842,7 +6856,7 @@ export {
|
|
|
6842
6856
|
T6 as IconInfoCircle,
|
|
6843
6857
|
A6 as IconInfoSolid,
|
|
6844
6858
|
O6 as IconInformation,
|
|
6845
|
-
|
|
6859
|
+
up as IconItemPlanningProperties,
|
|
6846
6860
|
N6 as IconJs,
|
|
6847
6861
|
q6 as IconJusitfyCenter,
|
|
6848
6862
|
X6 as IconJusitfyFlexEnd,
|
|
@@ -6856,8 +6870,8 @@ export {
|
|
|
6856
6870
|
ur as IconLeftO,
|
|
6857
6871
|
Ir as IconLeftWard,
|
|
6858
6872
|
rm as IconLeftWardArrow,
|
|
6859
|
-
|
|
6860
|
-
|
|
6873
|
+
Pw as IconLightning,
|
|
6874
|
+
Ow as IconLightningLine,
|
|
6861
6875
|
Cr as IconLineChart,
|
|
6862
6876
|
Lr as IconLineHeight,
|
|
6863
6877
|
Tr as IconLineThrought,
|
|
@@ -6866,14 +6880,14 @@ export {
|
|
|
6866
6880
|
br as IconLoading,
|
|
6867
6881
|
Or as IconLoadingShadow,
|
|
6868
6882
|
Nr as IconLocalePanel,
|
|
6869
|
-
|
|
6870
|
-
|
|
6883
|
+
rp as IconLocation,
|
|
6884
|
+
sp as IconLocationNumber,
|
|
6871
6885
|
qr as IconLock,
|
|
6872
6886
|
t7 as IconMail,
|
|
6873
6887
|
Xr as IconMailContent,
|
|
6874
|
-
|
|
6875
|
-
|
|
6876
|
-
|
|
6888
|
+
vp as IconMainFreightSettled,
|
|
6889
|
+
mp as IconMainFreightToBeSettled,
|
|
6890
|
+
gp as IconMaintainInspectionRecords,
|
|
6877
6891
|
r7 as IconMale,
|
|
6878
6892
|
s7 as IconMarkOn,
|
|
6879
6893
|
u_ as IconMaterial,
|
|
@@ -6896,35 +6910,35 @@ export {
|
|
|
6896
6910
|
Ci as IconMobileRadioSelected,
|
|
6897
6911
|
Oi as IconMobileSuccessWhite,
|
|
6898
6912
|
L7 as IconMobileView,
|
|
6899
|
-
|
|
6913
|
+
Gw as IconMonthView,
|
|
6900
6914
|
D7 as IconMore,
|
|
6901
|
-
|
|
6915
|
+
Ip as IconMsg,
|
|
6902
6916
|
P7 as IconNew,
|
|
6903
6917
|
C_ as IconNoData,
|
|
6904
|
-
|
|
6905
|
-
|
|
6918
|
+
T_ as IconNoNews,
|
|
6919
|
+
A_ as IconNoPerm,
|
|
6906
6920
|
W7 as IconNoPremission,
|
|
6907
|
-
|
|
6921
|
+
b_ as IconNoResult,
|
|
6908
6922
|
j7 as IconNode,
|
|
6909
6923
|
J7 as IconNodeOpen,
|
|
6910
6924
|
K7 as IconNodejs,
|
|
6911
6925
|
nc as IconNone,
|
|
6912
|
-
|
|
6913
|
-
|
|
6914
|
-
|
|
6926
|
+
O_ as IconNotStarted,
|
|
6927
|
+
N_ as IconNotStartedMini,
|
|
6928
|
+
Hp as IconOfd,
|
|
6915
6929
|
ac as IconOffLine,
|
|
6916
|
-
|
|
6917
|
-
|
|
6930
|
+
q_ as IconOnGoing,
|
|
6931
|
+
X_ as IconOnGoingMini,
|
|
6918
6932
|
lc as IconOnLine,
|
|
6919
6933
|
dc as IconOperation,
|
|
6920
6934
|
wc as IconOperationfaild,
|
|
6921
6935
|
hc as IconOperationfaildL,
|
|
6922
6936
|
rh as IconOtherType,
|
|
6923
6937
|
xc as IconOuterLink,
|
|
6924
|
-
|
|
6925
|
-
|
|
6926
|
-
|
|
6927
|
-
|
|
6938
|
+
td as IconPageNoperm,
|
|
6939
|
+
rd as IconPageNothing,
|
|
6940
|
+
sd as IconPageServererror,
|
|
6941
|
+
vd as IconPageWeaknet,
|
|
6928
6942
|
Mc as IconPagelink,
|
|
6929
6943
|
Zc as IconPagerFirst,
|
|
6930
6944
|
Vc as IconPagerLast,
|
|
@@ -6936,7 +6950,7 @@ export {
|
|
|
6936
6950
|
jc as IconPause,
|
|
6937
6951
|
Jc as IconPauseCircle,
|
|
6938
6952
|
sh as IconPdfType,
|
|
6939
|
-
|
|
6953
|
+
Cp as IconPendingReview,
|
|
6940
6954
|
Kc as IconPicture,
|
|
6941
6955
|
vh as IconPictureType,
|
|
6942
6956
|
n8 as IconPieChart,
|
|
@@ -6947,14 +6961,14 @@ export {
|
|
|
6947
6961
|
mh as IconPptType,
|
|
6948
6962
|
w8 as IconPreChecked,
|
|
6949
6963
|
x8 as IconPrintPreview,
|
|
6950
|
-
|
|
6951
|
-
|
|
6964
|
+
Lp as IconProcessPlanRequirements,
|
|
6965
|
+
vg as IconProcessing,
|
|
6952
6966
|
Lh as IconPrompt,
|
|
6953
6967
|
o as IconPromptExclamation,
|
|
6954
|
-
|
|
6955
|
-
|
|
6956
|
-
|
|
6957
|
-
|
|
6968
|
+
md as IconPublicHome,
|
|
6969
|
+
gd as IconPublicNotice,
|
|
6970
|
+
ud as IconPublish,
|
|
6971
|
+
Tp as IconPurchasePlannedOrder,
|
|
6958
6972
|
M8 as IconPushpin,
|
|
6959
6973
|
Ah as IconPutAway,
|
|
6960
6974
|
Z8 as IconRadio,
|
|
@@ -6967,8 +6981,8 @@ export {
|
|
|
6967
6981
|
J8 as IconRepeat,
|
|
6968
6982
|
j8 as IconReplace,
|
|
6969
6983
|
K8 as IconReplies,
|
|
6970
|
-
|
|
6971
|
-
|
|
6984
|
+
mg as IconReportSubmission,
|
|
6985
|
+
Ap as IconRequirementsPlanning,
|
|
6972
6986
|
wa as IconRichTextAddColumnAfter,
|
|
6973
6987
|
xa as IconRichTextAddColumnBefore,
|
|
6974
6988
|
Ma as IconRichTextAddRowAfter,
|
|
@@ -7023,18 +7037,18 @@ export {
|
|
|
7023
7037
|
J9 as IconSandwichCollapse,
|
|
7024
7038
|
j9 as IconSandwichExpand,
|
|
7025
7039
|
K9 as IconSave,
|
|
7026
|
-
|
|
7040
|
+
Id as IconScan,
|
|
7027
7041
|
no as IconScissor,
|
|
7028
7042
|
ao as IconSearch,
|
|
7029
|
-
|
|
7043
|
+
Hd as IconSearchResource,
|
|
7030
7044
|
lo as IconSelect,
|
|
7031
7045
|
ho as IconSent,
|
|
7032
7046
|
go as IconSeparate,
|
|
7033
7047
|
uo as IconSetting,
|
|
7034
|
-
|
|
7048
|
+
Cd as IconSettingData,
|
|
7035
7049
|
Io as IconShare,
|
|
7036
7050
|
Ho as IconShareArrow,
|
|
7037
|
-
|
|
7051
|
+
bp as IconShipped,
|
|
7038
7052
|
Co as IconShoppingCard,
|
|
7039
7053
|
Lo as IconShutdown,
|
|
7040
7054
|
Ao as IconSmile,
|
|
@@ -7042,19 +7056,19 @@ export {
|
|
|
7042
7056
|
bo as IconSoldOut,
|
|
7043
7057
|
No as IconSort,
|
|
7044
7058
|
Oo as IconSortDefault,
|
|
7045
|
-
|
|
7059
|
+
Ld as IconSortO,
|
|
7046
7060
|
sm as IconSortTriangle,
|
|
7047
7061
|
vm as IconSortTriangleAscending,
|
|
7048
7062
|
mm as IconSortTriangleDescending,
|
|
7049
|
-
|
|
7050
|
-
|
|
7051
|
-
|
|
7063
|
+
Td as IconSplit,
|
|
7064
|
+
Ad as IconSplitLeft,
|
|
7065
|
+
bd as IconSplitRight,
|
|
7052
7066
|
qo as IconStarActive,
|
|
7053
7067
|
Xo as IconStarDisable,
|
|
7054
7068
|
tl as IconStarO,
|
|
7055
7069
|
sl as IconStart,
|
|
7056
7070
|
rl as IconStartCircle,
|
|
7057
|
-
|
|
7071
|
+
gg as IconStartO,
|
|
7058
7072
|
vl as IconStatistics,
|
|
7059
7073
|
ml as IconStepsError,
|
|
7060
7074
|
gl as IconStop,
|
|
@@ -7063,16 +7077,16 @@ export {
|
|
|
7063
7077
|
Oh as IconStretchCrosswise,
|
|
7064
7078
|
Nh as IconStretchUpright,
|
|
7065
7079
|
Ch as IconSubScript,
|
|
7066
|
-
|
|
7080
|
+
Op as IconSubstituteMaterial,
|
|
7067
7081
|
Il as IconSuccess,
|
|
7068
7082
|
Hl as IconSuccessful,
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7083
|
+
Np as IconSurchargeSettled,
|
|
7084
|
+
qp as IconSurchargeToBeSettled,
|
|
7085
|
+
Xp as IconSynchronize,
|
|
7086
|
+
Od as IconTableMode,
|
|
7073
7087
|
Cl as IconTabletView,
|
|
7074
7088
|
Ll as IconTaskCooperation,
|
|
7075
|
-
|
|
7089
|
+
ug as IconTeams,
|
|
7076
7090
|
Al as IconTelephone,
|
|
7077
7091
|
Tl as IconTelephoneCircle,
|
|
7078
7092
|
ql as IconText,
|
|
@@ -7081,16 +7095,16 @@ export {
|
|
|
7081
7095
|
Nl as IconTextTab,
|
|
7082
7096
|
gh as IconTextType,
|
|
7083
7097
|
Xl as IconTime,
|
|
7084
|
-
|
|
7098
|
+
tw as IconToBeUploaded,
|
|
7085
7099
|
tv as IconTotal,
|
|
7086
|
-
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7100
|
+
rw as IconTotalNolume,
|
|
7101
|
+
sw as IconTotalNumber,
|
|
7102
|
+
vw as IconTotalWeight,
|
|
7103
|
+
Nd as IconTransform,
|
|
7090
7104
|
rv as IconTriangleDown,
|
|
7091
|
-
|
|
7105
|
+
Ig as IconTurnOn,
|
|
7092
7106
|
sv as IconUndelete,
|
|
7093
|
-
|
|
7107
|
+
mw as IconUnderReview,
|
|
7094
7108
|
vv as IconUnderline,
|
|
7095
7109
|
mv as IconUndo,
|
|
7096
7110
|
gv as IconUnfilter,
|
|
@@ -7099,48 +7113,48 @@ export {
|
|
|
7099
7113
|
Hv as IconUnknown,
|
|
7100
7114
|
Cv as IconUnlock,
|
|
7101
7115
|
Lv as IconUnsent,
|
|
7102
|
-
|
|
7116
|
+
gw as IconUnsubmitted,
|
|
7103
7117
|
Av as IconUp,
|
|
7104
7118
|
Tv as IconUpO,
|
|
7105
7119
|
Xh as IconUpWard,
|
|
7106
7120
|
bv as IconUpdate,
|
|
7107
|
-
|
|
7121
|
+
qd as IconUpgrading,
|
|
7108
7122
|
Ov as IconUpload,
|
|
7109
7123
|
Nv as IconUser,
|
|
7110
7124
|
qv as IconVersiontree,
|
|
7111
7125
|
uh as IconVideoType,
|
|
7112
7126
|
Xv as IconView,
|
|
7113
|
-
|
|
7127
|
+
uw as IconViewFlowchart,
|
|
7114
7128
|
ti as IconVuejs,
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7129
|
+
Hw as IconWaitForDelivery,
|
|
7130
|
+
Iw as IconWaitForDeliveryO,
|
|
7131
|
+
Cw as IconWaitingForReceipt,
|
|
7132
|
+
Lw as IconWaitingForSubmission,
|
|
7133
|
+
Tw as IconWaitingToPick,
|
|
7120
7134
|
um as IconWarn,
|
|
7121
7135
|
si as IconWarning,
|
|
7122
|
-
|
|
7136
|
+
Hg as IconWarningO,
|
|
7123
7137
|
ri as IconWarningTriangle,
|
|
7124
|
-
|
|
7138
|
+
Xd as IconWeaknet,
|
|
7125
7139
|
vi as IconWebPlus,
|
|
7126
7140
|
Ih as IconWordType,
|
|
7127
|
-
|
|
7128
|
-
|
|
7141
|
+
tg as IconWorkPackage,
|
|
7142
|
+
Aw as IconWriteProductioPlan,
|
|
7129
7143
|
mi as IconWriting,
|
|
7130
|
-
|
|
7144
|
+
bw as IconXml,
|
|
7131
7145
|
gi as IconYes,
|
|
7132
7146
|
Hh as IconZipType,
|
|
7133
7147
|
ui as IconZoomIn,
|
|
7134
7148
|
Ii as IconZoomOut,
|
|
7135
|
-
|
|
7136
|
-
|
|
7149
|
+
Jw as default,
|
|
7150
|
+
rg as iconActivation,
|
|
7137
7151
|
i as iconAdd,
|
|
7138
7152
|
qh as iconAddCircle,
|
|
7139
7153
|
Im as iconAddPicture,
|
|
7140
7154
|
_ as iconAdministrator,
|
|
7141
7155
|
Hm as iconAdministratorO,
|
|
7142
7156
|
Cm as iconAgency,
|
|
7143
|
-
|
|
7157
|
+
Ww as iconAgendaView,
|
|
7144
7158
|
u as iconAlignBaseline,
|
|
7145
7159
|
I as iconAlignCenter,
|
|
7146
7160
|
H as iconAlignFlexCenter,
|
|
@@ -7166,8 +7180,8 @@ export {
|
|
|
7166
7180
|
L1 as iconAttachment,
|
|
7167
7181
|
Ni as iconAudio,
|
|
7168
7182
|
Lm as iconAudit,
|
|
7169
|
-
|
|
7170
|
-
|
|
7183
|
+
Cg as iconAutomaticAssessment,
|
|
7184
|
+
Lg as iconAverageShippingPeriod,
|
|
7171
7185
|
T1 as iconBarChart,
|
|
7172
7186
|
Tm as iconBatchFill,
|
|
7173
7187
|
A1 as iconBefilter,
|
|
@@ -7208,10 +7222,10 @@ export {
|
|
|
7208
7222
|
C2 as iconCueLO,
|
|
7209
7223
|
L2 as iconCustom,
|
|
7210
7224
|
T2 as iconCustomerService,
|
|
7211
|
-
|
|
7212
|
-
|
|
7225
|
+
Tg as iconCustomsClearanceForm,
|
|
7226
|
+
Ag as iconCustomsDeclaration,
|
|
7213
7227
|
b2 as iconDataSource,
|
|
7214
|
-
|
|
7228
|
+
Nw as iconDayView,
|
|
7215
7229
|
W2 as iconDefault,
|
|
7216
7230
|
J2 as iconDefinedFiltration,
|
|
7217
7231
|
j2 as iconDel,
|
|
@@ -7234,34 +7248,34 @@ export {
|
|
|
7234
7248
|
J3 as iconDialog2,
|
|
7235
7249
|
j3 as iconDirectionCol,
|
|
7236
7250
|
K3 as iconDirectionRow,
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7251
|
+
bg as iconDisallowance,
|
|
7252
|
+
Og as iconDiscountSup,
|
|
7253
|
+
Ng as iconDocument,
|
|
7240
7254
|
bm as iconDone,
|
|
7241
7255
|
Om as iconDoneMini,
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7256
|
+
n4 as iconDotChart,
|
|
7257
|
+
a4 as iconDotDownload,
|
|
7258
|
+
l4 as iconDotIpv4,
|
|
7259
|
+
h4 as iconDoubleLeft,
|
|
7260
|
+
d4 as iconDoubleRight,
|
|
7261
|
+
x4 as iconDown,
|
|
7262
|
+
w4 as iconDownO,
|
|
7249
7263
|
tm as iconDownWard,
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7264
|
+
V4 as iconDownload,
|
|
7265
|
+
M4 as iconDownloadCloud,
|
|
7266
|
+
Z4 as iconDownloadLink,
|
|
7267
|
+
B4 as iconDraft,
|
|
7268
|
+
qg as iconDrawFlowchart,
|
|
7255
7269
|
Nm as iconEarthLined,
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7270
|
+
F4 as iconEdit,
|
|
7271
|
+
D4 as iconEditor,
|
|
7272
|
+
F5 as iconEditorAlignCenter,
|
|
7273
|
+
D5 as iconEditorAlignLeft,
|
|
7274
|
+
P5 as iconEditorAlignRight,
|
|
7275
|
+
W5 as iconEditorBackground,
|
|
7276
|
+
J5 as iconEditorBold,
|
|
7277
|
+
j5 as iconEditorCode,
|
|
7278
|
+
K5 as iconEditorDeleteline,
|
|
7265
7279
|
nt as iconEditorEraser,
|
|
7266
7280
|
qm as iconEditorEraserFilled,
|
|
7267
7281
|
at as iconEditorItalic,
|
|
@@ -7277,34 +7291,34 @@ export {
|
|
|
7277
7291
|
Ft as iconEditorSub,
|
|
7278
7292
|
Dt as iconEditorSubtitle,
|
|
7279
7293
|
Pt as iconEditorSuper,
|
|
7280
|
-
|
|
7294
|
+
P4 as iconEditorTab,
|
|
7281
7295
|
Wt as iconEditorTable,
|
|
7282
7296
|
Jt as iconEditorTextcolor,
|
|
7283
7297
|
jt as iconEditorTitle,
|
|
7284
7298
|
Kt as iconEditorUnderline,
|
|
7285
7299
|
ne as iconEditorUndo,
|
|
7286
7300
|
ae as iconEditorVideo,
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7301
|
+
W4 as iconEllipsis,
|
|
7302
|
+
J4 as iconEmailAdd,
|
|
7303
|
+
j4 as iconEmailCircle,
|
|
7304
|
+
K4 as iconEnd,
|
|
7305
|
+
Xg as iconEngineWorkflow,
|
|
7306
|
+
n5 as iconError,
|
|
7307
|
+
l5 as iconEspace,
|
|
7308
|
+
a5 as iconEspaceAuto,
|
|
7309
|
+
h5 as iconExcel,
|
|
7296
7310
|
Xi as iconExcelType,
|
|
7297
|
-
|
|
7311
|
+
d5 as iconException,
|
|
7298
7312
|
t_ as iconExceptionMiniO,
|
|
7299
7313
|
Xm as iconExceptionO,
|
|
7300
|
-
|
|
7314
|
+
w5 as iconExclamation,
|
|
7301
7315
|
r_ as iconExecutionPhase,
|
|
7302
7316
|
Th as iconExpand,
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7307
|
-
|
|
7317
|
+
x5 as iconExport,
|
|
7318
|
+
M5 as iconExpressSearch,
|
|
7319
|
+
Z5 as iconEyeclose,
|
|
7320
|
+
V5 as iconEyeopen,
|
|
7321
|
+
B5 as iconFeedback,
|
|
7308
7322
|
de as iconFile,
|
|
7309
7323
|
le as iconFileCloudupload,
|
|
7310
7324
|
he as iconFileExcel,
|
|
@@ -7318,7 +7332,7 @@ export {
|
|
|
7318
7332
|
Be as iconFilter,
|
|
7319
7333
|
Fe as iconFiltered,
|
|
7320
7334
|
gm as iconFinish,
|
|
7321
|
-
|
|
7335
|
+
tp as iconFinishO,
|
|
7322
7336
|
De as iconFlag,
|
|
7323
7337
|
Pe as iconFolder,
|
|
7324
7338
|
We as iconFolderClosed,
|
|
@@ -7336,9 +7350,10 @@ export {
|
|
|
7336
7350
|
Cn as iconFullscreen,
|
|
7337
7351
|
Ln as iconFullscreenLeft,
|
|
7338
7352
|
Tn as iconFullscreenRight,
|
|
7339
|
-
|
|
7353
|
+
sg as iconGenerating,
|
|
7340
7354
|
An as iconGoBack,
|
|
7341
7355
|
bn as iconGrade,
|
|
7356
|
+
L_ as iconGridNoData,
|
|
7342
7357
|
Nn as iconGroup,
|
|
7343
7358
|
On as iconGroupTransfer,
|
|
7344
7359
|
qn as iconHalfchecked,
|
|
@@ -7360,7 +7375,7 @@ export {
|
|
|
7360
7375
|
T6 as iconInfoCircle,
|
|
7361
7376
|
A6 as iconInfoSolid,
|
|
7362
7377
|
O6 as iconInformation,
|
|
7363
|
-
|
|
7378
|
+
up as iconItemPlanningProperties,
|
|
7364
7379
|
N6 as iconJs,
|
|
7365
7380
|
q6 as iconJusitfyCenter,
|
|
7366
7381
|
X6 as iconJusitfyFlexEnd,
|
|
@@ -7374,8 +7389,8 @@ export {
|
|
|
7374
7389
|
ur as iconLeftO,
|
|
7375
7390
|
Ir as iconLeftWard,
|
|
7376
7391
|
rm as iconLeftWardArrow,
|
|
7377
|
-
|
|
7378
|
-
|
|
7392
|
+
Pw as iconLightning,
|
|
7393
|
+
Ow as iconLightningLine,
|
|
7379
7394
|
Cr as iconLineChart,
|
|
7380
7395
|
Lr as iconLineHeight,
|
|
7381
7396
|
Tr as iconLineThrought,
|
|
@@ -7384,14 +7399,14 @@ export {
|
|
|
7384
7399
|
br as iconLoading,
|
|
7385
7400
|
Or as iconLoadingShadow,
|
|
7386
7401
|
Nr as iconLocalePanel,
|
|
7387
|
-
|
|
7388
|
-
|
|
7402
|
+
rp as iconLocation,
|
|
7403
|
+
sp as iconLocationNumber,
|
|
7389
7404
|
qr as iconLock,
|
|
7390
7405
|
t7 as iconMail,
|
|
7391
7406
|
Xr as iconMailContent,
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
|
|
7407
|
+
vp as iconMainFreightSettled,
|
|
7408
|
+
mp as iconMainFreightToBeSettled,
|
|
7409
|
+
gp as iconMaintainInspectionRecords,
|
|
7395
7410
|
r7 as iconMale,
|
|
7396
7411
|
s7 as iconMarkOn,
|
|
7397
7412
|
u_ as iconMaterial,
|
|
@@ -7414,35 +7429,35 @@ export {
|
|
|
7414
7429
|
Ci as iconMobileRadioSelected,
|
|
7415
7430
|
Oi as iconMobileSuccessWhite,
|
|
7416
7431
|
L7 as iconMobileView,
|
|
7417
|
-
|
|
7432
|
+
Gw as iconMonthView,
|
|
7418
7433
|
D7 as iconMore,
|
|
7419
|
-
|
|
7434
|
+
Ip as iconMsg,
|
|
7420
7435
|
P7 as iconNew,
|
|
7421
7436
|
C_ as iconNoData,
|
|
7422
|
-
|
|
7423
|
-
|
|
7437
|
+
T_ as iconNoNews,
|
|
7438
|
+
A_ as iconNoPerm,
|
|
7424
7439
|
W7 as iconNoPremission,
|
|
7425
|
-
|
|
7440
|
+
b_ as iconNoResult,
|
|
7426
7441
|
j7 as iconNode,
|
|
7427
7442
|
J7 as iconNodeOpen,
|
|
7428
7443
|
K7 as iconNodejs,
|
|
7429
7444
|
nc as iconNone,
|
|
7430
|
-
|
|
7431
|
-
|
|
7432
|
-
|
|
7445
|
+
O_ as iconNotStarted,
|
|
7446
|
+
N_ as iconNotStartedMini,
|
|
7447
|
+
Hp as iconOfd,
|
|
7433
7448
|
ac as iconOffLine,
|
|
7434
|
-
|
|
7435
|
-
|
|
7449
|
+
q_ as iconOnGoing,
|
|
7450
|
+
X_ as iconOnGoingMini,
|
|
7436
7451
|
lc as iconOnLine,
|
|
7437
7452
|
dc as iconOperation,
|
|
7438
7453
|
wc as iconOperationfaild,
|
|
7439
7454
|
hc as iconOperationfaildL,
|
|
7440
7455
|
rh as iconOtherType,
|
|
7441
7456
|
xc as iconOuterLink,
|
|
7442
|
-
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7457
|
+
td as iconPageNoperm,
|
|
7458
|
+
rd as iconPageNothing,
|
|
7459
|
+
sd as iconPageServererror,
|
|
7460
|
+
vd as iconPageWeaknet,
|
|
7446
7461
|
Mc as iconPagelink,
|
|
7447
7462
|
Zc as iconPagerFirst,
|
|
7448
7463
|
Vc as iconPagerLast,
|
|
@@ -7454,7 +7469,7 @@ export {
|
|
|
7454
7469
|
jc as iconPause,
|
|
7455
7470
|
Jc as iconPauseCircle,
|
|
7456
7471
|
sh as iconPdfType,
|
|
7457
|
-
|
|
7472
|
+
Cp as iconPendingReview,
|
|
7458
7473
|
Kc as iconPicture,
|
|
7459
7474
|
vh as iconPictureType,
|
|
7460
7475
|
n8 as iconPieChart,
|
|
@@ -7465,14 +7480,14 @@ export {
|
|
|
7465
7480
|
mh as iconPptType,
|
|
7466
7481
|
w8 as iconPreChecked,
|
|
7467
7482
|
x8 as iconPrintPreview,
|
|
7468
|
-
|
|
7469
|
-
|
|
7483
|
+
Lp as iconProcessPlanRequirements,
|
|
7484
|
+
vg as iconProcessing,
|
|
7470
7485
|
Lh as iconPrompt,
|
|
7471
7486
|
o as iconPromptExclamation,
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7487
|
+
md as iconPublicHome,
|
|
7488
|
+
gd as iconPublicNotice,
|
|
7489
|
+
ud as iconPublish,
|
|
7490
|
+
Tp as iconPurchasePlannedOrder,
|
|
7476
7491
|
M8 as iconPushpin,
|
|
7477
7492
|
Ah as iconPutAway,
|
|
7478
7493
|
Z8 as iconRadio,
|
|
@@ -7485,8 +7500,8 @@ export {
|
|
|
7485
7500
|
J8 as iconRepeat,
|
|
7486
7501
|
j8 as iconReplace,
|
|
7487
7502
|
K8 as iconReplies,
|
|
7488
|
-
|
|
7489
|
-
|
|
7503
|
+
mg as iconReportSubmission,
|
|
7504
|
+
Ap as iconRequirementsPlanning,
|
|
7490
7505
|
wa as iconRichTextAddColumnAfter,
|
|
7491
7506
|
xa as iconRichTextAddColumnBefore,
|
|
7492
7507
|
Ma as iconRichTextAddRowAfter,
|
|
@@ -7541,18 +7556,18 @@ export {
|
|
|
7541
7556
|
J9 as iconSandwichCollapse,
|
|
7542
7557
|
j9 as iconSandwichExpand,
|
|
7543
7558
|
K9 as iconSave,
|
|
7544
|
-
|
|
7559
|
+
Id as iconScan,
|
|
7545
7560
|
no as iconScissor,
|
|
7546
7561
|
ao as iconSearch,
|
|
7547
|
-
|
|
7562
|
+
Hd as iconSearchResource,
|
|
7548
7563
|
lo as iconSelect,
|
|
7549
7564
|
ho as iconSent,
|
|
7550
7565
|
go as iconSeparate,
|
|
7551
7566
|
uo as iconSetting,
|
|
7552
|
-
|
|
7567
|
+
Cd as iconSettingData,
|
|
7553
7568
|
Io as iconShare,
|
|
7554
7569
|
Ho as iconShareArrow,
|
|
7555
|
-
|
|
7570
|
+
bp as iconShipped,
|
|
7556
7571
|
Co as iconShoppingCard,
|
|
7557
7572
|
Lo as iconShutdown,
|
|
7558
7573
|
Ao as iconSmile,
|
|
@@ -7560,19 +7575,19 @@ export {
|
|
|
7560
7575
|
bo as iconSoldOut,
|
|
7561
7576
|
No as iconSort,
|
|
7562
7577
|
Oo as iconSortDefault,
|
|
7563
|
-
|
|
7578
|
+
Ld as iconSortO,
|
|
7564
7579
|
sm as iconSortTriangle,
|
|
7565
7580
|
vm as iconSortTriangleAscending,
|
|
7566
7581
|
mm as iconSortTriangleDescending,
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
|
|
7582
|
+
Td as iconSplit,
|
|
7583
|
+
Ad as iconSplitLeft,
|
|
7584
|
+
bd as iconSplitRight,
|
|
7570
7585
|
qo as iconStarActive,
|
|
7571
7586
|
Xo as iconStarDisable,
|
|
7572
7587
|
tl as iconStarO,
|
|
7573
7588
|
sl as iconStart,
|
|
7574
7589
|
rl as iconStartCircle,
|
|
7575
|
-
|
|
7590
|
+
gg as iconStartO,
|
|
7576
7591
|
vl as iconStatistics,
|
|
7577
7592
|
ml as iconStepsError,
|
|
7578
7593
|
gl as iconStop,
|
|
@@ -7581,16 +7596,16 @@ export {
|
|
|
7581
7596
|
Oh as iconStretchCrosswise,
|
|
7582
7597
|
Nh as iconStretchUpright,
|
|
7583
7598
|
Ch as iconSubScript,
|
|
7584
|
-
|
|
7599
|
+
Op as iconSubstituteMaterial,
|
|
7585
7600
|
Il as iconSuccess,
|
|
7586
7601
|
Hl as iconSuccessful,
|
|
7587
|
-
|
|
7588
|
-
|
|
7589
|
-
|
|
7590
|
-
|
|
7602
|
+
Np as iconSurchargeSettled,
|
|
7603
|
+
qp as iconSurchargeToBeSettled,
|
|
7604
|
+
Xp as iconSynchronize,
|
|
7605
|
+
Od as iconTableMode,
|
|
7591
7606
|
Cl as iconTabletView,
|
|
7592
7607
|
Ll as iconTaskCooperation,
|
|
7593
|
-
|
|
7608
|
+
ug as iconTeams,
|
|
7594
7609
|
Al as iconTelephone,
|
|
7595
7610
|
Tl as iconTelephoneCircle,
|
|
7596
7611
|
ql as iconText,
|
|
@@ -7599,16 +7614,16 @@ export {
|
|
|
7599
7614
|
Nl as iconTextTab,
|
|
7600
7615
|
gh as iconTextType,
|
|
7601
7616
|
Xl as iconTime,
|
|
7602
|
-
|
|
7617
|
+
tw as iconToBeUploaded,
|
|
7603
7618
|
tv as iconTotal,
|
|
7604
|
-
|
|
7605
|
-
|
|
7606
|
-
|
|
7607
|
-
|
|
7619
|
+
rw as iconTotalNolume,
|
|
7620
|
+
sw as iconTotalNumber,
|
|
7621
|
+
vw as iconTotalWeight,
|
|
7622
|
+
Nd as iconTransform,
|
|
7608
7623
|
rv as iconTriangleDown,
|
|
7609
|
-
|
|
7624
|
+
Ig as iconTurnOn,
|
|
7610
7625
|
sv as iconUndelete,
|
|
7611
|
-
|
|
7626
|
+
mw as iconUnderReview,
|
|
7612
7627
|
vv as iconUnderline,
|
|
7613
7628
|
mv as iconUndo,
|
|
7614
7629
|
gv as iconUnfilter,
|
|
@@ -7617,35 +7632,35 @@ export {
|
|
|
7617
7632
|
Hv as iconUnknown,
|
|
7618
7633
|
Cv as iconUnlock,
|
|
7619
7634
|
Lv as iconUnsent,
|
|
7620
|
-
|
|
7635
|
+
gw as iconUnsubmitted,
|
|
7621
7636
|
Av as iconUp,
|
|
7622
7637
|
Tv as iconUpO,
|
|
7623
7638
|
Xh as iconUpWard,
|
|
7624
7639
|
bv as iconUpdate,
|
|
7625
|
-
|
|
7640
|
+
qd as iconUpgrading,
|
|
7626
7641
|
Ov as iconUpload,
|
|
7627
7642
|
Nv as iconUser,
|
|
7628
7643
|
qv as iconVersiontree,
|
|
7629
7644
|
uh as iconVideoType,
|
|
7630
7645
|
Xv as iconView,
|
|
7631
|
-
|
|
7646
|
+
uw as iconViewFlowchart,
|
|
7632
7647
|
ti as iconVuejs,
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
|
|
7648
|
+
Hw as iconWaitForDelivery,
|
|
7649
|
+
Iw as iconWaitForDeliveryO,
|
|
7650
|
+
Cw as iconWaitingForReceipt,
|
|
7651
|
+
Lw as iconWaitingForSubmission,
|
|
7652
|
+
Tw as iconWaitingToPick,
|
|
7638
7653
|
um as iconWarn,
|
|
7639
7654
|
si as iconWarning,
|
|
7640
|
-
|
|
7655
|
+
Hg as iconWarningO,
|
|
7641
7656
|
ri as iconWarningTriangle,
|
|
7642
|
-
|
|
7657
|
+
Xd as iconWeaknet,
|
|
7643
7658
|
vi as iconWebPlus,
|
|
7644
7659
|
Ih as iconWordType,
|
|
7645
|
-
|
|
7646
|
-
|
|
7660
|
+
tg as iconWorkPackage,
|
|
7661
|
+
Aw as iconWriteProductioPlan,
|
|
7647
7662
|
mi as iconWriting,
|
|
7648
|
-
|
|
7663
|
+
bw as iconXml,
|
|
7649
7664
|
gi as iconYes,
|
|
7650
7665
|
Hh as iconZipType,
|
|
7651
7666
|
ui as iconZoomIn,
|