@tant/icons 1.3.17 → 1.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/alert-cl.js +8 -8
- package/dist/es/icons/date-mark-cl.js +2 -2
- package/dist/es/icons/{cmd-mac.js → logo-wepie-cl.js} +15 -6
- package/dist/es/icons/template-cl.js +3 -3
- package/dist/es/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/icons/alert-cl.js +8 -8
- package/dist/lib/icons/date-mark-cl.js +2 -2
- package/dist/lib/icons/{cmd-mac.js → logo-wepie-cl.js} +15 -6
- package/dist/lib/icons/template-cl.js +3 -3
- package/dist/lib/index.js +7 -7
- package/dist/tant-icons.cjs.js +609 -600
- package/dist/tant-icons.esm.js +609 -600
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -8294,7 +8294,7 @@ LogoHappyelementCl.defaultProps = {
|
|
|
8294
8294
|
|
|
8295
8295
|
var _excluded$2t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8296
8296
|
var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8297
|
-
var
|
|
8297
|
+
var LogoWepieCl = function LogoWepieCl(props) {
|
|
8298
8298
|
var color = props.color,
|
|
8299
8299
|
size = props.size,
|
|
8300
8300
|
spin = props.spin,
|
|
@@ -8326,6 +8326,64 @@ var DashboardCl = function DashboardCl(props) {
|
|
|
8326
8326
|
height: "24",
|
|
8327
8327
|
fill: "none",
|
|
8328
8328
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8329
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
8330
|
+
width: "24",
|
|
8331
|
+
height: "24",
|
|
8332
|
+
rx: "1",
|
|
8333
|
+
fill: "#06AD5C"
|
|
8334
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8335
|
+
fillRule: "evenodd",
|
|
8336
|
+
clipRule: "evenodd",
|
|
8337
|
+
d: "M11.137 2.413c-.071.017-.517.098-.99.18-1.427.25-3.023.979-4.206 1.922-.225.18-1.267 1.22-1.446 1.444C3.131 7.666 2.413 9.726 2.4 11.967c-.013 2.287.646 4.221 2.06 6.049.344.444 1.475 1.517 1.931 1.83 1.762 1.213 3.46 1.748 5.564 1.754 1.433.004 2.36-.163 3.575-.643 1.395-.551 2.218-1.091 3.276-2.148 1.058-1.057 1.598-1.879 2.15-3.272.48-1.213.648-2.14.644-3.57-.006-2.103-.541-3.799-1.755-5.558-.315-.456-1.388-1.586-1.833-1.929-1.725-1.332-3.586-2-5.755-2.067-.545-.017-1.049-.017-1.12 0zM7.691 7.837c.318.163.628.58.803 1.075.075.213.231.639.347.947l.48 1.277c.149.395.327.83.397.964.07.135.127.307.127.383 0 .075.079.3.175.499.236.485.514 1.594.514 2.048 0 1.129-.951 2.754-1.491 2.547-.069-.026-.185-.215-.258-.42a141.04 141.04 0 00-.834-2.222c-.153-.402-.393-1.041-.534-1.42l-.414-1.118c-.088-.237-.32-.837-.514-1.334-.425-1.084-.69-1.882-.691-2.085-.003-.336.29-.859.592-1.057.366-.24.93-.276 1.301-.084zm4.72.035c.212.109.382.29.504.538.219.444.806 1.94.806 2.053 0 .044.091.284.202.533.11.25.27.648.356.885.085.236.27.74.411 1.118.447 1.196.51 1.499.47 2.242a3.202 3.202 0 01-.869 2.043c-.51.556-.636.445-1.18-1.027-.191-.514-.44-1.167-.556-1.451-.115-.284-.285-.73-.377-.99-.093-.26-.27-.744-.395-1.075-.125-.331-.319-.854-.43-1.162-.113-.307-.361-.965-.553-1.462-.192-.497-.35-1.016-.35-1.154-.002-.333.372-.958.667-1.113.34-.18.921-.17 1.294.022zm5.445.038c1.36.694 1.129 2.807-.388 3.543-.43.21-.43.21-.456-.03-.022-.202-.086-.257-.424-.356-.803-.237-1.414-1.134-1.275-1.873.07-.37.322-.893.503-1.044.562-.465 1.404-.564 2.04-.24z",
|
|
8338
|
+
fill: "#fff"
|
|
8339
|
+
}))));
|
|
8340
|
+
};
|
|
8341
|
+
LogoWepieCl.propTypes = {
|
|
8342
|
+
iconClassName: PropTypes.string,
|
|
8343
|
+
spin: PropTypes.bool,
|
|
8344
|
+
color: PropTypes.string,
|
|
8345
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8346
|
+
};
|
|
8347
|
+
LogoWepieCl.defaultProps = {
|
|
8348
|
+
spin: false,
|
|
8349
|
+
color: 'currentColor',
|
|
8350
|
+
size: '1em'
|
|
8351
|
+
};
|
|
8352
|
+
|
|
8353
|
+
var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8354
|
+
var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8355
|
+
var DashboardCl = function DashboardCl(props) {
|
|
8356
|
+
var color = props.color,
|
|
8357
|
+
size = props.size,
|
|
8358
|
+
spin = props.spin,
|
|
8359
|
+
style = props.style,
|
|
8360
|
+
className = props.className,
|
|
8361
|
+
iconClassName = props.iconClassName,
|
|
8362
|
+
otherProps = _objectWithoutProperties(props, _excluded$2u);
|
|
8363
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8364
|
+
role: "img",
|
|
8365
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8366
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8367
|
+
children: loadingCircleStyle$2u
|
|
8368
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8369
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8370
|
+
width: size,
|
|
8371
|
+
height: size,
|
|
8372
|
+
viewBox: "0 0 24 24",
|
|
8373
|
+
fill: color
|
|
8374
|
+
}, otherProps, {
|
|
8375
|
+
className: iconClassName,
|
|
8376
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8377
|
+
animationDuration: '1s',
|
|
8378
|
+
animationIterationCount: 'infinite',
|
|
8379
|
+
animationName: 'loadingCircle',
|
|
8380
|
+
animationTimingFunction: 'linear'
|
|
8381
|
+
} : {})
|
|
8382
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
8383
|
+
width: "24",
|
|
8384
|
+
height: "24",
|
|
8385
|
+
fill: "none",
|
|
8386
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8329
8387
|
}, /*#__PURE__*/React.createElement("path", {
|
|
8330
8388
|
d: "M20 3h-6a1 1 0 00-1 1v4a1 1 0 001 1h6a1 1 0 001-1V4a1 1 0 00-1-1z",
|
|
8331
8389
|
fill: "#7639F0",
|
|
@@ -8353,8 +8411,8 @@ DashboardCl.defaultProps = {
|
|
|
8353
8411
|
size: '1em'
|
|
8354
8412
|
};
|
|
8355
8413
|
|
|
8356
|
-
var _excluded$
|
|
8357
|
-
var loadingCircleStyle$
|
|
8414
|
+
var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8415
|
+
var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8358
8416
|
var ReportCl = function ReportCl(props) {
|
|
8359
8417
|
var color = props.color,
|
|
8360
8418
|
size = props.size,
|
|
@@ -8362,12 +8420,12 @@ var ReportCl = function ReportCl(props) {
|
|
|
8362
8420
|
style = props.style,
|
|
8363
8421
|
className = props.className,
|
|
8364
8422
|
iconClassName = props.iconClassName,
|
|
8365
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8423
|
+
otherProps = _objectWithoutProperties(props, _excluded$2v);
|
|
8366
8424
|
return /*#__PURE__*/React.createElement("span", {
|
|
8367
8425
|
role: "img",
|
|
8368
8426
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8369
8427
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8370
|
-
children: loadingCircleStyle$
|
|
8428
|
+
children: loadingCircleStyle$2v
|
|
8371
8429
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8372
8430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8373
8431
|
width: size,
|
|
@@ -8418,8 +8476,8 @@ ReportCl.defaultProps = {
|
|
|
8418
8476
|
size: '1em'
|
|
8419
8477
|
};
|
|
8420
8478
|
|
|
8421
|
-
var _excluded$
|
|
8422
|
-
var loadingCircleStyle$
|
|
8479
|
+
var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8480
|
+
var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8423
8481
|
var UserTagCl = function UserTagCl(props) {
|
|
8424
8482
|
var color = props.color,
|
|
8425
8483
|
size = props.size,
|
|
@@ -8427,12 +8485,12 @@ var UserTagCl = function UserTagCl(props) {
|
|
|
8427
8485
|
style = props.style,
|
|
8428
8486
|
className = props.className,
|
|
8429
8487
|
iconClassName = props.iconClassName,
|
|
8430
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8488
|
+
otherProps = _objectWithoutProperties(props, _excluded$2w);
|
|
8431
8489
|
return /*#__PURE__*/React.createElement("span", {
|
|
8432
8490
|
role: "img",
|
|
8433
8491
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8434
8492
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8435
|
-
children: loadingCircleStyle$
|
|
8493
|
+
children: loadingCircleStyle$2w
|
|
8436
8494
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8437
8495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8438
8496
|
width: size,
|
|
@@ -8473,8 +8531,8 @@ UserTagCl.defaultProps = {
|
|
|
8473
8531
|
size: '1em'
|
|
8474
8532
|
};
|
|
8475
8533
|
|
|
8476
|
-
var _excluded$
|
|
8477
|
-
var loadingCircleStyle$
|
|
8534
|
+
var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8535
|
+
var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8478
8536
|
var GroupCl = function GroupCl(props) {
|
|
8479
8537
|
var color = props.color,
|
|
8480
8538
|
size = props.size,
|
|
@@ -8482,12 +8540,12 @@ var GroupCl = function GroupCl(props) {
|
|
|
8482
8540
|
style = props.style,
|
|
8483
8541
|
className = props.className,
|
|
8484
8542
|
iconClassName = props.iconClassName,
|
|
8485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8543
|
+
otherProps = _objectWithoutProperties(props, _excluded$2x);
|
|
8486
8544
|
return /*#__PURE__*/React.createElement("span", {
|
|
8487
8545
|
role: "img",
|
|
8488
8546
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8489
8547
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8490
|
-
children: loadingCircleStyle$
|
|
8548
|
+
children: loadingCircleStyle$2x
|
|
8491
8549
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8492
8550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8493
8551
|
width: size,
|
|
@@ -8535,8 +8593,8 @@ GroupCl.defaultProps = {
|
|
|
8535
8593
|
size: '1em'
|
|
8536
8594
|
};
|
|
8537
8595
|
|
|
8538
|
-
var _excluded$
|
|
8539
|
-
var loadingCircleStyle$
|
|
8596
|
+
var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8597
|
+
var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8540
8598
|
var VPropCl = function VPropCl(props) {
|
|
8541
8599
|
var color = props.color,
|
|
8542
8600
|
size = props.size,
|
|
@@ -8544,12 +8602,12 @@ var VPropCl = function VPropCl(props) {
|
|
|
8544
8602
|
style = props.style,
|
|
8545
8603
|
className = props.className,
|
|
8546
8604
|
iconClassName = props.iconClassName,
|
|
8547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8605
|
+
otherProps = _objectWithoutProperties(props, _excluded$2y);
|
|
8548
8606
|
return /*#__PURE__*/React.createElement("span", {
|
|
8549
8607
|
role: "img",
|
|
8550
8608
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8551
8609
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8552
|
-
children: loadingCircleStyle$
|
|
8610
|
+
children: loadingCircleStyle$2y
|
|
8553
8611
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8554
8612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8555
8613
|
width: size,
|
|
@@ -8597,8 +8655,8 @@ VPropCl.defaultProps = {
|
|
|
8597
8655
|
size: '1em'
|
|
8598
8656
|
};
|
|
8599
8657
|
|
|
8600
|
-
var _excluded$
|
|
8601
|
-
var loadingCircleStyle$
|
|
8658
|
+
var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8659
|
+
var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8602
8660
|
var FolderCl = function FolderCl(props) {
|
|
8603
8661
|
var color = props.color,
|
|
8604
8662
|
size = props.size,
|
|
@@ -8606,12 +8664,12 @@ var FolderCl = function FolderCl(props) {
|
|
|
8606
8664
|
style = props.style,
|
|
8607
8665
|
className = props.className,
|
|
8608
8666
|
iconClassName = props.iconClassName,
|
|
8609
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8667
|
+
otherProps = _objectWithoutProperties(props, _excluded$2z);
|
|
8610
8668
|
return /*#__PURE__*/React.createElement("span", {
|
|
8611
8669
|
role: "img",
|
|
8612
8670
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8613
8671
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8614
|
-
children: loadingCircleStyle$
|
|
8672
|
+
children: loadingCircleStyle$2z
|
|
8615
8673
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8616
8674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8617
8675
|
width: size,
|
|
@@ -8652,8 +8710,8 @@ FolderCl.defaultProps = {
|
|
|
8652
8710
|
size: '1em'
|
|
8653
8711
|
};
|
|
8654
8712
|
|
|
8655
|
-
var _excluded$
|
|
8656
|
-
var loadingCircleStyle$
|
|
8713
|
+
var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8714
|
+
var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8657
8715
|
var FolderOpenCl = function FolderOpenCl(props) {
|
|
8658
8716
|
var color = props.color,
|
|
8659
8717
|
size = props.size,
|
|
@@ -8661,12 +8719,12 @@ var FolderOpenCl = function FolderOpenCl(props) {
|
|
|
8661
8719
|
style = props.style,
|
|
8662
8720
|
className = props.className,
|
|
8663
8721
|
iconClassName = props.iconClassName,
|
|
8664
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8722
|
+
otherProps = _objectWithoutProperties(props, _excluded$2A);
|
|
8665
8723
|
return /*#__PURE__*/React.createElement("span", {
|
|
8666
8724
|
role: "img",
|
|
8667
8725
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8668
8726
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8669
|
-
children: loadingCircleStyle$
|
|
8727
|
+
children: loadingCircleStyle$2A
|
|
8670
8728
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8671
8729
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8672
8730
|
width: size,
|
|
@@ -8707,8 +8765,8 @@ FolderOpenCl.defaultProps = {
|
|
|
8707
8765
|
size: '1em'
|
|
8708
8766
|
};
|
|
8709
8767
|
|
|
8710
|
-
var _excluded$
|
|
8711
|
-
var loadingCircleStyle$
|
|
8768
|
+
var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8769
|
+
var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8712
8770
|
var SpaceCl = function SpaceCl(props) {
|
|
8713
8771
|
var color = props.color,
|
|
8714
8772
|
size = props.size,
|
|
@@ -8716,12 +8774,12 @@ var SpaceCl = function SpaceCl(props) {
|
|
|
8716
8774
|
style = props.style,
|
|
8717
8775
|
className = props.className,
|
|
8718
8776
|
iconClassName = props.iconClassName,
|
|
8719
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8777
|
+
otherProps = _objectWithoutProperties(props, _excluded$2B);
|
|
8720
8778
|
return /*#__PURE__*/React.createElement("span", {
|
|
8721
8779
|
role: "img",
|
|
8722
8780
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8723
8781
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8724
|
-
children: loadingCircleStyle$
|
|
8782
|
+
children: loadingCircleStyle$2B
|
|
8725
8783
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8726
8784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8727
8785
|
width: size,
|
|
@@ -8766,8 +8824,8 @@ SpaceCl.defaultProps = {
|
|
|
8766
8824
|
size: '1em'
|
|
8767
8825
|
};
|
|
8768
8826
|
|
|
8769
|
-
var _excluded$
|
|
8770
|
-
var loadingCircleStyle$
|
|
8827
|
+
var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8828
|
+
var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8771
8829
|
var SpaceOpenCl = function SpaceOpenCl(props) {
|
|
8772
8830
|
var color = props.color,
|
|
8773
8831
|
size = props.size,
|
|
@@ -8775,12 +8833,12 @@ var SpaceOpenCl = function SpaceOpenCl(props) {
|
|
|
8775
8833
|
style = props.style,
|
|
8776
8834
|
className = props.className,
|
|
8777
8835
|
iconClassName = props.iconClassName,
|
|
8778
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8836
|
+
otherProps = _objectWithoutProperties(props, _excluded$2C);
|
|
8779
8837
|
return /*#__PURE__*/React.createElement("span", {
|
|
8780
8838
|
role: "img",
|
|
8781
8839
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8782
8840
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8783
|
-
children: loadingCircleStyle$
|
|
8841
|
+
children: loadingCircleStyle$2C
|
|
8784
8842
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8785
8843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8786
8844
|
width: size,
|
|
@@ -8829,8 +8887,8 @@ SpaceOpenCl.defaultProps = {
|
|
|
8829
8887
|
size: '1em'
|
|
8830
8888
|
};
|
|
8831
8889
|
|
|
8832
|
-
var _excluded$
|
|
8833
|
-
var loadingCircleStyle$
|
|
8890
|
+
var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8891
|
+
var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8834
8892
|
var PageCl = function PageCl(props) {
|
|
8835
8893
|
var color = props.color,
|
|
8836
8894
|
size = props.size,
|
|
@@ -8838,12 +8896,12 @@ var PageCl = function PageCl(props) {
|
|
|
8838
8896
|
style = props.style,
|
|
8839
8897
|
className = props.className,
|
|
8840
8898
|
iconClassName = props.iconClassName,
|
|
8841
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8899
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
8842
8900
|
return /*#__PURE__*/React.createElement("span", {
|
|
8843
8901
|
role: "img",
|
|
8844
8902
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8845
8903
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8846
|
-
children: loadingCircleStyle$
|
|
8904
|
+
children: loadingCircleStyle$2D
|
|
8847
8905
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8848
8906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8849
8907
|
width: size,
|
|
@@ -8899,8 +8957,8 @@ PageCl.defaultProps = {
|
|
|
8899
8957
|
size: '1em'
|
|
8900
8958
|
};
|
|
8901
8959
|
|
|
8902
|
-
var _excluded$
|
|
8903
|
-
var loadingCircleStyle$
|
|
8960
|
+
var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8961
|
+
var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8904
8962
|
var PageOpenCl = function PageOpenCl(props) {
|
|
8905
8963
|
var color = props.color,
|
|
8906
8964
|
size = props.size,
|
|
@@ -8908,12 +8966,12 @@ var PageOpenCl = function PageOpenCl(props) {
|
|
|
8908
8966
|
style = props.style,
|
|
8909
8967
|
className = props.className,
|
|
8910
8968
|
iconClassName = props.iconClassName,
|
|
8911
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8969
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
8912
8970
|
return /*#__PURE__*/React.createElement("span", {
|
|
8913
8971
|
role: "img",
|
|
8914
8972
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8915
8973
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8916
|
-
children: loadingCircleStyle$
|
|
8974
|
+
children: loadingCircleStyle$2E
|
|
8917
8975
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8918
8976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8919
8977
|
width: size,
|
|
@@ -8970,8 +9028,8 @@ PageOpenCl.defaultProps = {
|
|
|
8970
9028
|
size: '1em'
|
|
8971
9029
|
};
|
|
8972
9030
|
|
|
8973
|
-
var _excluded$
|
|
8974
|
-
var loadingCircleStyle$
|
|
9031
|
+
var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9032
|
+
var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8975
9033
|
var MEventCl = function MEventCl(props) {
|
|
8976
9034
|
var color = props.color,
|
|
8977
9035
|
size = props.size,
|
|
@@ -8979,12 +9037,12 @@ var MEventCl = function MEventCl(props) {
|
|
|
8979
9037
|
style = props.style,
|
|
8980
9038
|
className = props.className,
|
|
8981
9039
|
iconClassName = props.iconClassName,
|
|
8982
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9040
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
8983
9041
|
return /*#__PURE__*/React.createElement("span", {
|
|
8984
9042
|
role: "img",
|
|
8985
9043
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8986
9044
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8987
|
-
children: loadingCircleStyle$
|
|
9045
|
+
children: loadingCircleStyle$2F
|
|
8988
9046
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8989
9047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8990
9048
|
width: size,
|
|
@@ -9030,8 +9088,8 @@ MEventCl.defaultProps = {
|
|
|
9030
9088
|
size: '1em'
|
|
9031
9089
|
};
|
|
9032
9090
|
|
|
9033
|
-
var _excluded$
|
|
9034
|
-
var loadingCircleStyle$
|
|
9091
|
+
var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9092
|
+
var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9035
9093
|
var MRetentionCl = function MRetentionCl(props) {
|
|
9036
9094
|
var color = props.color,
|
|
9037
9095
|
size = props.size,
|
|
@@ -9039,12 +9097,12 @@ var MRetentionCl = function MRetentionCl(props) {
|
|
|
9039
9097
|
style = props.style,
|
|
9040
9098
|
className = props.className,
|
|
9041
9099
|
iconClassName = props.iconClassName,
|
|
9042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9100
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
9043
9101
|
return /*#__PURE__*/React.createElement("span", {
|
|
9044
9102
|
role: "img",
|
|
9045
9103
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9046
9104
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9047
|
-
children: loadingCircleStyle$
|
|
9105
|
+
children: loadingCircleStyle$2G
|
|
9048
9106
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9049
9107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9050
9108
|
width: size,
|
|
@@ -9092,8 +9150,8 @@ MRetentionCl.defaultProps = {
|
|
|
9092
9150
|
size: '1em'
|
|
9093
9151
|
};
|
|
9094
9152
|
|
|
9095
|
-
var _excluded$
|
|
9096
|
-
var loadingCircleStyle$
|
|
9153
|
+
var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9154
|
+
var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9097
9155
|
var MFunnelCl = function MFunnelCl(props) {
|
|
9098
9156
|
var color = props.color,
|
|
9099
9157
|
size = props.size,
|
|
@@ -9101,12 +9159,12 @@ var MFunnelCl = function MFunnelCl(props) {
|
|
|
9101
9159
|
style = props.style,
|
|
9102
9160
|
className = props.className,
|
|
9103
9161
|
iconClassName = props.iconClassName,
|
|
9104
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9162
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
9105
9163
|
return /*#__PURE__*/React.createElement("span", {
|
|
9106
9164
|
role: "img",
|
|
9107
9165
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9108
9166
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9109
|
-
children: loadingCircleStyle$
|
|
9167
|
+
children: loadingCircleStyle$2H
|
|
9110
9168
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9111
9169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9112
9170
|
width: size,
|
|
@@ -9150,8 +9208,8 @@ MFunnelCl.defaultProps = {
|
|
|
9150
9208
|
size: '1em'
|
|
9151
9209
|
};
|
|
9152
9210
|
|
|
9153
|
-
var _excluded$
|
|
9154
|
-
var loadingCircleStyle$
|
|
9211
|
+
var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9212
|
+
var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9155
9213
|
var MDistributionCl = function MDistributionCl(props) {
|
|
9156
9214
|
var color = props.color,
|
|
9157
9215
|
size = props.size,
|
|
@@ -9159,12 +9217,12 @@ var MDistributionCl = function MDistributionCl(props) {
|
|
|
9159
9217
|
style = props.style,
|
|
9160
9218
|
className = props.className,
|
|
9161
9219
|
iconClassName = props.iconClassName,
|
|
9162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9220
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
9163
9221
|
return /*#__PURE__*/React.createElement("span", {
|
|
9164
9222
|
role: "img",
|
|
9165
9223
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9166
9224
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9167
|
-
children: loadingCircleStyle$
|
|
9225
|
+
children: loadingCircleStyle$2I
|
|
9168
9226
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9169
9227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9170
9228
|
width: size,
|
|
@@ -9234,8 +9292,8 @@ MDistributionCl.defaultProps = {
|
|
|
9234
9292
|
size: '1em'
|
|
9235
9293
|
};
|
|
9236
9294
|
|
|
9237
|
-
var _excluded$
|
|
9238
|
-
var loadingCircleStyle$
|
|
9295
|
+
var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9296
|
+
var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9239
9297
|
var MIntervalCl = function MIntervalCl(props) {
|
|
9240
9298
|
var color = props.color,
|
|
9241
9299
|
size = props.size,
|
|
@@ -9243,12 +9301,12 @@ var MIntervalCl = function MIntervalCl(props) {
|
|
|
9243
9301
|
style = props.style,
|
|
9244
9302
|
className = props.className,
|
|
9245
9303
|
iconClassName = props.iconClassName,
|
|
9246
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9304
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
9247
9305
|
return /*#__PURE__*/React.createElement("span", {
|
|
9248
9306
|
role: "img",
|
|
9249
9307
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9250
9308
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9251
|
-
children: loadingCircleStyle$
|
|
9309
|
+
children: loadingCircleStyle$2J
|
|
9252
9310
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9253
9311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9254
9312
|
width: size,
|
|
@@ -9326,8 +9384,8 @@ MIntervalCl.defaultProps = {
|
|
|
9326
9384
|
size: '1em'
|
|
9327
9385
|
};
|
|
9328
9386
|
|
|
9329
|
-
var _excluded$
|
|
9330
|
-
var loadingCircleStyle$
|
|
9387
|
+
var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9388
|
+
var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9331
9389
|
var MFlowCl = function MFlowCl(props) {
|
|
9332
9390
|
var color = props.color,
|
|
9333
9391
|
size = props.size,
|
|
@@ -9335,12 +9393,12 @@ var MFlowCl = function MFlowCl(props) {
|
|
|
9335
9393
|
style = props.style,
|
|
9336
9394
|
className = props.className,
|
|
9337
9395
|
iconClassName = props.iconClassName,
|
|
9338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9396
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
9339
9397
|
return /*#__PURE__*/React.createElement("span", {
|
|
9340
9398
|
role: "img",
|
|
9341
9399
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9342
9400
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9343
|
-
children: loadingCircleStyle$
|
|
9401
|
+
children: loadingCircleStyle$2K
|
|
9344
9402
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9345
9403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9346
9404
|
width: size,
|
|
@@ -9410,8 +9468,8 @@ MFlowCl.defaultProps = {
|
|
|
9410
9468
|
size: '1em'
|
|
9411
9469
|
};
|
|
9412
9470
|
|
|
9413
|
-
var _excluded$
|
|
9414
|
-
var loadingCircleStyle$
|
|
9471
|
+
var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9472
|
+
var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9415
9473
|
var MSqlCl = function MSqlCl(props) {
|
|
9416
9474
|
var color = props.color,
|
|
9417
9475
|
size = props.size,
|
|
@@ -9419,12 +9477,12 @@ var MSqlCl = function MSqlCl(props) {
|
|
|
9419
9477
|
style = props.style,
|
|
9420
9478
|
className = props.className,
|
|
9421
9479
|
iconClassName = props.iconClassName,
|
|
9422
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9480
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
9423
9481
|
return /*#__PURE__*/React.createElement("span", {
|
|
9424
9482
|
role: "img",
|
|
9425
9483
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9426
9484
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9427
|
-
children: loadingCircleStyle$
|
|
9485
|
+
children: loadingCircleStyle$2L
|
|
9428
9486
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9429
9487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9430
9488
|
width: size,
|
|
@@ -9490,8 +9548,8 @@ MSqlCl.defaultProps = {
|
|
|
9490
9548
|
size: '1em'
|
|
9491
9549
|
};
|
|
9492
9550
|
|
|
9493
|
-
var _excluded$
|
|
9494
|
-
var loadingCircleStyle$
|
|
9551
|
+
var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9552
|
+
var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9495
9553
|
var MPropCl = function MPropCl(props) {
|
|
9496
9554
|
var color = props.color,
|
|
9497
9555
|
size = props.size,
|
|
@@ -9499,12 +9557,12 @@ var MPropCl = function MPropCl(props) {
|
|
|
9499
9557
|
style = props.style,
|
|
9500
9558
|
className = props.className,
|
|
9501
9559
|
iconClassName = props.iconClassName,
|
|
9502
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9560
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
9503
9561
|
return /*#__PURE__*/React.createElement("span", {
|
|
9504
9562
|
role: "img",
|
|
9505
9563
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9506
9564
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9507
|
-
children: loadingCircleStyle$
|
|
9565
|
+
children: loadingCircleStyle$2M
|
|
9508
9566
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9509
9567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9510
9568
|
width: size,
|
|
@@ -9553,8 +9611,8 @@ MPropCl.defaultProps = {
|
|
|
9553
9611
|
size: '1em'
|
|
9554
9612
|
};
|
|
9555
9613
|
|
|
9556
|
-
var _excluded$
|
|
9557
|
-
var loadingCircleStyle$
|
|
9614
|
+
var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9615
|
+
var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9558
9616
|
var UTagCl = function UTagCl(props) {
|
|
9559
9617
|
var color = props.color,
|
|
9560
9618
|
size = props.size,
|
|
@@ -9562,12 +9620,12 @@ var UTagCl = function UTagCl(props) {
|
|
|
9562
9620
|
style = props.style,
|
|
9563
9621
|
className = props.className,
|
|
9564
9622
|
iconClassName = props.iconClassName,
|
|
9565
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9623
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
9566
9624
|
return /*#__PURE__*/React.createElement("span", {
|
|
9567
9625
|
role: "img",
|
|
9568
9626
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9569
9627
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9570
|
-
children: loadingCircleStyle$
|
|
9628
|
+
children: loadingCircleStyle$2N
|
|
9571
9629
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9572
9630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9573
9631
|
width: size,
|
|
@@ -9615,8 +9673,8 @@ UTagCl.defaultProps = {
|
|
|
9615
9673
|
size: '1em'
|
|
9616
9674
|
};
|
|
9617
9675
|
|
|
9618
|
-
var _excluded$
|
|
9619
|
-
var loadingCircleStyle$
|
|
9676
|
+
var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9677
|
+
var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9620
9678
|
var UCohortCl = function UCohortCl(props) {
|
|
9621
9679
|
var color = props.color,
|
|
9622
9680
|
size = props.size,
|
|
@@ -9624,12 +9682,12 @@ var UCohortCl = function UCohortCl(props) {
|
|
|
9624
9682
|
style = props.style,
|
|
9625
9683
|
className = props.className,
|
|
9626
9684
|
iconClassName = props.iconClassName,
|
|
9627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9685
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
9628
9686
|
return /*#__PURE__*/React.createElement("span", {
|
|
9629
9687
|
role: "img",
|
|
9630
9688
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9631
9689
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9632
|
-
children: loadingCircleStyle$
|
|
9690
|
+
children: loadingCircleStyle$2O
|
|
9633
9691
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9634
9692
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9635
9693
|
width: size,
|
|
@@ -9685,8 +9743,8 @@ UCohortCl.defaultProps = {
|
|
|
9685
9743
|
size: '1em'
|
|
9686
9744
|
};
|
|
9687
9745
|
|
|
9688
|
-
var _excluded$
|
|
9689
|
-
var loadingCircleStyle$
|
|
9746
|
+
var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9747
|
+
var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9690
9748
|
var USearchCl = function USearchCl(props) {
|
|
9691
9749
|
var color = props.color,
|
|
9692
9750
|
size = props.size,
|
|
@@ -9694,12 +9752,12 @@ var USearchCl = function USearchCl(props) {
|
|
|
9694
9752
|
style = props.style,
|
|
9695
9753
|
className = props.className,
|
|
9696
9754
|
iconClassName = props.iconClassName,
|
|
9697
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9755
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
9698
9756
|
return /*#__PURE__*/React.createElement("span", {
|
|
9699
9757
|
role: "img",
|
|
9700
9758
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9701
9759
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9702
|
-
children: loadingCircleStyle$
|
|
9760
|
+
children: loadingCircleStyle$2P
|
|
9703
9761
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9704
9762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9705
9763
|
width: size,
|
|
@@ -9765,8 +9823,8 @@ USearchCl.defaultProps = {
|
|
|
9765
9823
|
size: '1em'
|
|
9766
9824
|
};
|
|
9767
9825
|
|
|
9768
|
-
var _excluded$
|
|
9769
|
-
var loadingCircleStyle$
|
|
9826
|
+
var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9827
|
+
var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9770
9828
|
var ETaskCl = function ETaskCl(props) {
|
|
9771
9829
|
var color = props.color,
|
|
9772
9830
|
size = props.size,
|
|
@@ -9774,12 +9832,12 @@ var ETaskCl = function ETaskCl(props) {
|
|
|
9774
9832
|
style = props.style,
|
|
9775
9833
|
className = props.className,
|
|
9776
9834
|
iconClassName = props.iconClassName,
|
|
9777
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9835
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
9778
9836
|
return /*#__PURE__*/React.createElement("span", {
|
|
9779
9837
|
role: "img",
|
|
9780
9838
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9781
9839
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9782
|
-
children: loadingCircleStyle$
|
|
9840
|
+
children: loadingCircleStyle$2Q
|
|
9783
9841
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9784
9842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9785
9843
|
width: size,
|
|
@@ -9824,8 +9882,8 @@ ETaskCl.defaultProps = {
|
|
|
9824
9882
|
size: '1em'
|
|
9825
9883
|
};
|
|
9826
9884
|
|
|
9827
|
-
var _excluded$
|
|
9828
|
-
var loadingCircleStyle$
|
|
9885
|
+
var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9886
|
+
var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9829
9887
|
var ESettingCl = function ESettingCl(props) {
|
|
9830
9888
|
var color = props.color,
|
|
9831
9889
|
size = props.size,
|
|
@@ -9833,12 +9891,12 @@ var ESettingCl = function ESettingCl(props) {
|
|
|
9833
9891
|
style = props.style,
|
|
9834
9892
|
className = props.className,
|
|
9835
9893
|
iconClassName = props.iconClassName,
|
|
9836
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9894
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
9837
9895
|
return /*#__PURE__*/React.createElement("span", {
|
|
9838
9896
|
role: "img",
|
|
9839
9897
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9840
9898
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9841
|
-
children: loadingCircleStyle$
|
|
9899
|
+
children: loadingCircleStyle$2R
|
|
9842
9900
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9843
9901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9844
9902
|
width: size,
|
|
@@ -9893,8 +9951,8 @@ ESettingCl.defaultProps = {
|
|
|
9893
9951
|
size: '1em'
|
|
9894
9952
|
};
|
|
9895
9953
|
|
|
9896
|
-
var _excluded$
|
|
9897
|
-
var loadingCircleStyle$
|
|
9954
|
+
var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9955
|
+
var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9898
9956
|
var DManageCl = function DManageCl(props) {
|
|
9899
9957
|
var color = props.color,
|
|
9900
9958
|
size = props.size,
|
|
@@ -9902,12 +9960,12 @@ var DManageCl = function DManageCl(props) {
|
|
|
9902
9960
|
style = props.style,
|
|
9903
9961
|
className = props.className,
|
|
9904
9962
|
iconClassName = props.iconClassName,
|
|
9905
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9963
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
9906
9964
|
return /*#__PURE__*/React.createElement("span", {
|
|
9907
9965
|
role: "img",
|
|
9908
9966
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9909
9967
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9910
|
-
children: loadingCircleStyle$
|
|
9968
|
+
children: loadingCircleStyle$2S
|
|
9911
9969
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9912
9970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9913
9971
|
width: size,
|
|
@@ -9963,8 +10021,8 @@ DManageCl.defaultProps = {
|
|
|
9963
10021
|
size: '1em'
|
|
9964
10022
|
};
|
|
9965
10023
|
|
|
9966
|
-
var _excluded$
|
|
9967
|
-
var loadingCircleStyle$
|
|
10024
|
+
var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10025
|
+
var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9968
10026
|
var DTrackingCl = function DTrackingCl(props) {
|
|
9969
10027
|
var color = props.color,
|
|
9970
10028
|
size = props.size,
|
|
@@ -9972,12 +10030,12 @@ var DTrackingCl = function DTrackingCl(props) {
|
|
|
9972
10030
|
style = props.style,
|
|
9973
10031
|
className = props.className,
|
|
9974
10032
|
iconClassName = props.iconClassName,
|
|
9975
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10033
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
9976
10034
|
return /*#__PURE__*/React.createElement("span", {
|
|
9977
10035
|
role: "img",
|
|
9978
10036
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9979
10037
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9980
|
-
children: loadingCircleStyle$
|
|
10038
|
+
children: loadingCircleStyle$2T
|
|
9981
10039
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9982
10040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9983
10041
|
width: size,
|
|
@@ -10041,8 +10099,8 @@ DTrackingCl.defaultProps = {
|
|
|
10041
10099
|
size: '1em'
|
|
10042
10100
|
};
|
|
10043
10101
|
|
|
10044
|
-
var _excluded$
|
|
10045
|
-
var loadingCircleStyle$
|
|
10102
|
+
var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10103
|
+
var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10046
10104
|
var DIntegrationCl = function DIntegrationCl(props) {
|
|
10047
10105
|
var color = props.color,
|
|
10048
10106
|
size = props.size,
|
|
@@ -10050,12 +10108,12 @@ var DIntegrationCl = function DIntegrationCl(props) {
|
|
|
10050
10108
|
style = props.style,
|
|
10051
10109
|
className = props.className,
|
|
10052
10110
|
iconClassName = props.iconClassName,
|
|
10053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10111
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
10054
10112
|
return /*#__PURE__*/React.createElement("span", {
|
|
10055
10113
|
role: "img",
|
|
10056
10114
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10057
10115
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10058
|
-
children: loadingCircleStyle$
|
|
10116
|
+
children: loadingCircleStyle$2U
|
|
10059
10117
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10060
10118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10061
10119
|
width: size,
|
|
@@ -10108,8 +10166,8 @@ DIntegrationCl.defaultProps = {
|
|
|
10108
10166
|
size: '1em'
|
|
10109
10167
|
};
|
|
10110
10168
|
|
|
10111
|
-
var _excluded$
|
|
10112
|
-
var loadingCircleStyle$
|
|
10169
|
+
var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10170
|
+
var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10113
10171
|
var AlertCl = function AlertCl(props) {
|
|
10114
10172
|
var color = props.color,
|
|
10115
10173
|
size = props.size,
|
|
@@ -10117,12 +10175,12 @@ var AlertCl = function AlertCl(props) {
|
|
|
10117
10175
|
style = props.style,
|
|
10118
10176
|
className = props.className,
|
|
10119
10177
|
iconClassName = props.iconClassName,
|
|
10120
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10178
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
10121
10179
|
return /*#__PURE__*/React.createElement("span", {
|
|
10122
10180
|
role: "img",
|
|
10123
10181
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10124
10182
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10125
|
-
children: loadingCircleStyle$
|
|
10183
|
+
children: loadingCircleStyle$2V
|
|
10126
10184
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10127
10185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10128
10186
|
width: size,
|
|
@@ -10143,22 +10201,22 @@ var AlertCl = function AlertCl(props) {
|
|
|
10143
10201
|
fill: "none",
|
|
10144
10202
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10145
10203
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
10146
|
-
x: "
|
|
10147
|
-
y: "19",
|
|
10148
|
-
width: "
|
|
10149
|
-
height: "3",
|
|
10204
|
+
x: "1",
|
|
10205
|
+
y: "19.7",
|
|
10206
|
+
width: "22",
|
|
10207
|
+
height: "3.3",
|
|
10150
10208
|
fill: "#1673F6",
|
|
10151
10209
|
fillOpacity: ".3"
|
|
10152
10210
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10153
|
-
d: "
|
|
10211
|
+
d: "M10.9 1h2.2v3.3h-2.2V1z",
|
|
10154
10212
|
fill: "#1E76F0",
|
|
10155
10213
|
fillOpacity: ".3"
|
|
10156
10214
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10157
|
-
d: "M19.
|
|
10215
|
+
d: "M19.834 3.2l1.555 1.556-2.333 2.333L17.5 5.533 19.834 3.2z",
|
|
10158
10216
|
fill: "#1E76F0",
|
|
10159
10217
|
fillOpacity: ".3"
|
|
10160
10218
|
}), /*#__PURE__*/React.createElement("path", {
|
|
10161
|
-
d: "
|
|
10219
|
+
d: "M2.1 4.778L3.633 3.2 6 5.5 4.467 7.078 2.1 4.778z",
|
|
10162
10220
|
fill: "#1E76F0",
|
|
10163
10221
|
fillOpacity: ".3"
|
|
10164
10222
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -10168,7 +10226,7 @@ var AlertCl = function AlertCl(props) {
|
|
|
10168
10226
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10169
10227
|
fillRule: "evenodd",
|
|
10170
10228
|
clipRule: "evenodd",
|
|
10171
|
-
d: "M12
|
|
10229
|
+
d: "M12 5.651a7.7 7.7 0 00-7.7 7.7v7.999h15.4v-7.999a7.7 7.7 0 00-7.7-7.7zM9.8 13.1H7.6v4.4h2.2v-4.4z",
|
|
10172
10230
|
fill: "#1E76F0"
|
|
10173
10231
|
})))));
|
|
10174
10232
|
};
|
|
@@ -10184,8 +10242,8 @@ AlertCl.defaultProps = {
|
|
|
10184
10242
|
size: '1em'
|
|
10185
10243
|
};
|
|
10186
10244
|
|
|
10187
|
-
var _excluded$
|
|
10188
|
-
var loadingCircleStyle$
|
|
10245
|
+
var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10246
|
+
var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10189
10247
|
var TemplateCl = function TemplateCl(props) {
|
|
10190
10248
|
var color = props.color,
|
|
10191
10249
|
size = props.size,
|
|
@@ -10193,12 +10251,12 @@ var TemplateCl = function TemplateCl(props) {
|
|
|
10193
10251
|
style = props.style,
|
|
10194
10252
|
className = props.className,
|
|
10195
10253
|
iconClassName = props.iconClassName,
|
|
10196
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10254
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
10197
10255
|
return /*#__PURE__*/React.createElement("span", {
|
|
10198
10256
|
role: "img",
|
|
10199
10257
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10200
10258
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10201
|
-
children: loadingCircleStyle$
|
|
10259
|
+
children: loadingCircleStyle$2W
|
|
10202
10260
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10203
10261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10204
10262
|
width: size,
|
|
@@ -10219,17 +10277,17 @@ var TemplateCl = function TemplateCl(props) {
|
|
|
10219
10277
|
fill: "none",
|
|
10220
10278
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10221
10279
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10222
|
-
d: "M11.
|
|
10280
|
+
d: "M11.303 2L23 4.97l-3.003 11.565L8.3 13.565 11.303 2z",
|
|
10223
10281
|
fill: "#B3CFF8"
|
|
10224
10282
|
}), /*#__PURE__*/React.createElement("g", {
|
|
10225
10283
|
style: {
|
|
10226
10284
|
mixBlendMode: 'multiply'
|
|
10227
10285
|
}
|
|
10228
10286
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10229
|
-
d: "M13.
|
|
10287
|
+
d: "M13.801 13.94c0 3.769-3.09 6.823-6.9 6.823C3.089 20.763 0 17.708 0 13.94c0-3.768 3.09-6.823 6.9-6.823 3.812 0 6.901 3.055 6.901 6.823z",
|
|
10230
10288
|
fill: "#B3CFF8"
|
|
10231
10289
|
})), /*#__PURE__*/React.createElement("path", {
|
|
10232
|
-
d: "M14.
|
|
10290
|
+
d: "M14.664 10.207L22.134 23H7.194l7.47-12.793z",
|
|
10233
10291
|
fill: "#156EF0"
|
|
10234
10292
|
}))));
|
|
10235
10293
|
};
|
|
@@ -10245,8 +10303,8 @@ TemplateCl.defaultProps = {
|
|
|
10245
10303
|
size: '1em'
|
|
10246
10304
|
};
|
|
10247
10305
|
|
|
10248
|
-
var _excluded$
|
|
10249
|
-
var loadingCircleStyle$
|
|
10306
|
+
var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10307
|
+
var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10250
10308
|
var DateMarkCl = function DateMarkCl(props) {
|
|
10251
10309
|
var color = props.color,
|
|
10252
10310
|
size = props.size,
|
|
@@ -10254,12 +10312,12 @@ var DateMarkCl = function DateMarkCl(props) {
|
|
|
10254
10312
|
style = props.style,
|
|
10255
10313
|
className = props.className,
|
|
10256
10314
|
iconClassName = props.iconClassName,
|
|
10257
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
10258
10316
|
return /*#__PURE__*/React.createElement("span", {
|
|
10259
10317
|
role: "img",
|
|
10260
10318
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10261
10319
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10262
|
-
children: loadingCircleStyle$
|
|
10320
|
+
children: loadingCircleStyle$2X
|
|
10263
10321
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10264
10322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10265
10323
|
width: size,
|
|
@@ -10282,14 +10340,14 @@ var DateMarkCl = function DateMarkCl(props) {
|
|
|
10282
10340
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10283
10341
|
fillRule: "evenodd",
|
|
10284
10342
|
clipRule: "evenodd",
|
|
10285
|
-
d: "
|
|
10343
|
+
d: "M3.65 2h2.13v1.889h5.4V2h2.13v1.889h.989c1.176 0 2.13.987 2.13 2.204v12.592c0 1.217-.954 2.204-2.13 2.204H2.129C.954 20.889 0 19.902 0 18.685V6.093c0-1.217.953-2.204 2.13-2.204h1.52V2zm10.953 4.722H1.825V8.14h12.778V6.722z",
|
|
10286
10344
|
fill: "#B3CFF8"
|
|
10287
10345
|
}), /*#__PURE__*/React.createElement("g", {
|
|
10288
10346
|
style: {
|
|
10289
10347
|
mixBlendMode: 'multiply'
|
|
10290
10348
|
}
|
|
10291
10349
|
}, /*#__PURE__*/React.createElement("path", {
|
|
10292
|
-
d: "M23.
|
|
10350
|
+
d: "M23.442 14.434a.659.659 0 00-.198-.3.638.638 0 00-.325-.148l-3.738-.658-1.692-3.353a.654.654 0 00-1.168 0l-1.673 3.354-3.739.676a.639.639 0 00-.34.14.657.657 0 00-.223.666.64.64 0 00.18.309l2.73 2.496-.702 3.62a.66.66 0 00.262.64.71.71 0 00.692.047l3.392-1.658 3.383 1.658a.653.653 0 00.954-.686l-.683-3.62 2.701-2.516a.64.64 0 00.187-.667z",
|
|
10293
10351
|
fill: "#1673F6"
|
|
10294
10352
|
})))));
|
|
10295
10353
|
};
|
|
@@ -10305,8 +10363,8 @@ DateMarkCl.defaultProps = {
|
|
|
10305
10363
|
size: '1em'
|
|
10306
10364
|
};
|
|
10307
10365
|
|
|
10308
|
-
var _excluded$
|
|
10309
|
-
var loadingCircleStyle$
|
|
10366
|
+
var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10367
|
+
var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10310
10368
|
var Info = function Info(props) {
|
|
10311
10369
|
var color = props.color,
|
|
10312
10370
|
size = props.size,
|
|
@@ -10314,12 +10372,12 @@ var Info = function Info(props) {
|
|
|
10314
10372
|
style = props.style,
|
|
10315
10373
|
className = props.className,
|
|
10316
10374
|
iconClassName = props.iconClassName,
|
|
10317
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10375
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
10318
10376
|
return /*#__PURE__*/React.createElement("span", {
|
|
10319
10377
|
role: "img",
|
|
10320
10378
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10321
10379
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10322
|
-
children: loadingCircleStyle$
|
|
10380
|
+
children: loadingCircleStyle$2Y
|
|
10323
10381
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10324
10382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10325
10383
|
width: size,
|
|
@@ -10358,8 +10416,8 @@ Info.defaultProps = {
|
|
|
10358
10416
|
size: '1em'
|
|
10359
10417
|
};
|
|
10360
10418
|
|
|
10361
|
-
var _excluded$
|
|
10362
|
-
var loadingCircleStyle$
|
|
10419
|
+
var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10420
|
+
var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10363
10421
|
var InfoFill = function InfoFill(props) {
|
|
10364
10422
|
var color = props.color,
|
|
10365
10423
|
size = props.size,
|
|
@@ -10367,12 +10425,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
10367
10425
|
style = props.style,
|
|
10368
10426
|
className = props.className,
|
|
10369
10427
|
iconClassName = props.iconClassName,
|
|
10370
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10428
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
10371
10429
|
return /*#__PURE__*/React.createElement("span", {
|
|
10372
10430
|
role: "img",
|
|
10373
10431
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10374
10432
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10375
|
-
children: loadingCircleStyle$
|
|
10433
|
+
children: loadingCircleStyle$2Z
|
|
10376
10434
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10377
10435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10378
10436
|
width: size,
|
|
@@ -10407,8 +10465,8 @@ InfoFill.defaultProps = {
|
|
|
10407
10465
|
size: '1em'
|
|
10408
10466
|
};
|
|
10409
10467
|
|
|
10410
|
-
var _excluded$
|
|
10411
|
-
var loadingCircleStyle$
|
|
10468
|
+
var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10469
|
+
var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10412
10470
|
var Help = function Help(props) {
|
|
10413
10471
|
var color = props.color,
|
|
10414
10472
|
size = props.size,
|
|
@@ -10416,12 +10474,12 @@ var Help = function Help(props) {
|
|
|
10416
10474
|
style = props.style,
|
|
10417
10475
|
className = props.className,
|
|
10418
10476
|
iconClassName = props.iconClassName,
|
|
10419
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10477
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
10420
10478
|
return /*#__PURE__*/React.createElement("span", {
|
|
10421
10479
|
role: "img",
|
|
10422
10480
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10423
10481
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10424
|
-
children: loadingCircleStyle$
|
|
10482
|
+
children: loadingCircleStyle$2_
|
|
10425
10483
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10426
10484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10427
10485
|
width: size,
|
|
@@ -10456,8 +10514,8 @@ Help.defaultProps = {
|
|
|
10456
10514
|
size: '1em'
|
|
10457
10515
|
};
|
|
10458
10516
|
|
|
10459
|
-
var _excluded$
|
|
10460
|
-
var loadingCircleStyle$
|
|
10517
|
+
var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10518
|
+
var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10461
10519
|
var History = function History(props) {
|
|
10462
10520
|
var color = props.color,
|
|
10463
10521
|
size = props.size,
|
|
@@ -10465,12 +10523,12 @@ var History = function History(props) {
|
|
|
10465
10523
|
style = props.style,
|
|
10466
10524
|
className = props.className,
|
|
10467
10525
|
iconClassName = props.iconClassName,
|
|
10468
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10526
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
10469
10527
|
return /*#__PURE__*/React.createElement("span", {
|
|
10470
10528
|
role: "img",
|
|
10471
10529
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10472
10530
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10473
|
-
children: loadingCircleStyle$
|
|
10531
|
+
children: loadingCircleStyle$2$
|
|
10474
10532
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10475
10533
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10476
10534
|
width: size,
|
|
@@ -10505,8 +10563,8 @@ History.defaultProps = {
|
|
|
10505
10563
|
size: '1em'
|
|
10506
10564
|
};
|
|
10507
10565
|
|
|
10508
|
-
var _excluded$
|
|
10509
|
-
var loadingCircleStyle$
|
|
10566
|
+
var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10567
|
+
var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10510
10568
|
var Backup = function Backup(props) {
|
|
10511
10569
|
var color = props.color,
|
|
10512
10570
|
size = props.size,
|
|
@@ -10514,12 +10572,12 @@ var Backup = function Backup(props) {
|
|
|
10514
10572
|
style = props.style,
|
|
10515
10573
|
className = props.className,
|
|
10516
10574
|
iconClassName = props.iconClassName,
|
|
10517
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10575
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
10518
10576
|
return /*#__PURE__*/React.createElement("span", {
|
|
10519
10577
|
role: "img",
|
|
10520
10578
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10521
10579
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10522
|
-
children: loadingCircleStyle$
|
|
10580
|
+
children: loadingCircleStyle$30
|
|
10523
10581
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10524
10582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10525
10583
|
width: size,
|
|
@@ -10556,8 +10614,8 @@ Backup.defaultProps = {
|
|
|
10556
10614
|
size: '1em'
|
|
10557
10615
|
};
|
|
10558
10616
|
|
|
10559
|
-
var _excluded$
|
|
10560
|
-
var loadingCircleStyle$
|
|
10617
|
+
var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10618
|
+
var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10561
10619
|
var Error = function Error(props) {
|
|
10562
10620
|
var color = props.color,
|
|
10563
10621
|
size = props.size,
|
|
@@ -10565,12 +10623,12 @@ var Error = function Error(props) {
|
|
|
10565
10623
|
style = props.style,
|
|
10566
10624
|
className = props.className,
|
|
10567
10625
|
iconClassName = props.iconClassName,
|
|
10568
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10626
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
10569
10627
|
return /*#__PURE__*/React.createElement("span", {
|
|
10570
10628
|
role: "img",
|
|
10571
10629
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10572
10630
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10573
|
-
children: loadingCircleStyle$
|
|
10631
|
+
children: loadingCircleStyle$31
|
|
10574
10632
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10575
10633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10576
10634
|
width: size,
|
|
@@ -10609,8 +10667,8 @@ Error.defaultProps = {
|
|
|
10609
10667
|
size: '1em'
|
|
10610
10668
|
};
|
|
10611
10669
|
|
|
10612
|
-
var _excluded$
|
|
10613
|
-
var loadingCircleStyle$
|
|
10670
|
+
var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10671
|
+
var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10614
10672
|
var ErrorFill = function ErrorFill(props) {
|
|
10615
10673
|
var color = props.color,
|
|
10616
10674
|
size = props.size,
|
|
@@ -10618,12 +10676,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
10618
10676
|
style = props.style,
|
|
10619
10677
|
className = props.className,
|
|
10620
10678
|
iconClassName = props.iconClassName,
|
|
10621
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10679
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
10622
10680
|
return /*#__PURE__*/React.createElement("span", {
|
|
10623
10681
|
role: "img",
|
|
10624
10682
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10625
10683
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10626
|
-
children: loadingCircleStyle$
|
|
10684
|
+
children: loadingCircleStyle$32
|
|
10627
10685
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10628
10686
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10629
10687
|
width: size,
|
|
@@ -10658,8 +10716,8 @@ ErrorFill.defaultProps = {
|
|
|
10658
10716
|
size: '1em'
|
|
10659
10717
|
};
|
|
10660
10718
|
|
|
10661
|
-
var _excluded$
|
|
10662
|
-
var loadingCircleStyle$
|
|
10719
|
+
var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10720
|
+
var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10663
10721
|
var Error2 = function Error2(props) {
|
|
10664
10722
|
var color = props.color,
|
|
10665
10723
|
size = props.size,
|
|
@@ -10667,12 +10725,12 @@ var Error2 = function Error2(props) {
|
|
|
10667
10725
|
style = props.style,
|
|
10668
10726
|
className = props.className,
|
|
10669
10727
|
iconClassName = props.iconClassName,
|
|
10670
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10728
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
10671
10729
|
return /*#__PURE__*/React.createElement("span", {
|
|
10672
10730
|
role: "img",
|
|
10673
10731
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10674
10732
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10675
|
-
children: loadingCircleStyle$
|
|
10733
|
+
children: loadingCircleStyle$33
|
|
10676
10734
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10677
10735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10678
10736
|
width: size,
|
|
@@ -10709,8 +10767,8 @@ Error2.defaultProps = {
|
|
|
10709
10767
|
size: '1em'
|
|
10710
10768
|
};
|
|
10711
10769
|
|
|
10712
|
-
var _excluded$
|
|
10713
|
-
var loadingCircleStyle$
|
|
10770
|
+
var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10771
|
+
var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10714
10772
|
var Error2Fill = function Error2Fill(props) {
|
|
10715
10773
|
var color = props.color,
|
|
10716
10774
|
size = props.size,
|
|
@@ -10718,12 +10776,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
10718
10776
|
style = props.style,
|
|
10719
10777
|
className = props.className,
|
|
10720
10778
|
iconClassName = props.iconClassName,
|
|
10721
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10779
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
10722
10780
|
return /*#__PURE__*/React.createElement("span", {
|
|
10723
10781
|
role: "img",
|
|
10724
10782
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10725
10783
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10726
|
-
children: loadingCircleStyle$
|
|
10784
|
+
children: loadingCircleStyle$34
|
|
10727
10785
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10728
10786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10729
10787
|
width: size,
|
|
@@ -10760,8 +10818,8 @@ Error2Fill.defaultProps = {
|
|
|
10760
10818
|
size: '1em'
|
|
10761
10819
|
};
|
|
10762
10820
|
|
|
10763
|
-
var _excluded$
|
|
10764
|
-
var loadingCircleStyle$
|
|
10821
|
+
var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10822
|
+
var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10765
10823
|
var Success = function Success(props) {
|
|
10766
10824
|
var color = props.color,
|
|
10767
10825
|
size = props.size,
|
|
@@ -10769,12 +10827,12 @@ var Success = function Success(props) {
|
|
|
10769
10827
|
style = props.style,
|
|
10770
10828
|
className = props.className,
|
|
10771
10829
|
iconClassName = props.iconClassName,
|
|
10772
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10830
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
10773
10831
|
return /*#__PURE__*/React.createElement("span", {
|
|
10774
10832
|
role: "img",
|
|
10775
10833
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10776
10834
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10777
|
-
children: loadingCircleStyle$
|
|
10835
|
+
children: loadingCircleStyle$35
|
|
10778
10836
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10779
10837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10780
10838
|
width: size,
|
|
@@ -10809,8 +10867,8 @@ Success.defaultProps = {
|
|
|
10809
10867
|
size: '1em'
|
|
10810
10868
|
};
|
|
10811
10869
|
|
|
10812
|
-
var _excluded$
|
|
10813
|
-
var loadingCircleStyle$
|
|
10870
|
+
var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10871
|
+
var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10814
10872
|
var SuccessFill = function SuccessFill(props) {
|
|
10815
10873
|
var color = props.color,
|
|
10816
10874
|
size = props.size,
|
|
@@ -10818,12 +10876,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
10818
10876
|
style = props.style,
|
|
10819
10877
|
className = props.className,
|
|
10820
10878
|
iconClassName = props.iconClassName,
|
|
10821
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10879
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
10822
10880
|
return /*#__PURE__*/React.createElement("span", {
|
|
10823
10881
|
role: "img",
|
|
10824
10882
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10825
10883
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10826
|
-
children: loadingCircleStyle$
|
|
10884
|
+
children: loadingCircleStyle$36
|
|
10827
10885
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10828
10886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10829
10887
|
width: size,
|
|
@@ -10860,8 +10918,8 @@ SuccessFill.defaultProps = {
|
|
|
10860
10918
|
size: '1em'
|
|
10861
10919
|
};
|
|
10862
10920
|
|
|
10863
|
-
var _excluded$
|
|
10864
|
-
var loadingCircleStyle$
|
|
10921
|
+
var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10922
|
+
var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10865
10923
|
var Delete2 = function Delete2(props) {
|
|
10866
10924
|
var color = props.color,
|
|
10867
10925
|
size = props.size,
|
|
@@ -10869,12 +10927,12 @@ var Delete2 = function Delete2(props) {
|
|
|
10869
10927
|
style = props.style,
|
|
10870
10928
|
className = props.className,
|
|
10871
10929
|
iconClassName = props.iconClassName,
|
|
10872
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10930
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
10873
10931
|
return /*#__PURE__*/React.createElement("span", {
|
|
10874
10932
|
role: "img",
|
|
10875
10933
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10876
10934
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10877
|
-
children: loadingCircleStyle$
|
|
10935
|
+
children: loadingCircleStyle$37
|
|
10878
10936
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10879
10937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10880
10938
|
width: size,
|
|
@@ -10909,8 +10967,8 @@ Delete2.defaultProps = {
|
|
|
10909
10967
|
size: '1em'
|
|
10910
10968
|
};
|
|
10911
10969
|
|
|
10912
|
-
var _excluded$
|
|
10913
|
-
var loadingCircleStyle$
|
|
10970
|
+
var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10971
|
+
var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10914
10972
|
var Delete2Fill = function Delete2Fill(props) {
|
|
10915
10973
|
var color = props.color,
|
|
10916
10974
|
size = props.size,
|
|
@@ -10918,12 +10976,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
10918
10976
|
style = props.style,
|
|
10919
10977
|
className = props.className,
|
|
10920
10978
|
iconClassName = props.iconClassName,
|
|
10921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10979
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
10922
10980
|
return /*#__PURE__*/React.createElement("span", {
|
|
10923
10981
|
role: "img",
|
|
10924
10982
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10925
10983
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10926
|
-
children: loadingCircleStyle$
|
|
10984
|
+
children: loadingCircleStyle$38
|
|
10927
10985
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10928
10986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10929
10987
|
width: size,
|
|
@@ -10958,8 +11016,8 @@ Delete2Fill.defaultProps = {
|
|
|
10958
11016
|
size: '1em'
|
|
10959
11017
|
};
|
|
10960
11018
|
|
|
10961
|
-
var _excluded$
|
|
10962
|
-
var loadingCircleStyle$
|
|
11019
|
+
var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11020
|
+
var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10963
11021
|
var Exchange = function Exchange(props) {
|
|
10964
11022
|
var color = props.color,
|
|
10965
11023
|
size = props.size,
|
|
@@ -10967,12 +11025,12 @@ var Exchange = function Exchange(props) {
|
|
|
10967
11025
|
style = props.style,
|
|
10968
11026
|
className = props.className,
|
|
10969
11027
|
iconClassName = props.iconClassName,
|
|
10970
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11028
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
10971
11029
|
return /*#__PURE__*/React.createElement("span", {
|
|
10972
11030
|
role: "img",
|
|
10973
11031
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10974
11032
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10975
|
-
children: loadingCircleStyle$
|
|
11033
|
+
children: loadingCircleStyle$39
|
|
10976
11034
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10977
11035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10978
11036
|
width: size,
|
|
@@ -11007,8 +11065,8 @@ Exchange.defaultProps = {
|
|
|
11007
11065
|
size: '1em'
|
|
11008
11066
|
};
|
|
11009
11067
|
|
|
11010
|
-
var _excluded$
|
|
11011
|
-
var loadingCircleStyle$
|
|
11068
|
+
var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11069
|
+
var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11012
11070
|
var SwapFill = function SwapFill(props) {
|
|
11013
11071
|
var color = props.color,
|
|
11014
11072
|
size = props.size,
|
|
@@ -11016,12 +11074,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
11016
11074
|
style = props.style,
|
|
11017
11075
|
className = props.className,
|
|
11018
11076
|
iconClassName = props.iconClassName,
|
|
11019
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11077
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
11020
11078
|
return /*#__PURE__*/React.createElement("span", {
|
|
11021
11079
|
role: "img",
|
|
11022
11080
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11023
11081
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11024
|
-
children: loadingCircleStyle$
|
|
11082
|
+
children: loadingCircleStyle$3a
|
|
11025
11083
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11026
11084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11027
11085
|
width: size,
|
|
@@ -11056,8 +11114,8 @@ SwapFill.defaultProps = {
|
|
|
11056
11114
|
size: '1em'
|
|
11057
11115
|
};
|
|
11058
11116
|
|
|
11059
|
-
var _excluded$
|
|
11060
|
-
var loadingCircleStyle$
|
|
11117
|
+
var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11118
|
+
var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11061
11119
|
var Processing = function Processing(props) {
|
|
11062
11120
|
var color = props.color,
|
|
11063
11121
|
size = props.size,
|
|
@@ -11065,12 +11123,12 @@ var Processing = function Processing(props) {
|
|
|
11065
11123
|
style = props.style,
|
|
11066
11124
|
className = props.className,
|
|
11067
11125
|
iconClassName = props.iconClassName,
|
|
11068
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11126
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
11069
11127
|
return /*#__PURE__*/React.createElement("span", {
|
|
11070
11128
|
role: "img",
|
|
11071
11129
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11072
11130
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11073
|
-
children: loadingCircleStyle$
|
|
11131
|
+
children: loadingCircleStyle$3b
|
|
11074
11132
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11075
11133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11076
11134
|
width: size,
|
|
@@ -11105,8 +11163,8 @@ Processing.defaultProps = {
|
|
|
11105
11163
|
size: '1em'
|
|
11106
11164
|
};
|
|
11107
11165
|
|
|
11108
|
-
var _excluded$
|
|
11109
|
-
var loadingCircleStyle$
|
|
11166
|
+
var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11167
|
+
var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11110
11168
|
var Processing2 = function Processing2(props) {
|
|
11111
11169
|
var color = props.color,
|
|
11112
11170
|
size = props.size,
|
|
@@ -11114,12 +11172,12 @@ var Processing2 = function Processing2(props) {
|
|
|
11114
11172
|
style = props.style,
|
|
11115
11173
|
className = props.className,
|
|
11116
11174
|
iconClassName = props.iconClassName,
|
|
11117
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11175
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
11118
11176
|
return /*#__PURE__*/React.createElement("span", {
|
|
11119
11177
|
role: "img",
|
|
11120
11178
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11121
11179
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11122
|
-
children: loadingCircleStyle$
|
|
11180
|
+
children: loadingCircleStyle$3c
|
|
11123
11181
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11124
11182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11125
11183
|
width: size,
|
|
@@ -11156,8 +11214,8 @@ Processing2.defaultProps = {
|
|
|
11156
11214
|
size: '1em'
|
|
11157
11215
|
};
|
|
11158
11216
|
|
|
11159
|
-
var _excluded$
|
|
11160
|
-
var loadingCircleStyle$
|
|
11217
|
+
var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11218
|
+
var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11161
11219
|
var Done = function Done(props) {
|
|
11162
11220
|
var color = props.color,
|
|
11163
11221
|
size = props.size,
|
|
@@ -11165,12 +11223,12 @@ var Done = function Done(props) {
|
|
|
11165
11223
|
style = props.style,
|
|
11166
11224
|
className = props.className,
|
|
11167
11225
|
iconClassName = props.iconClassName,
|
|
11168
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11226
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
11169
11227
|
return /*#__PURE__*/React.createElement("span", {
|
|
11170
11228
|
role: "img",
|
|
11171
11229
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11172
11230
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11173
|
-
children: loadingCircleStyle$
|
|
11231
|
+
children: loadingCircleStyle$3d
|
|
11174
11232
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11175
11233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11176
11234
|
width: size,
|
|
@@ -11205,8 +11263,8 @@ Done.defaultProps = {
|
|
|
11205
11263
|
size: '1em'
|
|
11206
11264
|
};
|
|
11207
11265
|
|
|
11208
|
-
var _excluded$
|
|
11209
|
-
var loadingCircleStyle$
|
|
11266
|
+
var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11267
|
+
var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11210
11268
|
var Close = function Close(props) {
|
|
11211
11269
|
var color = props.color,
|
|
11212
11270
|
size = props.size,
|
|
@@ -11214,12 +11272,12 @@ var Close = function Close(props) {
|
|
|
11214
11272
|
style = props.style,
|
|
11215
11273
|
className = props.className,
|
|
11216
11274
|
iconClassName = props.iconClassName,
|
|
11217
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11275
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
11218
11276
|
return /*#__PURE__*/React.createElement("span", {
|
|
11219
11277
|
role: "img",
|
|
11220
11278
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11221
11279
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11222
|
-
children: loadingCircleStyle$
|
|
11280
|
+
children: loadingCircleStyle$3e
|
|
11223
11281
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11224
11282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11225
11283
|
width: size,
|
|
@@ -11254,8 +11312,8 @@ Close.defaultProps = {
|
|
|
11254
11312
|
size: '1em'
|
|
11255
11313
|
};
|
|
11256
11314
|
|
|
11257
|
-
var _excluded$
|
|
11258
|
-
var loadingCircleStyle$
|
|
11315
|
+
var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11316
|
+
var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11259
11317
|
var StarOutline = function StarOutline(props) {
|
|
11260
11318
|
var color = props.color,
|
|
11261
11319
|
size = props.size,
|
|
@@ -11263,12 +11321,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
11263
11321
|
style = props.style,
|
|
11264
11322
|
className = props.className,
|
|
11265
11323
|
iconClassName = props.iconClassName,
|
|
11266
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11324
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
11267
11325
|
return /*#__PURE__*/React.createElement("span", {
|
|
11268
11326
|
role: "img",
|
|
11269
11327
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11270
11328
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11271
|
-
children: loadingCircleStyle$
|
|
11329
|
+
children: loadingCircleStyle$3f
|
|
11272
11330
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11273
11331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11274
11332
|
width: size,
|
|
@@ -11303,8 +11361,8 @@ StarOutline.defaultProps = {
|
|
|
11303
11361
|
size: '1em'
|
|
11304
11362
|
};
|
|
11305
11363
|
|
|
11306
|
-
var _excluded$
|
|
11307
|
-
var loadingCircleStyle$
|
|
11364
|
+
var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11365
|
+
var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11308
11366
|
var StarFill = function StarFill(props) {
|
|
11309
11367
|
var color = props.color,
|
|
11310
11368
|
size = props.size,
|
|
@@ -11312,12 +11370,12 @@ var StarFill = function StarFill(props) {
|
|
|
11312
11370
|
style = props.style,
|
|
11313
11371
|
className = props.className,
|
|
11314
11372
|
iconClassName = props.iconClassName,
|
|
11315
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11373
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
11316
11374
|
return /*#__PURE__*/React.createElement("span", {
|
|
11317
11375
|
role: "img",
|
|
11318
11376
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11319
11377
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11320
|
-
children: loadingCircleStyle$
|
|
11378
|
+
children: loadingCircleStyle$3g
|
|
11321
11379
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11322
11380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11323
11381
|
width: size,
|
|
@@ -11352,8 +11410,8 @@ StarFill.defaultProps = {
|
|
|
11352
11410
|
size: '1em'
|
|
11353
11411
|
};
|
|
11354
11412
|
|
|
11355
|
-
var _excluded$
|
|
11356
|
-
var loadingCircleStyle$
|
|
11413
|
+
var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11414
|
+
var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11357
11415
|
var TimeLock = function TimeLock(props) {
|
|
11358
11416
|
var color = props.color,
|
|
11359
11417
|
size = props.size,
|
|
@@ -11361,12 +11419,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
11361
11419
|
style = props.style,
|
|
11362
11420
|
className = props.className,
|
|
11363
11421
|
iconClassName = props.iconClassName,
|
|
11364
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11422
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
11365
11423
|
return /*#__PURE__*/React.createElement("span", {
|
|
11366
11424
|
role: "img",
|
|
11367
11425
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11368
11426
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11369
|
-
children: loadingCircleStyle$
|
|
11427
|
+
children: loadingCircleStyle$3h
|
|
11370
11428
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11371
11429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11372
11430
|
width: size,
|
|
@@ -11401,8 +11459,8 @@ TimeLock.defaultProps = {
|
|
|
11401
11459
|
size: '1em'
|
|
11402
11460
|
};
|
|
11403
11461
|
|
|
11404
|
-
var _excluded$
|
|
11405
|
-
var loadingCircleStyle$
|
|
11462
|
+
var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11463
|
+
var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11406
11464
|
var Heart = function Heart(props) {
|
|
11407
11465
|
var color = props.color,
|
|
11408
11466
|
size = props.size,
|
|
@@ -11410,12 +11468,12 @@ var Heart = function Heart(props) {
|
|
|
11410
11468
|
style = props.style,
|
|
11411
11469
|
className = props.className,
|
|
11412
11470
|
iconClassName = props.iconClassName,
|
|
11413
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11471
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
11414
11472
|
return /*#__PURE__*/React.createElement("span", {
|
|
11415
11473
|
role: "img",
|
|
11416
11474
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11417
11475
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11418
|
-
children: loadingCircleStyle$
|
|
11476
|
+
children: loadingCircleStyle$3i
|
|
11419
11477
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11420
11478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11421
11479
|
width: size,
|
|
@@ -11450,8 +11508,8 @@ Heart.defaultProps = {
|
|
|
11450
11508
|
size: '1em'
|
|
11451
11509
|
};
|
|
11452
11510
|
|
|
11453
|
-
var _excluded$
|
|
11454
|
-
var loadingCircleStyle$
|
|
11511
|
+
var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11512
|
+
var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11455
11513
|
var Bookmark = function Bookmark(props) {
|
|
11456
11514
|
var color = props.color,
|
|
11457
11515
|
size = props.size,
|
|
@@ -11459,12 +11517,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
11459
11517
|
style = props.style,
|
|
11460
11518
|
className = props.className,
|
|
11461
11519
|
iconClassName = props.iconClassName,
|
|
11462
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11520
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
11463
11521
|
return /*#__PURE__*/React.createElement("span", {
|
|
11464
11522
|
role: "img",
|
|
11465
11523
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11466
11524
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11467
|
-
children: loadingCircleStyle$
|
|
11525
|
+
children: loadingCircleStyle$3j
|
|
11468
11526
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11469
11527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11470
11528
|
width: size,
|
|
@@ -11499,8 +11557,8 @@ Bookmark.defaultProps = {
|
|
|
11499
11557
|
size: '1em'
|
|
11500
11558
|
};
|
|
11501
11559
|
|
|
11502
|
-
var _excluded$
|
|
11503
|
-
var loadingCircleStyle$
|
|
11560
|
+
var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11561
|
+
var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11504
11562
|
var Bookmark2 = function Bookmark2(props) {
|
|
11505
11563
|
var color = props.color,
|
|
11506
11564
|
size = props.size,
|
|
@@ -11508,12 +11566,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
11508
11566
|
style = props.style,
|
|
11509
11567
|
className = props.className,
|
|
11510
11568
|
iconClassName = props.iconClassName,
|
|
11511
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11569
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
11512
11570
|
return /*#__PURE__*/React.createElement("span", {
|
|
11513
11571
|
role: "img",
|
|
11514
11572
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11515
11573
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11516
|
-
children: loadingCircleStyle$
|
|
11574
|
+
children: loadingCircleStyle$3k
|
|
11517
11575
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11518
11576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11519
11577
|
width: size,
|
|
@@ -11548,8 +11606,8 @@ Bookmark2.defaultProps = {
|
|
|
11548
11606
|
size: '1em'
|
|
11549
11607
|
};
|
|
11550
11608
|
|
|
11551
|
-
var _excluded$
|
|
11552
|
-
var loadingCircleStyle$
|
|
11609
|
+
var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11610
|
+
var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11553
11611
|
var LockClose = function LockClose(props) {
|
|
11554
11612
|
var color = props.color,
|
|
11555
11613
|
size = props.size,
|
|
@@ -11557,12 +11615,12 @@ var LockClose = function LockClose(props) {
|
|
|
11557
11615
|
style = props.style,
|
|
11558
11616
|
className = props.className,
|
|
11559
11617
|
iconClassName = props.iconClassName,
|
|
11560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11618
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
11561
11619
|
return /*#__PURE__*/React.createElement("span", {
|
|
11562
11620
|
role: "img",
|
|
11563
11621
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11564
11622
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11565
|
-
children: loadingCircleStyle$
|
|
11623
|
+
children: loadingCircleStyle$3l
|
|
11566
11624
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11567
11625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11568
11626
|
width: size,
|
|
@@ -11601,8 +11659,8 @@ LockClose.defaultProps = {
|
|
|
11601
11659
|
size: '1em'
|
|
11602
11660
|
};
|
|
11603
11661
|
|
|
11604
|
-
var _excluded$
|
|
11605
|
-
var loadingCircleStyle$
|
|
11662
|
+
var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11663
|
+
var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11606
11664
|
var LockCloseFill = function LockCloseFill(props) {
|
|
11607
11665
|
var color = props.color,
|
|
11608
11666
|
size = props.size,
|
|
@@ -11610,12 +11668,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
11610
11668
|
style = props.style,
|
|
11611
11669
|
className = props.className,
|
|
11612
11670
|
iconClassName = props.iconClassName,
|
|
11613
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11671
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
11614
11672
|
return /*#__PURE__*/React.createElement("span", {
|
|
11615
11673
|
role: "img",
|
|
11616
11674
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11617
11675
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11618
|
-
children: loadingCircleStyle$
|
|
11676
|
+
children: loadingCircleStyle$3m
|
|
11619
11677
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11620
11678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11621
11679
|
width: size,
|
|
@@ -11650,8 +11708,8 @@ LockCloseFill.defaultProps = {
|
|
|
11650
11708
|
size: '1em'
|
|
11651
11709
|
};
|
|
11652
11710
|
|
|
11653
|
-
var _excluded$
|
|
11654
|
-
var loadingCircleStyle$
|
|
11711
|
+
var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11712
|
+
var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11655
11713
|
var LockOpen = function LockOpen(props) {
|
|
11656
11714
|
var color = props.color,
|
|
11657
11715
|
size = props.size,
|
|
@@ -11659,12 +11717,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
11659
11717
|
style = props.style,
|
|
11660
11718
|
className = props.className,
|
|
11661
11719
|
iconClassName = props.iconClassName,
|
|
11662
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11720
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
11663
11721
|
return /*#__PURE__*/React.createElement("span", {
|
|
11664
11722
|
role: "img",
|
|
11665
11723
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11666
11724
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11667
|
-
children: loadingCircleStyle$
|
|
11725
|
+
children: loadingCircleStyle$3n
|
|
11668
11726
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11669
11727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11670
11728
|
width: size,
|
|
@@ -11699,8 +11757,8 @@ LockOpen.defaultProps = {
|
|
|
11699
11757
|
size: '1em'
|
|
11700
11758
|
};
|
|
11701
11759
|
|
|
11702
|
-
var _excluded$
|
|
11703
|
-
var loadingCircleStyle$
|
|
11760
|
+
var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11761
|
+
var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11704
11762
|
var LockOpenFill = function LockOpenFill(props) {
|
|
11705
11763
|
var color = props.color,
|
|
11706
11764
|
size = props.size,
|
|
@@ -11708,12 +11766,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
11708
11766
|
style = props.style,
|
|
11709
11767
|
className = props.className,
|
|
11710
11768
|
iconClassName = props.iconClassName,
|
|
11711
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11769
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
11712
11770
|
return /*#__PURE__*/React.createElement("span", {
|
|
11713
11771
|
role: "img",
|
|
11714
11772
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11715
11773
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11716
|
-
children: loadingCircleStyle$
|
|
11774
|
+
children: loadingCircleStyle$3o
|
|
11717
11775
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11718
11776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11719
11777
|
width: size,
|
|
@@ -11748,8 +11806,8 @@ LockOpenFill.defaultProps = {
|
|
|
11748
11806
|
size: '1em'
|
|
11749
11807
|
};
|
|
11750
11808
|
|
|
11751
|
-
var _excluded$
|
|
11752
|
-
var loadingCircleStyle$
|
|
11809
|
+
var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11810
|
+
var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11753
11811
|
var EyeOn = function EyeOn(props) {
|
|
11754
11812
|
var color = props.color,
|
|
11755
11813
|
size = props.size,
|
|
@@ -11757,12 +11815,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
11757
11815
|
style = props.style,
|
|
11758
11816
|
className = props.className,
|
|
11759
11817
|
iconClassName = props.iconClassName,
|
|
11760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11818
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
11761
11819
|
return /*#__PURE__*/React.createElement("span", {
|
|
11762
11820
|
role: "img",
|
|
11763
11821
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11764
11822
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11765
|
-
children: loadingCircleStyle$
|
|
11823
|
+
children: loadingCircleStyle$3p
|
|
11766
11824
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11767
11825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11768
11826
|
width: size,
|
|
@@ -11797,8 +11855,8 @@ EyeOn.defaultProps = {
|
|
|
11797
11855
|
size: '1em'
|
|
11798
11856
|
};
|
|
11799
11857
|
|
|
11800
|
-
var _excluded$
|
|
11801
|
-
var loadingCircleStyle$
|
|
11858
|
+
var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11859
|
+
var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11802
11860
|
var EyeOnFill = function EyeOnFill(props) {
|
|
11803
11861
|
var color = props.color,
|
|
11804
11862
|
size = props.size,
|
|
@@ -11806,12 +11864,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
11806
11864
|
style = props.style,
|
|
11807
11865
|
className = props.className,
|
|
11808
11866
|
iconClassName = props.iconClassName,
|
|
11809
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11867
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
11810
11868
|
return /*#__PURE__*/React.createElement("span", {
|
|
11811
11869
|
role: "img",
|
|
11812
11870
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11813
11871
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11814
|
-
children: loadingCircleStyle$
|
|
11872
|
+
children: loadingCircleStyle$3q
|
|
11815
11873
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11816
11874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11817
11875
|
width: size,
|
|
@@ -11848,8 +11906,8 @@ EyeOnFill.defaultProps = {
|
|
|
11848
11906
|
size: '1em'
|
|
11849
11907
|
};
|
|
11850
11908
|
|
|
11851
|
-
var _excluded$
|
|
11852
|
-
var loadingCircleStyle$
|
|
11909
|
+
var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11910
|
+
var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11853
11911
|
var EyeOff = function EyeOff(props) {
|
|
11854
11912
|
var color = props.color,
|
|
11855
11913
|
size = props.size,
|
|
@@ -11857,12 +11915,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
11857
11915
|
style = props.style,
|
|
11858
11916
|
className = props.className,
|
|
11859
11917
|
iconClassName = props.iconClassName,
|
|
11860
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11918
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
11861
11919
|
return /*#__PURE__*/React.createElement("span", {
|
|
11862
11920
|
role: "img",
|
|
11863
11921
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11864
11922
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11865
|
-
children: loadingCircleStyle$
|
|
11923
|
+
children: loadingCircleStyle$3r
|
|
11866
11924
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11867
11925
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11868
11926
|
width: size,
|
|
@@ -11897,8 +11955,8 @@ EyeOff.defaultProps = {
|
|
|
11897
11955
|
size: '1em'
|
|
11898
11956
|
};
|
|
11899
11957
|
|
|
11900
|
-
var _excluded$
|
|
11901
|
-
var loadingCircleStyle$
|
|
11958
|
+
var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11959
|
+
var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11902
11960
|
var EyeOffFill = function EyeOffFill(props) {
|
|
11903
11961
|
var color = props.color,
|
|
11904
11962
|
size = props.size,
|
|
@@ -11906,12 +11964,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
11906
11964
|
style = props.style,
|
|
11907
11965
|
className = props.className,
|
|
11908
11966
|
iconClassName = props.iconClassName,
|
|
11909
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11967
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
11910
11968
|
return /*#__PURE__*/React.createElement("span", {
|
|
11911
11969
|
role: "img",
|
|
11912
11970
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11913
11971
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11914
|
-
children: loadingCircleStyle$
|
|
11972
|
+
children: loadingCircleStyle$3s
|
|
11915
11973
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11916
11974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11917
11975
|
width: size,
|
|
@@ -11948,8 +12006,8 @@ EyeOffFill.defaultProps = {
|
|
|
11948
12006
|
size: '1em'
|
|
11949
12007
|
};
|
|
11950
12008
|
|
|
11951
|
-
var _excluded$
|
|
11952
|
-
var loadingCircleStyle$
|
|
12009
|
+
var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12010
|
+
var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11953
12011
|
var Dot = function Dot(props) {
|
|
11954
12012
|
var color = props.color,
|
|
11955
12013
|
size = props.size,
|
|
@@ -11957,12 +12015,12 @@ var Dot = function Dot(props) {
|
|
|
11957
12015
|
style = props.style,
|
|
11958
12016
|
className = props.className,
|
|
11959
12017
|
iconClassName = props.iconClassName,
|
|
11960
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12018
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
11961
12019
|
return /*#__PURE__*/React.createElement("span", {
|
|
11962
12020
|
role: "img",
|
|
11963
12021
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11964
12022
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11965
|
-
children: loadingCircleStyle$
|
|
12023
|
+
children: loadingCircleStyle$3t
|
|
11966
12024
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11967
12025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11968
12026
|
width: size,
|
|
@@ -11999,8 +12057,8 @@ Dot.defaultProps = {
|
|
|
11999
12057
|
size: '1em'
|
|
12000
12058
|
};
|
|
12001
12059
|
|
|
12002
|
-
var _excluded$
|
|
12003
|
-
var loadingCircleStyle$
|
|
12060
|
+
var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12061
|
+
var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12004
12062
|
var Anchor = function Anchor(props) {
|
|
12005
12063
|
var color = props.color,
|
|
12006
12064
|
size = props.size,
|
|
@@ -12008,12 +12066,12 @@ var Anchor = function Anchor(props) {
|
|
|
12008
12066
|
style = props.style,
|
|
12009
12067
|
className = props.className,
|
|
12010
12068
|
iconClassName = props.iconClassName,
|
|
12011
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12069
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
12012
12070
|
return /*#__PURE__*/React.createElement("span", {
|
|
12013
12071
|
role: "img",
|
|
12014
12072
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12015
12073
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12016
|
-
children: loadingCircleStyle$
|
|
12074
|
+
children: loadingCircleStyle$3u
|
|
12017
12075
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12018
12076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12019
12077
|
width: size,
|
|
@@ -12048,8 +12106,8 @@ Anchor.defaultProps = {
|
|
|
12048
12106
|
size: '1em'
|
|
12049
12107
|
};
|
|
12050
12108
|
|
|
12051
|
-
var _excluded$
|
|
12052
|
-
var loadingCircleStyle$
|
|
12109
|
+
var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12110
|
+
var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12053
12111
|
var Notice = function Notice(props) {
|
|
12054
12112
|
var color = props.color,
|
|
12055
12113
|
size = props.size,
|
|
@@ -12057,12 +12115,12 @@ var Notice = function Notice(props) {
|
|
|
12057
12115
|
style = props.style,
|
|
12058
12116
|
className = props.className,
|
|
12059
12117
|
iconClassName = props.iconClassName,
|
|
12060
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12118
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
12061
12119
|
return /*#__PURE__*/React.createElement("span", {
|
|
12062
12120
|
role: "img",
|
|
12063
12121
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12064
12122
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12065
|
-
children: loadingCircleStyle$
|
|
12123
|
+
children: loadingCircleStyle$3v
|
|
12066
12124
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12067
12125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12068
12126
|
width: size,
|
|
@@ -12099,8 +12157,8 @@ Notice.defaultProps = {
|
|
|
12099
12157
|
size: '1em'
|
|
12100
12158
|
};
|
|
12101
12159
|
|
|
12102
|
-
var _excluded$
|
|
12103
|
-
var loadingCircleStyle$
|
|
12160
|
+
var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12161
|
+
var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12104
12162
|
var ChartLine = function ChartLine(props) {
|
|
12105
12163
|
var color = props.color,
|
|
12106
12164
|
size = props.size,
|
|
@@ -12108,12 +12166,12 @@ var ChartLine = function ChartLine(props) {
|
|
|
12108
12166
|
style = props.style,
|
|
12109
12167
|
className = props.className,
|
|
12110
12168
|
iconClassName = props.iconClassName,
|
|
12111
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12169
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
12112
12170
|
return /*#__PURE__*/React.createElement("span", {
|
|
12113
12171
|
role: "img",
|
|
12114
12172
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12115
12173
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12116
|
-
children: loadingCircleStyle$
|
|
12174
|
+
children: loadingCircleStyle$3w
|
|
12117
12175
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12118
12176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12119
12177
|
width: size,
|
|
@@ -12154,8 +12212,8 @@ ChartLine.defaultProps = {
|
|
|
12154
12212
|
size: '1em'
|
|
12155
12213
|
};
|
|
12156
12214
|
|
|
12157
|
-
var _excluded$
|
|
12158
|
-
var loadingCircleStyle$
|
|
12215
|
+
var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12216
|
+
var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12159
12217
|
var ChartBar = function ChartBar(props) {
|
|
12160
12218
|
var color = props.color,
|
|
12161
12219
|
size = props.size,
|
|
@@ -12163,12 +12221,12 @@ var ChartBar = function ChartBar(props) {
|
|
|
12163
12221
|
style = props.style,
|
|
12164
12222
|
className = props.className,
|
|
12165
12223
|
iconClassName = props.iconClassName,
|
|
12166
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12224
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
12167
12225
|
return /*#__PURE__*/React.createElement("span", {
|
|
12168
12226
|
role: "img",
|
|
12169
12227
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12170
12228
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12171
|
-
children: loadingCircleStyle$
|
|
12229
|
+
children: loadingCircleStyle$3x
|
|
12172
12230
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12173
12231
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12174
12232
|
width: size,
|
|
@@ -12207,8 +12265,8 @@ ChartBar.defaultProps = {
|
|
|
12207
12265
|
size: '1em'
|
|
12208
12266
|
};
|
|
12209
12267
|
|
|
12210
|
-
var _excluded$
|
|
12211
|
-
var loadingCircleStyle$
|
|
12268
|
+
var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12269
|
+
var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12212
12270
|
var ChartCum = function ChartCum(props) {
|
|
12213
12271
|
var color = props.color,
|
|
12214
12272
|
size = props.size,
|
|
@@ -12216,12 +12274,12 @@ var ChartCum = function ChartCum(props) {
|
|
|
12216
12274
|
style = props.style,
|
|
12217
12275
|
className = props.className,
|
|
12218
12276
|
iconClassName = props.iconClassName,
|
|
12219
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12277
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
12220
12278
|
return /*#__PURE__*/React.createElement("span", {
|
|
12221
12279
|
role: "img",
|
|
12222
12280
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12223
12281
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12224
|
-
children: loadingCircleStyle$
|
|
12282
|
+
children: loadingCircleStyle$3y
|
|
12225
12283
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12226
12284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12227
12285
|
width: size,
|
|
@@ -12266,8 +12324,8 @@ ChartCum.defaultProps = {
|
|
|
12266
12324
|
size: '1em'
|
|
12267
12325
|
};
|
|
12268
12326
|
|
|
12269
|
-
var _excluded$
|
|
12270
|
-
var loadingCircleStyle$
|
|
12327
|
+
var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12328
|
+
var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12271
12329
|
var ChartPie = function ChartPie(props) {
|
|
12272
12330
|
var color = props.color,
|
|
12273
12331
|
size = props.size,
|
|
@@ -12275,12 +12333,12 @@ var ChartPie = function ChartPie(props) {
|
|
|
12275
12333
|
style = props.style,
|
|
12276
12334
|
className = props.className,
|
|
12277
12335
|
iconClassName = props.iconClassName,
|
|
12278
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12336
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
12279
12337
|
return /*#__PURE__*/React.createElement("span", {
|
|
12280
12338
|
role: "img",
|
|
12281
12339
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12282
12340
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12283
|
-
children: loadingCircleStyle$
|
|
12341
|
+
children: loadingCircleStyle$3z
|
|
12284
12342
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12285
12343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12286
12344
|
width: size,
|
|
@@ -12317,8 +12375,8 @@ ChartPie.defaultProps = {
|
|
|
12317
12375
|
size: '1em'
|
|
12318
12376
|
};
|
|
12319
12377
|
|
|
12320
|
-
var _excluded$
|
|
12321
|
-
var loadingCircleStyle$
|
|
12378
|
+
var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12379
|
+
var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12322
12380
|
var ChartDNRe = function ChartDNRe(props) {
|
|
12323
12381
|
var color = props.color,
|
|
12324
12382
|
size = props.size,
|
|
@@ -12326,12 +12384,12 @@ var ChartDNRe = function ChartDNRe(props) {
|
|
|
12326
12384
|
style = props.style,
|
|
12327
12385
|
className = props.className,
|
|
12328
12386
|
iconClassName = props.iconClassName,
|
|
12329
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12387
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
12330
12388
|
return /*#__PURE__*/React.createElement("span", {
|
|
12331
12389
|
role: "img",
|
|
12332
12390
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12333
12391
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12334
|
-
children: loadingCircleStyle$
|
|
12392
|
+
children: loadingCircleStyle$3A
|
|
12335
12393
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12336
12394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12337
12395
|
width: size,
|
|
@@ -12378,8 +12436,8 @@ ChartDNRe.defaultProps = {
|
|
|
12378
12436
|
size: '1em'
|
|
12379
12437
|
};
|
|
12380
12438
|
|
|
12381
|
-
var _excluded$
|
|
12382
|
-
var loadingCircleStyle$
|
|
12439
|
+
var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12440
|
+
var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12383
12441
|
var ChartDRe = function ChartDRe(props) {
|
|
12384
12442
|
var color = props.color,
|
|
12385
12443
|
size = props.size,
|
|
@@ -12387,12 +12445,12 @@ var ChartDRe = function ChartDRe(props) {
|
|
|
12387
12445
|
style = props.style,
|
|
12388
12446
|
className = props.className,
|
|
12389
12447
|
iconClassName = props.iconClassName,
|
|
12390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12448
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
12391
12449
|
return /*#__PURE__*/React.createElement("span", {
|
|
12392
12450
|
role: "img",
|
|
12393
12451
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12394
12452
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12395
|
-
children: loadingCircleStyle$
|
|
12453
|
+
children: loadingCircleStyle$3B
|
|
12396
12454
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12397
12455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12398
12456
|
width: size,
|
|
@@ -12439,8 +12497,8 @@ ChartDRe.defaultProps = {
|
|
|
12439
12497
|
size: '1em'
|
|
12440
12498
|
};
|
|
12441
12499
|
|
|
12442
|
-
var _excluded$
|
|
12443
|
-
var loadingCircleStyle$
|
|
12500
|
+
var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12501
|
+
var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12444
12502
|
var ChartFunnel = function ChartFunnel(props) {
|
|
12445
12503
|
var color = props.color,
|
|
12446
12504
|
size = props.size,
|
|
@@ -12448,12 +12506,12 @@ var ChartFunnel = function ChartFunnel(props) {
|
|
|
12448
12506
|
style = props.style,
|
|
12449
12507
|
className = props.className,
|
|
12450
12508
|
iconClassName = props.iconClassName,
|
|
12451
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12509
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
12452
12510
|
return /*#__PURE__*/React.createElement("span", {
|
|
12453
12511
|
role: "img",
|
|
12454
12512
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12455
12513
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12456
|
-
children: loadingCircleStyle$
|
|
12514
|
+
children: loadingCircleStyle$3C
|
|
12457
12515
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12458
12516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12459
12517
|
width: size,
|
|
@@ -12492,8 +12550,8 @@ ChartFunnel.defaultProps = {
|
|
|
12492
12550
|
size: '1em'
|
|
12493
12551
|
};
|
|
12494
12552
|
|
|
12495
|
-
var _excluded$
|
|
12496
|
-
var loadingCircleStyle$
|
|
12553
|
+
var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12554
|
+
var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12497
12555
|
var ChartInterval = function ChartInterval(props) {
|
|
12498
12556
|
var color = props.color,
|
|
12499
12557
|
size = props.size,
|
|
@@ -12501,12 +12559,12 @@ var ChartInterval = function ChartInterval(props) {
|
|
|
12501
12559
|
style = props.style,
|
|
12502
12560
|
className = props.className,
|
|
12503
12561
|
iconClassName = props.iconClassName,
|
|
12504
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12562
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
12505
12563
|
return /*#__PURE__*/React.createElement("span", {
|
|
12506
12564
|
role: "img",
|
|
12507
12565
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12508
12566
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12509
|
-
children: loadingCircleStyle$
|
|
12567
|
+
children: loadingCircleStyle$3D
|
|
12510
12568
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12511
12569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12512
12570
|
width: size,
|
|
@@ -12543,8 +12601,8 @@ ChartInterval.defaultProps = {
|
|
|
12543
12601
|
size: '1em'
|
|
12544
12602
|
};
|
|
12545
12603
|
|
|
12546
|
-
var _excluded$
|
|
12547
|
-
var loadingCircleStyle$
|
|
12604
|
+
var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12605
|
+
var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12548
12606
|
var ChartStack = function ChartStack(props) {
|
|
12549
12607
|
var color = props.color,
|
|
12550
12608
|
size = props.size,
|
|
@@ -12552,12 +12610,12 @@ var ChartStack = function ChartStack(props) {
|
|
|
12552
12610
|
style = props.style,
|
|
12553
12611
|
className = props.className,
|
|
12554
12612
|
iconClassName = props.iconClassName,
|
|
12555
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12613
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
12556
12614
|
return /*#__PURE__*/React.createElement("span", {
|
|
12557
12615
|
role: "img",
|
|
12558
12616
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12559
12617
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12560
|
-
children: loadingCircleStyle$
|
|
12618
|
+
children: loadingCircleStyle$3E
|
|
12561
12619
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12562
12620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12563
12621
|
width: size,
|
|
@@ -12594,8 +12652,8 @@ ChartStack.defaultProps = {
|
|
|
12594
12652
|
size: '1em'
|
|
12595
12653
|
};
|
|
12596
12654
|
|
|
12597
|
-
var _excluded$
|
|
12598
|
-
var loadingCircleStyle$
|
|
12655
|
+
var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12656
|
+
var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12599
12657
|
var ChartStackn = function ChartStackn(props) {
|
|
12600
12658
|
var color = props.color,
|
|
12601
12659
|
size = props.size,
|
|
@@ -12603,12 +12661,12 @@ var ChartStackn = function ChartStackn(props) {
|
|
|
12603
12661
|
style = props.style,
|
|
12604
12662
|
className = props.className,
|
|
12605
12663
|
iconClassName = props.iconClassName,
|
|
12606
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12664
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
12607
12665
|
return /*#__PURE__*/React.createElement("span", {
|
|
12608
12666
|
role: "img",
|
|
12609
12667
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12610
12668
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12611
|
-
children: loadingCircleStyle$
|
|
12669
|
+
children: loadingCircleStyle$3F
|
|
12612
12670
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12613
12671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12614
12672
|
width: size,
|
|
@@ -12645,8 +12703,8 @@ ChartStackn.defaultProps = {
|
|
|
12645
12703
|
size: '1em'
|
|
12646
12704
|
};
|
|
12647
12705
|
|
|
12648
|
-
var _excluded$
|
|
12649
|
-
var loadingCircleStyle$
|
|
12706
|
+
var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12707
|
+
var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12650
12708
|
var ChartStackPerc = function ChartStackPerc(props) {
|
|
12651
12709
|
var color = props.color,
|
|
12652
12710
|
size = props.size,
|
|
@@ -12654,12 +12712,12 @@ var ChartStackPerc = function ChartStackPerc(props) {
|
|
|
12654
12712
|
style = props.style,
|
|
12655
12713
|
className = props.className,
|
|
12656
12714
|
iconClassName = props.iconClassName,
|
|
12657
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12715
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
12658
12716
|
return /*#__PURE__*/React.createElement("span", {
|
|
12659
12717
|
role: "img",
|
|
12660
12718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12661
12719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12662
|
-
children: loadingCircleStyle$
|
|
12720
|
+
children: loadingCircleStyle$3G
|
|
12663
12721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12664
12722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12665
12723
|
width: size,
|
|
@@ -12696,8 +12754,8 @@ ChartStackPerc.defaultProps = {
|
|
|
12696
12754
|
size: '1em'
|
|
12697
12755
|
};
|
|
12698
12756
|
|
|
12699
|
-
var _excluded$
|
|
12700
|
-
var loadingCircleStyle$
|
|
12757
|
+
var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12758
|
+
var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12701
12759
|
var ChartComplex = function ChartComplex(props) {
|
|
12702
12760
|
var color = props.color,
|
|
12703
12761
|
size = props.size,
|
|
@@ -12705,12 +12763,12 @@ var ChartComplex = function ChartComplex(props) {
|
|
|
12705
12763
|
style = props.style,
|
|
12706
12764
|
className = props.className,
|
|
12707
12765
|
iconClassName = props.iconClassName,
|
|
12708
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12766
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
12709
12767
|
return /*#__PURE__*/React.createElement("span", {
|
|
12710
12768
|
role: "img",
|
|
12711
12769
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12712
12770
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12713
|
-
children: loadingCircleStyle$
|
|
12771
|
+
children: loadingCircleStyle$3H
|
|
12714
12772
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12715
12773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12716
12774
|
width: size,
|
|
@@ -12753,8 +12811,8 @@ ChartComplex.defaultProps = {
|
|
|
12753
12811
|
size: '1em'
|
|
12754
12812
|
};
|
|
12755
12813
|
|
|
12756
|
-
var _excluded$
|
|
12757
|
-
var loadingCircleStyle$
|
|
12814
|
+
var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12815
|
+
var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12758
12816
|
var ChartHistogram = function ChartHistogram(props) {
|
|
12759
12817
|
var color = props.color,
|
|
12760
12818
|
size = props.size,
|
|
@@ -12762,12 +12820,12 @@ var ChartHistogram = function ChartHistogram(props) {
|
|
|
12762
12820
|
style = props.style,
|
|
12763
12821
|
className = props.className,
|
|
12764
12822
|
iconClassName = props.iconClassName,
|
|
12765
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12823
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
12766
12824
|
return /*#__PURE__*/React.createElement("span", {
|
|
12767
12825
|
role: "img",
|
|
12768
12826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12769
12827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12770
|
-
children: loadingCircleStyle$
|
|
12828
|
+
children: loadingCircleStyle$3I
|
|
12771
12829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12772
12830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12773
12831
|
width: size,
|
|
@@ -12816,8 +12874,8 @@ ChartHistogram.defaultProps = {
|
|
|
12816
12874
|
size: '1em'
|
|
12817
12875
|
};
|
|
12818
12876
|
|
|
12819
|
-
var _excluded$
|
|
12820
|
-
var loadingCircleStyle$
|
|
12877
|
+
var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12878
|
+
var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12821
12879
|
var ChartTable = function ChartTable(props) {
|
|
12822
12880
|
var color = props.color,
|
|
12823
12881
|
size = props.size,
|
|
@@ -12825,12 +12883,12 @@ var ChartTable = function ChartTable(props) {
|
|
|
12825
12883
|
style = props.style,
|
|
12826
12884
|
className = props.className,
|
|
12827
12885
|
iconClassName = props.iconClassName,
|
|
12828
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12886
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
12829
12887
|
return /*#__PURE__*/React.createElement("span", {
|
|
12830
12888
|
role: "img",
|
|
12831
12889
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12832
12890
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12833
|
-
children: loadingCircleStyle$
|
|
12891
|
+
children: loadingCircleStyle$3J
|
|
12834
12892
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12835
12893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12836
12894
|
width: size,
|
|
@@ -12865,8 +12923,8 @@ ChartTable.defaultProps = {
|
|
|
12865
12923
|
size: '1em'
|
|
12866
12924
|
};
|
|
12867
12925
|
|
|
12868
|
-
var _excluded$
|
|
12869
|
-
var loadingCircleStyle$
|
|
12926
|
+
var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12927
|
+
var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12870
12928
|
var ChartFieldlist = function ChartFieldlist(props) {
|
|
12871
12929
|
var color = props.color,
|
|
12872
12930
|
size = props.size,
|
|
@@ -12874,12 +12932,12 @@ var ChartFieldlist = function ChartFieldlist(props) {
|
|
|
12874
12932
|
style = props.style,
|
|
12875
12933
|
className = props.className,
|
|
12876
12934
|
iconClassName = props.iconClassName,
|
|
12877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12935
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
12878
12936
|
return /*#__PURE__*/React.createElement("span", {
|
|
12879
12937
|
role: "img",
|
|
12880
12938
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12881
12939
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12882
|
-
children: loadingCircleStyle$
|
|
12940
|
+
children: loadingCircleStyle$3K
|
|
12883
12941
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12884
12942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12885
12943
|
width: size,
|
|
@@ -12914,8 +12972,8 @@ ChartFieldlist.defaultProps = {
|
|
|
12914
12972
|
size: '1em'
|
|
12915
12973
|
};
|
|
12916
12974
|
|
|
12917
|
-
var _excluded$
|
|
12918
|
-
var loadingCircleStyle$
|
|
12975
|
+
var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12976
|
+
var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12919
12977
|
var Table1dtable = function Table1dtable(props) {
|
|
12920
12978
|
var color = props.color,
|
|
12921
12979
|
size = props.size,
|
|
@@ -12923,12 +12981,12 @@ var Table1dtable = function Table1dtable(props) {
|
|
|
12923
12981
|
style = props.style,
|
|
12924
12982
|
className = props.className,
|
|
12925
12983
|
iconClassName = props.iconClassName,
|
|
12926
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12984
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
12927
12985
|
return /*#__PURE__*/React.createElement("span", {
|
|
12928
12986
|
role: "img",
|
|
12929
12987
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12930
12988
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12931
|
-
children: loadingCircleStyle$
|
|
12989
|
+
children: loadingCircleStyle$3L
|
|
12932
12990
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12933
12991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12934
12992
|
width: size,
|
|
@@ -12981,8 +13039,8 @@ Table1dtable.defaultProps = {
|
|
|
12981
13039
|
size: '1em'
|
|
12982
13040
|
};
|
|
12983
13041
|
|
|
12984
|
-
var _excluded$
|
|
12985
|
-
var loadingCircleStyle$
|
|
13042
|
+
var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13043
|
+
var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12986
13044
|
var ChartSqltable = function ChartSqltable(props) {
|
|
12987
13045
|
var color = props.color,
|
|
12988
13046
|
size = props.size,
|
|
@@ -12990,12 +13048,12 @@ var ChartSqltable = function ChartSqltable(props) {
|
|
|
12990
13048
|
style = props.style,
|
|
12991
13049
|
className = props.className,
|
|
12992
13050
|
iconClassName = props.iconClassName,
|
|
12993
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13051
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
12994
13052
|
return /*#__PURE__*/React.createElement("span", {
|
|
12995
13053
|
role: "img",
|
|
12996
13054
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12997
13055
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12998
|
-
children: loadingCircleStyle$
|
|
13056
|
+
children: loadingCircleStyle$3M
|
|
12999
13057
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13000
13058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13001
13059
|
width: size,
|
|
@@ -13030,8 +13088,8 @@ ChartSqltable.defaultProps = {
|
|
|
13030
13088
|
size: '1em'
|
|
13031
13089
|
};
|
|
13032
13090
|
|
|
13033
|
-
var _excluded$
|
|
13034
|
-
var loadingCircleStyle$
|
|
13091
|
+
var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13092
|
+
var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13035
13093
|
var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
13036
13094
|
var color = props.color,
|
|
13037
13095
|
size = props.size,
|
|
@@ -13039,12 +13097,12 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
|
13039
13097
|
style = props.style,
|
|
13040
13098
|
className = props.className,
|
|
13041
13099
|
iconClassName = props.iconClassName,
|
|
13042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13100
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
13043
13101
|
return /*#__PURE__*/React.createElement("span", {
|
|
13044
13102
|
role: "img",
|
|
13045
13103
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13046
13104
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13047
|
-
children: loadingCircleStyle$
|
|
13105
|
+
children: loadingCircleStyle$3N
|
|
13048
13106
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13049
13107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13050
13108
|
width: size,
|
|
@@ -13079,8 +13137,8 @@ ChartCombinedTable.defaultProps = {
|
|
|
13079
13137
|
size: '1em'
|
|
13080
13138
|
};
|
|
13081
13139
|
|
|
13082
|
-
var _excluded$
|
|
13083
|
-
var loadingCircleStyle$
|
|
13140
|
+
var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13141
|
+
var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13084
13142
|
var ChartDistTable = function ChartDistTable(props) {
|
|
13085
13143
|
var color = props.color,
|
|
13086
13144
|
size = props.size,
|
|
@@ -13088,12 +13146,12 @@ var ChartDistTable = function ChartDistTable(props) {
|
|
|
13088
13146
|
style = props.style,
|
|
13089
13147
|
className = props.className,
|
|
13090
13148
|
iconClassName = props.iconClassName,
|
|
13091
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13149
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
13092
13150
|
return /*#__PURE__*/React.createElement("span", {
|
|
13093
13151
|
role: "img",
|
|
13094
13152
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13095
13153
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13096
|
-
children: loadingCircleStyle$
|
|
13154
|
+
children: loadingCircleStyle$3O
|
|
13097
13155
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13098
13156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13099
13157
|
width: size,
|
|
@@ -13128,8 +13186,8 @@ ChartDistTable.defaultProps = {
|
|
|
13128
13186
|
size: '1em'
|
|
13129
13187
|
};
|
|
13130
13188
|
|
|
13131
|
-
var _excluded$
|
|
13132
|
-
var loadingCircleStyle$
|
|
13189
|
+
var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13190
|
+
var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13133
13191
|
var ChartBarTable = function ChartBarTable(props) {
|
|
13134
13192
|
var color = props.color,
|
|
13135
13193
|
size = props.size,
|
|
@@ -13137,12 +13195,12 @@ var ChartBarTable = function ChartBarTable(props) {
|
|
|
13137
13195
|
style = props.style,
|
|
13138
13196
|
className = props.className,
|
|
13139
13197
|
iconClassName = props.iconClassName,
|
|
13140
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13198
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
13141
13199
|
return /*#__PURE__*/React.createElement("span", {
|
|
13142
13200
|
role: "img",
|
|
13143
13201
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13144
13202
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13145
|
-
children: loadingCircleStyle$
|
|
13203
|
+
children: loadingCircleStyle$3P
|
|
13146
13204
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13147
13205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13148
13206
|
width: size,
|
|
@@ -13179,8 +13237,8 @@ ChartBarTable.defaultProps = {
|
|
|
13179
13237
|
size: '1em'
|
|
13180
13238
|
};
|
|
13181
13239
|
|
|
13182
|
-
var _excluded$
|
|
13183
|
-
var loadingCircleStyle$
|
|
13240
|
+
var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13241
|
+
var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13184
13242
|
var ChartLineTable = function ChartLineTable(props) {
|
|
13185
13243
|
var color = props.color,
|
|
13186
13244
|
size = props.size,
|
|
@@ -13188,12 +13246,12 @@ var ChartLineTable = function ChartLineTable(props) {
|
|
|
13188
13246
|
style = props.style,
|
|
13189
13247
|
className = props.className,
|
|
13190
13248
|
iconClassName = props.iconClassName,
|
|
13191
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13249
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
13192
13250
|
return /*#__PURE__*/React.createElement("span", {
|
|
13193
13251
|
role: "img",
|
|
13194
13252
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13195
13253
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13196
|
-
children: loadingCircleStyle$
|
|
13254
|
+
children: loadingCircleStyle$3Q
|
|
13197
13255
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13198
13256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13199
13257
|
width: size,
|
|
@@ -13236,8 +13294,8 @@ ChartLineTable.defaultProps = {
|
|
|
13236
13294
|
size: '1em'
|
|
13237
13295
|
};
|
|
13238
13296
|
|
|
13239
|
-
var _excluded$
|
|
13240
|
-
var loadingCircleStyle$
|
|
13297
|
+
var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13298
|
+
var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13241
13299
|
var ChartScatter = function ChartScatter(props) {
|
|
13242
13300
|
var color = props.color,
|
|
13243
13301
|
size = props.size,
|
|
@@ -13245,12 +13303,12 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
13245
13303
|
style = props.style,
|
|
13246
13304
|
className = props.className,
|
|
13247
13305
|
iconClassName = props.iconClassName,
|
|
13248
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13306
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
13249
13307
|
return /*#__PURE__*/React.createElement("span", {
|
|
13250
13308
|
role: "img",
|
|
13251
13309
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13252
13310
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13253
|
-
children: loadingCircleStyle$
|
|
13311
|
+
children: loadingCircleStyle$3R
|
|
13254
13312
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13255
13313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13256
13314
|
width: size,
|
|
@@ -13297,8 +13355,8 @@ ChartScatter.defaultProps = {
|
|
|
13297
13355
|
size: '1em'
|
|
13298
13356
|
};
|
|
13299
13357
|
|
|
13300
|
-
var _excluded$
|
|
13301
|
-
var loadingCircleStyle$
|
|
13358
|
+
var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13359
|
+
var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13302
13360
|
var Play = function Play(props) {
|
|
13303
13361
|
var color = props.color,
|
|
13304
13362
|
size = props.size,
|
|
@@ -13306,12 +13364,12 @@ var Play = function Play(props) {
|
|
|
13306
13364
|
style = props.style,
|
|
13307
13365
|
className = props.className,
|
|
13308
13366
|
iconClassName = props.iconClassName,
|
|
13309
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13367
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
13310
13368
|
return /*#__PURE__*/React.createElement("span", {
|
|
13311
13369
|
role: "img",
|
|
13312
13370
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13313
13371
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13314
|
-
children: loadingCircleStyle$
|
|
13372
|
+
children: loadingCircleStyle$3S
|
|
13315
13373
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13316
13374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13317
13375
|
width: size,
|
|
@@ -13346,8 +13404,8 @@ Play.defaultProps = {
|
|
|
13346
13404
|
size: '1em'
|
|
13347
13405
|
};
|
|
13348
13406
|
|
|
13349
|
-
var _excluded$
|
|
13350
|
-
var loadingCircleStyle$
|
|
13407
|
+
var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13408
|
+
var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13351
13409
|
var Config = function Config(props) {
|
|
13352
13410
|
var color = props.color,
|
|
13353
13411
|
size = props.size,
|
|
@@ -13355,12 +13413,12 @@ var Config = function Config(props) {
|
|
|
13355
13413
|
style = props.style,
|
|
13356
13414
|
className = props.className,
|
|
13357
13415
|
iconClassName = props.iconClassName,
|
|
13358
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13416
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
13359
13417
|
return /*#__PURE__*/React.createElement("span", {
|
|
13360
13418
|
role: "img",
|
|
13361
13419
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13362
13420
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13363
|
-
children: loadingCircleStyle$
|
|
13421
|
+
children: loadingCircleStyle$3T
|
|
13364
13422
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13365
13423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13366
13424
|
width: size,
|
|
@@ -13395,8 +13453,8 @@ Config.defaultProps = {
|
|
|
13395
13453
|
size: '1em'
|
|
13396
13454
|
};
|
|
13397
13455
|
|
|
13398
|
-
var _excluded$
|
|
13399
|
-
var loadingCircleStyle$
|
|
13456
|
+
var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13457
|
+
var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13400
13458
|
var Setting = function Setting(props) {
|
|
13401
13459
|
var color = props.color,
|
|
13402
13460
|
size = props.size,
|
|
@@ -13404,12 +13462,12 @@ var Setting = function Setting(props) {
|
|
|
13404
13462
|
style = props.style,
|
|
13405
13463
|
className = props.className,
|
|
13406
13464
|
iconClassName = props.iconClassName,
|
|
13407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13465
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
13408
13466
|
return /*#__PURE__*/React.createElement("span", {
|
|
13409
13467
|
role: "img",
|
|
13410
13468
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13411
13469
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13412
|
-
children: loadingCircleStyle$
|
|
13470
|
+
children: loadingCircleStyle$3U
|
|
13413
13471
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13414
13472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13415
13473
|
width: size,
|
|
@@ -13444,8 +13502,8 @@ Setting.defaultProps = {
|
|
|
13444
13502
|
size: '1em'
|
|
13445
13503
|
};
|
|
13446
13504
|
|
|
13447
|
-
var _excluded$
|
|
13448
|
-
var loadingCircleStyle$
|
|
13505
|
+
var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13506
|
+
var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13449
13507
|
var Search = function Search(props) {
|
|
13450
13508
|
var color = props.color,
|
|
13451
13509
|
size = props.size,
|
|
@@ -13453,12 +13511,12 @@ var Search = function Search(props) {
|
|
|
13453
13511
|
style = props.style,
|
|
13454
13512
|
className = props.className,
|
|
13455
13513
|
iconClassName = props.iconClassName,
|
|
13456
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13514
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
13457
13515
|
return /*#__PURE__*/React.createElement("span", {
|
|
13458
13516
|
role: "img",
|
|
13459
13517
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13460
13518
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13461
|
-
children: loadingCircleStyle$
|
|
13519
|
+
children: loadingCircleStyle$3V
|
|
13462
13520
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13463
13521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13464
13522
|
width: size,
|
|
@@ -13493,8 +13551,8 @@ Search.defaultProps = {
|
|
|
13493
13551
|
size: '1em'
|
|
13494
13552
|
};
|
|
13495
13553
|
|
|
13496
|
-
var _excluded$
|
|
13497
|
-
var loadingCircleStyle$
|
|
13554
|
+
var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13555
|
+
var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13498
13556
|
var Copy = function Copy(props) {
|
|
13499
13557
|
var color = props.color,
|
|
13500
13558
|
size = props.size,
|
|
@@ -13502,12 +13560,12 @@ var Copy = function Copy(props) {
|
|
|
13502
13560
|
style = props.style,
|
|
13503
13561
|
className = props.className,
|
|
13504
13562
|
iconClassName = props.iconClassName,
|
|
13505
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13563
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
13506
13564
|
return /*#__PURE__*/React.createElement("span", {
|
|
13507
13565
|
role: "img",
|
|
13508
13566
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13509
13567
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13510
|
-
children: loadingCircleStyle$
|
|
13568
|
+
children: loadingCircleStyle$3W
|
|
13511
13569
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13512
13570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13513
13571
|
width: size,
|
|
@@ -13542,8 +13600,8 @@ Copy.defaultProps = {
|
|
|
13542
13600
|
size: '1em'
|
|
13543
13601
|
};
|
|
13544
13602
|
|
|
13545
|
-
var _excluded$
|
|
13546
|
-
var loadingCircleStyle$
|
|
13603
|
+
var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13604
|
+
var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13547
13605
|
var Copy2 = function Copy2(props) {
|
|
13548
13606
|
var color = props.color,
|
|
13549
13607
|
size = props.size,
|
|
@@ -13551,12 +13609,12 @@ var Copy2 = function Copy2(props) {
|
|
|
13551
13609
|
style = props.style,
|
|
13552
13610
|
className = props.className,
|
|
13553
13611
|
iconClassName = props.iconClassName,
|
|
13554
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13612
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
13555
13613
|
return /*#__PURE__*/React.createElement("span", {
|
|
13556
13614
|
role: "img",
|
|
13557
13615
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13558
13616
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13559
|
-
children: loadingCircleStyle$
|
|
13617
|
+
children: loadingCircleStyle$3X
|
|
13560
13618
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13561
13619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13562
13620
|
width: size,
|
|
@@ -13591,8 +13649,8 @@ Copy2.defaultProps = {
|
|
|
13591
13649
|
size: '1em'
|
|
13592
13650
|
};
|
|
13593
13651
|
|
|
13594
|
-
var _excluded$
|
|
13595
|
-
var loadingCircleStyle$
|
|
13652
|
+
var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13653
|
+
var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13596
13654
|
var Format = function Format(props) {
|
|
13597
13655
|
var color = props.color,
|
|
13598
13656
|
size = props.size,
|
|
@@ -13600,12 +13658,12 @@ var Format = function Format(props) {
|
|
|
13600
13658
|
style = props.style,
|
|
13601
13659
|
className = props.className,
|
|
13602
13660
|
iconClassName = props.iconClassName,
|
|
13603
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13661
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
13604
13662
|
return /*#__PURE__*/React.createElement("span", {
|
|
13605
13663
|
role: "img",
|
|
13606
13664
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13607
13665
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13608
|
-
children: loadingCircleStyle$
|
|
13666
|
+
children: loadingCircleStyle$3Y
|
|
13609
13667
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13610
13668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13611
13669
|
width: size,
|
|
@@ -13642,8 +13700,8 @@ Format.defaultProps = {
|
|
|
13642
13700
|
size: '1em'
|
|
13643
13701
|
};
|
|
13644
13702
|
|
|
13645
|
-
var _excluded$
|
|
13646
|
-
var loadingCircleStyle$
|
|
13703
|
+
var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13704
|
+
var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13647
13705
|
var Code = function Code(props) {
|
|
13648
13706
|
var color = props.color,
|
|
13649
13707
|
size = props.size,
|
|
@@ -13651,12 +13709,12 @@ var Code = function Code(props) {
|
|
|
13651
13709
|
style = props.style,
|
|
13652
13710
|
className = props.className,
|
|
13653
13711
|
iconClassName = props.iconClassName,
|
|
13654
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13712
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
13655
13713
|
return /*#__PURE__*/React.createElement("span", {
|
|
13656
13714
|
role: "img",
|
|
13657
13715
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13658
13716
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13659
|
-
children: loadingCircleStyle$
|
|
13717
|
+
children: loadingCircleStyle$3Z
|
|
13660
13718
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13661
13719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13662
13720
|
width: size,
|
|
@@ -13691,8 +13749,8 @@ Code.defaultProps = {
|
|
|
13691
13749
|
size: '1em'
|
|
13692
13750
|
};
|
|
13693
13751
|
|
|
13694
|
-
var _excluded$
|
|
13695
|
-
var loadingCircleStyle$
|
|
13752
|
+
var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13753
|
+
var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13696
13754
|
var Edit = function Edit(props) {
|
|
13697
13755
|
var color = props.color,
|
|
13698
13756
|
size = props.size,
|
|
@@ -13700,12 +13758,12 @@ var Edit = function Edit(props) {
|
|
|
13700
13758
|
style = props.style,
|
|
13701
13759
|
className = props.className,
|
|
13702
13760
|
iconClassName = props.iconClassName,
|
|
13703
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13761
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
13704
13762
|
return /*#__PURE__*/React.createElement("span", {
|
|
13705
13763
|
role: "img",
|
|
13706
13764
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13707
13765
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13708
|
-
children: loadingCircleStyle$
|
|
13766
|
+
children: loadingCircleStyle$3_
|
|
13709
13767
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13710
13768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13711
13769
|
width: size,
|
|
@@ -13740,8 +13798,8 @@ Edit.defaultProps = {
|
|
|
13740
13798
|
size: '1em'
|
|
13741
13799
|
};
|
|
13742
13800
|
|
|
13743
|
-
var _excluded$
|
|
13744
|
-
var loadingCircleStyle$
|
|
13801
|
+
var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13802
|
+
var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13745
13803
|
var EditFill = function EditFill(props) {
|
|
13746
13804
|
var color = props.color,
|
|
13747
13805
|
size = props.size,
|
|
@@ -13749,12 +13807,12 @@ var EditFill = function EditFill(props) {
|
|
|
13749
13807
|
style = props.style,
|
|
13750
13808
|
className = props.className,
|
|
13751
13809
|
iconClassName = props.iconClassName,
|
|
13752
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13810
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
13753
13811
|
return /*#__PURE__*/React.createElement("span", {
|
|
13754
13812
|
role: "img",
|
|
13755
13813
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13756
13814
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13757
|
-
children: loadingCircleStyle$
|
|
13815
|
+
children: loadingCircleStyle$3$
|
|
13758
13816
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13759
13817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13760
13818
|
width: size,
|
|
@@ -13791,8 +13849,8 @@ EditFill.defaultProps = {
|
|
|
13791
13849
|
size: '1em'
|
|
13792
13850
|
};
|
|
13793
13851
|
|
|
13794
|
-
var _excluded$
|
|
13795
|
-
var loadingCircleStyle$
|
|
13852
|
+
var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13853
|
+
var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13796
13854
|
var Delete1 = function Delete1(props) {
|
|
13797
13855
|
var color = props.color,
|
|
13798
13856
|
size = props.size,
|
|
@@ -13800,12 +13858,12 @@ var Delete1 = function Delete1(props) {
|
|
|
13800
13858
|
style = props.style,
|
|
13801
13859
|
className = props.className,
|
|
13802
13860
|
iconClassName = props.iconClassName,
|
|
13803
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13861
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
13804
13862
|
return /*#__PURE__*/React.createElement("span", {
|
|
13805
13863
|
role: "img",
|
|
13806
13864
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13807
13865
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13808
|
-
children: loadingCircleStyle$
|
|
13866
|
+
children: loadingCircleStyle$40
|
|
13809
13867
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13810
13868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13811
13869
|
width: size,
|
|
@@ -13840,8 +13898,8 @@ Delete1.defaultProps = {
|
|
|
13840
13898
|
size: '1em'
|
|
13841
13899
|
};
|
|
13842
13900
|
|
|
13843
|
-
var _excluded$
|
|
13844
|
-
var loadingCircleStyle$
|
|
13901
|
+
var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13902
|
+
var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13845
13903
|
var Save = function Save(props) {
|
|
13846
13904
|
var color = props.color,
|
|
13847
13905
|
size = props.size,
|
|
@@ -13849,12 +13907,12 @@ var Save = function Save(props) {
|
|
|
13849
13907
|
style = props.style,
|
|
13850
13908
|
className = props.className,
|
|
13851
13909
|
iconClassName = props.iconClassName,
|
|
13852
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13910
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
13853
13911
|
return /*#__PURE__*/React.createElement("span", {
|
|
13854
13912
|
role: "img",
|
|
13855
13913
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13856
13914
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13857
|
-
children: loadingCircleStyle$
|
|
13915
|
+
children: loadingCircleStyle$41
|
|
13858
13916
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13859
13917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13860
13918
|
width: size,
|
|
@@ -13889,8 +13947,8 @@ Save.defaultProps = {
|
|
|
13889
13947
|
size: '1em'
|
|
13890
13948
|
};
|
|
13891
13949
|
|
|
13892
|
-
var _excluded$
|
|
13893
|
-
var loadingCircleStyle$
|
|
13950
|
+
var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13951
|
+
var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13894
13952
|
var Send = function Send(props) {
|
|
13895
13953
|
var color = props.color,
|
|
13896
13954
|
size = props.size,
|
|
@@ -13898,12 +13956,12 @@ var Send = function Send(props) {
|
|
|
13898
13956
|
style = props.style,
|
|
13899
13957
|
className = props.className,
|
|
13900
13958
|
iconClassName = props.iconClassName,
|
|
13901
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13959
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
13902
13960
|
return /*#__PURE__*/React.createElement("span", {
|
|
13903
13961
|
role: "img",
|
|
13904
13962
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13905
13963
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13906
|
-
children: loadingCircleStyle$
|
|
13964
|
+
children: loadingCircleStyle$42
|
|
13907
13965
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13908
13966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13909
13967
|
width: size,
|
|
@@ -13940,8 +13998,8 @@ Send.defaultProps = {
|
|
|
13940
13998
|
size: '1em'
|
|
13941
13999
|
};
|
|
13942
14000
|
|
|
13943
|
-
var _excluded$
|
|
13944
|
-
var loadingCircleStyle$
|
|
14001
|
+
var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14002
|
+
var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13945
14003
|
var Fullscreen = function Fullscreen(props) {
|
|
13946
14004
|
var color = props.color,
|
|
13947
14005
|
size = props.size,
|
|
@@ -13949,12 +14007,12 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
13949
14007
|
style = props.style,
|
|
13950
14008
|
className = props.className,
|
|
13951
14009
|
iconClassName = props.iconClassName,
|
|
13952
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14010
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
13953
14011
|
return /*#__PURE__*/React.createElement("span", {
|
|
13954
14012
|
role: "img",
|
|
13955
14013
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13956
14014
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13957
|
-
children: loadingCircleStyle$
|
|
14015
|
+
children: loadingCircleStyle$43
|
|
13958
14016
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13959
14017
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13960
14018
|
width: size,
|
|
@@ -13989,8 +14047,8 @@ Fullscreen.defaultProps = {
|
|
|
13989
14047
|
size: '1em'
|
|
13990
14048
|
};
|
|
13991
14049
|
|
|
13992
|
-
var _excluded$
|
|
13993
|
-
var loadingCircleStyle$
|
|
14050
|
+
var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14051
|
+
var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13994
14052
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
13995
14053
|
var color = props.color,
|
|
13996
14054
|
size = props.size,
|
|
@@ -13998,12 +14056,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
13998
14056
|
style = props.style,
|
|
13999
14057
|
className = props.className,
|
|
14000
14058
|
iconClassName = props.iconClassName,
|
|
14001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14059
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
14002
14060
|
return /*#__PURE__*/React.createElement("span", {
|
|
14003
14061
|
role: "img",
|
|
14004
14062
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14005
14063
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14006
|
-
children: loadingCircleStyle$
|
|
14064
|
+
children: loadingCircleStyle$44
|
|
14007
14065
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14008
14066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14009
14067
|
width: size,
|
|
@@ -14038,8 +14096,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
14038
14096
|
size: '1em'
|
|
14039
14097
|
};
|
|
14040
14098
|
|
|
14041
|
-
var _excluded$
|
|
14042
|
-
var loadingCircleStyle$
|
|
14099
|
+
var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14100
|
+
var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14043
14101
|
var Link = function Link(props) {
|
|
14044
14102
|
var color = props.color,
|
|
14045
14103
|
size = props.size,
|
|
@@ -14047,12 +14105,12 @@ var Link = function Link(props) {
|
|
|
14047
14105
|
style = props.style,
|
|
14048
14106
|
className = props.className,
|
|
14049
14107
|
iconClassName = props.iconClassName,
|
|
14050
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14108
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
14051
14109
|
return /*#__PURE__*/React.createElement("span", {
|
|
14052
14110
|
role: "img",
|
|
14053
14111
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14054
14112
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14055
|
-
children: loadingCircleStyle$
|
|
14113
|
+
children: loadingCircleStyle$45
|
|
14056
14114
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14057
14115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14058
14116
|
width: size,
|
|
@@ -14091,8 +14149,8 @@ Link.defaultProps = {
|
|
|
14091
14149
|
size: '1em'
|
|
14092
14150
|
};
|
|
14093
14151
|
|
|
14094
|
-
var _excluded$
|
|
14095
|
-
var loadingCircleStyle$
|
|
14152
|
+
var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14153
|
+
var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14096
14154
|
var Unlink = function Unlink(props) {
|
|
14097
14155
|
var color = props.color,
|
|
14098
14156
|
size = props.size,
|
|
@@ -14100,12 +14158,12 @@ var Unlink = function Unlink(props) {
|
|
|
14100
14158
|
style = props.style,
|
|
14101
14159
|
className = props.className,
|
|
14102
14160
|
iconClassName = props.iconClassName,
|
|
14103
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14161
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
14104
14162
|
return /*#__PURE__*/React.createElement("span", {
|
|
14105
14163
|
role: "img",
|
|
14106
14164
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14107
14165
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14108
|
-
children: loadingCircleStyle$
|
|
14166
|
+
children: loadingCircleStyle$46
|
|
14109
14167
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14110
14168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14111
14169
|
width: size,
|
|
@@ -14146,8 +14204,8 @@ Unlink.defaultProps = {
|
|
|
14146
14204
|
size: '1em'
|
|
14147
14205
|
};
|
|
14148
14206
|
|
|
14149
|
-
var _excluded$
|
|
14150
|
-
var loadingCircleStyle$
|
|
14207
|
+
var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14208
|
+
var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14151
14209
|
var Link2 = function Link2(props) {
|
|
14152
14210
|
var color = props.color,
|
|
14153
14211
|
size = props.size,
|
|
@@ -14155,12 +14213,12 @@ var Link2 = function Link2(props) {
|
|
|
14155
14213
|
style = props.style,
|
|
14156
14214
|
className = props.className,
|
|
14157
14215
|
iconClassName = props.iconClassName,
|
|
14158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14216
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
14159
14217
|
return /*#__PURE__*/React.createElement("span", {
|
|
14160
14218
|
role: "img",
|
|
14161
14219
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14162
14220
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14163
|
-
children: loadingCircleStyle$
|
|
14221
|
+
children: loadingCircleStyle$47
|
|
14164
14222
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14165
14223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14166
14224
|
width: size,
|
|
@@ -14195,8 +14253,8 @@ Link2.defaultProps = {
|
|
|
14195
14253
|
size: '1em'
|
|
14196
14254
|
};
|
|
14197
14255
|
|
|
14198
|
-
var _excluded$
|
|
14199
|
-
var loadingCircleStyle$
|
|
14256
|
+
var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14257
|
+
var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14200
14258
|
var MenuUnfold = function MenuUnfold(props) {
|
|
14201
14259
|
var color = props.color,
|
|
14202
14260
|
size = props.size,
|
|
@@ -14204,12 +14262,12 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
14204
14262
|
style = props.style,
|
|
14205
14263
|
className = props.className,
|
|
14206
14264
|
iconClassName = props.iconClassName,
|
|
14207
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14265
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
14208
14266
|
return /*#__PURE__*/React.createElement("span", {
|
|
14209
14267
|
role: "img",
|
|
14210
14268
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14211
14269
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14212
|
-
children: loadingCircleStyle$
|
|
14270
|
+
children: loadingCircleStyle$48
|
|
14213
14271
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14214
14272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14215
14273
|
width: size,
|
|
@@ -14244,8 +14302,8 @@ MenuUnfold.defaultProps = {
|
|
|
14244
14302
|
size: '1em'
|
|
14245
14303
|
};
|
|
14246
14304
|
|
|
14247
|
-
var _excluded$
|
|
14248
|
-
var loadingCircleStyle$
|
|
14305
|
+
var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14306
|
+
var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14249
14307
|
var MenuFold = function MenuFold(props) {
|
|
14250
14308
|
var color = props.color,
|
|
14251
14309
|
size = props.size,
|
|
@@ -14253,12 +14311,12 @@ var MenuFold = function MenuFold(props) {
|
|
|
14253
14311
|
style = props.style,
|
|
14254
14312
|
className = props.className,
|
|
14255
14313
|
iconClassName = props.iconClassName,
|
|
14256
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14314
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
14257
14315
|
return /*#__PURE__*/React.createElement("span", {
|
|
14258
14316
|
role: "img",
|
|
14259
14317
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14260
14318
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14261
|
-
children: loadingCircleStyle$
|
|
14319
|
+
children: loadingCircleStyle$49
|
|
14262
14320
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14263
14321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14264
14322
|
width: size,
|
|
@@ -14293,8 +14351,8 @@ MenuFold.defaultProps = {
|
|
|
14293
14351
|
size: '1em'
|
|
14294
14352
|
};
|
|
14295
14353
|
|
|
14296
|
-
var _excluded$
|
|
14297
|
-
var loadingCircleStyle$
|
|
14354
|
+
var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14355
|
+
var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14298
14356
|
var List = function List(props) {
|
|
14299
14357
|
var color = props.color,
|
|
14300
14358
|
size = props.size,
|
|
@@ -14302,12 +14360,12 @@ var List = function List(props) {
|
|
|
14302
14360
|
style = props.style,
|
|
14303
14361
|
className = props.className,
|
|
14304
14362
|
iconClassName = props.iconClassName,
|
|
14305
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14363
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
14306
14364
|
return /*#__PURE__*/React.createElement("span", {
|
|
14307
14365
|
role: "img",
|
|
14308
14366
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14309
14367
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14310
|
-
children: loadingCircleStyle$
|
|
14368
|
+
children: loadingCircleStyle$4a
|
|
14311
14369
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14312
14370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14313
14371
|
width: size,
|
|
@@ -14342,8 +14400,8 @@ List.defaultProps = {
|
|
|
14342
14400
|
size: '1em'
|
|
14343
14401
|
};
|
|
14344
14402
|
|
|
14345
|
-
var _excluded$
|
|
14346
|
-
var loadingCircleStyle$
|
|
14403
|
+
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14404
|
+
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14347
14405
|
var ListNested = function ListNested(props) {
|
|
14348
14406
|
var color = props.color,
|
|
14349
14407
|
size = props.size,
|
|
@@ -14351,12 +14409,12 @@ var ListNested = function ListNested(props) {
|
|
|
14351
14409
|
style = props.style,
|
|
14352
14410
|
className = props.className,
|
|
14353
14411
|
iconClassName = props.iconClassName,
|
|
14354
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14412
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
14355
14413
|
return /*#__PURE__*/React.createElement("span", {
|
|
14356
14414
|
role: "img",
|
|
14357
14415
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14358
14416
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14359
|
-
children: loadingCircleStyle$
|
|
14417
|
+
children: loadingCircleStyle$4b
|
|
14360
14418
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14361
14419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14362
14420
|
width: size,
|
|
@@ -14393,8 +14451,8 @@ ListNested.defaultProps = {
|
|
|
14393
14451
|
size: '1em'
|
|
14394
14452
|
};
|
|
14395
14453
|
|
|
14396
|
-
var _excluded$
|
|
14397
|
-
var loadingCircleStyle$
|
|
14454
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14455
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14398
14456
|
var DoubleList = function DoubleList(props) {
|
|
14399
14457
|
var color = props.color,
|
|
14400
14458
|
size = props.size,
|
|
@@ -14402,12 +14460,12 @@ var DoubleList = function DoubleList(props) {
|
|
|
14402
14460
|
style = props.style,
|
|
14403
14461
|
className = props.className,
|
|
14404
14462
|
iconClassName = props.iconClassName,
|
|
14405
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14463
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
14406
14464
|
return /*#__PURE__*/React.createElement("span", {
|
|
14407
14465
|
role: "img",
|
|
14408
14466
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14409
14467
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14410
|
-
children: loadingCircleStyle$
|
|
14468
|
+
children: loadingCircleStyle$4c
|
|
14411
14469
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14412
14470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14413
14471
|
width: size,
|
|
@@ -14452,8 +14510,8 @@ DoubleList.defaultProps = {
|
|
|
14452
14510
|
size: '1em'
|
|
14453
14511
|
};
|
|
14454
14512
|
|
|
14455
|
-
var _excluded$
|
|
14456
|
-
var loadingCircleStyle$
|
|
14513
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14514
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14457
14515
|
var Download = function Download(props) {
|
|
14458
14516
|
var color = props.color,
|
|
14459
14517
|
size = props.size,
|
|
@@ -14461,12 +14519,12 @@ var Download = function Download(props) {
|
|
|
14461
14519
|
style = props.style,
|
|
14462
14520
|
className = props.className,
|
|
14463
14521
|
iconClassName = props.iconClassName,
|
|
14464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14522
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
14465
14523
|
return /*#__PURE__*/React.createElement("span", {
|
|
14466
14524
|
role: "img",
|
|
14467
14525
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14468
14526
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14469
|
-
children: loadingCircleStyle$
|
|
14527
|
+
children: loadingCircleStyle$4d
|
|
14470
14528
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14471
14529
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14472
14530
|
width: size,
|
|
@@ -14501,8 +14559,8 @@ Download.defaultProps = {
|
|
|
14501
14559
|
size: '1em'
|
|
14502
14560
|
};
|
|
14503
14561
|
|
|
14504
|
-
var _excluded$
|
|
14505
|
-
var loadingCircleStyle$
|
|
14562
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14563
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14506
14564
|
var FullDownload = function FullDownload(props) {
|
|
14507
14565
|
var color = props.color,
|
|
14508
14566
|
size = props.size,
|
|
@@ -14510,12 +14568,12 @@ var FullDownload = function FullDownload(props) {
|
|
|
14510
14568
|
style = props.style,
|
|
14511
14569
|
className = props.className,
|
|
14512
14570
|
iconClassName = props.iconClassName,
|
|
14513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14571
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
14514
14572
|
return /*#__PURE__*/React.createElement("span", {
|
|
14515
14573
|
role: "img",
|
|
14516
14574
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14517
14575
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14518
|
-
children: loadingCircleStyle$
|
|
14576
|
+
children: loadingCircleStyle$4e
|
|
14519
14577
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14520
14578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14521
14579
|
width: size,
|
|
@@ -14552,8 +14610,8 @@ FullDownload.defaultProps = {
|
|
|
14552
14610
|
size: '1em'
|
|
14553
14611
|
};
|
|
14554
14612
|
|
|
14555
|
-
var _excluded$
|
|
14556
|
-
var loadingCircleStyle$
|
|
14613
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14614
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14557
14615
|
var Export = function Export(props) {
|
|
14558
14616
|
var color = props.color,
|
|
14559
14617
|
size = props.size,
|
|
@@ -14561,12 +14619,12 @@ var Export = function Export(props) {
|
|
|
14561
14619
|
style = props.style,
|
|
14562
14620
|
className = props.className,
|
|
14563
14621
|
iconClassName = props.iconClassName,
|
|
14564
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14622
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
14565
14623
|
return /*#__PURE__*/React.createElement("span", {
|
|
14566
14624
|
role: "img",
|
|
14567
14625
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14568
14626
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14569
|
-
children: loadingCircleStyle$
|
|
14627
|
+
children: loadingCircleStyle$4f
|
|
14570
14628
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14571
14629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14572
14630
|
width: size,
|
|
@@ -14603,8 +14661,8 @@ Export.defaultProps = {
|
|
|
14603
14661
|
size: '1em'
|
|
14604
14662
|
};
|
|
14605
14663
|
|
|
14606
|
-
var _excluded$
|
|
14607
|
-
var loadingCircleStyle$
|
|
14664
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14665
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14608
14666
|
var Import = function Import(props) {
|
|
14609
14667
|
var color = props.color,
|
|
14610
14668
|
size = props.size,
|
|
@@ -14612,12 +14670,12 @@ var Import = function Import(props) {
|
|
|
14612
14670
|
style = props.style,
|
|
14613
14671
|
className = props.className,
|
|
14614
14672
|
iconClassName = props.iconClassName,
|
|
14615
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14673
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
14616
14674
|
return /*#__PURE__*/React.createElement("span", {
|
|
14617
14675
|
role: "img",
|
|
14618
14676
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14619
14677
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14620
|
-
children: loadingCircleStyle$
|
|
14678
|
+
children: loadingCircleStyle$4g
|
|
14621
14679
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14622
14680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14623
14681
|
width: size,
|
|
@@ -14654,8 +14712,8 @@ Import.defaultProps = {
|
|
|
14654
14712
|
size: '1em'
|
|
14655
14713
|
};
|
|
14656
14714
|
|
|
14657
|
-
var _excluded$
|
|
14658
|
-
var loadingCircleStyle$
|
|
14715
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14716
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14659
14717
|
var Add1 = function Add1(props) {
|
|
14660
14718
|
var color = props.color,
|
|
14661
14719
|
size = props.size,
|
|
@@ -14663,12 +14721,12 @@ var Add1 = function Add1(props) {
|
|
|
14663
14721
|
style = props.style,
|
|
14664
14722
|
className = props.className,
|
|
14665
14723
|
iconClassName = props.iconClassName,
|
|
14666
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14724
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
14667
14725
|
return /*#__PURE__*/React.createElement("span", {
|
|
14668
14726
|
role: "img",
|
|
14669
14727
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14670
14728
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14671
|
-
children: loadingCircleStyle$
|
|
14729
|
+
children: loadingCircleStyle$4h
|
|
14672
14730
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14673
14731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14674
14732
|
width: size,
|
|
@@ -14703,8 +14761,8 @@ Add1.defaultProps = {
|
|
|
14703
14761
|
size: '1em'
|
|
14704
14762
|
};
|
|
14705
14763
|
|
|
14706
|
-
var _excluded$
|
|
14707
|
-
var loadingCircleStyle$
|
|
14764
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14765
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14708
14766
|
var Add2 = function Add2(props) {
|
|
14709
14767
|
var color = props.color,
|
|
14710
14768
|
size = props.size,
|
|
@@ -14712,12 +14770,12 @@ var Add2 = function Add2(props) {
|
|
|
14712
14770
|
style = props.style,
|
|
14713
14771
|
className = props.className,
|
|
14714
14772
|
iconClassName = props.iconClassName,
|
|
14715
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14773
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
14716
14774
|
return /*#__PURE__*/React.createElement("span", {
|
|
14717
14775
|
role: "img",
|
|
14718
14776
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14719
14777
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14720
|
-
children: loadingCircleStyle$
|
|
14778
|
+
children: loadingCircleStyle$4i
|
|
14721
14779
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14722
14780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14723
14781
|
width: size,
|
|
@@ -14752,8 +14810,8 @@ Add2.defaultProps = {
|
|
|
14752
14810
|
size: '1em'
|
|
14753
14811
|
};
|
|
14754
14812
|
|
|
14755
|
-
var _excluded$
|
|
14756
|
-
var loadingCircleStyle$
|
|
14813
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14814
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14757
14815
|
var Add3 = function Add3(props) {
|
|
14758
14816
|
var color = props.color,
|
|
14759
14817
|
size = props.size,
|
|
@@ -14761,12 +14819,12 @@ var Add3 = function Add3(props) {
|
|
|
14761
14819
|
style = props.style,
|
|
14762
14820
|
className = props.className,
|
|
14763
14821
|
iconClassName = props.iconClassName,
|
|
14764
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14822
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
14765
14823
|
return /*#__PURE__*/React.createElement("span", {
|
|
14766
14824
|
role: "img",
|
|
14767
14825
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14768
14826
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14769
|
-
children: loadingCircleStyle$
|
|
14827
|
+
children: loadingCircleStyle$4j
|
|
14770
14828
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14771
14829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14772
14830
|
width: size,
|
|
@@ -14801,8 +14859,8 @@ Add3.defaultProps = {
|
|
|
14801
14859
|
size: '1em'
|
|
14802
14860
|
};
|
|
14803
14861
|
|
|
14804
|
-
var _excluded$
|
|
14805
|
-
var loadingCircleStyle$
|
|
14862
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14863
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14806
14864
|
var Add3Fill = function Add3Fill(props) {
|
|
14807
14865
|
var color = props.color,
|
|
14808
14866
|
size = props.size,
|
|
@@ -14810,12 +14868,12 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
14810
14868
|
style = props.style,
|
|
14811
14869
|
className = props.className,
|
|
14812
14870
|
iconClassName = props.iconClassName,
|
|
14813
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14871
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
14814
14872
|
return /*#__PURE__*/React.createElement("span", {
|
|
14815
14873
|
role: "img",
|
|
14816
14874
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14817
14875
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14818
|
-
children: loadingCircleStyle$
|
|
14876
|
+
children: loadingCircleStyle$4k
|
|
14819
14877
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14820
14878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14821
14879
|
width: size,
|
|
@@ -14850,8 +14908,8 @@ Add3Fill.defaultProps = {
|
|
|
14850
14908
|
size: '1em'
|
|
14851
14909
|
};
|
|
14852
14910
|
|
|
14853
|
-
var _excluded$
|
|
14854
|
-
var loadingCircleStyle$
|
|
14911
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14912
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14855
14913
|
var Subtract = function Subtract(props) {
|
|
14856
14914
|
var color = props.color,
|
|
14857
14915
|
size = props.size,
|
|
@@ -14859,12 +14917,12 @@ var Subtract = function Subtract(props) {
|
|
|
14859
14917
|
style = props.style,
|
|
14860
14918
|
className = props.className,
|
|
14861
14919
|
iconClassName = props.iconClassName,
|
|
14862
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14920
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
14863
14921
|
return /*#__PURE__*/React.createElement("span", {
|
|
14864
14922
|
role: "img",
|
|
14865
14923
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14866
14924
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14867
|
-
children: loadingCircleStyle$
|
|
14925
|
+
children: loadingCircleStyle$4l
|
|
14868
14926
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14869
14927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14870
14928
|
width: size,
|
|
@@ -14902,8 +14960,8 @@ Subtract.defaultProps = {
|
|
|
14902
14960
|
size: '1em'
|
|
14903
14961
|
};
|
|
14904
14962
|
|
|
14905
|
-
var _excluded$
|
|
14906
|
-
var loadingCircleStyle$
|
|
14963
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14964
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14907
14965
|
var Subtract2 = function Subtract2(props) {
|
|
14908
14966
|
var color = props.color,
|
|
14909
14967
|
size = props.size,
|
|
@@ -14911,12 +14969,12 @@ var Subtract2 = function Subtract2(props) {
|
|
|
14911
14969
|
style = props.style,
|
|
14912
14970
|
className = props.className,
|
|
14913
14971
|
iconClassName = props.iconClassName,
|
|
14914
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14972
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
14915
14973
|
return /*#__PURE__*/React.createElement("span", {
|
|
14916
14974
|
role: "img",
|
|
14917
14975
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14918
14976
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14919
|
-
children: loadingCircleStyle$
|
|
14977
|
+
children: loadingCircleStyle$4m
|
|
14920
14978
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14921
14979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14922
14980
|
width: size,
|
|
@@ -14955,8 +15013,8 @@ Subtract2.defaultProps = {
|
|
|
14955
15013
|
size: '1em'
|
|
14956
15014
|
};
|
|
14957
15015
|
|
|
14958
|
-
var _excluded$
|
|
14959
|
-
var loadingCircleStyle$
|
|
15016
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15017
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14960
15018
|
var Update = function Update(props) {
|
|
14961
15019
|
var color = props.color,
|
|
14962
15020
|
size = props.size,
|
|
@@ -14964,12 +15022,12 @@ var Update = function Update(props) {
|
|
|
14964
15022
|
style = props.style,
|
|
14965
15023
|
className = props.className,
|
|
14966
15024
|
iconClassName = props.iconClassName,
|
|
14967
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15025
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
14968
15026
|
return /*#__PURE__*/React.createElement("span", {
|
|
14969
15027
|
role: "img",
|
|
14970
15028
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14971
15029
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14972
|
-
children: loadingCircleStyle$
|
|
15030
|
+
children: loadingCircleStyle$4n
|
|
14973
15031
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14974
15032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14975
15033
|
width: size,
|
|
@@ -15004,8 +15062,8 @@ Update.defaultProps = {
|
|
|
15004
15062
|
size: '1em'
|
|
15005
15063
|
};
|
|
15006
15064
|
|
|
15007
|
-
var _excluded$
|
|
15008
|
-
var loadingCircleStyle$
|
|
15065
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15066
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15009
15067
|
var Rename = function Rename(props) {
|
|
15010
15068
|
var color = props.color,
|
|
15011
15069
|
size = props.size,
|
|
@@ -15013,12 +15071,12 @@ var Rename = function Rename(props) {
|
|
|
15013
15071
|
style = props.style,
|
|
15014
15072
|
className = props.className,
|
|
15015
15073
|
iconClassName = props.iconClassName,
|
|
15016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15074
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
15017
15075
|
return /*#__PURE__*/React.createElement("span", {
|
|
15018
15076
|
role: "img",
|
|
15019
15077
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15020
15078
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15021
|
-
children: loadingCircleStyle$
|
|
15079
|
+
children: loadingCircleStyle$4o
|
|
15022
15080
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15023
15081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15024
15082
|
width: size,
|
|
@@ -15055,8 +15113,8 @@ Rename.defaultProps = {
|
|
|
15055
15113
|
size: '1em'
|
|
15056
15114
|
};
|
|
15057
15115
|
|
|
15058
|
-
var _excluded$
|
|
15059
|
-
var loadingCircleStyle$
|
|
15116
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15117
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15060
15118
|
var PlayCircle = function PlayCircle(props) {
|
|
15061
15119
|
var color = props.color,
|
|
15062
15120
|
size = props.size,
|
|
@@ -15064,12 +15122,12 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
15064
15122
|
style = props.style,
|
|
15065
15123
|
className = props.className,
|
|
15066
15124
|
iconClassName = props.iconClassName,
|
|
15067
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15125
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
15068
15126
|
return /*#__PURE__*/React.createElement("span", {
|
|
15069
15127
|
role: "img",
|
|
15070
15128
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15071
15129
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15072
|
-
children: loadingCircleStyle$
|
|
15130
|
+
children: loadingCircleStyle$4p
|
|
15073
15131
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15074
15132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15075
15133
|
width: size,
|
|
@@ -15104,8 +15162,8 @@ PlayCircle.defaultProps = {
|
|
|
15104
15162
|
size: '1em'
|
|
15105
15163
|
};
|
|
15106
15164
|
|
|
15107
|
-
var _excluded$
|
|
15108
|
-
var loadingCircleStyle$
|
|
15165
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15166
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15109
15167
|
var PauseCircle = function PauseCircle(props) {
|
|
15110
15168
|
var color = props.color,
|
|
15111
15169
|
size = props.size,
|
|
@@ -15113,12 +15171,12 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
15113
15171
|
style = props.style,
|
|
15114
15172
|
className = props.className,
|
|
15115
15173
|
iconClassName = props.iconClassName,
|
|
15116
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15174
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
15117
15175
|
return /*#__PURE__*/React.createElement("span", {
|
|
15118
15176
|
role: "img",
|
|
15119
15177
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15120
15178
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15121
|
-
children: loadingCircleStyle$
|
|
15179
|
+
children: loadingCircleStyle$4q
|
|
15122
15180
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15123
15181
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15124
15182
|
width: size,
|
|
@@ -15153,8 +15211,8 @@ PauseCircle.defaultProps = {
|
|
|
15153
15211
|
size: '1em'
|
|
15154
15212
|
};
|
|
15155
15213
|
|
|
15156
|
-
var _excluded$
|
|
15157
|
-
var loadingCircleStyle$
|
|
15214
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15215
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15158
15216
|
var UpdateData = function UpdateData(props) {
|
|
15159
15217
|
var color = props.color,
|
|
15160
15218
|
size = props.size,
|
|
@@ -15162,12 +15220,12 @@ var UpdateData = function UpdateData(props) {
|
|
|
15162
15220
|
style = props.style,
|
|
15163
15221
|
className = props.className,
|
|
15164
15222
|
iconClassName = props.iconClassName,
|
|
15165
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15223
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
15166
15224
|
return /*#__PURE__*/React.createElement("span", {
|
|
15167
15225
|
role: "img",
|
|
15168
15226
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15169
15227
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15170
|
-
children: loadingCircleStyle$
|
|
15228
|
+
children: loadingCircleStyle$4r
|
|
15171
15229
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15172
15230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15173
15231
|
width: size,
|
|
@@ -15206,8 +15264,8 @@ UpdateData.defaultProps = {
|
|
|
15206
15264
|
size: '1em'
|
|
15207
15265
|
};
|
|
15208
15266
|
|
|
15209
|
-
var _excluded$
|
|
15210
|
-
var loadingCircleStyle$
|
|
15267
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15268
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15211
15269
|
var Upload = function Upload(props) {
|
|
15212
15270
|
var color = props.color,
|
|
15213
15271
|
size = props.size,
|
|
@@ -15215,12 +15273,12 @@ var Upload = function Upload(props) {
|
|
|
15215
15273
|
style = props.style,
|
|
15216
15274
|
className = props.className,
|
|
15217
15275
|
iconClassName = props.iconClassName,
|
|
15218
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15276
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
15219
15277
|
return /*#__PURE__*/React.createElement("span", {
|
|
15220
15278
|
role: "img",
|
|
15221
15279
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15222
15280
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15223
|
-
children: loadingCircleStyle$
|
|
15281
|
+
children: loadingCircleStyle$4s
|
|
15224
15282
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15225
15283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15226
15284
|
width: size,
|
|
@@ -15257,8 +15315,8 @@ Upload.defaultProps = {
|
|
|
15257
15315
|
size: '1em'
|
|
15258
15316
|
};
|
|
15259
15317
|
|
|
15260
|
-
var _excluded$
|
|
15261
|
-
var loadingCircleStyle$
|
|
15318
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15319
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15262
15320
|
var Click = function Click(props) {
|
|
15263
15321
|
var color = props.color,
|
|
15264
15322
|
size = props.size,
|
|
@@ -15266,12 +15324,12 @@ var Click = function Click(props) {
|
|
|
15266
15324
|
style = props.style,
|
|
15267
15325
|
className = props.className,
|
|
15268
15326
|
iconClassName = props.iconClassName,
|
|
15269
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15327
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
15270
15328
|
return /*#__PURE__*/React.createElement("span", {
|
|
15271
15329
|
role: "img",
|
|
15272
15330
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15273
15331
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15274
|
-
children: loadingCircleStyle$
|
|
15332
|
+
children: loadingCircleStyle$4t
|
|
15275
15333
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15276
15334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15277
15335
|
width: size,
|
|
@@ -15306,8 +15364,8 @@ Click.defaultProps = {
|
|
|
15306
15364
|
size: '1em'
|
|
15307
15365
|
};
|
|
15308
15366
|
|
|
15309
|
-
var _excluded$
|
|
15310
|
-
var loadingCircleStyle$
|
|
15367
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15368
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15311
15369
|
var Install = function Install(props) {
|
|
15312
15370
|
var color = props.color,
|
|
15313
15371
|
size = props.size,
|
|
@@ -15315,12 +15373,12 @@ var Install = function Install(props) {
|
|
|
15315
15373
|
style = props.style,
|
|
15316
15374
|
className = props.className,
|
|
15317
15375
|
iconClassName = props.iconClassName,
|
|
15318
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15376
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
15319
15377
|
return /*#__PURE__*/React.createElement("span", {
|
|
15320
15378
|
role: "img",
|
|
15321
15379
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15322
15380
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15323
|
-
children: loadingCircleStyle$
|
|
15381
|
+
children: loadingCircleStyle$4u
|
|
15324
15382
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15325
15383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15326
15384
|
width: size,
|
|
@@ -15355,8 +15413,8 @@ Install.defaultProps = {
|
|
|
15355
15413
|
size: '1em'
|
|
15356
15414
|
};
|
|
15357
15415
|
|
|
15358
|
-
var _excluded$
|
|
15359
|
-
var loadingCircleStyle$
|
|
15416
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15417
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15360
15418
|
var Expand = function Expand(props) {
|
|
15361
15419
|
var color = props.color,
|
|
15362
15420
|
size = props.size,
|
|
@@ -15364,12 +15422,12 @@ var Expand = function Expand(props) {
|
|
|
15364
15422
|
style = props.style,
|
|
15365
15423
|
className = props.className,
|
|
15366
15424
|
iconClassName = props.iconClassName,
|
|
15367
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15425
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
15368
15426
|
return /*#__PURE__*/React.createElement("span", {
|
|
15369
15427
|
role: "img",
|
|
15370
15428
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15371
15429
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15372
|
-
children: loadingCircleStyle$
|
|
15430
|
+
children: loadingCircleStyle$4v
|
|
15373
15431
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15374
15432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15375
15433
|
width: size,
|
|
@@ -15406,8 +15464,8 @@ Expand.defaultProps = {
|
|
|
15406
15464
|
size: '1em'
|
|
15407
15465
|
};
|
|
15408
15466
|
|
|
15409
|
-
var _excluded$
|
|
15410
|
-
var loadingCircleStyle$
|
|
15467
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15468
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15411
15469
|
var Pinch = function Pinch(props) {
|
|
15412
15470
|
var color = props.color,
|
|
15413
15471
|
size = props.size,
|
|
@@ -15415,12 +15473,12 @@ var Pinch = function Pinch(props) {
|
|
|
15415
15473
|
style = props.style,
|
|
15416
15474
|
className = props.className,
|
|
15417
15475
|
iconClassName = props.iconClassName,
|
|
15418
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15476
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
15419
15477
|
return /*#__PURE__*/React.createElement("span", {
|
|
15420
15478
|
role: "img",
|
|
15421
15479
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15422
15480
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15423
|
-
children: loadingCircleStyle$
|
|
15481
|
+
children: loadingCircleStyle$4w
|
|
15424
15482
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15425
15483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15426
15484
|
width: size,
|
|
@@ -15457,8 +15515,8 @@ Pinch.defaultProps = {
|
|
|
15457
15515
|
size: '1em'
|
|
15458
15516
|
};
|
|
15459
15517
|
|
|
15460
|
-
var _excluded$
|
|
15461
|
-
var loadingCircleStyle$
|
|
15518
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15519
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15462
15520
|
var NewIndicator = function NewIndicator(props) {
|
|
15463
15521
|
var color = props.color,
|
|
15464
15522
|
size = props.size,
|
|
@@ -15466,12 +15524,12 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
15466
15524
|
style = props.style,
|
|
15467
15525
|
className = props.className,
|
|
15468
15526
|
iconClassName = props.iconClassName,
|
|
15469
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15527
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
15470
15528
|
return /*#__PURE__*/React.createElement("span", {
|
|
15471
15529
|
role: "img",
|
|
15472
15530
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15473
15531
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15474
|
-
children: loadingCircleStyle$
|
|
15532
|
+
children: loadingCircleStyle$4x
|
|
15475
15533
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15476
15534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15477
15535
|
width: size,
|
|
@@ -15508,8 +15566,8 @@ NewIndicator.defaultProps = {
|
|
|
15508
15566
|
size: '1em'
|
|
15509
15567
|
};
|
|
15510
15568
|
|
|
15511
|
-
var _excluded$
|
|
15512
|
-
var loadingCircleStyle$
|
|
15569
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15570
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15513
15571
|
var BoxOpen = function BoxOpen(props) {
|
|
15514
15572
|
var color = props.color,
|
|
15515
15573
|
size = props.size,
|
|
@@ -15517,12 +15575,12 @@ var BoxOpen = function BoxOpen(props) {
|
|
|
15517
15575
|
style = props.style,
|
|
15518
15576
|
className = props.className,
|
|
15519
15577
|
iconClassName = props.iconClassName,
|
|
15520
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15578
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
15521
15579
|
return /*#__PURE__*/React.createElement("span", {
|
|
15522
15580
|
role: "img",
|
|
15523
15581
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15524
15582
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15525
|
-
children: loadingCircleStyle$
|
|
15583
|
+
children: loadingCircleStyle$4y
|
|
15526
15584
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15527
15585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15528
15586
|
width: size,
|
|
@@ -15559,8 +15617,8 @@ BoxOpen.defaultProps = {
|
|
|
15559
15617
|
size: '1em'
|
|
15560
15618
|
};
|
|
15561
15619
|
|
|
15562
|
-
var _excluded$
|
|
15563
|
-
var loadingCircleStyle$
|
|
15620
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15621
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15564
15622
|
var Interval = function Interval(props) {
|
|
15565
15623
|
var color = props.color,
|
|
15566
15624
|
size = props.size,
|
|
@@ -15568,12 +15626,12 @@ var Interval = function Interval(props) {
|
|
|
15568
15626
|
style = props.style,
|
|
15569
15627
|
className = props.className,
|
|
15570
15628
|
iconClassName = props.iconClassName,
|
|
15571
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15629
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
15572
15630
|
return /*#__PURE__*/React.createElement("span", {
|
|
15573
15631
|
role: "img",
|
|
15574
15632
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15575
15633
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15576
|
-
children: loadingCircleStyle$
|
|
15634
|
+
children: loadingCircleStyle$4z
|
|
15577
15635
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15578
15636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15579
15637
|
width: size,
|
|
@@ -15616,58 +15674,9 @@ Interval.defaultProps = {
|
|
|
15616
15674
|
size: '1em'
|
|
15617
15675
|
};
|
|
15618
15676
|
|
|
15619
|
-
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15620
|
-
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15621
|
-
var Revert = function Revert(props) {
|
|
15622
|
-
var color = props.color,
|
|
15623
|
-
size = props.size,
|
|
15624
|
-
spin = props.spin,
|
|
15625
|
-
style = props.style,
|
|
15626
|
-
className = props.className,
|
|
15627
|
-
iconClassName = props.iconClassName,
|
|
15628
|
-
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
15629
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
15630
|
-
role: "img",
|
|
15631
|
-
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15632
|
-
}, /*#__PURE__*/React.createElement("style", {
|
|
15633
|
-
children: loadingCircleStyle$4z
|
|
15634
|
-
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15635
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15636
|
-
width: size,
|
|
15637
|
-
height: size,
|
|
15638
|
-
viewBox: "0 0 24 24",
|
|
15639
|
-
fill: color
|
|
15640
|
-
}, otherProps, {
|
|
15641
|
-
className: iconClassName,
|
|
15642
|
-
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
15643
|
-
animationDuration: '1s',
|
|
15644
|
-
animationIterationCount: 'infinite',
|
|
15645
|
-
animationName: 'loadingCircle',
|
|
15646
|
-
animationTimingFunction: 'linear'
|
|
15647
|
-
} : {})
|
|
15648
|
-
}), /*#__PURE__*/React.createElement("svg", {
|
|
15649
|
-
width: "24",
|
|
15650
|
-
height: "24",
|
|
15651
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
15652
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
15653
|
-
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2a8 8 0 101.385-4.5H8v2H2v-6h2V6a9.98 9.98 0 018-4z"
|
|
15654
|
-
}))));
|
|
15655
|
-
};
|
|
15656
|
-
Revert.propTypes = {
|
|
15657
|
-
iconClassName: PropTypes.string,
|
|
15658
|
-
spin: PropTypes.bool,
|
|
15659
|
-
color: PropTypes.string,
|
|
15660
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
15661
|
-
};
|
|
15662
|
-
Revert.defaultProps = {
|
|
15663
|
-
spin: false,
|
|
15664
|
-
color: 'currentColor',
|
|
15665
|
-
size: '1em'
|
|
15666
|
-
};
|
|
15667
|
-
|
|
15668
15677
|
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15669
15678
|
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15670
|
-
var
|
|
15679
|
+
var Revert = function Revert(props) {
|
|
15671
15680
|
var color = props.color,
|
|
15672
15681
|
size = props.size,
|
|
15673
15682
|
spin = props.spin,
|
|
@@ -15699,16 +15708,16 @@ var CmdMac = function CmdMac(props) {
|
|
|
15699
15708
|
height: "24",
|
|
15700
15709
|
xmlns: "http://www.w3.org/2000/svg"
|
|
15701
15710
|
}, /*#__PURE__*/React.createElement("path", {
|
|
15702
|
-
d: "
|
|
15711
|
+
d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2a8 8 0 101.385-4.5H8v2H2v-6h2V6a9.98 9.98 0 018-4z"
|
|
15703
15712
|
}))));
|
|
15704
15713
|
};
|
|
15705
|
-
|
|
15714
|
+
Revert.propTypes = {
|
|
15706
15715
|
iconClassName: PropTypes.string,
|
|
15707
15716
|
spin: PropTypes.bool,
|
|
15708
15717
|
color: PropTypes.string,
|
|
15709
15718
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
15710
15719
|
};
|
|
15711
|
-
|
|
15720
|
+
Revert.defaultProps = {
|
|
15712
15721
|
spin: false,
|
|
15713
15722
|
color: 'currentColor',
|
|
15714
15723
|
size: '1em'
|
|
@@ -19139,7 +19148,6 @@ exports.TaChartTable = ChartTable;
|
|
|
19139
19148
|
exports.TaClick = Click;
|
|
19140
19149
|
exports.TaClock = Clock;
|
|
19141
19150
|
exports.TaClose = Close;
|
|
19142
|
-
exports.TaCmdMac = CmdMac;
|
|
19143
19151
|
exports.TaCode = Code;
|
|
19144
19152
|
exports.TaComment = Comment;
|
|
19145
19153
|
exports.TaConfig = Config;
|
|
@@ -19278,6 +19286,7 @@ exports.TaLogoWechatCl = LogoWechatCl;
|
|
|
19278
19286
|
exports.TaLogoWechatGray = LogoWechatGray;
|
|
19279
19287
|
exports.TaLogoWecomCl = LogoWecomCl;
|
|
19280
19288
|
exports.TaLogoWecomGray = LogoWecomGray;
|
|
19289
|
+
exports.TaLogoWepieCl = LogoWepieCl;
|
|
19281
19290
|
exports.TaLogoXiaomiCl = LogoXiaomiCl;
|
|
19282
19291
|
exports.TaLogout = Logout;
|
|
19283
19292
|
exports.TaMDistribution = MDistribution;
|