@vtx/modals2 5.0.14 → 5.0.17
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/lib/_components/vm-card-statistics/index.less +27 -27
- package/lib/_components/vm-extra-tab/style/index.less +1 -1
- package/lib/_components/vm-factor/index.js +1 -1
- package/lib/_components/vm-factor-list/index.js +4 -1
- package/lib/_components/vm-factor-list/index.less +11 -11
- package/lib/_components/vm-filter/style/index.less +4 -3
- package/lib/_components/vm-pie-charts/index.js +3 -0
- package/lib/_components/vm-table/index.js +4 -4
- package/lib/_components/vm-wrapper/style/index.less +1 -1
- package/lib/_util/iconSvgHtml.js +653 -224
- package/lib/index.js +4 -1
- package/lib/style/index.less +1 -6
- package/lib/vtx-base-modal/Header/index.less +98 -98
- package/lib/vtx-base-modal/Tabs/index.js +31 -4
- package/lib/vtx-base-modal/Tabs/index.less +54 -31
- package/lib/vtx-base-modal/index.js +2 -2
- package/lib/vtx-base-modal/style/index.less +3 -1
- package/lib/vtx-car-modal/components/Info/index.js +3 -0
- package/lib/vtx-car-modal/components/Info/index.less +6 -6
- package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +16 -7
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -6
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -6
- package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +2 -1
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +21 -10
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +16 -7
- package/lib/vtx-car-modal/index.js +29 -29
- package/lib/vtx-cc-cp-modal/index.js +6 -6
- package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -6
- package/lib/vtx-cc-unit-modal/index.js +6 -6
- package/lib/vtx-cp-modal/index.js +10 -14
- package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -0
- package/lib/vtx-default-modal/index.js +3 -3
- package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -66
- package/lib/vtx-device-modal/index.js +5 -5
- package/lib/vtx-df-modal/index.js +5 -6
- package/lib/vtx-housing-estate-modal/index.js +1 -1
- package/lib/vtx-jzlj-gcxm-modal/components/Base/index.js +20 -0
- package/lib/vtx-jzlj-gcxm-modal/components/index.js +2 -0
- package/lib/vtx-jzlj-gcxm-modal/index.js +77 -0
- package/lib/vtx-jzlj-gcxm-modal/style/index.js +1 -0
- package/lib/vtx-jzlj-gcxm-modal/style/index.less +1 -0
- package/lib/vtx-qyry-modal/api.js +2 -0
- package/lib/vtx-qyry-modal/index.js +5 -9
- package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -16
- package/lib/vtx-restaurant-modal/config.js +52 -52
- package/lib/vtx-restaurant-modal/index.js +6 -6
- package/lib/vtx-road-modal/components/Statistical/index.less +32 -32
- package/lib/vtx-road-modal/index.js +3 -3
- package/lib/vtx-shxq-modal/components/BaseInfo/index.js +1 -1
- package/lib/vtx-shxq-modal/components/Tfd/index.js +1 -1
- package/lib/vtx-shxq-modal/components/Tfd/index.less +6 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +1 -1
- package/lib/vtx-shxq-modal/index.js +2 -2
- package/lib/vtx-staff-modal/index.js +5 -9
- package/lib/vtx-tfd-modal/index.js +2 -2
- package/lib/vtx-wr-modal/components/Base/Ptss.js +71 -31
- package/lib/vtx-wr-modal/components/Base/assets/alert.png +0 -0
- package/lib/vtx-wr-modal/components/Base/index.js +15 -3
- package/lib/vtx-wr-modal/components/Base/index.less +14 -1
- package/lib/vtx-wr-modal/index.js +3 -1
- package/lib/vtx-zf-modal/components/Record/index.js +10 -2
- package/lib/vtx-zf-modal/index.js +1 -17
- package/lib/vtx-zzz-modal/style/index.js +1 -0
- package/package.json +1 -1
package/lib/_util/iconSvgHtml.js
CHANGED
|
@@ -52,7 +52,19 @@ var _excluded = ["width", "height", "fill"],
|
|
|
52
52
|
_excluded51 = ["width", "height", "fill"],
|
|
53
53
|
_excluded52 = ["width", "height", "fill"],
|
|
54
54
|
_excluded53 = ["width", "height", "fill"],
|
|
55
|
-
_excluded54 = ["width", "height", "fill"]
|
|
55
|
+
_excluded54 = ["width", "height", "fill"],
|
|
56
|
+
_excluded55 = ["width", "height", "fill"],
|
|
57
|
+
_excluded56 = ["width", "height", "fill"],
|
|
58
|
+
_excluded57 = ["width", "height", "fill"],
|
|
59
|
+
_excluded58 = ["width", "height", "fill"],
|
|
60
|
+
_excluded59 = ["width", "height", "fill"],
|
|
61
|
+
_excluded60 = ["width", "height", "fill"],
|
|
62
|
+
_excluded61 = ["width", "height", "fill"],
|
|
63
|
+
_excluded62 = ["width", "height", "fill"],
|
|
64
|
+
_excluded63 = ["width", "height", "fill"],
|
|
65
|
+
_excluded64 = ["width", "height", "fill"],
|
|
66
|
+
_excluded65 = ["width", "height", "fill"],
|
|
67
|
+
_excluded66 = ["width", "height", "fill"];
|
|
56
68
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
57
69
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
58
70
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -268,14 +280,206 @@ export function MeasurementIcon(props) {
|
|
|
268
280
|
})
|
|
269
281
|
}));
|
|
270
282
|
}
|
|
271
|
-
//
|
|
272
|
-
export function
|
|
283
|
+
// 维保
|
|
284
|
+
export function RmIcon(props) {
|
|
273
285
|
var _props$width12 = props.width,
|
|
274
286
|
width = _props$width12 === void 0 ? 26 : _props$width12,
|
|
275
287
|
_props$height12 = props.height,
|
|
276
288
|
height = _props$height12 === void 0 ? 26 : _props$height12,
|
|
277
289
|
fill = props.fill,
|
|
278
290
|
rest = _objectWithoutProperties(props, _excluded12);
|
|
291
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
292
|
+
width: width,
|
|
293
|
+
height: height,
|
|
294
|
+
fill: fill
|
|
295
|
+
}, rest), {}, {
|
|
296
|
+
children: [/*#__PURE__*/_jsx("defs", {
|
|
297
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
298
|
+
id: "master_svg0_1200_21443",
|
|
299
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
300
|
+
x: "0",
|
|
301
|
+
y: "0",
|
|
302
|
+
width: "26",
|
|
303
|
+
height: "26",
|
|
304
|
+
rx: "0"
|
|
305
|
+
})
|
|
306
|
+
})
|
|
307
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
308
|
+
clipPath: "url(#master_svg0_1200_21443)",
|
|
309
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
310
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
311
|
+
d: "M18.050178875,0.43994140625C19.309444875,0.43994140625,20.525861875,0.75178199625,21.610559875,1.3381692162499998L22.594480875,1.86980580625L20.102933875,4.36135580625C19.452111875,5.01210930625,19.452111875,6.06725930625,20.102933875,6.71801420625C20.708364875,7.32423830625,21.674037875,7.37026020625,22.300101875,6.86084170625L22.458795875,6.71801420625L24.795617875,4.38278100625L25.206641875,5.69600200625C26.721128875,10.52673140625,23.111953875,15.43912740625,18.049384875,15.43764540625L18.060493875,15.43605840625L22.968209875,20.34377640625L23.138015875,20.52628140625C24.313228875,21.88408240625,24.201299875,23.92888840625,22.884904875,25.15030640625C21.568517875,26.37172340625,19.521060875,26.33050340625,18.254895875,25.05709240625L12.916316875,19.71692040625L8.176816975000001,24.45800940625C6.684672875,25.95032840625,4.312303575,26.09110240625,2.654145275,24.78572040625L2.503382675,24.66114640625L2.285967375,24.45801540625C0.658917065,22.83112740625,0.658917065,20.19325240625,2.285967375,18.56637040625L8.990935375,11.85823040625L4.772756575,7.62656070625C3.829080375,8.04067850625,2.727994175,7.83337780625,1.999518475,7.10444690625L0.232421875,5.33813810625L3.767408575,1.80315200625L5.534504875,3.57024810625C6.304491975,4.33980820625,6.488050975,5.51913400625,5.988379475,6.48631330625L10.170057275,10.67989440625L10.842140875,10.00860400625L10.756444875,9.68882940625C10.653915875,9.26025200625,10.589391875,8.82346250625,10.563629875,8.383543006250001L10.550933875,7.93919040625C10.550931875,3.79790830625,13.908103875,0.44073540356,18.049386875,0.44073540356L18.050178875,0.43994140625ZM16.451301875,16.182730406250002L14.094644875,18.53938640625L19.433227875,23.87876140625L19.578433875,24.00810040625C20.270856875,24.55687140625,21.271215875,24.46981640625,21.858434875,23.80969840625C22.445655875,23.14957640625,22.415582875,22.14588140625,21.789884875,21.52210640625L16.451301875,16.182730406250002ZM18.049384875,2.10626480625C13.992490875,2.10531200625,11.174004875,6.14391710625,12.574322875,9.95147420625L12.757619875,10.45137140625L3.464295375,19.74548940625C2.488135575,20.72164740625,2.488134875,22.30431140625,3.464294175,23.28047140625C4.440453975,24.25662840625,6.023119975,24.25663140625,6.999280975,23.28047340625L16.659989875,13.62055740625L17.082917875,13.69117940625C20.639817875,14.28968040625,23.881515875,11.54664340625,23.881515875,7.93839500625L23.872790875,7.65908720625L23.606969875,7.92569920625L23.384795875,8.12407020625C22.008445875,9.23920730625,20.000218875,9.08276650625,18.813165875,7.76794390625C17.626105875,6.45312170625,17.675059875,4.43940850625,18.924600875,3.18381930625L19.748237875,2.3585926062500002L19.683173875,2.3379617062499998C19.286805875,2.22280080625,18.879300875,2.15018390625,18.467551875,2.1213394062499997L18.049384875,2.10626480625ZM7.242884175,19.65582440625L7.242884175,21.17931940625L5.576559975,21.17931940625L5.576559975,19.65582440625L7.242884175,19.65582440625ZM3.767408575,4.15901560625L2.589873575,5.33813710625L3.177847375,5.92690560625C3.352414375,6.10147240625,3.584112375,6.18240690625,3.811843675,6.16971110625L4.598982775,5.38177920625C4.611799275,5.14578200625,4.523494675,4.91549730625,4.356176875,4.74857710625L3.767408575,4.15980910625L3.767408575,4.15901560625Z"
|
|
312
|
+
})
|
|
313
|
+
})
|
|
314
|
+
})]
|
|
315
|
+
}));
|
|
316
|
+
}
|
|
317
|
+
// 考核
|
|
318
|
+
export function AppraisalIcon(props) {
|
|
319
|
+
var _props$width13 = props.width,
|
|
320
|
+
width = _props$width13 === void 0 ? 26 : _props$width13,
|
|
321
|
+
_props$height13 = props.height,
|
|
322
|
+
height = _props$height13 === void 0 ? 26 : _props$height13,
|
|
323
|
+
fill = props.fill,
|
|
324
|
+
rest = _objectWithoutProperties(props, _excluded13);
|
|
325
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
326
|
+
width: width,
|
|
327
|
+
height: height,
|
|
328
|
+
fill: fill
|
|
329
|
+
}, rest), {}, {
|
|
330
|
+
children: [/*#__PURE__*/_jsx("defs", {
|
|
331
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
332
|
+
id: "master_svg0_1201_00419",
|
|
333
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
334
|
+
x: "0",
|
|
335
|
+
y: "0",
|
|
336
|
+
width: "26",
|
|
337
|
+
height: "26",
|
|
338
|
+
rx: "0"
|
|
339
|
+
})
|
|
340
|
+
})
|
|
341
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
342
|
+
clipPath: "url(#master_svg0_1201_00419)",
|
|
343
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
344
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
345
|
+
d: "M21.5665585,0.80419921875L4.3197148,0.80419921875C2.25516,0.80419921875,0.5546875,2.52400891875,0.5546875,4.61238361875L0.5546875,21.19601421875C0.5546875,23.28436421875,2.255133,25.00420021875,4.3196878000000005,25.00420021875L21.5665325,25.00420021875C23.6313305,25.00420021875,25.3315335,23.28439121875,25.3315335,21.19601421875L25.3315335,4.6123841187500005C25.3315335,2.52403601875,23.7528645,0.80419953385783,21.5665585,0.80419921875ZM23.5098495,21.31898121875C23.5098495,22.42440621875,22.6598565,23.28433821875,21.5665855,23.28433821875L4.3197417,23.28433821875C3.226685,23.28433821875,2.3764757000000003,22.42443121875,2.3764757000000003,21.31897921875L2.3764757000000003,4.6123299187499995C2.3764757000000003,3.50690391875,3.226685,2.64697201875,4.3197417,2.64697201875L21.5665855,2.64697201875C22.6598605,2.64697201875,23.5098515,3.50687721875,23.5098515,4.6123299187499995L23.5098495,21.31898121875ZM9.6638985,6.82347871875L6.9919276,9.52593991875L5.7773395,8.29774001875C5.412744,7.92917491875,4.8055983,7.92917491875,4.5627508,8.29774001875C4.1981554,8.66606231875,4.1981554,9.28041841875,4.5627508,9.52593991875L6.5060167,11.49154121875C6.6275482,11.61431521875,6.8703952,11.73708921875,7.234694,11.73708921875C7.5992899,11.73708921875,7.5992899,11.61431521875,7.9633708,11.49154121875L11.2427315,8.17472311875C11.6073275,7.80615801875,11.6073275,7.19204521875,11.2427315,6.94625331875C10.5140553,6.57793091875,10.0281429,6.57793091875,9.6638985,6.82347871875ZM20.8378815,8.29774091875L12.4573745,8.29774091875C11.8502295,8.29774091875,11.6071655,8.66606281875,11.6071655,9.15764521875C11.6071655,9.77175901875,11.9717595,10.01755041875,12.4573745,10.01755041875L20.8380985,10.01755041875C21.4452435,10.01755041875,21.6880895,9.64898491875,21.6880895,9.15764521875C21.6880895,8.66606281875,21.3234955,8.29774091875,20.8378815,8.29774091875ZM7.4775424,13.82543721875C5.8986287,13.82543721875,4.6840405,15.05390821875,4.6840405,16.65091721875C4.6840405,18.24770921875,5.8986287,19.47615221875,7.4775424,19.47615221875C9.0567274,19.47615221875,10.2710447,18.24768021875,10.2710447,16.65091721875C10.2710447,14.93110721875,8.935194,13.82543721875,7.4775424,13.82543721875ZM7.4775424,17.51079321875C6.8703976,17.51079321875,6.5060177,17.14222921875,6.5060177,16.52811521875C6.5060177,15.91378621875,6.8703961,15.54519321875,7.4775424,15.54519321875C8.0849857,15.54519321875,8.4492841,15.91375921875,8.4492841,16.52811521875C8.4492841,17.14222921875,7.9633727,17.51079321875,7.4775424,17.51079321875ZM20.8378825,15.66796921875L12.4573745,15.66796921875C11.8502295,15.66796921875,11.6071655,16.03653421875,11.6071655,16.528117218749998C11.6071655,17.01921321875,11.9717595,17.38802121875,12.4573745,17.38802121875L20.8380985,17.38802121875C21.4452435,17.38802121875,21.6880895,17.01945721875,21.6880895,16.528117218749998C21.6880895,16.03653421875,21.3234955,15.66821221875,20.8378825,15.66796921875L20.8378825,15.66796921875Z"
|
|
346
|
+
})
|
|
347
|
+
})
|
|
348
|
+
})]
|
|
349
|
+
}));
|
|
350
|
+
}
|
|
351
|
+
// 违规人公示
|
|
352
|
+
export function WgrgsIcon(props) {
|
|
353
|
+
var _props$width14 = props.width,
|
|
354
|
+
width = _props$width14 === void 0 ? 16 : _props$width14,
|
|
355
|
+
_props$height14 = props.height,
|
|
356
|
+
height = _props$height14 === void 0 ? 16 : _props$height14,
|
|
357
|
+
fill = props.fill,
|
|
358
|
+
rest = _objectWithoutProperties(props, _excluded14);
|
|
359
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
360
|
+
width: width,
|
|
361
|
+
height: height,
|
|
362
|
+
fill: fill,
|
|
363
|
+
style: {
|
|
364
|
+
transform: 'translate(5px,4px)'
|
|
365
|
+
},
|
|
366
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
367
|
+
id: "Vector_2",
|
|
368
|
+
d: "M12.4523 8.99995C10.4829 8.99995 8.88088 10.6017 8.88088 12.5703C8.88088 14.539 10.4829 16.1406 12.4522 16.1406C14.4214 16.1406 16.0234 14.539 16.0234 12.5703C16.0234 10.6017 14.4214 8.99997 12.4523 8.99997V8.99995ZM10.0087 12.5703C10.0087 11.2234 11.1048 10.1274 12.4523 10.1274C12.922 10.1274 13.3596 10.2629 13.7323 10.4935L10.3748 13.8501C10.1443 13.4774 10.0087 13.0399 10.0087 12.5703ZM12.4523 15.0132C11.9827 15.0132 11.5451 14.8777 11.1724 14.6473L14.5297 11.2907C14.7602 11.6634 14.8958 12.1009 14.8958 12.5703C14.8958 13.9173 13.7997 15.0132 12.4523 15.0132ZM9.28669 9.7096C9.46574 9.7096 9.64166 9.63618 9.76948 9.5084C9.9308 9.34712 9.99996 9.12587 9.95884 8.90168C9.91792 8.67788 9.76928 8.48839 9.5612 8.3945C9.49857 8.3663 9.4355 8.33909 9.37201 8.31289C10.5601 7.46213 11.263 6.09034 11.2558 4.628C11.2439 2.24943 9.30168 0.238003 6.92596 0.144134C6.86527 0.141798 6.80453 0.140628 6.7438 0.140625C4.25624 0.140625 2.23239 2.16393 2.23239 4.65099C2.23239 6.11666 2.95051 7.4902 4.15729 8.34018C1.64362 9.40304 0.0234375 11.835 0.0234375 14.5567C0.0234375 14.6475 0.0429223 14.7387 0.0805306 14.8267C0.185153 15.086 0.432974 15.2535 0.711563 15.2535C0.764751 15.2535 0.818531 15.2472 0.871523 15.2351C1.17466 15.1652 1.38839 14.876 1.39093 14.5318C1.41393 11.5765 3.83895 9.17011 6.79525 9.16719L6.89151 9.17011C7.0154 9.17303 7.13913 9.17829 7.26596 9.19016C7.32714 9.19406 7.38948 9.20205 7.4756 9.21295L7.54184 9.22172C7.59444 9.22677 7.64667 9.23476 7.70374 9.24607C7.81828 9.26575 7.93011 9.28501 8.02696 9.30956C8.04137 9.31423 8.05579 9.31794 8.09632 9.32807C8.40338 9.40305 8.71082 9.51116 9.01006 9.64905C9.09678 9.68907 9.19118 9.70973 9.28669 9.7096ZM6.74401 7.80006C5.00554 7.80006 3.59111 6.38737 3.59111 4.65097C3.59111 2.91438 5.00437 1.50169 6.74125 1.50169C8.47813 1.50169 9.89122 2.91438 9.89122 4.65097C9.89126 6.38737 8.47935 7.80006 6.74401 7.80006Z"
|
|
369
|
+
})
|
|
370
|
+
});
|
|
371
|
+
}
|
|
372
|
+
// 居民投放热度
|
|
373
|
+
export function TfrdIcon(props) {
|
|
374
|
+
var _props$width15 = props.width,
|
|
375
|
+
width = _props$width15 === void 0 ? 16 : _props$width15,
|
|
376
|
+
_props$height15 = props.height,
|
|
377
|
+
height = _props$height15 === void 0 ? 16 : _props$height15,
|
|
378
|
+
fill = props.fill,
|
|
379
|
+
rest = _objectWithoutProperties(props, _excluded15);
|
|
380
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
381
|
+
width: width,
|
|
382
|
+
height: height,
|
|
383
|
+
fill: fill,
|
|
384
|
+
style: {
|
|
385
|
+
transform: 'translate(5px,4px)'
|
|
386
|
+
},
|
|
387
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
388
|
+
id: "Vector",
|
|
389
|
+
d: "M12.9901 7.24095C12.659 6.45951 12.1776 5.7582 11.5762 5.1809L11.0802 4.70327C11.0633 4.68768 11.0431 4.67664 11.0213 4.6711C10.9994 4.66556 10.9766 4.66569 10.9549 4.67148C10.9331 4.67727 10.913 4.68853 10.8963 4.70431C10.8796 4.72009 10.8668 4.7399 10.8591 4.76202L10.6373 5.42963C10.4991 5.84774 10.2445 6.27501 9.8852 6.69542C9.86708 6.7162 9.84214 6.72901 9.81538 6.73128C9.80215 6.73243 9.78883 6.73065 9.7763 6.72605C9.76377 6.72145 9.7523 6.71413 9.74265 6.70457C9.73088 6.694 9.7216 6.68072 9.71555 6.66576C9.70949 6.6508 9.70681 6.63458 9.70773 6.61836C9.77101 5.54255 9.46408 4.32788 8.79276 3.0064C8.23709 1.9077 7.46467 1.05163 6.50024 0.454219L5.7962 0.0193194C5.77491 0.00638777 5.7507 -0.000283203 5.72611 9.21638e-06C5.70152 0.000301636 5.67745 0.00754667 5.65646 0.020981C5.63546 0.0344154 5.61831 0.0535417 5.6068 0.076345C5.5953 0.0991483 5.58987 0.124784 5.59109 0.150552L5.62891 1.00891C5.65437 1.59564 5.58964 2.11371 5.43617 2.54479C5.24798 3.07371 4.97737 3.56617 4.63539 4.00209C4.39557 4.30771 4.12378 4.58412 3.82515 4.82611C3.10675 5.40602 2.52268 6.14888 2.11667 6.99908C1.73716 7.80226 1.52767 8.68201 1.50256 9.57806C1.47745 10.4741 1.63732 11.3652 1.97121 12.1904C2.58477 13.6899 3.73037 14.8802 5.16561 15.5094C5.90454 15.8348 6.69816 16.0017 7.49958 16C8.30078 16.0015 9.09423 15.8355 9.83356 15.5117C10.5459 15.2005 11.1936 14.7467 11.7406 14.1757C12.2985 13.599 12.7414 12.9116 13.0435 12.1536C13.3456 11.3955 13.5007 10.5819 13.5 9.76032C13.5015 8.89226 13.328 8.03368 12.9909 7.24095H12.9901ZM10.9245 13.3082C10.4739 13.7779 9.93933 14.1498 9.35152 14.4026C8.7637 14.6554 8.13415 14.7842 7.49886 14.7815C6.86362 14.7843 6.23409 14.6556 5.64628 14.403C5.05847 14.1503 4.52391 13.7785 4.07317 13.3089C3.62424 12.846 3.26783 12.2938 3.0248 11.6846C2.78177 11.0754 2.65701 10.4215 2.6578 9.76108C2.6578 8.98284 2.82509 8.23664 3.15383 7.54309C3.48061 6.85746 3.95166 6.2587 4.53138 5.79205C4.90085 5.49582 5.236 5.15525 5.53 4.77728C5.95354 4.23664 6.28877 3.62613 6.52206 2.97054C6.61443 2.71112 6.68426 2.43416 6.72862 2.13889C7.15055 2.55369 7.50311 3.03985 7.7716 3.57711C8.34109 4.6964 8.60366 5.69209 8.55202 6.53977C8.53573 6.81389 8.60112 7.08655 8.73914 7.31995C8.87715 7.55335 9.08095 7.73593 9.3223 7.8424C9.56365 7.94887 9.83059 7.97395 10.0861 7.91417C10.3417 7.85439 10.5732 7.71271 10.7485 7.50876C10.9659 7.25546 11.1618 6.98281 11.334 6.69389C11.5733 7.01434 11.7726 7.36226 11.9304 7.73765C12.2017 8.37856 12.3399 9.05914 12.3399 9.76032C12.341 10.4207 12.2164 11.0746 11.9735 11.6838C11.7306 12.293 11.3742 12.8453 10.9253 13.3082H10.9245Z"
|
|
390
|
+
})
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
// 居民违规行为
|
|
394
|
+
export function WgxwIcon(props) {
|
|
395
|
+
var _props$width16 = props.width,
|
|
396
|
+
width = _props$width16 === void 0 ? 16 : _props$width16,
|
|
397
|
+
_props$height16 = props.height,
|
|
398
|
+
height = _props$height16 === void 0 ? 16 : _props$height16,
|
|
399
|
+
fill = props.fill,
|
|
400
|
+
rest = _objectWithoutProperties(props, _excluded16);
|
|
401
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
402
|
+
width: width,
|
|
403
|
+
height: height,
|
|
404
|
+
fill: fill,
|
|
405
|
+
style: {
|
|
406
|
+
transform: 'translate(5px,4px)'
|
|
407
|
+
},
|
|
408
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
409
|
+
id: "Frame 1321315728",
|
|
410
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
411
|
+
id: "Vector",
|
|
412
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
413
|
+
d: "M15.36 7.36016C15.1921 7.36295 15.0321 7.43161 14.9143 7.55133C14.7966 7.67105 14.7306 7.83224 14.7307 8.00014C14.7307 9.33132 14.3359 10.6326 13.5963 11.7394C12.8568 12.8463 11.8056 13.7089 10.5757 14.2184C9.34585 14.7278 7.99253 14.8611 6.68691 14.6014C5.38129 14.3417 4.182 13.7006 3.2407 12.7594C2.2994 11.8181 1.65837 10.6188 1.39866 9.31321C1.13896 8.00761 1.27225 6.65432 1.78168 5.42448C2.29111 4.19463 3.15379 3.14346 4.26064 2.4039C5.3675 1.66434 6.6688 1.2696 8 1.2696C8.12317 1.26871 8.24337 1.2317 8.3457 1.16316C8.44804 1.09461 8.52801 0.997547 8.5757 0.883988C8.6234 0.77043 8.63672 0.645371 8.61402 0.524313C8.59132 0.403255 8.5336 0.291519 8.448 0.202953C8.39199 0.139315 8.32307 0.0883298 8.24582 0.0533869C8.16858 0.018444 8.08478 0.000343845 8 0.000289785C6.41775 0.000289785 4.87103 0.469473 3.55544 1.34851C2.23985 2.22754 1.21447 3.47695 0.608967 4.93873C0.00346635 6.40051 -0.15496 8.00902 0.153721 9.56084C0.462403 11.1127 1.22433 12.5381 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7856 13.7727 13.7602 14.6518 12.4446C15.5308 11.1291 16 9.58237 16 8.00014C16 7.83041 15.9326 7.66762 15.8125 7.5476C15.6925 7.42758 15.5297 7.36016 15.36 7.36016Z"
|
|
414
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
415
|
+
d: "M8 4.94953C8.12317 4.94865 8.24337 4.91164 8.3457 4.84309C8.44804 4.77455 8.52801 4.67748 8.5757 4.56392C8.6234 4.45036 8.63672 4.3253 8.61402 4.20425C8.59132 4.08319 8.5336 3.97145 8.448 3.88289C8.3874 3.82885 8.31641 3.78775 8.23939 3.76207C8.16236 3.73639 8.0809 3.72669 8 3.73355C7.14333 3.73362 6.30602 3.98838 5.59449 4.46546C4.88296 4.94254 4.32934 5.62039 4.00399 6.41287C3.67865 7.20534 3.59627 8.07665 3.76733 8.91606C3.93838 9.75546 4.35515 10.5251 4.96466 11.127C5.57417 11.729 6.3489 12.1362 7.19038 12.2968C8.03186 12.4574 8.9021 12.3642 9.69048 12.0291C10.4789 11.6939 11.1498 11.1319 11.618 10.4145C12.0862 9.69713 12.3306 8.85674 12.32 8.00014C12.32 7.83041 12.2526 7.66762 12.1325 7.5476C12.0125 7.42758 11.8497 7.36016 11.68 7.36016C11.5964 7.36014 11.5137 7.37677 11.4367 7.40906C11.3596 7.44135 11.2898 7.48866 11.2312 7.54823C11.1726 7.60781 11.1265 7.67845 11.0955 7.75604C11.0645 7.83362 11.0493 7.91661 11.0507 8.00014C11.0507 8.6035 10.8717 9.1933 10.5365 9.69497C10.2013 10.1966 9.72488 10.5876 9.16744 10.8185C8.61001 11.0494 7.99662 11.1098 7.40485 10.9921C6.81308 10.8744 6.2695 10.5839 5.84285 10.1573C5.41621 9.73062 5.12566 9.18705 5.00795 8.59529C4.89024 8.00353 4.95066 7.39015 5.18155 6.83273C5.41245 6.2753 5.80346 5.79886 6.30514 5.46365C6.80682 5.12845 7.39664 4.94953 8 4.94953Z"
|
|
416
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
417
|
+
d: "M7.36 8.00014C7.36089 8.12331 7.3979 8.24351 7.46644 8.34584C7.53499 8.44817 7.63206 8.52814 7.74562 8.57584C7.85918 8.62353 7.98424 8.63685 8.1053 8.61415C8.22636 8.59145 8.3381 8.53373 8.42667 8.44814L10.88 6.05885H13.1733C13.2556 6.0593 13.3371 6.04244 13.4124 6.00937C13.4878 5.97629 13.5553 5.92773 13.6107 5.86685L15.8187 3.65889C15.9049 3.56967 15.9628 3.45695 15.9852 3.3349C16.0075 3.21286 15.9933 3.08692 15.9443 2.97293C15.8953 2.85895 15.8137 2.76199 15.7097 2.69426C15.6057 2.62652 15.4841 2.59103 15.36 2.59224H13.4187V0.640278C13.4215 0.515123 13.3864 0.392044 13.3178 0.287299C13.2492 0.182555 13.1505 0.101074 13.0347 0.0536222C12.9586 0.0157596 12.8743 -0.00256885 12.7893 0.00028978C12.7054 -0.000999933 12.6221 0.0154329 12.5449 0.0485158C12.4677 0.0815987 12.3983 0.130588 12.3413 0.192286L10.1333 2.41091C10.0751 2.46995 10.0291 2.53992 9.99795 2.61681C9.96683 2.69369 9.95121 2.77597 9.952 2.8589V5.1842L7.552 7.55215C7.43142 7.67031 7.36241 7.83133 7.36 8.00014ZM11.2 3.0829L12.1067 2.17625V3.2429C12.1067 3.41263 12.1741 3.57542 12.2941 3.69544C12.4141 3.81546 12.5769 3.88289 12.7467 3.88289H13.8133L13.6427 4.05355L12.864 4.8002H11.2V3.0829Z"
|
|
418
|
+
})]
|
|
419
|
+
})
|
|
420
|
+
})
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
// 设备自检
|
|
424
|
+
export function SbzjIcon(props) {
|
|
425
|
+
var _props$width17 = props.width,
|
|
426
|
+
width = _props$width17 === void 0 ? 16 : _props$width17,
|
|
427
|
+
_props$height17 = props.height,
|
|
428
|
+
height = _props$height17 === void 0 ? 16 : _props$height17,
|
|
429
|
+
fill = props.fill,
|
|
430
|
+
rest = _objectWithoutProperties(props, _excluded17);
|
|
431
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
432
|
+
width: width,
|
|
433
|
+
height: height,
|
|
434
|
+
fill: fill,
|
|
435
|
+
style: {
|
|
436
|
+
transform: 'translate(5px,4px)'
|
|
437
|
+
},
|
|
438
|
+
children: [/*#__PURE__*/_jsx("g", {
|
|
439
|
+
id: "Frame",
|
|
440
|
+
clipPath: "url(#clip0_879_9092)",
|
|
441
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
442
|
+
id: "Vector",
|
|
443
|
+
d: "M8 0C3.58116 0 0 3.58116 0 8C0 12.4188 3.58294 16 8 16C12.4171 16 16 12.4188 16 8C16 3.58116 12.4188 0 8 0ZM12.8493 12.8493C12.2188 13.4798 11.4865 13.9745 10.6702 14.3193C9.82541 14.6765 8.92699 14.8569 8.00179 14.8569C7.07479 14.8569 6.17816 14.6765 5.33333 14.3193C4.51708 13.9745 3.78299 13.4798 3.15428 12.8493C2.52378 12.2188 2.02902 11.4865 1.6843 10.6702C1.32708 9.82541 1.14668 8.92699 1.14668 8.00179C1.14668 7.07658 1.32708 6.17816 1.6843 5.33333C2.02902 4.51708 2.52378 3.78299 3.15428 3.15428C3.78477 2.52378 4.51708 2.02902 5.33333 1.6843C6.17816 1.32708 7.07658 1.14668 8.00179 1.14668C8.92878 1.14668 9.82541 1.32708 10.6702 1.6843C11.3097 1.95579 11.8991 2.31837 12.426 2.7649L10.7435 4.44742C9.98437 3.85443 9.0288 3.499 7.98928 3.499C5.51909 3.49721 3.51507 5.50123 3.51507 7.97142C3.51507 10.4416 5.51909 12.4456 7.98928 12.4456C10.4595 12.4456 12.4635 10.4416 12.4635 7.97142C12.4635 6.95155 12.1223 6.01027 11.5472 5.25832L13.2351 3.57044C13.6834 4.09913 14.0478 4.69033 14.3193 5.33155C14.6765 6.17638 14.8569 7.07479 14.8569 8C14.8569 8.92521 14.6765 9.82362 14.3193 10.6685C13.9728 11.4847 13.478 12.2188 12.8493 12.8493ZM7.59455 8.40187C7.70529 8.51261 7.85175 8.56977 7.99821 8.56977C8.14468 8.56977 8.29114 8.5144 8.40187 8.40187L11.1382 5.66555C11.3168 5.90846 11.4668 6.17102 11.5847 6.45144C11.7883 6.9319 11.8919 7.44273 11.8919 7.96964C11.8919 8.49654 11.7883 9.00737 11.5847 9.48783C11.3883 9.95222 11.1061 10.3702 10.7488 10.7292C10.3898 11.0882 9.97365 11.3686 9.50748 11.5651C9.02701 11.7687 8.51619 11.8723 7.98928 11.8723C7.46238 11.8723 6.95155 11.7687 6.47109 11.5651C6.0067 11.3686 5.58875 11.0864 5.22974 10.7292C4.87073 10.3702 4.59031 9.95401 4.39384 9.48783C4.19022 9.00737 4.08663 8.49654 4.08663 7.96964C4.08663 7.44273 4.19022 6.9319 4.39384 6.45144C4.59031 5.98705 4.87252 5.5691 5.22974 5.21009C5.58875 4.85108 6.00491 4.57066 6.47109 4.37419C6.95155 4.17057 7.46238 4.06698 7.98928 4.06698C8.51619 4.06698 9.02701 4.17057 9.50748 4.37419C9.80397 4.49922 10.0808 4.65997 10.3344 4.85108L7.59455 7.59455C7.37129 7.81782 7.37129 8.17861 7.59455 8.40187Z"
|
|
444
|
+
})
|
|
445
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
446
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
447
|
+
id: "clip0_879_9092",
|
|
448
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
449
|
+
width: "16",
|
|
450
|
+
height: "16"
|
|
451
|
+
})
|
|
452
|
+
})
|
|
453
|
+
})]
|
|
454
|
+
});
|
|
455
|
+
}
|
|
456
|
+
// 设备信息
|
|
457
|
+
export function EquipmentIcon(props) {
|
|
458
|
+
var _props$width18 = props.width,
|
|
459
|
+
width = _props$width18 === void 0 ? 16 : _props$width18,
|
|
460
|
+
_props$height18 = props.height,
|
|
461
|
+
height = _props$height18 === void 0 ? 16 : _props$height18,
|
|
462
|
+
fill = props.fill,
|
|
463
|
+
rest = _objectWithoutProperties(props, _excluded18);
|
|
464
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
465
|
+
width: width,
|
|
466
|
+
height: height,
|
|
467
|
+
fill: fill
|
|
468
|
+
}, rest), {}, {
|
|
469
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
470
|
+
d: "M5.701541425,11.59373660625C6.157300425,11.59373660625,6.525201825,11.22583580625,6.525201825,10.77007580625C6.525201825,6.63804440625,9.885737425,3.2747629062500003,14.015023625,3.2747629062500003C18.144307625,3.2747629062500003,21.504844625,6.63529920625,21.504844625,10.77007580625C21.504844625,11.22583580625,21.872747625,11.59373660625,22.328506625,11.59373660625C22.784263625,11.59373660625,23.152166625,11.22583580625,23.152166625,10.77007580625C23.152166625,9.53732970625,22.910558625,8.33753160625,22.432834625,7.21186160625C21.971586625,6.12188290625,21.312658625,5.144472406249999,20.475269625,4.3070841062500005C19.635135625,3.4642053062500002,18.657726625,2.80527670625,17.570492625,2.34677201625C16.444823624999998,1.86904938625,15.247769625,1.62744140625,14.015023625,1.62744140625C12.782278625,1.62744140625,11.585224125,1.86904938625,10.459554625,2.34677201625C9.369577425,2.80527670625,8.392166625,3.4642053062500002,7.554778125,4.30433890625C6.717389625,5.144472406249999,6.058460725,6.12188290625,5.597210925000001,7.20911650625C5.119487725,8.33753160625,4.877880525,9.53458550625,4.877880525,10.76733110625C4.877880525,11.22583580625,5.245782125,11.59373760625,5.701541425,11.59373660625ZM9.705800025,11.59384150625C9.250040525,11.59384150625,8.882138725,11.22594070625,8.882138725,10.77018070625C8.882138725,7.93678900625,11.185644125,5.63328360625,14.016290625,5.63328360625C16.846938625,5.63328360625,19.150441625,7.93678900625,19.150441625,10.77018070625C19.150441625,11.22594070625,18.782541625,11.59384150625,18.326782625,11.59384150625C17.871023625,11.59384150625,17.503121625,11.22594070625,17.503121625,10.77018070625C17.503121625,8.84556050625,15.938165625,7.28060530625,14.016290625,7.28060530625C12.094415625,7.28060530625,10.529460925,8.84556050625,10.529460925,10.77018070625C10.529460925,11.22594070625,10.161559125,11.59384150625,9.705800025,11.59384150625ZM23.748159625,14.79782940625L14.742801625,14.79782940625L14.742801625,10.13041880625C14.742801625,9.67465880625,14.374899625,9.306757906249999,13.919140625,9.306757906249999C13.463382625,9.306757906249999,13.095480625,9.67465880625,13.095480625,10.13041880625L13.095480625,14.79508240625L4.090122925,14.79508240625C2.728337025,14.79508240625,1.619140625,15.90428040625,1.619140625,17.268810406249997L1.619140625,23.75376740625C1.619140625,25.11829940625,2.728337025,26.22749740625,4.090122925,26.22749740625L23.748159625,26.22749740625C25.109945625,26.22749740625,26.219140625,25.11829740625,26.219140625,23.75376740625L26.219140625,17.26881240625C26.219140625,15.90702640625,25.112691625,14.79782940625,23.748159625,14.79782940625ZM24.571821625,23.75376740625C24.571821625,24.20952840625,24.201173625,24.57742740625,23.748159625,24.57742740625L4.090122925,24.57742740625C3.637109525,24.57742740625,3.2664621250000003,24.20677940625,3.2664621250000003,23.75376740625L3.2664621250000003,17.26881240625C3.2664621250000003,16.81305340625,3.637109525,16.445151406249998,4.090122925,16.445151406249998L23.748159625,16.445151406249998C24.201173625,16.445151406249998,24.571821625,16.81579840625,24.571821625,17.26881240625L24.571821625,23.75376740625ZM6.320343025,21.74957840625C7.002686025,21.74957840625,7.555833825,21.19643240625,7.555833825,20.51408740625C7.555833825,19.83174540625,7.002686025,19.27859640625,6.320343025,19.27859640625C5.637999525,19.27859640625,5.084851725,19.83174540625,5.084851725,20.51408740625C5.084851725,21.19643240625,5.637999525,21.74957840625,6.320343025,21.74957840625ZM10.411191025,21.74957840625C11.093534425,21.74957840625,11.646683625,21.19643240625,11.646683625,20.51408740625C11.646683625,19.83174540625,11.093534425,19.27859640625,10.411191025,19.27859640625C9.728848425,19.27859640625,9.175700225,19.83174540625,9.175700225,20.51408740625C9.175700225,21.19643240625,9.728848425,21.74957840625,10.411191025,21.74957840625Z",
|
|
471
|
+
fillRule: "evenodd"
|
|
472
|
+
})
|
|
473
|
+
}));
|
|
474
|
+
}
|
|
475
|
+
// 路线
|
|
476
|
+
export function RouteIcon(props) {
|
|
477
|
+
var _props$width19 = props.width,
|
|
478
|
+
width = _props$width19 === void 0 ? 26 : _props$width19,
|
|
479
|
+
_props$height19 = props.height,
|
|
480
|
+
height = _props$height19 === void 0 ? 26 : _props$height19,
|
|
481
|
+
fill = props.fill,
|
|
482
|
+
rest = _objectWithoutProperties(props, _excluded19);
|
|
279
483
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
280
484
|
width: width,
|
|
281
485
|
height: height,
|
|
@@ -288,12 +492,12 @@ export function RouteIcon(props) {
|
|
|
288
492
|
}
|
|
289
493
|
// 分析
|
|
290
494
|
export function AnalysisIcon(props) {
|
|
291
|
-
var _props$
|
|
292
|
-
width = _props$
|
|
293
|
-
_props$
|
|
294
|
-
height = _props$
|
|
495
|
+
var _props$width20 = props.width,
|
|
496
|
+
width = _props$width20 === void 0 ? 26 : _props$width20,
|
|
497
|
+
_props$height20 = props.height,
|
|
498
|
+
height = _props$height20 === void 0 ? 26 : _props$height20,
|
|
295
499
|
fill = props.fill,
|
|
296
|
-
rest = _objectWithoutProperties(props,
|
|
500
|
+
rest = _objectWithoutProperties(props, _excluded20);
|
|
297
501
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
298
502
|
width: width,
|
|
299
503
|
height: height,
|
|
@@ -308,12 +512,12 @@ export function AnalysisIcon(props) {
|
|
|
308
512
|
}
|
|
309
513
|
// 公示
|
|
310
514
|
export function AnnouncementIcon(props) {
|
|
311
|
-
var _props$
|
|
312
|
-
width = _props$
|
|
313
|
-
_props$
|
|
314
|
-
height = _props$
|
|
515
|
+
var _props$width21 = props.width,
|
|
516
|
+
width = _props$width21 === void 0 ? 26 : _props$width21,
|
|
517
|
+
_props$height21 = props.height,
|
|
518
|
+
height = _props$height21 === void 0 ? 26 : _props$height21,
|
|
315
519
|
fill = props.fill,
|
|
316
|
-
rest = _objectWithoutProperties(props,
|
|
520
|
+
rest = _objectWithoutProperties(props, _excluded21);
|
|
317
521
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
318
522
|
width: width,
|
|
319
523
|
height: height,
|
|
@@ -326,12 +530,12 @@ export function AnnouncementIcon(props) {
|
|
|
326
530
|
}
|
|
327
531
|
// 考勤
|
|
328
532
|
export function AttendanceIcon(props) {
|
|
329
|
-
var _props$
|
|
330
|
-
width = _props$
|
|
331
|
-
_props$
|
|
332
|
-
height = _props$
|
|
533
|
+
var _props$width22 = props.width,
|
|
534
|
+
width = _props$width22 === void 0 ? 26 : _props$width22,
|
|
535
|
+
_props$height22 = props.height,
|
|
536
|
+
height = _props$height22 === void 0 ? 26 : _props$height22,
|
|
333
537
|
fill = props.fill,
|
|
334
|
-
rest = _objectWithoutProperties(props,
|
|
538
|
+
rest = _objectWithoutProperties(props, _excluded22);
|
|
335
539
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
336
540
|
width: width,
|
|
337
541
|
height: height,
|
|
@@ -344,12 +548,12 @@ export function AttendanceIcon(props) {
|
|
|
344
548
|
}
|
|
345
549
|
// 巡检
|
|
346
550
|
export function InspectionIcon(props) {
|
|
347
|
-
var _props$
|
|
348
|
-
width = _props$
|
|
349
|
-
_props$
|
|
350
|
-
height = _props$
|
|
551
|
+
var _props$width23 = props.width,
|
|
552
|
+
width = _props$width23 === void 0 ? 26 : _props$width23,
|
|
553
|
+
_props$height23 = props.height,
|
|
554
|
+
height = _props$height23 === void 0 ? 26 : _props$height23,
|
|
351
555
|
fill = props.fill,
|
|
352
|
-
rest = _objectWithoutProperties(props,
|
|
556
|
+
rest = _objectWithoutProperties(props, _excluded23);
|
|
353
557
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
354
558
|
width: width,
|
|
355
559
|
height: height,
|
|
@@ -362,12 +566,12 @@ export function InspectionIcon(props) {
|
|
|
362
566
|
}
|
|
363
567
|
// 运维
|
|
364
568
|
export function OperationIcon(props) {
|
|
365
|
-
var _props$
|
|
366
|
-
width = _props$
|
|
367
|
-
_props$
|
|
368
|
-
height = _props$
|
|
569
|
+
var _props$width24 = props.width,
|
|
570
|
+
width = _props$width24 === void 0 ? 26 : _props$width24,
|
|
571
|
+
_props$height24 = props.height,
|
|
572
|
+
height = _props$height24 === void 0 ? 26 : _props$height24,
|
|
369
573
|
fill = props.fill,
|
|
370
|
-
rest = _objectWithoutProperties(props,
|
|
574
|
+
rest = _objectWithoutProperties(props, _excluded24);
|
|
371
575
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
372
576
|
width: width,
|
|
373
577
|
height: height,
|
|
@@ -380,12 +584,12 @@ export function OperationIcon(props) {
|
|
|
380
584
|
}
|
|
381
585
|
// 备品、备件
|
|
382
586
|
export function SparePartsIcon(props) {
|
|
383
|
-
var _props$
|
|
384
|
-
width = _props$
|
|
385
|
-
_props$
|
|
386
|
-
height = _props$
|
|
587
|
+
var _props$width25 = props.width,
|
|
588
|
+
width = _props$width25 === void 0 ? 26 : _props$width25,
|
|
589
|
+
_props$height25 = props.height,
|
|
590
|
+
height = _props$height25 === void 0 ? 26 : _props$height25,
|
|
387
591
|
fill = props.fill,
|
|
388
|
-
rest = _objectWithoutProperties(props,
|
|
592
|
+
rest = _objectWithoutProperties(props, _excluded25);
|
|
389
593
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
390
594
|
width: width,
|
|
391
595
|
height: height,
|
|
@@ -402,12 +606,12 @@ export function SparePartsIcon(props) {
|
|
|
402
606
|
}
|
|
403
607
|
// 产生单位
|
|
404
608
|
export function ProductionUnitIcon(props) {
|
|
405
|
-
var _props$
|
|
406
|
-
width = _props$
|
|
407
|
-
_props$
|
|
408
|
-
height = _props$
|
|
609
|
+
var _props$width26 = props.width,
|
|
610
|
+
width = _props$width26 === void 0 ? 26 : _props$width26,
|
|
611
|
+
_props$height26 = props.height,
|
|
612
|
+
height = _props$height26 === void 0 ? 26 : _props$height26,
|
|
409
613
|
fill = props.fill,
|
|
410
|
-
rest = _objectWithoutProperties(props,
|
|
614
|
+
rest = _objectWithoutProperties(props, _excluded26);
|
|
411
615
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
412
616
|
width: width,
|
|
413
617
|
height: height,
|
|
@@ -420,12 +624,12 @@ export function ProductionUnitIcon(props) {
|
|
|
420
624
|
}
|
|
421
625
|
// 生命周期
|
|
422
626
|
export function LifeCycleIcon(props) {
|
|
423
|
-
var _props$
|
|
424
|
-
width = _props$
|
|
425
|
-
_props$
|
|
426
|
-
height = _props$
|
|
627
|
+
var _props$width27 = props.width,
|
|
628
|
+
width = _props$width27 === void 0 ? 26 : _props$width27,
|
|
629
|
+
_props$height27 = props.height,
|
|
630
|
+
height = _props$height27 === void 0 ? 26 : _props$height27,
|
|
427
631
|
fill = props.fill,
|
|
428
|
-
rest = _objectWithoutProperties(props,
|
|
632
|
+
rest = _objectWithoutProperties(props, _excluded27);
|
|
429
633
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
430
634
|
width: width,
|
|
431
635
|
height: height,
|
|
@@ -440,12 +644,12 @@ export function LifeCycleIcon(props) {
|
|
|
440
644
|
}
|
|
441
645
|
// 速度曲线
|
|
442
646
|
export function SpeedCurveIcon(props) {
|
|
443
|
-
var _props$
|
|
444
|
-
width = _props$
|
|
445
|
-
_props$
|
|
446
|
-
height = _props$
|
|
647
|
+
var _props$width28 = props.width,
|
|
648
|
+
width = _props$width28 === void 0 ? 26 : _props$width28,
|
|
649
|
+
_props$height28 = props.height,
|
|
650
|
+
height = _props$height28 === void 0 ? 26 : _props$height28,
|
|
447
651
|
fill = props.fill,
|
|
448
|
-
rest = _objectWithoutProperties(props,
|
|
652
|
+
rest = _objectWithoutProperties(props, _excluded28);
|
|
449
653
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
450
654
|
width: width,
|
|
451
655
|
height: height,
|
|
@@ -458,12 +662,12 @@ export function SpeedCurveIcon(props) {
|
|
|
458
662
|
}
|
|
459
663
|
// 案件
|
|
460
664
|
export function CaseIcon(props) {
|
|
461
|
-
var _props$
|
|
462
|
-
width = _props$
|
|
463
|
-
_props$
|
|
464
|
-
height = _props$
|
|
665
|
+
var _props$width29 = props.width,
|
|
666
|
+
width = _props$width29 === void 0 ? 26 : _props$width29,
|
|
667
|
+
_props$height29 = props.height,
|
|
668
|
+
height = _props$height29 === void 0 ? 26 : _props$height29,
|
|
465
669
|
fill = props.fill,
|
|
466
|
-
rest = _objectWithoutProperties(props,
|
|
670
|
+
rest = _objectWithoutProperties(props, _excluded29);
|
|
467
671
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
468
672
|
width: width,
|
|
469
673
|
height: height,
|
|
@@ -476,12 +680,12 @@ export function CaseIcon(props) {
|
|
|
476
680
|
}
|
|
477
681
|
// 流程
|
|
478
682
|
export function ProcessIcon(props) {
|
|
479
|
-
var _props$
|
|
480
|
-
width = _props$
|
|
481
|
-
_props$
|
|
482
|
-
height = _props$
|
|
683
|
+
var _props$width30 = props.width,
|
|
684
|
+
width = _props$width30 === void 0 ? 26 : _props$width30,
|
|
685
|
+
_props$height30 = props.height,
|
|
686
|
+
height = _props$height30 === void 0 ? 26 : _props$height30,
|
|
483
687
|
fill = props.fill,
|
|
484
|
-
rest = _objectWithoutProperties(props,
|
|
688
|
+
rest = _objectWithoutProperties(props, _excluded30);
|
|
485
689
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
486
690
|
width: width,
|
|
487
691
|
height: height,
|
|
@@ -494,12 +698,12 @@ export function ProcessIcon(props) {
|
|
|
494
698
|
}
|
|
495
699
|
// 违规
|
|
496
700
|
export function ViolationIcon(props) {
|
|
497
|
-
var _props$
|
|
498
|
-
width = _props$
|
|
499
|
-
_props$
|
|
500
|
-
height = _props$
|
|
701
|
+
var _props$width31 = props.width,
|
|
702
|
+
width = _props$width31 === void 0 ? 26 : _props$width31,
|
|
703
|
+
_props$height31 = props.height,
|
|
704
|
+
height = _props$height31 === void 0 ? 26 : _props$height31,
|
|
501
705
|
fill = props.fill,
|
|
502
|
-
rest = _objectWithoutProperties(props,
|
|
706
|
+
rest = _objectWithoutProperties(props, _excluded31);
|
|
503
707
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
504
708
|
width: width,
|
|
505
709
|
height: height,
|
|
@@ -512,12 +716,12 @@ export function ViolationIcon(props) {
|
|
|
512
716
|
}
|
|
513
717
|
// 垃圾桶
|
|
514
718
|
export function TrashIcon(props) {
|
|
515
|
-
var _props$
|
|
516
|
-
width = _props$
|
|
517
|
-
_props$
|
|
518
|
-
height = _props$
|
|
719
|
+
var _props$width32 = props.width,
|
|
720
|
+
width = _props$width32 === void 0 ? 26 : _props$width32,
|
|
721
|
+
_props$height32 = props.height,
|
|
722
|
+
height = _props$height32 === void 0 ? 26 : _props$height32,
|
|
519
723
|
fill = props.fill,
|
|
520
|
-
rest = _objectWithoutProperties(props,
|
|
724
|
+
rest = _objectWithoutProperties(props, _excluded32);
|
|
521
725
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
522
726
|
width: width,
|
|
523
727
|
height: height,
|
|
@@ -530,12 +734,12 @@ export function TrashIcon(props) {
|
|
|
530
734
|
}
|
|
531
735
|
// 保险信息
|
|
532
736
|
export function InsuranceIcon(props) {
|
|
533
|
-
var _props$
|
|
534
|
-
width = _props$
|
|
535
|
-
_props$
|
|
536
|
-
height = _props$
|
|
737
|
+
var _props$width33 = props.width,
|
|
738
|
+
width = _props$width33 === void 0 ? 26 : _props$width33,
|
|
739
|
+
_props$height33 = props.height,
|
|
740
|
+
height = _props$height33 === void 0 ? 26 : _props$height33,
|
|
537
741
|
fill = props.fill,
|
|
538
|
-
rest = _objectWithoutProperties(props,
|
|
742
|
+
rest = _objectWithoutProperties(props, _excluded33);
|
|
539
743
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
540
744
|
width: width,
|
|
541
745
|
height: height,
|
|
@@ -550,12 +754,12 @@ export function InsuranceIcon(props) {
|
|
|
550
754
|
}
|
|
551
755
|
// 年检信息
|
|
552
756
|
export function AnnualInspectionIcon(props) {
|
|
553
|
-
var _props$
|
|
554
|
-
width = _props$
|
|
555
|
-
_props$
|
|
556
|
-
height = _props$
|
|
757
|
+
var _props$width34 = props.width,
|
|
758
|
+
width = _props$width34 === void 0 ? 26 : _props$width34,
|
|
759
|
+
_props$height34 = props.height,
|
|
760
|
+
height = _props$height34 === void 0 ? 26 : _props$height34,
|
|
557
761
|
fill = props.fill,
|
|
558
|
-
rest = _objectWithoutProperties(props,
|
|
762
|
+
rest = _objectWithoutProperties(props, _excluded34);
|
|
559
763
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
560
764
|
width: width,
|
|
561
765
|
height: height,
|
|
@@ -574,12 +778,12 @@ export function AnnualInspectionIcon(props) {
|
|
|
574
778
|
}
|
|
575
779
|
// 充电信息
|
|
576
780
|
export function ChargingIcon(props) {
|
|
577
|
-
var _props$
|
|
578
|
-
width = _props$
|
|
579
|
-
_props$
|
|
580
|
-
height = _props$
|
|
781
|
+
var _props$width35 = props.width,
|
|
782
|
+
width = _props$width35 === void 0 ? 26 : _props$width35,
|
|
783
|
+
_props$height35 = props.height,
|
|
784
|
+
height = _props$height35 === void 0 ? 26 : _props$height35,
|
|
581
785
|
fill = props.fill,
|
|
582
|
-
rest = _objectWithoutProperties(props,
|
|
786
|
+
rest = _objectWithoutProperties(props, _excluded35);
|
|
583
787
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
584
788
|
width: width,
|
|
585
789
|
height: height,
|
|
@@ -592,12 +796,12 @@ export function ChargingIcon(props) {
|
|
|
592
796
|
}
|
|
593
797
|
// 签约信息
|
|
594
798
|
export function ContractIcon(props) {
|
|
595
|
-
var _props$
|
|
596
|
-
width = _props$
|
|
597
|
-
_props$
|
|
598
|
-
height = _props$
|
|
799
|
+
var _props$width36 = props.width,
|
|
800
|
+
width = _props$width36 === void 0 ? 26 : _props$width36,
|
|
801
|
+
_props$height36 = props.height,
|
|
802
|
+
height = _props$height36 === void 0 ? 26 : _props$height36,
|
|
599
803
|
fill = props.fill,
|
|
600
|
-
rest = _objectWithoutProperties(props,
|
|
804
|
+
rest = _objectWithoutProperties(props, _excluded36);
|
|
601
805
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
602
806
|
width: width,
|
|
603
807
|
height: height,
|
|
@@ -612,12 +816,12 @@ export function ContractIcon(props) {
|
|
|
612
816
|
}
|
|
613
817
|
// 访谈
|
|
614
818
|
export function InterviewIcon(props) {
|
|
615
|
-
var _props$
|
|
616
|
-
width = _props$
|
|
617
|
-
_props$
|
|
618
|
-
height = _props$
|
|
819
|
+
var _props$width37 = props.width,
|
|
820
|
+
width = _props$width37 === void 0 ? 26 : _props$width37,
|
|
821
|
+
_props$height37 = props.height,
|
|
822
|
+
height = _props$height37 === void 0 ? 26 : _props$height37,
|
|
619
823
|
fill = props.fill,
|
|
620
|
-
rest = _objectWithoutProperties(props,
|
|
824
|
+
rest = _objectWithoutProperties(props, _excluded37);
|
|
621
825
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
622
826
|
width: width,
|
|
623
827
|
height: height,
|
|
@@ -631,12 +835,12 @@ export function InterviewIcon(props) {
|
|
|
631
835
|
}
|
|
632
836
|
// 点位
|
|
633
837
|
export function PointIcon(props) {
|
|
634
|
-
var _props$
|
|
635
|
-
width = _props$
|
|
636
|
-
_props$
|
|
637
|
-
height = _props$
|
|
838
|
+
var _props$width38 = props.width,
|
|
839
|
+
width = _props$width38 === void 0 ? 26 : _props$width38,
|
|
840
|
+
_props$height38 = props.height,
|
|
841
|
+
height = _props$height38 === void 0 ? 26 : _props$height38,
|
|
638
842
|
fill = props.fill,
|
|
639
|
-
rest = _objectWithoutProperties(props,
|
|
843
|
+
rest = _objectWithoutProperties(props, _excluded38);
|
|
640
844
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
641
845
|
width: width,
|
|
642
846
|
height: height,
|
|
@@ -657,12 +861,12 @@ export function PointIcon(props) {
|
|
|
657
861
|
}
|
|
658
862
|
// 收运
|
|
659
863
|
export function CollectionIcon(props) {
|
|
660
|
-
var _props$
|
|
661
|
-
width = _props$
|
|
662
|
-
_props$
|
|
663
|
-
height = _props$
|
|
864
|
+
var _props$width39 = props.width,
|
|
865
|
+
width = _props$width39 === void 0 ? 26 : _props$width39,
|
|
866
|
+
_props$height39 = props.height,
|
|
867
|
+
height = _props$height39 === void 0 ? 26 : _props$height39,
|
|
664
868
|
fill = props.fill,
|
|
665
|
-
rest = _objectWithoutProperties(props,
|
|
869
|
+
rest = _objectWithoutProperties(props, _excluded39);
|
|
666
870
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
667
871
|
width: width,
|
|
668
872
|
height: height,
|
|
@@ -677,12 +881,12 @@ export function CollectionIcon(props) {
|
|
|
677
881
|
}
|
|
678
882
|
// 工厂类
|
|
679
883
|
export function FactoryIcon(props) {
|
|
680
|
-
var _props$
|
|
681
|
-
width = _props$
|
|
682
|
-
_props$
|
|
683
|
-
height = _props$
|
|
884
|
+
var _props$width40 = props.width,
|
|
885
|
+
width = _props$width40 === void 0 ? 26 : _props$width40,
|
|
886
|
+
_props$height40 = props.height,
|
|
887
|
+
height = _props$height40 === void 0 ? 26 : _props$height40,
|
|
684
888
|
fill = props.fill,
|
|
685
|
-
rest = _objectWithoutProperties(props,
|
|
889
|
+
rest = _objectWithoutProperties(props, _excluded40);
|
|
686
890
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
687
891
|
width: width,
|
|
688
892
|
height: height,
|
|
@@ -695,14 +899,14 @@ export function FactoryIcon(props) {
|
|
|
695
899
|
})
|
|
696
900
|
}));
|
|
697
901
|
}
|
|
698
|
-
// 资产信息
|
|
699
|
-
export function AssetIcon(props) {
|
|
700
|
-
var _props$
|
|
701
|
-
width = _props$
|
|
702
|
-
_props$
|
|
703
|
-
height = _props$
|
|
902
|
+
// 资产信息
|
|
903
|
+
export function AssetIcon(props) {
|
|
904
|
+
var _props$width41 = props.width,
|
|
905
|
+
width = _props$width41 === void 0 ? 26 : _props$width41,
|
|
906
|
+
_props$height41 = props.height,
|
|
907
|
+
height = _props$height41 === void 0 ? 26 : _props$height41,
|
|
704
908
|
fill = props.fill,
|
|
705
|
-
rest = _objectWithoutProperties(props,
|
|
909
|
+
rest = _objectWithoutProperties(props, _excluded41);
|
|
706
910
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
707
911
|
width: width,
|
|
708
912
|
height: height,
|
|
@@ -717,12 +921,12 @@ export function AssetIcon(props) {
|
|
|
717
921
|
}
|
|
718
922
|
// 文档
|
|
719
923
|
export function DocumentIcon(props) {
|
|
720
|
-
var _props$
|
|
721
|
-
width = _props$
|
|
722
|
-
_props$
|
|
723
|
-
height = _props$
|
|
924
|
+
var _props$width42 = props.width,
|
|
925
|
+
width = _props$width42 === void 0 ? 26 : _props$width42,
|
|
926
|
+
_props$height42 = props.height,
|
|
927
|
+
height = _props$height42 === void 0 ? 26 : _props$height42,
|
|
724
928
|
fill = props.fill,
|
|
725
|
-
rest = _objectWithoutProperties(props,
|
|
929
|
+
rest = _objectWithoutProperties(props, _excluded42);
|
|
726
930
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
727
931
|
width: width,
|
|
728
932
|
height: height,
|
|
@@ -739,12 +943,12 @@ export function DocumentIcon(props) {
|
|
|
739
943
|
}
|
|
740
944
|
// 日志
|
|
741
945
|
export function LogIcon(props) {
|
|
742
|
-
var _props$
|
|
743
|
-
width = _props$
|
|
744
|
-
_props$
|
|
745
|
-
height = _props$
|
|
946
|
+
var _props$width43 = props.width,
|
|
947
|
+
width = _props$width43 === void 0 ? 26 : _props$width43,
|
|
948
|
+
_props$height43 = props.height,
|
|
949
|
+
height = _props$height43 === void 0 ? 26 : _props$height43,
|
|
746
950
|
fill = props.fill,
|
|
747
|
-
rest = _objectWithoutProperties(props,
|
|
951
|
+
rest = _objectWithoutProperties(props, _excluded43);
|
|
748
952
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
749
953
|
width: width,
|
|
750
954
|
height: height,
|
|
@@ -770,12 +974,12 @@ export function LogIcon(props) {
|
|
|
770
974
|
}
|
|
771
975
|
// 历史轨迹
|
|
772
976
|
export function HistoryIcon(props) {
|
|
773
|
-
var _props$
|
|
774
|
-
width = _props$
|
|
775
|
-
_props$
|
|
776
|
-
height = _props$
|
|
977
|
+
var _props$width44 = props.width,
|
|
978
|
+
width = _props$width44 === void 0 ? 26 : _props$width44,
|
|
979
|
+
_props$height44 = props.height,
|
|
980
|
+
height = _props$height44 === void 0 ? 26 : _props$height44,
|
|
777
981
|
fill = props.fill,
|
|
778
|
-
rest = _objectWithoutProperties(props,
|
|
982
|
+
rest = _objectWithoutProperties(props, _excluded44);
|
|
779
983
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
780
984
|
width: width,
|
|
781
985
|
height: height,
|
|
@@ -795,12 +999,12 @@ export function HistoryIcon(props) {
|
|
|
795
999
|
|
|
796
1000
|
// 总览图标
|
|
797
1001
|
export function SummaryIcon(props) {
|
|
798
|
-
var _props$
|
|
799
|
-
width = _props$
|
|
800
|
-
_props$
|
|
801
|
-
height = _props$
|
|
1002
|
+
var _props$width45 = props.width,
|
|
1003
|
+
width = _props$width45 === void 0 ? 26 : _props$width45,
|
|
1004
|
+
_props$height45 = props.height,
|
|
1005
|
+
height = _props$height45 === void 0 ? 26 : _props$height45,
|
|
802
1006
|
fill = props.fill,
|
|
803
|
-
rest = _objectWithoutProperties(props,
|
|
1007
|
+
rest = _objectWithoutProperties(props, _excluded45);
|
|
804
1008
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
805
1009
|
fill: fill,
|
|
806
1010
|
width: width,
|
|
@@ -815,12 +1019,12 @@ export function SummaryIcon(props) {
|
|
|
815
1019
|
}
|
|
816
1020
|
// 报警图标
|
|
817
1021
|
export function AlarmIcon(props) {
|
|
818
|
-
var _props$
|
|
819
|
-
width = _props$
|
|
820
|
-
_props$
|
|
821
|
-
height = _props$
|
|
1022
|
+
var _props$width46 = props.width,
|
|
1023
|
+
width = _props$width46 === void 0 ? 26 : _props$width46,
|
|
1024
|
+
_props$height46 = props.height,
|
|
1025
|
+
height = _props$height46 === void 0 ? 26 : _props$height46,
|
|
822
1026
|
fill = props.fill,
|
|
823
|
-
rest = _objectWithoutProperties(props,
|
|
1027
|
+
rest = _objectWithoutProperties(props, _excluded46);
|
|
824
1028
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
825
1029
|
width: width,
|
|
826
1030
|
height: height,
|
|
@@ -837,12 +1041,12 @@ export function AlarmIcon(props) {
|
|
|
837
1041
|
}
|
|
838
1042
|
// 水耗
|
|
839
1043
|
export function WaterIcon(props) {
|
|
840
|
-
var _props$
|
|
841
|
-
width = _props$
|
|
842
|
-
_props$
|
|
843
|
-
height = _props$
|
|
1044
|
+
var _props$width47 = props.width,
|
|
1045
|
+
width = _props$width47 === void 0 ? 26 : _props$width47,
|
|
1046
|
+
_props$height47 = props.height,
|
|
1047
|
+
height = _props$height47 === void 0 ? 26 : _props$height47,
|
|
844
1048
|
fill = props.fill,
|
|
845
|
-
rest = _objectWithoutProperties(props,
|
|
1049
|
+
rest = _objectWithoutProperties(props, _excluded47);
|
|
846
1050
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
847
1051
|
width: width,
|
|
848
1052
|
height: height,
|
|
@@ -857,12 +1061,12 @@ export function WaterIcon(props) {
|
|
|
857
1061
|
}
|
|
858
1062
|
// 油耗
|
|
859
1063
|
export function OilIcon(props) {
|
|
860
|
-
var _props$
|
|
861
|
-
width = _props$
|
|
862
|
-
_props$
|
|
863
|
-
height = _props$
|
|
1064
|
+
var _props$width48 = props.width,
|
|
1065
|
+
width = _props$width48 === void 0 ? 26 : _props$width48,
|
|
1066
|
+
_props$height48 = props.height,
|
|
1067
|
+
height = _props$height48 === void 0 ? 26 : _props$height48,
|
|
864
1068
|
fill = props.fill,
|
|
865
|
-
rest = _objectWithoutProperties(props,
|
|
1069
|
+
rest = _objectWithoutProperties(props, _excluded48);
|
|
866
1070
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
867
1071
|
width: width,
|
|
868
1072
|
height: height,
|
|
@@ -876,12 +1080,12 @@ export function OilIcon(props) {
|
|
|
876
1080
|
}
|
|
877
1081
|
// 视频图标
|
|
878
1082
|
export function VideoIcon(props) {
|
|
879
|
-
var _props$
|
|
880
|
-
width = _props$
|
|
881
|
-
_props$
|
|
882
|
-
height = _props$
|
|
1083
|
+
var _props$width49 = props.width,
|
|
1084
|
+
width = _props$width49 === void 0 ? 26 : _props$width49,
|
|
1085
|
+
_props$height49 = props.height,
|
|
1086
|
+
height = _props$height49 === void 0 ? 26 : _props$height49,
|
|
883
1087
|
fill = props.fill,
|
|
884
|
-
rest = _objectWithoutProperties(props,
|
|
1088
|
+
rest = _objectWithoutProperties(props, _excluded49);
|
|
885
1089
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
886
1090
|
width: width,
|
|
887
1091
|
height: height,
|
|
@@ -896,12 +1100,12 @@ export function VideoIcon(props) {
|
|
|
896
1100
|
}
|
|
897
1101
|
// 日历图标
|
|
898
1102
|
export function CalendarIcon(props) {
|
|
899
|
-
var _props$
|
|
900
|
-
width = _props$
|
|
901
|
-
_props$
|
|
902
|
-
height = _props$
|
|
1103
|
+
var _props$width50 = props.width,
|
|
1104
|
+
width = _props$width50 === void 0 ? 26 : _props$width50,
|
|
1105
|
+
_props$height50 = props.height,
|
|
1106
|
+
height = _props$height50 === void 0 ? 26 : _props$height50,
|
|
903
1107
|
fill = props.fill,
|
|
904
|
-
rest = _objectWithoutProperties(props,
|
|
1108
|
+
rest = _objectWithoutProperties(props, _excluded50);
|
|
905
1109
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
906
1110
|
width: width,
|
|
907
1111
|
height: height,
|
|
@@ -919,12 +1123,12 @@ export function CalendarIcon(props) {
|
|
|
919
1123
|
}
|
|
920
1124
|
// 维保图标
|
|
921
1125
|
export function MaintenanceIcon(props) {
|
|
922
|
-
var _props$
|
|
923
|
-
width = _props$
|
|
924
|
-
_props$
|
|
925
|
-
height = _props$
|
|
1126
|
+
var _props$width51 = props.width,
|
|
1127
|
+
width = _props$width51 === void 0 ? 26 : _props$width51,
|
|
1128
|
+
_props$height51 = props.height,
|
|
1129
|
+
height = _props$height51 === void 0 ? 26 : _props$height51,
|
|
926
1130
|
fill = props.fill,
|
|
927
|
-
rest = _objectWithoutProperties(props,
|
|
1131
|
+
rest = _objectWithoutProperties(props, _excluded51);
|
|
928
1132
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
929
1133
|
width: width,
|
|
930
1134
|
height: height,
|
|
@@ -936,15 +1140,164 @@ export function MaintenanceIcon(props) {
|
|
|
936
1140
|
})
|
|
937
1141
|
}));
|
|
938
1142
|
}
|
|
939
|
-
|
|
1143
|
+
|
|
1144
|
+
// 投放记录图标
|
|
1145
|
+
export function ThrowIcon(props) {
|
|
1146
|
+
var _props$width52 = props.width,
|
|
1147
|
+
width = _props$width52 === void 0 ? 26 : _props$width52,
|
|
1148
|
+
_props$height52 = props.height,
|
|
1149
|
+
height = _props$height52 === void 0 ? 26 : _props$height52,
|
|
1150
|
+
fill = props.fill,
|
|
1151
|
+
rest = _objectWithoutProperties(props, _excluded52);
|
|
1152
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1153
|
+
fill: fill,
|
|
1154
|
+
width: width,
|
|
1155
|
+
height: height
|
|
1156
|
+
}, rest), {}, {
|
|
1157
|
+
viewBox: "0 0 16 16",
|
|
1158
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
1159
|
+
id: "Frame",
|
|
1160
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
1161
|
+
id: "Vector",
|
|
1162
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1163
|
+
d: "M10.714 1.17445H4.95975C4.64765 1.17445 4.3923 0.910196 4.3923 0.587223C4.3923 0.26425 4.64765 0 4.95975 0H10.714C11.0261 0 11.2814 0.26425 11.2814 0.587223C11.2814 0.910196 11.0261 1.17445 10.714 1.17445ZM14.6063 2.14704H1.06744C0.755349 2.14704 0.5 2.41129 0.5 2.73426C0.5 3.05723 0.755349 3.32148 1.06744 3.32148H1.59765V14.2383C1.59765 15.2091 2.36192 16 3.29998 16H6.0503C6.36417 16 6.61774 15.7376 6.61774 15.4128C6.61774 15.088 6.36417 14.8256 6.0503 14.8256H3.29998C2.98788 14.8256 2.73253 14.5613 2.73253 14.2383V3.32148H12.9465V5.28501C12.9465 5.60982 13.2001 5.87223 13.514 5.87223C13.8278 5.87223 14.0814 5.60982 14.0814 5.28501V3.32148H14.6063C14.9184 3.32148 15.1737 3.05723 15.1737 2.73426C15.1737 2.41129 14.9184 2.14704 14.6063 2.14704Z"
|
|
1164
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1165
|
+
d: "M11.1342 11.1444V9.04324C11.1342 8.72027 10.8789 8.45602 10.5668 8.45602C10.2547 8.45602 9.99935 8.72027 9.99935 9.04324V11.3628C9.99935 11.4894 10.0384 11.6068 10.1057 11.7023C10.1306 11.7518 10.1643 11.7995 10.205 11.8417L10.925 12.5868C11.1449 12.8143 11.5066 12.8143 11.7283 12.5868C11.9482 12.3592 11.9482 11.9849 11.7283 11.7555L11.1342 11.1444Z"
|
|
1166
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1167
|
+
d: "M14.1133 7.58069C13.2196 6.65581 12.0297 6.14566 10.7654 6.14566C9.50106 6.14566 8.31121 6.65581 7.41748 7.58069C6.52376 8.50556 6.0308 9.7369 6.0308 11.0453C6.0308 12.3537 6.52376 13.585 7.41748 14.5099C8.31121 15.4348 9.50106 15.9449 10.7654 15.9449C12.0297 15.9449 13.2196 15.4348 14.1133 14.5099C15.007 13.585 15.5 12.3537 15.5 11.0453C15.5 9.7369 15.007 8.50556 14.1133 7.58069ZM10.7654 14.7705C8.78112 14.7705 7.16568 13.0988 7.16568 11.0453C7.16568 8.99186 8.78112 7.32011 10.7654 7.32011C12.7497 7.32011 14.3651 8.99186 14.3651 11.0453C14.3651 13.0988 12.7497 14.7705 10.7654 14.7705Z"
|
|
1168
|
+
})]
|
|
1169
|
+
})
|
|
1170
|
+
})
|
|
1171
|
+
}));
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
// 收运信息
|
|
1175
|
+
export function SyInfoIcon(props) {
|
|
1176
|
+
var _props$width53 = props.width,
|
|
1177
|
+
width = _props$width53 === void 0 ? 26 : _props$width53,
|
|
1178
|
+
_props$height53 = props.height,
|
|
1179
|
+
height = _props$height53 === void 0 ? 26 : _props$height53,
|
|
1180
|
+
fill = props.fill,
|
|
1181
|
+
rest = _objectWithoutProperties(props, _excluded53);
|
|
1182
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1183
|
+
fill: fill,
|
|
1184
|
+
width: width,
|
|
1185
|
+
height: height
|
|
1186
|
+
}, rest), {}, {
|
|
1187
|
+
viewBox: "0 0 16 16",
|
|
1188
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
1189
|
+
id: "Group",
|
|
1190
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
1191
|
+
id: "Vector",
|
|
1192
|
+
fillRule: "evenodd",
|
|
1193
|
+
clipRule: "evenodd",
|
|
1194
|
+
d: "M2.21249 3.82496e-06H10.5868C11.8046 -0.00231676 12.7943 1.05158 12.7992 2.35584V5.51017C12.7992 5.82561 12.5605 6.08132 12.266 6.08132C11.9714 6.08132 11.7326 5.82561 11.7326 5.51017V2.35623C11.7285 1.68243 11.2159 1.13937 10.5868 1.14232H2.21249C1.58348 1.13937 1.07091 1.6822 1.0666 2.35584V13.065C1.07071 13.7389 1.58335 14.2819 2.21249 14.279H6.49845C6.79301 14.279 7.03176 14.5347 7.03176 14.8501C7.03176 15.1656 6.79301 15.4213 6.49845 15.4213H2.21249C0.994526 15.4236 0.00470308 14.3695 0 13.065V2.35584C0.00489879 1.05158 0.994664 -0.00231676 2.21249 3.82496e-06ZM8.72151 5.78315H3.38847C3.09394 5.78315 2.85517 5.52744 2.85517 5.21199C2.85517 4.89655 3.09394 4.64084 3.38847 4.64084H8.72151C9.01601 4.64084 9.25476 4.89655 9.25476 5.21199C9.25476 5.52744 9.01601 5.78315 8.72151 5.78315ZM11.7303 9.1533H11.2278C10.2975 9.15219 9.48245 9.82049 9.24076 10.7826C9.20839 10.843 9.18657 10.9092 9.17639 10.978L8.53607 15.3401C8.51189 15.5051 8.55632 15.6732 8.6577 15.8001C8.75901 15.927 8.90707 16 9.06301 16H15.4665C15.7941 16.0004 16.0443 15.687 15.9934 15.3405L15.3535 10.9783C15.3433 10.9095 15.3215 10.8431 15.2891 10.7826C15.0475 9.82042 14.2324 9.15206 13.302 9.1533H12.7969V7.73763C12.7969 7.42218 12.5581 7.1665 12.2636 7.1665C11.9691 7.1665 11.7303 7.42218 11.7303 7.73763V9.1533ZM6.93313 8.99577H3.38847C3.09394 8.99577 2.85517 8.74003 2.85517 8.42465C2.85517 8.1092 3.09394 7.85346 3.38847 7.85346H6.93313C7.2277 7.85346 7.46645 8.1092 7.46645 8.42465C7.46645 8.74003 7.2277 8.99577 6.93313 8.99577ZM11.5583 14.8577H12.6893L13.074 13.3202C13.1504 13.0156 13.4428 12.8349 13.7271 12.9166C14.0117 12.9982 14.1806 13.3113 14.1044 13.6161L13.7935 14.8577H14.8418L14.3249 11.3184C14.303 11.2702 14.2876 11.2189 14.279 11.1661C14.1933 10.6606 13.7814 10.2937 13.3016 10.2957H11.2278C10.7483 10.2947 10.3372 10.6622 10.2523 11.1676C10.2437 11.2204 10.2283 11.2717 10.2064 11.3199L9.68657 14.8577H10.454L10.455 14.8536L11.1546 12.058C11.231 11.7534 11.5233 11.5727 11.8078 11.6543C12.0923 11.7359 12.2612 12.0491 12.185 12.3538L11.5583 14.8577Z"
|
|
1195
|
+
})
|
|
1196
|
+
})
|
|
1197
|
+
}));
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
// 投放点图标
|
|
1201
|
+
export function TfdIcon(props) {
|
|
1202
|
+
var _props$width54 = props.width,
|
|
1203
|
+
width = _props$width54 === void 0 ? 26 : _props$width54,
|
|
1204
|
+
_props$height54 = props.height,
|
|
1205
|
+
height = _props$height54 === void 0 ? 26 : _props$height54,
|
|
1206
|
+
fill = props.fill,
|
|
1207
|
+
rest = _objectWithoutProperties(props, _excluded54);
|
|
1208
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
1209
|
+
fill: fill,
|
|
1210
|
+
width: width,
|
|
1211
|
+
height: height
|
|
1212
|
+
}, rest), {}, {
|
|
1213
|
+
viewBox: "0 0 16 16",
|
|
1214
|
+
children: [/*#__PURE__*/_jsx("g", {
|
|
1215
|
+
id: "\xE8\x80\x83\xE5\x8B\xA4 1",
|
|
1216
|
+
clipPath: "url(#clip0_490_4274)",
|
|
1217
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
1218
|
+
id: "Vector",
|
|
1219
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1220
|
+
d: "M3.88704 9.46813L7.32332 12.7598C7.50389 12.9315 7.741 13.026 7.99453 13.026C8.24805 13.026 8.48881 12.9298 8.66573 12.7598L12.102 9.46813C12.6547 8.94098 13.0815 8.3211 13.3715 7.63426C13.6505 6.96802 13.7946 6.26744 13.7946 5.54625C13.7946 4.82507 13.6524 4.12277 13.3715 3.45825C13.0815 2.76798 12.6547 2.14982 12.102 1.62438C11.5512 1.09208 10.9055 0.683408 10.1851 0.405237C9.48833 0.137369 8.74964 0 7.99453 0C7.23942 0 6.50073 0.137369 5.80399 0.406954C5.08171 0.686843 4.43786 1.09723 3.88521 1.62438C3.33256 2.15154 2.90576 2.77141 2.61576 3.45825C2.3367 4.12449 2.19261 4.82507 2.19261 5.54625C2.19261 6.26744 2.33487 6.96974 2.61576 7.63426C2.90941 8.32625 3.33439 8.94098 3.88704 9.46813ZM3.72653 3.87036C3.95817 3.31917 4.29925 2.82807 4.73699 2.40738C5.17473 1.98841 5.68908 1.66216 6.2618 1.43894C6.8108 1.22773 7.39628 1.11955 7.99635 1.11955C8.59643 1.11955 9.18191 1.22773 9.73456 1.44065C10.3073 1.66044 10.818 1.98669 11.2594 2.40567C11.6989 2.82636 12.04 3.32088 12.2698 3.86864C12.4942 4.40094 12.6091 4.96587 12.6091 5.54454C12.6091 6.1232 12.4942 6.68641 12.2698 7.22043C12.0382 7.77163 11.6971 8.26272 11.2594 8.68341L7.99453 11.8085L4.73517 8.68513C4.29742 8.26615 3.95635 7.77334 3.72471 7.22387C3.50036 6.69157 3.38546 6.12664 3.38546 5.54797C3.38546 4.96931 3.50219 4.40438 3.72653 3.87036Z"
|
|
1221
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1222
|
+
d: "M7.99453 7.79051C9.44638 7.79051 10.6301 6.67611 10.6301 5.30929C10.6301 3.94248 9.44638 2.82807 7.99453 2.82807C6.54268 2.82807 5.35895 3.94248 5.35895 5.30929C5.35895 6.67783 6.54268 7.79051 7.99453 7.79051ZM7.99453 3.94935C8.79159 3.94935 9.43908 4.56064 9.43908 5.30929C9.43908 6.05795 8.78976 6.66924 7.99453 6.66924C7.19929 6.66924 6.54998 6.05795 6.54998 5.30929C6.54998 4.56064 7.19929 3.94935 7.99453 3.94935ZM14.7029 12.1502C14.3035 11.8721 13.7472 11.6282 13.0468 11.4222C12.6601 11.3089 12.2297 11.2093 11.7701 11.1234C11.5895 11.0891 11.4035 11.1354 11.2612 11.2453C11.1189 11.3552 11.0368 11.5184 11.0368 11.6901C11.0368 11.9648 11.2448 12.2052 11.533 12.255C11.9397 12.3288 12.3264 12.4198 12.6802 12.5229C13.9953 12.9109 14.2652 13.3127 14.2652 13.4003C14.2652 13.4879 13.9971 13.8897 12.682 14.2743C11.4436 14.6383 9.77651 14.8392 7.99635 14.8392C6.2162 14.8392 4.54912 14.6383 3.30703 14.276C1.99197 13.8897 1.72203 13.4879 1.72203 13.402C1.72203 13.3162 1.99197 12.9126 3.30703 12.528C3.66269 12.425 4.04937 12.334 4.4561 12.2601C4.74429 12.2069 4.95221 11.97 4.95221 11.6952C4.95221 11.5235 4.87014 11.3604 4.72787 11.2505C4.5856 11.1406 4.39956 11.0977 4.22082 11.1303C3.74842 11.2196 3.31797 11.3192 2.94589 11.4291C2.24915 11.6334 1.6892 11.8772 1.28976 12.1571C0.930448 12.4044 0.5 12.8234 0.5 13.4072C0.5 13.9893 0.930448 14.4082 1.29159 14.6572C1.69103 14.9354 2.24732 15.1792 2.94771 15.3853C4.30654 15.7836 6.10311 16 8 16C9.89689 16 11.6935 15.7819 13.0523 15.3853C13.749 15.1809 14.309 14.9371 14.7084 14.6572C15.0696 14.4082 15.5 13.9893 15.5 13.4072C15.4945 12.8182 15.0659 12.3992 14.7029 12.1502ZM15.2519 13.3076C15.2082 12.8663 14.8598 12.5366 14.5625 12.3305C14.8598 12.5349 15.2063 12.8663 15.2519 13.3076ZM14.5479 12.3202C14.1722 12.061 13.6432 11.8326 12.9775 11.6351C13.6432 11.8291 14.1722 12.061 14.5479 12.3202ZM11.7245 11.3432C11.615 11.3243 11.5001 11.3501 11.4126 11.417C11.4983 11.3501 11.6132 11.3209 11.7245 11.3432ZM14.5078 13.3986C14.5078 13.1359 14.05 12.6894 12.755 12.3082C12.392 12.2035 11.9944 12.109 11.5804 12.0335C11.9944 12.1108 12.3902 12.2018 12.755 12.3082C14.05 12.6894 14.5078 13.1341 14.5078 13.3986C14.5078 13.6647 14.05 14.106 12.7586 14.4872C14.0482 14.106 14.5078 13.663 14.5078 13.3986ZM1.4831 13.3883C1.49404 13.1221 1.9555 12.6843 3.23589 12.3082C1.95732 12.6843 1.49404 13.1221 1.4831 13.3883ZM4.41051 12.0335C4.32661 12.0489 4.2427 12.0661 4.16063 12.0816C4.2427 12.0644 4.32661 12.0489 4.41051 12.0335ZM0.996109 12.7203C0.970574 12.7512 0.946863 12.7839 0.924976 12.8165C0.946863 12.7821 0.970574 12.7512 0.996109 12.7203ZM1.04536 12.6602C1.04171 12.6637 1.03806 12.6688 1.03441 12.6722C1.03806 12.6688 1.04171 12.6654 1.04536 12.6602ZM14.5607 14.4718C14.1813 14.7345 13.6469 14.9697 12.9757 15.1672C11.6406 15.557 9.86953 15.7716 7.99453 15.7716C6.11953 15.7716 4.34849 15.5536 3.01338 15.1638C2.33852 14.968 1.80411 14.7328 1.42838 14.4683C1.11102 14.2503 0.733463 13.8862 0.733463 13.3986C0.733463 13.888 1.10919 14.2486 1.42838 14.4683C1.80776 14.7311 2.34217 14.9646 3.01338 15.1638C4.34849 15.5536 6.11953 15.7699 7.99453 15.7699C9.86953 15.7699 11.6406 15.5536 12.9757 15.1638C13.6469 14.968 14.1813 14.7345 14.5607 14.4683C14.6409 14.4151 14.723 14.3516 14.8033 14.2795C14.7248 14.3516 14.6409 14.4168 14.5607 14.4718Z"
|
|
1223
|
+
})]
|
|
1224
|
+
})
|
|
1225
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
1226
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
1227
|
+
id: "clip0_490_4274",
|
|
1228
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
1229
|
+
width: width,
|
|
1230
|
+
height: height
|
|
1231
|
+
})
|
|
1232
|
+
})
|
|
1233
|
+
})]
|
|
1234
|
+
}));
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
// 计量
|
|
1238
|
+
export function MeteringIcon(props) {
|
|
1239
|
+
var _props$width55 = props.width,
|
|
1240
|
+
width = _props$width55 === void 0 ? 16 : _props$width55,
|
|
1241
|
+
_props$height55 = props.height,
|
|
1242
|
+
height = _props$height55 === void 0 ? 16 : _props$height55,
|
|
1243
|
+
fill = props.fill,
|
|
1244
|
+
rest = _objectWithoutProperties(props, _excluded55);
|
|
1245
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1246
|
+
width: width,
|
|
1247
|
+
height: height,
|
|
1248
|
+
fill: fill
|
|
1249
|
+
}, rest), {}, {
|
|
1250
|
+
viewBox: "0 0 16 16",
|
|
1251
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
1252
|
+
id: "Group",
|
|
1253
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
1254
|
+
id: "Vector_2",
|
|
1255
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1256
|
+
d: "M8.02341 0.267578C9.54495 0.267265 10.9305 1.14341 11.5827 2.51813H13.6498C14.8927 2.51813 15.9003 3.52573 15.9003 4.76868V13.7709C15.9003 15.0138 14.8927 16.0214 13.6498 16.0214H2.39703C1.15409 16.0214 0.146484 15.0138 0.146484 13.7709V4.76868C0.146484 3.52573 1.15409 2.51813 2.39703 2.51813H4.46529C5.11739 1.14365 6.50248 0.267579 8.02341 0.267578ZM11.9619 4.20604C11.9623 6.49256 10.0221 8.2989 7.74138 8.13521C5.46069 7.97145 3.79835 5.90643 4.12546 3.6434H2.39703C1.82616 3.64355 1.34586 4.07113 1.27964 4.63814L1.27176 4.76868V13.7709C1.2719 14.3417 1.69949 14.822 2.2665 14.8883L2.39703 14.8961H13.6498C14.2207 14.8966 14.7015 14.4695 14.7683 13.9025L14.775 13.7709V4.76868C14.775 4.19819 14.348 3.71803 13.7814 3.65128L13.6498 3.6434H11.9236C11.9495 3.82682 11.963 4.01474 11.963 4.20604H11.9619ZM8.02341 1.39285C6.46975 1.39285 5.21022 2.65236 5.21022 4.20604C5.21022 5.75972 6.46975 7.01921 8.02341 7.01921C9.57707 7.01921 10.8366 5.75972 10.8366 4.20604C10.8366 2.65236 9.57707 1.39285 8.02341 1.39285ZM9.39627 2.68129C9.6159 2.901 9.6159 3.25715 9.39627 3.47686L8.64568 4.22629L8.64907 4.27131C8.64962 4.69347 8.33811 5.0511 7.9199 5.10851L7.80513 5.11638C7.33128 5.11422 6.95208 4.72246 6.96531 4.2488C6.97861 3.77514 7.37916 3.40523 7.85239 3.4296L8.6007 2.68129C8.82051 2.4609 9.1775 2.4609 9.39738 2.68129H9.39627Z"
|
|
1257
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1258
|
+
d: "M11.6922 12.3075H4.30754C3.96767 12.3075 3.69216 12.5831 3.69216 12.9229C3.69216 13.2628 3.96767 13.5383 4.30754 13.5383H11.6922C12.032 13.5383 12.3075 13.2628 12.3075 12.9229C12.3075 12.5831 12.032 12.3075 11.6922 12.3075Z"
|
|
1259
|
+
})]
|
|
1260
|
+
})
|
|
1261
|
+
})
|
|
1262
|
+
}));
|
|
1263
|
+
}
|
|
1264
|
+
// 工况
|
|
1265
|
+
export function WorkConditionIcon(props) {
|
|
1266
|
+
var _props$width56 = props.width,
|
|
1267
|
+
width = _props$width56 === void 0 ? 16 : _props$width56,
|
|
1268
|
+
_props$height56 = props.height,
|
|
1269
|
+
height = _props$height56 === void 0 ? 16 : _props$height56,
|
|
1270
|
+
fill = props.fill,
|
|
1271
|
+
rest = _objectWithoutProperties(props, _excluded56);
|
|
1272
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1273
|
+
width: width,
|
|
1274
|
+
height: height,
|
|
1275
|
+
fill: fill
|
|
1276
|
+
}, rest), {}, {
|
|
1277
|
+
viewBox: "0 0 16 16",
|
|
1278
|
+
children: /*#__PURE__*/_jsx("g", {
|
|
1279
|
+
id: "Frame 1321315728",
|
|
1280
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
1281
|
+
id: "Vector",
|
|
1282
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1283
|
+
d: "M15.36 7.36016C15.1921 7.36295 15.0321 7.43161 14.9143 7.55133C14.7966 7.67105 14.7306 7.83224 14.7307 8.00014C14.7307 9.33132 14.3359 10.6326 13.5963 11.7394C12.8568 12.8463 11.8056 13.7089 10.5757 14.2184C9.34585 14.7278 7.99253 14.8611 6.68691 14.6014C5.38129 14.3417 4.182 13.7006 3.2407 12.7594C2.2994 11.8181 1.65837 10.6188 1.39866 9.31321C1.13896 8.00761 1.27225 6.65432 1.78168 5.42448C2.29111 4.19463 3.15379 3.14346 4.26064 2.4039C5.3675 1.66434 6.6688 1.2696 8 1.2696C8.12317 1.26871 8.24337 1.2317 8.3457 1.16316C8.44804 1.09461 8.52801 0.997547 8.5757 0.883988C8.6234 0.77043 8.63672 0.645371 8.61402 0.524313C8.59132 0.403255 8.5336 0.291519 8.448 0.202953C8.39199 0.139315 8.32307 0.0883298 8.24582 0.0533869C8.16858 0.018444 8.08478 0.000343845 8 0.000289785C6.41775 0.000289785 4.87103 0.469473 3.55544 1.34851C2.23985 2.22754 1.21447 3.47695 0.608967 4.93873C0.00346635 6.40051 -0.15496 8.00902 0.153721 9.56084C0.462403 11.1127 1.22433 12.5381 2.34315 13.6569C3.46197 14.7757 4.88743 15.5376 6.43928 15.8463C7.99113 16.155 9.59966 15.9965 11.0615 15.391C12.5233 14.7856 13.7727 13.7602 14.6518 12.4446C15.5308 11.1291 16 9.58237 16 8.00014C16 7.83041 15.9326 7.66762 15.8125 7.5476C15.6925 7.42758 15.5297 7.36016 15.36 7.36016Z"
|
|
1284
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1285
|
+
d: "M8 4.94953C8.12317 4.94865 8.24337 4.91164 8.3457 4.84309C8.44804 4.77455 8.52801 4.67748 8.5757 4.56392C8.6234 4.45036 8.63672 4.3253 8.61402 4.20425C8.59132 4.08319 8.5336 3.97145 8.448 3.88289C8.3874 3.82885 8.31641 3.78775 8.23939 3.76207C8.16236 3.73639 8.0809 3.72669 8 3.73355C7.14333 3.73362 6.30602 3.98838 5.59449 4.46546C4.88296 4.94254 4.32934 5.62039 4.00399 6.41287C3.67865 7.20534 3.59627 8.07665 3.76733 8.91606C3.93838 9.75546 4.35515 10.5251 4.96466 11.127C5.57417 11.729 6.3489 12.1362 7.19038 12.2968C8.03186 12.4574 8.9021 12.3642 9.69048 12.0291C10.4789 11.6939 11.1498 11.1319 11.618 10.4145C12.0862 9.69713 12.3306 8.85674 12.32 8.00014C12.32 7.83041 12.2526 7.66762 12.1325 7.5476C12.0125 7.42758 11.8497 7.36016 11.68 7.36016C11.5964 7.36014 11.5137 7.37677 11.4367 7.40906C11.3596 7.44135 11.2898 7.48866 11.2312 7.54823C11.1726 7.60781 11.1265 7.67845 11.0955 7.75604C11.0645 7.83362 11.0493 7.91661 11.0507 8.00014C11.0507 8.6035 10.8717 9.1933 10.5365 9.69497C10.2013 10.1966 9.72488 10.5876 9.16744 10.8185C8.61001 11.0494 7.99662 11.1098 7.40485 10.9921C6.81308 10.8744 6.2695 10.5839 5.84285 10.1573C5.41621 9.73062 5.12566 9.18705 5.00795 8.59529C4.89024 8.00353 4.95066 7.39015 5.18155 6.83273C5.41245 6.2753 5.80346 5.79886 6.30514 5.46365C6.80682 5.12845 7.39664 4.94953 8 4.94953Z"
|
|
1286
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1287
|
+
d: "M7.36 8.00014C7.36089 8.12331 7.3979 8.24351 7.46644 8.34584C7.53499 8.44817 7.63206 8.52814 7.74562 8.57584C7.85918 8.62353 7.98424 8.63685 8.1053 8.61415C8.22636 8.59145 8.3381 8.53373 8.42667 8.44814L10.88 6.05885H13.1733C13.2556 6.0593 13.3371 6.04244 13.4124 6.00937C13.4878 5.97629 13.5553 5.92773 13.6107 5.86685L15.8187 3.65889C15.9049 3.56967 15.9628 3.45695 15.9852 3.3349C16.0075 3.21286 15.9933 3.08692 15.9443 2.97293C15.8953 2.85895 15.8137 2.76199 15.7097 2.69426C15.6057 2.62652 15.4841 2.59103 15.36 2.59224H13.4187V0.640278C13.4215 0.515123 13.3864 0.392044 13.3178 0.287299C13.2492 0.182555 13.1505 0.101074 13.0347 0.0536222C12.9586 0.0157596 12.8743 -0.00256885 12.7893 0.00028978C12.7054 -0.000999933 12.6221 0.0154329 12.5449 0.0485158C12.4677 0.0815987 12.3983 0.130588 12.3413 0.192286L10.1333 2.41091C10.0751 2.46995 10.0291 2.53992 9.99795 2.61681C9.96683 2.69369 9.95121 2.77597 9.952 2.8589V5.1842L7.552 7.55215C7.43142 7.67031 7.36241 7.83133 7.36 8.00014ZM11.2 3.0829L12.1067 2.17625V3.2429C12.1067 3.41263 12.1741 3.57542 12.2941 3.69544C12.4141 3.81546 12.5769 3.88289 12.7467 3.88289H13.8133L13.6427 4.05355L12.864 4.8002H11.2V3.0829Z"
|
|
1288
|
+
})]
|
|
1289
|
+
})
|
|
1290
|
+
})
|
|
1291
|
+
}));
|
|
1292
|
+
}
|
|
940
1293
|
// 列表切换
|
|
941
1294
|
export function ListIcon(props) {
|
|
942
|
-
var _props$
|
|
943
|
-
width = _props$
|
|
944
|
-
_props$
|
|
945
|
-
height = _props$
|
|
1295
|
+
var _props$width57 = props.width,
|
|
1296
|
+
width = _props$width57 === void 0 ? 14 : _props$width57,
|
|
1297
|
+
_props$height57 = props.height,
|
|
1298
|
+
height = _props$height57 === void 0 ? 14 : _props$height57,
|
|
946
1299
|
fill = props.fill,
|
|
947
|
-
rest = _objectWithoutProperties(props,
|
|
1300
|
+
rest = _objectWithoutProperties(props, _excluded57);
|
|
948
1301
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
949
1302
|
width: width,
|
|
950
1303
|
height: height,
|
|
@@ -964,12 +1317,12 @@ export function ListIcon(props) {
|
|
|
964
1317
|
}
|
|
965
1318
|
// chart切换
|
|
966
1319
|
export function ChartIcon(props) {
|
|
967
|
-
var _props$
|
|
968
|
-
width = _props$
|
|
969
|
-
_props$
|
|
970
|
-
height = _props$
|
|
1320
|
+
var _props$width58 = props.width,
|
|
1321
|
+
width = _props$width58 === void 0 ? 14 : _props$width58,
|
|
1322
|
+
_props$height58 = props.height,
|
|
1323
|
+
height = _props$height58 === void 0 ? 14 : _props$height58,
|
|
971
1324
|
fill = props.fill,
|
|
972
|
-
rest = _objectWithoutProperties(props,
|
|
1325
|
+
rest = _objectWithoutProperties(props, _excluded58);
|
|
973
1326
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
974
1327
|
width: width,
|
|
975
1328
|
height: height,
|
|
@@ -990,12 +1343,12 @@ export function ChartIcon(props) {
|
|
|
990
1343
|
}
|
|
991
1344
|
// 日历切换
|
|
992
1345
|
export function DateIcon(props) {
|
|
993
|
-
var _props$
|
|
994
|
-
width = _props$
|
|
995
|
-
_props$
|
|
996
|
-
height = _props$
|
|
1346
|
+
var _props$width59 = props.width,
|
|
1347
|
+
width = _props$width59 === void 0 ? 14 : _props$width59,
|
|
1348
|
+
_props$height59 = props.height,
|
|
1349
|
+
height = _props$height59 === void 0 ? 14 : _props$height59,
|
|
997
1350
|
fill = props.fill,
|
|
998
|
-
rest = _objectWithoutProperties(props,
|
|
1351
|
+
rest = _objectWithoutProperties(props, _excluded59);
|
|
999
1352
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1000
1353
|
width: width,
|
|
1001
1354
|
height: height,
|
|
@@ -1009,12 +1362,12 @@ export function DateIcon(props) {
|
|
|
1009
1362
|
}
|
|
1010
1363
|
// chart切换
|
|
1011
1364
|
export function ClockIcon(props) {
|
|
1012
|
-
var _props$
|
|
1013
|
-
width = _props$
|
|
1014
|
-
_props$
|
|
1015
|
-
height = _props$
|
|
1365
|
+
var _props$width60 = props.width,
|
|
1366
|
+
width = _props$width60 === void 0 ? 16 : _props$width60,
|
|
1367
|
+
_props$height60 = props.height,
|
|
1368
|
+
height = _props$height60 === void 0 ? 16 : _props$height60,
|
|
1016
1369
|
fill = props.fill,
|
|
1017
|
-
rest = _objectWithoutProperties(props,
|
|
1370
|
+
rest = _objectWithoutProperties(props, _excluded60);
|
|
1018
1371
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1019
1372
|
width: width,
|
|
1020
1373
|
height: height
|
|
@@ -1036,12 +1389,12 @@ export function ClockIcon(props) {
|
|
|
1036
1389
|
}));
|
|
1037
1390
|
}
|
|
1038
1391
|
export function UpIcon(props) {
|
|
1039
|
-
var _props$
|
|
1040
|
-
width = _props$
|
|
1041
|
-
_props$
|
|
1042
|
-
height = _props$
|
|
1392
|
+
var _props$width61 = props.width,
|
|
1393
|
+
width = _props$width61 === void 0 ? 14 : _props$width61,
|
|
1394
|
+
_props$height61 = props.height,
|
|
1395
|
+
height = _props$height61 === void 0 ? 14 : _props$height61,
|
|
1043
1396
|
fill = props.fill,
|
|
1044
|
-
rest = _objectWithoutProperties(props,
|
|
1397
|
+
rest = _objectWithoutProperties(props, _excluded61);
|
|
1045
1398
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1046
1399
|
width: width,
|
|
1047
1400
|
height: height
|
|
@@ -1057,12 +1410,12 @@ export function UpIcon(props) {
|
|
|
1057
1410
|
}));
|
|
1058
1411
|
}
|
|
1059
1412
|
export function DownIcon(props) {
|
|
1060
|
-
var _props$
|
|
1061
|
-
width = _props$
|
|
1062
|
-
_props$
|
|
1063
|
-
height = _props$
|
|
1413
|
+
var _props$width62 = props.width,
|
|
1414
|
+
width = _props$width62 === void 0 ? 14 : _props$width62,
|
|
1415
|
+
_props$height62 = props.height,
|
|
1416
|
+
height = _props$height62 === void 0 ? 14 : _props$height62,
|
|
1064
1417
|
fill = props.fill,
|
|
1065
|
-
rest = _objectWithoutProperties(props,
|
|
1418
|
+
rest = _objectWithoutProperties(props, _excluded62);
|
|
1066
1419
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1067
1420
|
width: width,
|
|
1068
1421
|
height: height
|
|
@@ -1080,12 +1433,12 @@ export function DownIcon(props) {
|
|
|
1080
1433
|
}));
|
|
1081
1434
|
}
|
|
1082
1435
|
export function ShrinkIcon(props) {
|
|
1083
|
-
var _props$
|
|
1084
|
-
width = _props$
|
|
1085
|
-
_props$
|
|
1086
|
-
height = _props$
|
|
1436
|
+
var _props$width63 = props.width,
|
|
1437
|
+
width = _props$width63 === void 0 ? 16 : _props$width63,
|
|
1438
|
+
_props$height63 = props.height,
|
|
1439
|
+
height = _props$height63 === void 0 ? 14 : _props$height63,
|
|
1087
1440
|
fill = props.fill,
|
|
1088
|
-
rest = _objectWithoutProperties(props,
|
|
1441
|
+
rest = _objectWithoutProperties(props, _excluded63);
|
|
1089
1442
|
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
1090
1443
|
width: width,
|
|
1091
1444
|
height: height,
|
|
@@ -1099,12 +1452,12 @@ export function ShrinkIcon(props) {
|
|
|
1099
1452
|
}
|
|
1100
1453
|
// 通道在线图标
|
|
1101
1454
|
export function ChannelOnlineIcon(props) {
|
|
1102
|
-
var _props$
|
|
1103
|
-
width = _props$
|
|
1104
|
-
_props$
|
|
1105
|
-
height = _props$
|
|
1455
|
+
var _props$width64 = props.width,
|
|
1456
|
+
width = _props$width64 === void 0 ? 24 : _props$width64,
|
|
1457
|
+
_props$height64 = props.height,
|
|
1458
|
+
height = _props$height64 === void 0 ? 24 : _props$height64,
|
|
1106
1459
|
fill = props.fill,
|
|
1107
|
-
rest = _objectWithoutProperties(props,
|
|
1460
|
+
rest = _objectWithoutProperties(props, _excluded64);
|
|
1108
1461
|
return /*#__PURE__*/_jsx("svg", {
|
|
1109
1462
|
width: width,
|
|
1110
1463
|
height: height,
|
|
@@ -1144,12 +1497,12 @@ export function ChannelOnlineIcon(props) {
|
|
|
1144
1497
|
}
|
|
1145
1498
|
// 离线图标
|
|
1146
1499
|
export function ChannelOfflineIcon(props) {
|
|
1147
|
-
var _props$
|
|
1148
|
-
width = _props$
|
|
1149
|
-
_props$
|
|
1150
|
-
height = _props$
|
|
1500
|
+
var _props$width65 = props.width,
|
|
1501
|
+
width = _props$width65 === void 0 ? 26 : _props$width65,
|
|
1502
|
+
_props$height65 = props.height,
|
|
1503
|
+
height = _props$height65 === void 0 ? 24 : _props$height65,
|
|
1151
1504
|
fill = props.fill,
|
|
1152
|
-
rest = _objectWithoutProperties(props,
|
|
1505
|
+
rest = _objectWithoutProperties(props, _excluded65);
|
|
1153
1506
|
return /*#__PURE__*/_jsx("svg", {
|
|
1154
1507
|
width: width,
|
|
1155
1508
|
height: height,
|
|
@@ -1187,12 +1540,12 @@ export function ChannelOfflineIcon(props) {
|
|
|
1187
1540
|
});
|
|
1188
1541
|
}
|
|
1189
1542
|
export function Rect1Icon(props) {
|
|
1190
|
-
var _props$
|
|
1191
|
-
width = _props$
|
|
1192
|
-
_props$
|
|
1193
|
-
height = _props$
|
|
1543
|
+
var _props$width66 = props.width,
|
|
1544
|
+
width = _props$width66 === void 0 ? 14 : _props$width66,
|
|
1545
|
+
_props$height66 = props.height,
|
|
1546
|
+
height = _props$height66 === void 0 ? 14 : _props$height66,
|
|
1194
1547
|
fill = props.fill,
|
|
1195
|
-
rest = _objectWithoutProperties(props,
|
|
1548
|
+
rest = _objectWithoutProperties(props, _excluded66);
|
|
1196
1549
|
return /*#__PURE__*/_jsx("svg", {
|
|
1197
1550
|
width: width,
|
|
1198
1551
|
height: height,
|
|
@@ -1210,10 +1563,10 @@ export function Rect1Icon(props) {
|
|
|
1210
1563
|
});
|
|
1211
1564
|
}
|
|
1212
1565
|
export function Rect4Icon(props) {
|
|
1213
|
-
var _props$
|
|
1214
|
-
width = _props$
|
|
1215
|
-
_props$
|
|
1216
|
-
height = _props$
|
|
1566
|
+
var _props$width67 = props.width,
|
|
1567
|
+
width = _props$width67 === void 0 ? 14 : _props$width67,
|
|
1568
|
+
_props$height67 = props.height,
|
|
1569
|
+
height = _props$height67 === void 0 ? 14 : _props$height67,
|
|
1217
1570
|
fill = props.fill;
|
|
1218
1571
|
return /*#__PURE__*/_jsx("svg", {
|
|
1219
1572
|
width: width,
|
|
@@ -1251,10 +1604,10 @@ export function Rect4Icon(props) {
|
|
|
1251
1604
|
});
|
|
1252
1605
|
}
|
|
1253
1606
|
export function Rect9Icon(props) {
|
|
1254
|
-
var _props$
|
|
1255
|
-
width = _props$
|
|
1256
|
-
_props$
|
|
1257
|
-
height = _props$
|
|
1607
|
+
var _props$width68 = props.width,
|
|
1608
|
+
width = _props$width68 === void 0 ? 14 : _props$width68,
|
|
1609
|
+
_props$height68 = props.height,
|
|
1610
|
+
height = _props$height68 === void 0 ? 14 : _props$height68,
|
|
1258
1611
|
fill = props.fill;
|
|
1259
1612
|
return /*#__PURE__*/_jsx("svg", {
|
|
1260
1613
|
width: width,
|
|
@@ -1300,4 +1653,80 @@ export function Rect9Icon(props) {
|
|
|
1300
1653
|
})
|
|
1301
1654
|
})
|
|
1302
1655
|
});
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
//评价
|
|
1659
|
+
export function AppraiseIcon(props) {
|
|
1660
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
1661
|
+
width: 24,
|
|
1662
|
+
height: 24,
|
|
1663
|
+
fill: "0 0 24 24",
|
|
1664
|
+
style: {
|
|
1665
|
+
marginTop: '8px'
|
|
1666
|
+
},
|
|
1667
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
1668
|
+
id: "Frame",
|
|
1669
|
+
"clip-path": "url(#clip0_528_6998)",
|
|
1670
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1671
|
+
id: "Vector",
|
|
1672
|
+
d: "M14.383 7.03432C14.0867 6.94402 13.7763 7.11051 13.686 7.4068C13.5138 7.97682 13.274 8.51862 12.9805 9.00963C11.9505 10.7253 10.1502 11.7102 8.04223 11.7102C5.93429 11.7102 4.13393 10.7253 3.10396 9.00682C2.80766 8.51582 2.57063 7.97684 2.39849 7.40682C2.3082 7.11335 1.99779 6.94404 1.70149 7.03434C1.40802 7.12463 1.23871 7.43504 1.32901 7.73134C1.52937 8.38884 1.80309 9.01246 2.14452 9.58248C3.27045 11.459 5.24012 12.6357 7.48351 12.8051V15.4407C7.48351 15.7483 7.73465 15.9994 8.04224 15.9994C8.34984 15.9994 8.60098 15.7483 8.60098 15.4407V12.8051C10.8444 12.6357 12.8112 11.4619 13.94 9.5853C14.2814 9.01529 14.5579 8.39165 14.7583 7.73134C14.8458 7.43504 14.6793 7.1218 14.383 7.03434L14.383 7.03432Z",
|
|
1673
|
+
fill: "white"
|
|
1674
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1675
|
+
id: "Vector_2",
|
|
1676
|
+
d: "M14.6338 2.80461C14.4645 2.40955 14.0751 2.14711 13.6349 2.13864L13.4627 2.13582C12.4694 2.13582 11.5608 2.43494 10.7594 2.76791C10.0595 1.5658 9.40771 0.764378 8.72763 0.267738C8.68813 0.233878 8.64861 0.202831 8.60347 0.174612C8.29307 -0.0229188 7.90928 -0.0539656 7.57067 0.0871281C7.47474 0.126628 7.38442 0.183066 7.3026 0.247972C6.62535 0.736159 5.95092 1.5545 5.24827 2.7425C4.4525 2.42363 3.56078 2.1358 2.60136 2.1358L2.43205 2.13863C1.99749 2.1471 1.60807 2.40953 1.43875 2.8046C1.05497 3.7076 0.896956 4.78838 0.984425 5.92558C1.007 6.21905 1.2525 6.44199 1.54033 6.44199C1.55444 6.44199 1.56855 6.44199 1.58266 6.43916C1.89024 6.41658 2.11882 6.1485 2.09624 5.84092C2.02286 4.88713 2.14985 3.9926 2.46308 3.25327L2.607 3.25044C3.53539 3.25044 4.42992 3.60035 5.26238 3.96155C5.52482 4.07443 5.83239 3.97002 5.97067 3.72169C6.68742 2.43493 7.3421 1.59118 7.96574 1.14533C7.97985 1.13686 7.98267 1.12275 7.99678 1.11147C8.01372 1.12841 8.03064 1.14252 8.05039 1.15663C8.67121 1.60249 9.32024 2.45186 10.0313 3.7471C10.1696 4.00107 10.4828 4.10547 10.7453 3.98978C11.5495 3.63422 12.4892 3.25327 13.4571 3.25327L13.6095 3.2561C13.9029 3.9531 14.0356 4.79683 13.9848 5.69419C13.9678 6.00177 14.2049 6.26421 14.5125 6.28114C14.8172 6.30372 15.0825 6.06103 15.0994 5.75346C15.1587 4.67833 14.9978 3.65963 14.6338 2.8046L14.6338 2.80461Z",
|
|
1677
|
+
fill: "white"
|
|
1678
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1679
|
+
id: "Vector_3",
|
|
1680
|
+
d: "M14.1647 12.3592C13.9813 12.1108 13.6314 12.06 13.3831 12.2406L9.66384 14.9891C9.41551 15.1726 9.36472 15.5225 9.54533 15.7708C9.65537 15.9175 9.82469 15.9965 9.994 15.9965C10.1097 15.9965 10.2254 15.9599 10.3242 15.8865L14.0434 13.138C14.2945 12.9574 14.3481 12.6075 14.1647 12.3592Z",
|
|
1681
|
+
fill: "white"
|
|
1682
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1683
|
+
id: "Vector_4",
|
|
1684
|
+
d: "M6.41743 14.9904L2.69538 12.2419C2.44706 12.0584 2.09715 12.112 1.91373 12.3604C1.73031 12.6087 1.78392 12.9586 2.03224 13.142L5.75146 15.8905C5.85023 15.9639 5.96874 16.0006 6.08162 16.0006C6.25376 16.0006 6.42024 15.9216 6.53029 15.7748C6.71654 15.5237 6.66292 15.1738 6.41742 14.9903L6.41743 14.9904Z",
|
|
1685
|
+
fill: "white"
|
|
1686
|
+
})]
|
|
1687
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
1688
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
1689
|
+
id: "clip0_528_6998",
|
|
1690
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
1691
|
+
width: "16",
|
|
1692
|
+
height: "16",
|
|
1693
|
+
fill: "white"
|
|
1694
|
+
})
|
|
1695
|
+
})
|
|
1696
|
+
})]
|
|
1697
|
+
});
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
//得分
|
|
1701
|
+
export function ScoreIcon(props) {
|
|
1702
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
1703
|
+
width: 24,
|
|
1704
|
+
height: 24,
|
|
1705
|
+
fill: "0 0 24 24",
|
|
1706
|
+
style: {
|
|
1707
|
+
marginTop: '8px'
|
|
1708
|
+
},
|
|
1709
|
+
children: [/*#__PURE__*/_jsxs("g", {
|
|
1710
|
+
id: "Frame",
|
|
1711
|
+
"clip-path": "url(#clip0_528_7005)",
|
|
1712
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
1713
|
+
id: "Vector",
|
|
1714
|
+
d: "M8.59359 12.9794L11.7742 14.6674C11.8422 14.7049 11.9187 14.7246 11.9964 14.7246C12.0742 14.7246 12.1507 14.7049 12.2187 14.6674C12.3673 14.592 12.4416 14.3611 12.3673 14.2069L11.7764 10.6023C11.7022 10.1566 11.8404 9.69943 12.1467 9.37486L14.661 6.76914C14.8096 6.61486 14.8096 6.46171 14.7353 6.30857C14.6599 6.15429 14.5124 6.00229 14.3639 6.00229L10.8153 5.46514C10.3696 5.38857 10.0016 5.15886 9.85188 4.69943L8.29988 1.4C8.26671 1.32989 8.21403 1.27082 8.14816 1.22988C8.08228 1.18893 8.006 1.16785 7.92845 1.16914C7.85134 1.16857 7.77566 1.18997 7.71029 1.23086C7.64491 1.27175 7.59254 1.33042 7.55931 1.4L6.07702 4.77486C5.85416 5.15886 5.48616 5.46514 5.04159 5.54057L1.56502 6.07771C1.41645 6.07771 1.26902 6.232 1.19588 6.384C1.12159 6.53829 1.19588 6.69029 1.26788 6.84457L3.78216 9.45143C4.07931 9.75771 4.22788 10.2171 4.15473 10.6789L3.56273 14.2834C3.56273 14.4377 3.63588 14.5897 3.71131 14.744C3.78559 14.8983 4.00731 14.8206 4.15588 14.744L7.33645 13.056C7.77759 12.7497 8.22102 12.7497 8.59245 12.9806V12.9794H8.59359ZM4.53302 15.8286C4.06673 16.0823 3.50445 16.0526 3.06673 15.7486C2.68273 15.4309 2.45073 14.8697 2.52731 14.3897L3.14445 10.6331C3.14445 10.4731 3.14445 10.3131 2.99016 10.2331L0.369591 7.43543C0.0610195 7.03543 -0.0944091 6.47543 0.0610194 5.99543C0.217591 5.51429 0.678162 5.11543 1.14102 5.03543L4.84045 4.47543C4.99473 4.47543 5.14902 4.39543 5.14902 4.23657L6.76616 0.797714C6.99816 0.309714 7.47588 0 8.00159 0C8.52502 0 9.00388 0.308571 9.23359 0.797714L10.853 4.23543C10.9307 4.39543 11.0839 4.47543 11.1616 4.47543L14.861 5.03543C15.4016 5.11543 15.7867 5.51543 15.9399 5.99314C16.0942 6.47314 15.9399 7.03314 15.6313 7.432L13.0142 10.1497C12.9173 10.2607 12.8631 10.4025 12.861 10.5497L13.4759 14.3074C13.512 14.5616 13.4811 14.8207 13.3863 15.0592C13.2914 15.2978 13.136 15.5074 12.9353 15.6674C12.5513 15.9863 11.933 15.9863 11.4702 15.7474L8.15473 13.9874C8.00045 13.9074 7.84616 13.9074 7.76959 13.9874L4.53302 15.8274V15.8286Z",
|
|
1715
|
+
fill: "white"
|
|
1716
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
1717
|
+
id: "Vector_2",
|
|
1718
|
+
d: "M9.84151 11.4735H6.13522C5.79694 11.4735 5.46094 11.1855 5.46094 10.8963C5.46094 10.6083 5.79808 10.3203 6.13522 10.3203H9.84037C10.1775 10.3203 10.5147 10.6083 10.5147 10.8963C10.5147 11.1855 10.1752 11.4735 9.84037 11.4735H9.84151Z",
|
|
1719
|
+
fill: "white"
|
|
1720
|
+
})]
|
|
1721
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
1722
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
1723
|
+
id: "clip0_528_7005",
|
|
1724
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
1725
|
+
width: "16",
|
|
1726
|
+
height: "16",
|
|
1727
|
+
fill: "white"
|
|
1728
|
+
})
|
|
1729
|
+
})
|
|
1730
|
+
})]
|
|
1731
|
+
});
|
|
1303
1732
|
}
|