@tant/icons 1.17.16 → 1.17.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/recycle.js +75 -0
- package/dist/es/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/icons/recycle.js +82 -0
- package/dist/lib/index.js +7 -0
- package/dist/tant-icons.cjs.js +358 -293
- package/dist/tant-icons.esm.js +358 -294
- package/package.json +1 -1
package/dist/tant-icons.esm.js
CHANGED
|
@@ -21317,7 +21317,7 @@ ArrowGoForward.defaultProps = {
|
|
|
21317
21317
|
|
|
21318
21318
|
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21319
21319
|
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21320
|
-
var
|
|
21320
|
+
var Recycle = function Recycle(props) {
|
|
21321
21321
|
var color = props.color,
|
|
21322
21322
|
size = props.size,
|
|
21323
21323
|
spin = props.spin,
|
|
@@ -21350,6 +21350,70 @@ var Info = function Info(props) {
|
|
|
21350
21350
|
width: "24",
|
|
21351
21351
|
height: "24",
|
|
21352
21352
|
xmlns: "http://www.w3.org/2000/svg"
|
|
21353
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
21354
|
+
d: "M4 6V4H2v6h6V8H5.07a8 8 0 0114.892 4.786l1.99.193c.032-.322.048-.649.048-.979 0-5.523-4.477-10-10-10a9.984 9.984 0 00-8 4z"
|
|
21355
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21356
|
+
d: "M12 20c.265 0 .527-.013.786-.038l.193 1.99a10.105 10.105 0 01-2.284-.036l.26-1.984A8.1 8.1 0 0012 20z"
|
|
21357
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21358
|
+
d: "M14.323 19.658c.506-.154.99-.355 1.448-.6l.944 1.762c-.572.307-1.179.56-1.812.752l-.58-1.914z"
|
|
21359
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21360
|
+
d: "M7.13 18.348c.55.423 1.158.776 1.808 1.045l-.766 1.848a9.988 9.988 0 01-2.26-1.308l1.218-1.585z"
|
|
21361
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21362
|
+
d: "M17.075 18.185a8.062 8.062 0 001.11-1.11l1.545 1.27c-.416.505-.88.97-1.386 1.385l-1.27-1.545z"
|
|
21363
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21364
|
+
d: "M5.07 16c.175.302.37.593.582.87l-1.586 1.218A10.007 10.007 0 013.338 17l1.732-1.002z"
|
|
21365
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21366
|
+
d: "M19.057 15.771c.246-.458.448-.942.6-1.448l1.915.58a9.945 9.945 0 01-.752 1.812l-1.763-.944z"
|
|
21367
|
+
}))));
|
|
21368
|
+
};
|
|
21369
|
+
Recycle.propTypes = {
|
|
21370
|
+
iconClassName: PropTypes.string,
|
|
21371
|
+
spin: PropTypes.bool,
|
|
21372
|
+
color: PropTypes.string,
|
|
21373
|
+
testid: PropTypes.string,
|
|
21374
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
21375
|
+
};
|
|
21376
|
+
Recycle.defaultProps = {
|
|
21377
|
+
spin: false,
|
|
21378
|
+
color: 'currentColor',
|
|
21379
|
+
size: '1em'
|
|
21380
|
+
};
|
|
21381
|
+
|
|
21382
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21383
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21384
|
+
var Info = function Info(props) {
|
|
21385
|
+
var color = props.color,
|
|
21386
|
+
size = props.size,
|
|
21387
|
+
spin = props.spin,
|
|
21388
|
+
style = props.style,
|
|
21389
|
+
className = props.className,
|
|
21390
|
+
iconClassName = props.iconClassName,
|
|
21391
|
+
testid = props.testid,
|
|
21392
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
21393
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
21394
|
+
role: "img",
|
|
21395
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21396
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
21397
|
+
children: loadingCircleStyle$5N
|
|
21398
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21399
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21400
|
+
width: size,
|
|
21401
|
+
height: size,
|
|
21402
|
+
viewBox: "0 0 24 24",
|
|
21403
|
+
fill: color
|
|
21404
|
+
}, otherProps, {
|
|
21405
|
+
className: iconClassName,
|
|
21406
|
+
"data-testid": testid,
|
|
21407
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
21408
|
+
animationDuration: '1s',
|
|
21409
|
+
animationIterationCount: 'infinite',
|
|
21410
|
+
animationName: 'loadingCircle',
|
|
21411
|
+
animationTimingFunction: 'linear'
|
|
21412
|
+
} : {})
|
|
21413
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
21414
|
+
width: "24",
|
|
21415
|
+
height: "24",
|
|
21416
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21353
21417
|
}, /*#__PURE__*/React.createElement("path", {
|
|
21354
21418
|
d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
|
|
21355
21419
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -21371,8 +21435,8 @@ Info.defaultProps = {
|
|
|
21371
21435
|
size: '1em'
|
|
21372
21436
|
};
|
|
21373
21437
|
|
|
21374
|
-
var _excluded$
|
|
21375
|
-
var loadingCircleStyle$
|
|
21438
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21439
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21376
21440
|
var InfoFill = function InfoFill(props) {
|
|
21377
21441
|
var color = props.color,
|
|
21378
21442
|
size = props.size,
|
|
@@ -21381,12 +21445,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
21381
21445
|
className = props.className,
|
|
21382
21446
|
iconClassName = props.iconClassName,
|
|
21383
21447
|
testid = props.testid,
|
|
21384
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21448
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
21385
21449
|
return /*#__PURE__*/React.createElement("span", {
|
|
21386
21450
|
role: "img",
|
|
21387
21451
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21388
21452
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21389
|
-
children: loadingCircleStyle$
|
|
21453
|
+
children: loadingCircleStyle$5O
|
|
21390
21454
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21391
21455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21392
21456
|
width: size,
|
|
@@ -21423,8 +21487,8 @@ InfoFill.defaultProps = {
|
|
|
21423
21487
|
size: '1em'
|
|
21424
21488
|
};
|
|
21425
21489
|
|
|
21426
|
-
var _excluded$
|
|
21427
|
-
var loadingCircleStyle$
|
|
21490
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21491
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21428
21492
|
var Help = function Help(props) {
|
|
21429
21493
|
var color = props.color,
|
|
21430
21494
|
size = props.size,
|
|
@@ -21433,12 +21497,12 @@ var Help = function Help(props) {
|
|
|
21433
21497
|
className = props.className,
|
|
21434
21498
|
iconClassName = props.iconClassName,
|
|
21435
21499
|
testid = props.testid,
|
|
21436
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21500
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
21437
21501
|
return /*#__PURE__*/React.createElement("span", {
|
|
21438
21502
|
role: "img",
|
|
21439
21503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21440
21504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21441
|
-
children: loadingCircleStyle$
|
|
21505
|
+
children: loadingCircleStyle$5P
|
|
21442
21506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21443
21507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21444
21508
|
width: size,
|
|
@@ -21475,8 +21539,8 @@ Help.defaultProps = {
|
|
|
21475
21539
|
size: '1em'
|
|
21476
21540
|
};
|
|
21477
21541
|
|
|
21478
|
-
var _excluded$
|
|
21479
|
-
var loadingCircleStyle$
|
|
21542
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21543
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21480
21544
|
var History = function History(props) {
|
|
21481
21545
|
var color = props.color,
|
|
21482
21546
|
size = props.size,
|
|
@@ -21485,12 +21549,12 @@ var History = function History(props) {
|
|
|
21485
21549
|
className = props.className,
|
|
21486
21550
|
iconClassName = props.iconClassName,
|
|
21487
21551
|
testid = props.testid,
|
|
21488
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21552
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
21489
21553
|
return /*#__PURE__*/React.createElement("span", {
|
|
21490
21554
|
role: "img",
|
|
21491
21555
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21492
21556
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21493
|
-
children: loadingCircleStyle$
|
|
21557
|
+
children: loadingCircleStyle$5Q
|
|
21494
21558
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21495
21559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21496
21560
|
width: size,
|
|
@@ -21527,8 +21591,8 @@ History.defaultProps = {
|
|
|
21527
21591
|
size: '1em'
|
|
21528
21592
|
};
|
|
21529
21593
|
|
|
21530
|
-
var _excluded$
|
|
21531
|
-
var loadingCircleStyle$
|
|
21594
|
+
var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21595
|
+
var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21532
21596
|
var Backup = function Backup(props) {
|
|
21533
21597
|
var color = props.color,
|
|
21534
21598
|
size = props.size,
|
|
@@ -21537,12 +21601,12 @@ var Backup = function Backup(props) {
|
|
|
21537
21601
|
className = props.className,
|
|
21538
21602
|
iconClassName = props.iconClassName,
|
|
21539
21603
|
testid = props.testid,
|
|
21540
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21604
|
+
otherProps = _objectWithoutProperties(props, _excluded$5R);
|
|
21541
21605
|
return /*#__PURE__*/React.createElement("span", {
|
|
21542
21606
|
role: "img",
|
|
21543
21607
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21544
21608
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21545
|
-
children: loadingCircleStyle$
|
|
21609
|
+
children: loadingCircleStyle$5R
|
|
21546
21610
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21547
21611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21548
21612
|
width: size,
|
|
@@ -21581,8 +21645,8 @@ Backup.defaultProps = {
|
|
|
21581
21645
|
size: '1em'
|
|
21582
21646
|
};
|
|
21583
21647
|
|
|
21584
|
-
var _excluded$
|
|
21585
|
-
var loadingCircleStyle$
|
|
21648
|
+
var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21649
|
+
var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21586
21650
|
var Error = function Error(props) {
|
|
21587
21651
|
var color = props.color,
|
|
21588
21652
|
size = props.size,
|
|
@@ -21591,12 +21655,12 @@ var Error = function Error(props) {
|
|
|
21591
21655
|
className = props.className,
|
|
21592
21656
|
iconClassName = props.iconClassName,
|
|
21593
21657
|
testid = props.testid,
|
|
21594
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21658
|
+
otherProps = _objectWithoutProperties(props, _excluded$5S);
|
|
21595
21659
|
return /*#__PURE__*/React.createElement("span", {
|
|
21596
21660
|
role: "img",
|
|
21597
21661
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21598
21662
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21599
|
-
children: loadingCircleStyle$
|
|
21663
|
+
children: loadingCircleStyle$5S
|
|
21600
21664
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21601
21665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21602
21666
|
width: size,
|
|
@@ -21637,8 +21701,8 @@ Error.defaultProps = {
|
|
|
21637
21701
|
size: '1em'
|
|
21638
21702
|
};
|
|
21639
21703
|
|
|
21640
|
-
var _excluded$
|
|
21641
|
-
var loadingCircleStyle$
|
|
21704
|
+
var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21705
|
+
var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21642
21706
|
var ErrorFill = function ErrorFill(props) {
|
|
21643
21707
|
var color = props.color,
|
|
21644
21708
|
size = props.size,
|
|
@@ -21647,12 +21711,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
21647
21711
|
className = props.className,
|
|
21648
21712
|
iconClassName = props.iconClassName,
|
|
21649
21713
|
testid = props.testid,
|
|
21650
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21714
|
+
otherProps = _objectWithoutProperties(props, _excluded$5T);
|
|
21651
21715
|
return /*#__PURE__*/React.createElement("span", {
|
|
21652
21716
|
role: "img",
|
|
21653
21717
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21654
21718
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21655
|
-
children: loadingCircleStyle$
|
|
21719
|
+
children: loadingCircleStyle$5T
|
|
21656
21720
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21657
21721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21658
21722
|
width: size,
|
|
@@ -21689,8 +21753,8 @@ ErrorFill.defaultProps = {
|
|
|
21689
21753
|
size: '1em'
|
|
21690
21754
|
};
|
|
21691
21755
|
|
|
21692
|
-
var _excluded$
|
|
21693
|
-
var loadingCircleStyle$
|
|
21756
|
+
var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21757
|
+
var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21694
21758
|
var Error2 = function Error2(props) {
|
|
21695
21759
|
var color = props.color,
|
|
21696
21760
|
size = props.size,
|
|
@@ -21699,12 +21763,12 @@ var Error2 = function Error2(props) {
|
|
|
21699
21763
|
className = props.className,
|
|
21700
21764
|
iconClassName = props.iconClassName,
|
|
21701
21765
|
testid = props.testid,
|
|
21702
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21766
|
+
otherProps = _objectWithoutProperties(props, _excluded$5U);
|
|
21703
21767
|
return /*#__PURE__*/React.createElement("span", {
|
|
21704
21768
|
role: "img",
|
|
21705
21769
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21706
21770
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21707
|
-
children: loadingCircleStyle$
|
|
21771
|
+
children: loadingCircleStyle$5U
|
|
21708
21772
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21709
21773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21710
21774
|
width: size,
|
|
@@ -21743,8 +21807,8 @@ Error2.defaultProps = {
|
|
|
21743
21807
|
size: '1em'
|
|
21744
21808
|
};
|
|
21745
21809
|
|
|
21746
|
-
var _excluded$
|
|
21747
|
-
var loadingCircleStyle$
|
|
21810
|
+
var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21811
|
+
var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21748
21812
|
var Error2Fill = function Error2Fill(props) {
|
|
21749
21813
|
var color = props.color,
|
|
21750
21814
|
size = props.size,
|
|
@@ -21753,12 +21817,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
21753
21817
|
className = props.className,
|
|
21754
21818
|
iconClassName = props.iconClassName,
|
|
21755
21819
|
testid = props.testid,
|
|
21756
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21820
|
+
otherProps = _objectWithoutProperties(props, _excluded$5V);
|
|
21757
21821
|
return /*#__PURE__*/React.createElement("span", {
|
|
21758
21822
|
role: "img",
|
|
21759
21823
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21760
21824
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21761
|
-
children: loadingCircleStyle$
|
|
21825
|
+
children: loadingCircleStyle$5V
|
|
21762
21826
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21763
21827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21764
21828
|
width: size,
|
|
@@ -21797,8 +21861,8 @@ Error2Fill.defaultProps = {
|
|
|
21797
21861
|
size: '1em'
|
|
21798
21862
|
};
|
|
21799
21863
|
|
|
21800
|
-
var _excluded$
|
|
21801
|
-
var loadingCircleStyle$
|
|
21864
|
+
var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21865
|
+
var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21802
21866
|
var Success = function Success(props) {
|
|
21803
21867
|
var color = props.color,
|
|
21804
21868
|
size = props.size,
|
|
@@ -21807,12 +21871,12 @@ var Success = function Success(props) {
|
|
|
21807
21871
|
className = props.className,
|
|
21808
21872
|
iconClassName = props.iconClassName,
|
|
21809
21873
|
testid = props.testid,
|
|
21810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21874
|
+
otherProps = _objectWithoutProperties(props, _excluded$5W);
|
|
21811
21875
|
return /*#__PURE__*/React.createElement("span", {
|
|
21812
21876
|
role: "img",
|
|
21813
21877
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21814
21878
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21815
|
-
children: loadingCircleStyle$
|
|
21879
|
+
children: loadingCircleStyle$5W
|
|
21816
21880
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21817
21881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21818
21882
|
width: size,
|
|
@@ -21849,8 +21913,8 @@ Success.defaultProps = {
|
|
|
21849
21913
|
size: '1em'
|
|
21850
21914
|
};
|
|
21851
21915
|
|
|
21852
|
-
var _excluded$
|
|
21853
|
-
var loadingCircleStyle$
|
|
21916
|
+
var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21917
|
+
var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21854
21918
|
var SuccessFill = function SuccessFill(props) {
|
|
21855
21919
|
var color = props.color,
|
|
21856
21920
|
size = props.size,
|
|
@@ -21859,12 +21923,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
21859
21923
|
className = props.className,
|
|
21860
21924
|
iconClassName = props.iconClassName,
|
|
21861
21925
|
testid = props.testid,
|
|
21862
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21926
|
+
otherProps = _objectWithoutProperties(props, _excluded$5X);
|
|
21863
21927
|
return /*#__PURE__*/React.createElement("span", {
|
|
21864
21928
|
role: "img",
|
|
21865
21929
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21866
21930
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21867
|
-
children: loadingCircleStyle$
|
|
21931
|
+
children: loadingCircleStyle$5X
|
|
21868
21932
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21869
21933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21870
21934
|
width: size,
|
|
@@ -21903,8 +21967,8 @@ SuccessFill.defaultProps = {
|
|
|
21903
21967
|
size: '1em'
|
|
21904
21968
|
};
|
|
21905
21969
|
|
|
21906
|
-
var _excluded$
|
|
21907
|
-
var loadingCircleStyle$
|
|
21970
|
+
var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21971
|
+
var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21908
21972
|
var Delete2 = function Delete2(props) {
|
|
21909
21973
|
var color = props.color,
|
|
21910
21974
|
size = props.size,
|
|
@@ -21913,12 +21977,12 @@ var Delete2 = function Delete2(props) {
|
|
|
21913
21977
|
className = props.className,
|
|
21914
21978
|
iconClassName = props.iconClassName,
|
|
21915
21979
|
testid = props.testid,
|
|
21916
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21980
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Y);
|
|
21917
21981
|
return /*#__PURE__*/React.createElement("span", {
|
|
21918
21982
|
role: "img",
|
|
21919
21983
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21920
21984
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21921
|
-
children: loadingCircleStyle$
|
|
21985
|
+
children: loadingCircleStyle$5Y
|
|
21922
21986
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21923
21987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21924
21988
|
width: size,
|
|
@@ -21955,8 +22019,8 @@ Delete2.defaultProps = {
|
|
|
21955
22019
|
size: '1em'
|
|
21956
22020
|
};
|
|
21957
22021
|
|
|
21958
|
-
var _excluded$
|
|
21959
|
-
var loadingCircleStyle$
|
|
22022
|
+
var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22023
|
+
var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21960
22024
|
var Delete2Fill = function Delete2Fill(props) {
|
|
21961
22025
|
var color = props.color,
|
|
21962
22026
|
size = props.size,
|
|
@@ -21965,12 +22029,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
21965
22029
|
className = props.className,
|
|
21966
22030
|
iconClassName = props.iconClassName,
|
|
21967
22031
|
testid = props.testid,
|
|
21968
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22032
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Z);
|
|
21969
22033
|
return /*#__PURE__*/React.createElement("span", {
|
|
21970
22034
|
role: "img",
|
|
21971
22035
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21972
22036
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21973
|
-
children: loadingCircleStyle$
|
|
22037
|
+
children: loadingCircleStyle$5Z
|
|
21974
22038
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21975
22039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21976
22040
|
width: size,
|
|
@@ -22007,8 +22071,8 @@ Delete2Fill.defaultProps = {
|
|
|
22007
22071
|
size: '1em'
|
|
22008
22072
|
};
|
|
22009
22073
|
|
|
22010
|
-
var _excluded$
|
|
22011
|
-
var loadingCircleStyle$
|
|
22074
|
+
var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22075
|
+
var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22012
22076
|
var Exchange = function Exchange(props) {
|
|
22013
22077
|
var color = props.color,
|
|
22014
22078
|
size = props.size,
|
|
@@ -22017,12 +22081,12 @@ var Exchange = function Exchange(props) {
|
|
|
22017
22081
|
className = props.className,
|
|
22018
22082
|
iconClassName = props.iconClassName,
|
|
22019
22083
|
testid = props.testid,
|
|
22020
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22084
|
+
otherProps = _objectWithoutProperties(props, _excluded$5_);
|
|
22021
22085
|
return /*#__PURE__*/React.createElement("span", {
|
|
22022
22086
|
role: "img",
|
|
22023
22087
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22024
22088
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22025
|
-
children: loadingCircleStyle$
|
|
22089
|
+
children: loadingCircleStyle$5_
|
|
22026
22090
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22027
22091
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22028
22092
|
width: size,
|
|
@@ -22059,8 +22123,8 @@ Exchange.defaultProps = {
|
|
|
22059
22123
|
size: '1em'
|
|
22060
22124
|
};
|
|
22061
22125
|
|
|
22062
|
-
var _excluded$
|
|
22063
|
-
var loadingCircleStyle$
|
|
22126
|
+
var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22127
|
+
var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22064
22128
|
var SwapFill = function SwapFill(props) {
|
|
22065
22129
|
var color = props.color,
|
|
22066
22130
|
size = props.size,
|
|
@@ -22069,12 +22133,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
22069
22133
|
className = props.className,
|
|
22070
22134
|
iconClassName = props.iconClassName,
|
|
22071
22135
|
testid = props.testid,
|
|
22072
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22136
|
+
otherProps = _objectWithoutProperties(props, _excluded$5$);
|
|
22073
22137
|
return /*#__PURE__*/React.createElement("span", {
|
|
22074
22138
|
role: "img",
|
|
22075
22139
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22076
22140
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22077
|
-
children: loadingCircleStyle$
|
|
22141
|
+
children: loadingCircleStyle$5$
|
|
22078
22142
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22079
22143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22080
22144
|
width: size,
|
|
@@ -22111,8 +22175,8 @@ SwapFill.defaultProps = {
|
|
|
22111
22175
|
size: '1em'
|
|
22112
22176
|
};
|
|
22113
22177
|
|
|
22114
|
-
var _excluded$
|
|
22115
|
-
var loadingCircleStyle$
|
|
22178
|
+
var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22179
|
+
var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22116
22180
|
var Processing = function Processing(props) {
|
|
22117
22181
|
var color = props.color,
|
|
22118
22182
|
size = props.size,
|
|
@@ -22121,12 +22185,12 @@ var Processing = function Processing(props) {
|
|
|
22121
22185
|
className = props.className,
|
|
22122
22186
|
iconClassName = props.iconClassName,
|
|
22123
22187
|
testid = props.testid,
|
|
22124
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22188
|
+
otherProps = _objectWithoutProperties(props, _excluded$60);
|
|
22125
22189
|
return /*#__PURE__*/React.createElement("span", {
|
|
22126
22190
|
role: "img",
|
|
22127
22191
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22128
22192
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22129
|
-
children: loadingCircleStyle$
|
|
22193
|
+
children: loadingCircleStyle$60
|
|
22130
22194
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22131
22195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22132
22196
|
width: size,
|
|
@@ -22163,8 +22227,8 @@ Processing.defaultProps = {
|
|
|
22163
22227
|
size: '1em'
|
|
22164
22228
|
};
|
|
22165
22229
|
|
|
22166
|
-
var _excluded$
|
|
22167
|
-
var loadingCircleStyle$
|
|
22230
|
+
var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22231
|
+
var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22168
22232
|
var Processing2 = function Processing2(props) {
|
|
22169
22233
|
var color = props.color,
|
|
22170
22234
|
size = props.size,
|
|
@@ -22173,12 +22237,12 @@ var Processing2 = function Processing2(props) {
|
|
|
22173
22237
|
className = props.className,
|
|
22174
22238
|
iconClassName = props.iconClassName,
|
|
22175
22239
|
testid = props.testid,
|
|
22176
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22240
|
+
otherProps = _objectWithoutProperties(props, _excluded$61);
|
|
22177
22241
|
return /*#__PURE__*/React.createElement("span", {
|
|
22178
22242
|
role: "img",
|
|
22179
22243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22180
22244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22181
|
-
children: loadingCircleStyle$
|
|
22245
|
+
children: loadingCircleStyle$61
|
|
22182
22246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22183
22247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22184
22248
|
width: size,
|
|
@@ -22217,8 +22281,8 @@ Processing2.defaultProps = {
|
|
|
22217
22281
|
size: '1em'
|
|
22218
22282
|
};
|
|
22219
22283
|
|
|
22220
|
-
var _excluded$
|
|
22221
|
-
var loadingCircleStyle$
|
|
22284
|
+
var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22285
|
+
var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22222
22286
|
var Done = function Done(props) {
|
|
22223
22287
|
var color = props.color,
|
|
22224
22288
|
size = props.size,
|
|
@@ -22227,12 +22291,12 @@ var Done = function Done(props) {
|
|
|
22227
22291
|
className = props.className,
|
|
22228
22292
|
iconClassName = props.iconClassName,
|
|
22229
22293
|
testid = props.testid,
|
|
22230
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22294
|
+
otherProps = _objectWithoutProperties(props, _excluded$62);
|
|
22231
22295
|
return /*#__PURE__*/React.createElement("span", {
|
|
22232
22296
|
role: "img",
|
|
22233
22297
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22234
22298
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22235
|
-
children: loadingCircleStyle$
|
|
22299
|
+
children: loadingCircleStyle$62
|
|
22236
22300
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22237
22301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22238
22302
|
width: size,
|
|
@@ -22269,8 +22333,8 @@ Done.defaultProps = {
|
|
|
22269
22333
|
size: '1em'
|
|
22270
22334
|
};
|
|
22271
22335
|
|
|
22272
|
-
var _excluded$
|
|
22273
|
-
var loadingCircleStyle$
|
|
22336
|
+
var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22337
|
+
var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22274
22338
|
var Close = function Close(props) {
|
|
22275
22339
|
var color = props.color,
|
|
22276
22340
|
size = props.size,
|
|
@@ -22279,12 +22343,12 @@ var Close = function Close(props) {
|
|
|
22279
22343
|
className = props.className,
|
|
22280
22344
|
iconClassName = props.iconClassName,
|
|
22281
22345
|
testid = props.testid,
|
|
22282
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22346
|
+
otherProps = _objectWithoutProperties(props, _excluded$63);
|
|
22283
22347
|
return /*#__PURE__*/React.createElement("span", {
|
|
22284
22348
|
role: "img",
|
|
22285
22349
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22286
22350
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22287
|
-
children: loadingCircleStyle$
|
|
22351
|
+
children: loadingCircleStyle$63
|
|
22288
22352
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22289
22353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22290
22354
|
width: size,
|
|
@@ -22321,8 +22385,8 @@ Close.defaultProps = {
|
|
|
22321
22385
|
size: '1em'
|
|
22322
22386
|
};
|
|
22323
22387
|
|
|
22324
|
-
var _excluded$
|
|
22325
|
-
var loadingCircleStyle$
|
|
22388
|
+
var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22389
|
+
var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22326
22390
|
var StarOutline = function StarOutline(props) {
|
|
22327
22391
|
var color = props.color,
|
|
22328
22392
|
size = props.size,
|
|
@@ -22331,12 +22395,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
22331
22395
|
className = props.className,
|
|
22332
22396
|
iconClassName = props.iconClassName,
|
|
22333
22397
|
testid = props.testid,
|
|
22334
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22398
|
+
otherProps = _objectWithoutProperties(props, _excluded$64);
|
|
22335
22399
|
return /*#__PURE__*/React.createElement("span", {
|
|
22336
22400
|
role: "img",
|
|
22337
22401
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22338
22402
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22339
|
-
children: loadingCircleStyle$
|
|
22403
|
+
children: loadingCircleStyle$64
|
|
22340
22404
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22341
22405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22342
22406
|
width: size,
|
|
@@ -22373,8 +22437,8 @@ StarOutline.defaultProps = {
|
|
|
22373
22437
|
size: '1em'
|
|
22374
22438
|
};
|
|
22375
22439
|
|
|
22376
|
-
var _excluded$
|
|
22377
|
-
var loadingCircleStyle$
|
|
22440
|
+
var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22441
|
+
var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22378
22442
|
var StarFill = function StarFill(props) {
|
|
22379
22443
|
var color = props.color,
|
|
22380
22444
|
size = props.size,
|
|
@@ -22383,12 +22447,12 @@ var StarFill = function StarFill(props) {
|
|
|
22383
22447
|
className = props.className,
|
|
22384
22448
|
iconClassName = props.iconClassName,
|
|
22385
22449
|
testid = props.testid,
|
|
22386
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22450
|
+
otherProps = _objectWithoutProperties(props, _excluded$65);
|
|
22387
22451
|
return /*#__PURE__*/React.createElement("span", {
|
|
22388
22452
|
role: "img",
|
|
22389
22453
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22390
22454
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22391
|
-
children: loadingCircleStyle$
|
|
22455
|
+
children: loadingCircleStyle$65
|
|
22392
22456
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22393
22457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22394
22458
|
width: size,
|
|
@@ -22425,8 +22489,8 @@ StarFill.defaultProps = {
|
|
|
22425
22489
|
size: '1em'
|
|
22426
22490
|
};
|
|
22427
22491
|
|
|
22428
|
-
var _excluded$
|
|
22429
|
-
var loadingCircleStyle$
|
|
22492
|
+
var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22493
|
+
var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22430
22494
|
var TimeLock = function TimeLock(props) {
|
|
22431
22495
|
var color = props.color,
|
|
22432
22496
|
size = props.size,
|
|
@@ -22435,12 +22499,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
22435
22499
|
className = props.className,
|
|
22436
22500
|
iconClassName = props.iconClassName,
|
|
22437
22501
|
testid = props.testid,
|
|
22438
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22502
|
+
otherProps = _objectWithoutProperties(props, _excluded$66);
|
|
22439
22503
|
return /*#__PURE__*/React.createElement("span", {
|
|
22440
22504
|
role: "img",
|
|
22441
22505
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22442
22506
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22443
|
-
children: loadingCircleStyle$
|
|
22507
|
+
children: loadingCircleStyle$66
|
|
22444
22508
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22445
22509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22446
22510
|
width: size,
|
|
@@ -22477,8 +22541,8 @@ TimeLock.defaultProps = {
|
|
|
22477
22541
|
size: '1em'
|
|
22478
22542
|
};
|
|
22479
22543
|
|
|
22480
|
-
var _excluded$
|
|
22481
|
-
var loadingCircleStyle$
|
|
22544
|
+
var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22545
|
+
var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22482
22546
|
var Heart = function Heart(props) {
|
|
22483
22547
|
var color = props.color,
|
|
22484
22548
|
size = props.size,
|
|
@@ -22487,12 +22551,12 @@ var Heart = function Heart(props) {
|
|
|
22487
22551
|
className = props.className,
|
|
22488
22552
|
iconClassName = props.iconClassName,
|
|
22489
22553
|
testid = props.testid,
|
|
22490
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22554
|
+
otherProps = _objectWithoutProperties(props, _excluded$67);
|
|
22491
22555
|
return /*#__PURE__*/React.createElement("span", {
|
|
22492
22556
|
role: "img",
|
|
22493
22557
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22494
22558
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22495
|
-
children: loadingCircleStyle$
|
|
22559
|
+
children: loadingCircleStyle$67
|
|
22496
22560
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22497
22561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22498
22562
|
width: size,
|
|
@@ -22529,8 +22593,8 @@ Heart.defaultProps = {
|
|
|
22529
22593
|
size: '1em'
|
|
22530
22594
|
};
|
|
22531
22595
|
|
|
22532
|
-
var _excluded$
|
|
22533
|
-
var loadingCircleStyle$
|
|
22596
|
+
var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22597
|
+
var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22534
22598
|
var Bookmark = function Bookmark(props) {
|
|
22535
22599
|
var color = props.color,
|
|
22536
22600
|
size = props.size,
|
|
@@ -22539,12 +22603,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
22539
22603
|
className = props.className,
|
|
22540
22604
|
iconClassName = props.iconClassName,
|
|
22541
22605
|
testid = props.testid,
|
|
22542
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22606
|
+
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22543
22607
|
return /*#__PURE__*/React.createElement("span", {
|
|
22544
22608
|
role: "img",
|
|
22545
22609
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22546
22610
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22547
|
-
children: loadingCircleStyle$
|
|
22611
|
+
children: loadingCircleStyle$68
|
|
22548
22612
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22549
22613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22550
22614
|
width: size,
|
|
@@ -22581,8 +22645,8 @@ Bookmark.defaultProps = {
|
|
|
22581
22645
|
size: '1em'
|
|
22582
22646
|
};
|
|
22583
22647
|
|
|
22584
|
-
var _excluded$
|
|
22585
|
-
var loadingCircleStyle$
|
|
22648
|
+
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22649
|
+
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22586
22650
|
var Bookmark2 = function Bookmark2(props) {
|
|
22587
22651
|
var color = props.color,
|
|
22588
22652
|
size = props.size,
|
|
@@ -22591,12 +22655,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
22591
22655
|
className = props.className,
|
|
22592
22656
|
iconClassName = props.iconClassName,
|
|
22593
22657
|
testid = props.testid,
|
|
22594
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22658
|
+
otherProps = _objectWithoutProperties(props, _excluded$69);
|
|
22595
22659
|
return /*#__PURE__*/React.createElement("span", {
|
|
22596
22660
|
role: "img",
|
|
22597
22661
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22598
22662
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22599
|
-
children: loadingCircleStyle$
|
|
22663
|
+
children: loadingCircleStyle$69
|
|
22600
22664
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22601
22665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22602
22666
|
width: size,
|
|
@@ -22633,8 +22697,8 @@ Bookmark2.defaultProps = {
|
|
|
22633
22697
|
size: '1em'
|
|
22634
22698
|
};
|
|
22635
22699
|
|
|
22636
|
-
var _excluded$
|
|
22637
|
-
var loadingCircleStyle$
|
|
22700
|
+
var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22701
|
+
var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22638
22702
|
var LockClose = function LockClose(props) {
|
|
22639
22703
|
var color = props.color,
|
|
22640
22704
|
size = props.size,
|
|
@@ -22643,12 +22707,12 @@ var LockClose = function LockClose(props) {
|
|
|
22643
22707
|
className = props.className,
|
|
22644
22708
|
iconClassName = props.iconClassName,
|
|
22645
22709
|
testid = props.testid,
|
|
22646
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22710
|
+
otherProps = _objectWithoutProperties(props, _excluded$6a);
|
|
22647
22711
|
return /*#__PURE__*/React.createElement("span", {
|
|
22648
22712
|
role: "img",
|
|
22649
22713
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22650
22714
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22651
|
-
children: loadingCircleStyle$
|
|
22715
|
+
children: loadingCircleStyle$6a
|
|
22652
22716
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22653
22717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22654
22718
|
width: size,
|
|
@@ -22689,8 +22753,8 @@ LockClose.defaultProps = {
|
|
|
22689
22753
|
size: '1em'
|
|
22690
22754
|
};
|
|
22691
22755
|
|
|
22692
|
-
var _excluded$
|
|
22693
|
-
var loadingCircleStyle$
|
|
22756
|
+
var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22757
|
+
var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22694
22758
|
var LockCloseFill = function LockCloseFill(props) {
|
|
22695
22759
|
var color = props.color,
|
|
22696
22760
|
size = props.size,
|
|
@@ -22699,12 +22763,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
22699
22763
|
className = props.className,
|
|
22700
22764
|
iconClassName = props.iconClassName,
|
|
22701
22765
|
testid = props.testid,
|
|
22702
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22766
|
+
otherProps = _objectWithoutProperties(props, _excluded$6b);
|
|
22703
22767
|
return /*#__PURE__*/React.createElement("span", {
|
|
22704
22768
|
role: "img",
|
|
22705
22769
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22706
22770
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22707
|
-
children: loadingCircleStyle$
|
|
22771
|
+
children: loadingCircleStyle$6b
|
|
22708
22772
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22709
22773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22710
22774
|
width: size,
|
|
@@ -22741,8 +22805,8 @@ LockCloseFill.defaultProps = {
|
|
|
22741
22805
|
size: '1em'
|
|
22742
22806
|
};
|
|
22743
22807
|
|
|
22744
|
-
var _excluded$
|
|
22745
|
-
var loadingCircleStyle$
|
|
22808
|
+
var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22809
|
+
var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22746
22810
|
var LockOpen = function LockOpen(props) {
|
|
22747
22811
|
var color = props.color,
|
|
22748
22812
|
size = props.size,
|
|
@@ -22751,12 +22815,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
22751
22815
|
className = props.className,
|
|
22752
22816
|
iconClassName = props.iconClassName,
|
|
22753
22817
|
testid = props.testid,
|
|
22754
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22818
|
+
otherProps = _objectWithoutProperties(props, _excluded$6c);
|
|
22755
22819
|
return /*#__PURE__*/React.createElement("span", {
|
|
22756
22820
|
role: "img",
|
|
22757
22821
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22758
22822
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22759
|
-
children: loadingCircleStyle$
|
|
22823
|
+
children: loadingCircleStyle$6c
|
|
22760
22824
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22761
22825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22762
22826
|
width: size,
|
|
@@ -22793,8 +22857,8 @@ LockOpen.defaultProps = {
|
|
|
22793
22857
|
size: '1em'
|
|
22794
22858
|
};
|
|
22795
22859
|
|
|
22796
|
-
var _excluded$
|
|
22797
|
-
var loadingCircleStyle$
|
|
22860
|
+
var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22861
|
+
var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22798
22862
|
var LockOpenFill = function LockOpenFill(props) {
|
|
22799
22863
|
var color = props.color,
|
|
22800
22864
|
size = props.size,
|
|
@@ -22803,12 +22867,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
22803
22867
|
className = props.className,
|
|
22804
22868
|
iconClassName = props.iconClassName,
|
|
22805
22869
|
testid = props.testid,
|
|
22806
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22870
|
+
otherProps = _objectWithoutProperties(props, _excluded$6d);
|
|
22807
22871
|
return /*#__PURE__*/React.createElement("span", {
|
|
22808
22872
|
role: "img",
|
|
22809
22873
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22810
22874
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22811
|
-
children: loadingCircleStyle$
|
|
22875
|
+
children: loadingCircleStyle$6d
|
|
22812
22876
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22813
22877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22814
22878
|
width: size,
|
|
@@ -22845,8 +22909,8 @@ LockOpenFill.defaultProps = {
|
|
|
22845
22909
|
size: '1em'
|
|
22846
22910
|
};
|
|
22847
22911
|
|
|
22848
|
-
var _excluded$
|
|
22849
|
-
var loadingCircleStyle$
|
|
22912
|
+
var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22913
|
+
var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22850
22914
|
var EyeOn = function EyeOn(props) {
|
|
22851
22915
|
var color = props.color,
|
|
22852
22916
|
size = props.size,
|
|
@@ -22855,12 +22919,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
22855
22919
|
className = props.className,
|
|
22856
22920
|
iconClassName = props.iconClassName,
|
|
22857
22921
|
testid = props.testid,
|
|
22858
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22922
|
+
otherProps = _objectWithoutProperties(props, _excluded$6e);
|
|
22859
22923
|
return /*#__PURE__*/React.createElement("span", {
|
|
22860
22924
|
role: "img",
|
|
22861
22925
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22862
22926
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22863
|
-
children: loadingCircleStyle$
|
|
22927
|
+
children: loadingCircleStyle$6e
|
|
22864
22928
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22865
22929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22866
22930
|
width: size,
|
|
@@ -22897,8 +22961,8 @@ EyeOn.defaultProps = {
|
|
|
22897
22961
|
size: '1em'
|
|
22898
22962
|
};
|
|
22899
22963
|
|
|
22900
|
-
var _excluded$
|
|
22901
|
-
var loadingCircleStyle$
|
|
22964
|
+
var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22965
|
+
var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22902
22966
|
var EyeOnFill = function EyeOnFill(props) {
|
|
22903
22967
|
var color = props.color,
|
|
22904
22968
|
size = props.size,
|
|
@@ -22907,12 +22971,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
22907
22971
|
className = props.className,
|
|
22908
22972
|
iconClassName = props.iconClassName,
|
|
22909
22973
|
testid = props.testid,
|
|
22910
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22974
|
+
otherProps = _objectWithoutProperties(props, _excluded$6f);
|
|
22911
22975
|
return /*#__PURE__*/React.createElement("span", {
|
|
22912
22976
|
role: "img",
|
|
22913
22977
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22914
22978
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22915
|
-
children: loadingCircleStyle$
|
|
22979
|
+
children: loadingCircleStyle$6f
|
|
22916
22980
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22917
22981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22918
22982
|
width: size,
|
|
@@ -22951,8 +23015,8 @@ EyeOnFill.defaultProps = {
|
|
|
22951
23015
|
size: '1em'
|
|
22952
23016
|
};
|
|
22953
23017
|
|
|
22954
|
-
var _excluded$
|
|
22955
|
-
var loadingCircleStyle$
|
|
23018
|
+
var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23019
|
+
var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22956
23020
|
var EyeOff = function EyeOff(props) {
|
|
22957
23021
|
var color = props.color,
|
|
22958
23022
|
size = props.size,
|
|
@@ -22961,12 +23025,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
22961
23025
|
className = props.className,
|
|
22962
23026
|
iconClassName = props.iconClassName,
|
|
22963
23027
|
testid = props.testid,
|
|
22964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23028
|
+
otherProps = _objectWithoutProperties(props, _excluded$6g);
|
|
22965
23029
|
return /*#__PURE__*/React.createElement("span", {
|
|
22966
23030
|
role: "img",
|
|
22967
23031
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22968
23032
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22969
|
-
children: loadingCircleStyle$
|
|
23033
|
+
children: loadingCircleStyle$6g
|
|
22970
23034
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22971
23035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22972
23036
|
width: size,
|
|
@@ -23003,8 +23067,8 @@ EyeOff.defaultProps = {
|
|
|
23003
23067
|
size: '1em'
|
|
23004
23068
|
};
|
|
23005
23069
|
|
|
23006
|
-
var _excluded$
|
|
23007
|
-
var loadingCircleStyle$
|
|
23070
|
+
var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23071
|
+
var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23008
23072
|
var EyeOffFill = function EyeOffFill(props) {
|
|
23009
23073
|
var color = props.color,
|
|
23010
23074
|
size = props.size,
|
|
@@ -23013,12 +23077,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
23013
23077
|
className = props.className,
|
|
23014
23078
|
iconClassName = props.iconClassName,
|
|
23015
23079
|
testid = props.testid,
|
|
23016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23080
|
+
otherProps = _objectWithoutProperties(props, _excluded$6h);
|
|
23017
23081
|
return /*#__PURE__*/React.createElement("span", {
|
|
23018
23082
|
role: "img",
|
|
23019
23083
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23020
23084
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23021
|
-
children: loadingCircleStyle$
|
|
23085
|
+
children: loadingCircleStyle$6h
|
|
23022
23086
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23023
23087
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23024
23088
|
width: size,
|
|
@@ -23057,8 +23121,8 @@ EyeOffFill.defaultProps = {
|
|
|
23057
23121
|
size: '1em'
|
|
23058
23122
|
};
|
|
23059
23123
|
|
|
23060
|
-
var _excluded$
|
|
23061
|
-
var loadingCircleStyle$
|
|
23124
|
+
var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23125
|
+
var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23062
23126
|
var Dot = function Dot(props) {
|
|
23063
23127
|
var color = props.color,
|
|
23064
23128
|
size = props.size,
|
|
@@ -23067,12 +23131,12 @@ var Dot = function Dot(props) {
|
|
|
23067
23131
|
className = props.className,
|
|
23068
23132
|
iconClassName = props.iconClassName,
|
|
23069
23133
|
testid = props.testid,
|
|
23070
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23134
|
+
otherProps = _objectWithoutProperties(props, _excluded$6i);
|
|
23071
23135
|
return /*#__PURE__*/React.createElement("span", {
|
|
23072
23136
|
role: "img",
|
|
23073
23137
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23074
23138
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23075
|
-
children: loadingCircleStyle$
|
|
23139
|
+
children: loadingCircleStyle$6i
|
|
23076
23140
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23077
23141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23078
23142
|
width: size,
|
|
@@ -23111,8 +23175,8 @@ Dot.defaultProps = {
|
|
|
23111
23175
|
size: '1em'
|
|
23112
23176
|
};
|
|
23113
23177
|
|
|
23114
|
-
var _excluded$
|
|
23115
|
-
var loadingCircleStyle$
|
|
23178
|
+
var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23179
|
+
var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23116
23180
|
var Anchor = function Anchor(props) {
|
|
23117
23181
|
var color = props.color,
|
|
23118
23182
|
size = props.size,
|
|
@@ -23121,12 +23185,12 @@ var Anchor = function Anchor(props) {
|
|
|
23121
23185
|
className = props.className,
|
|
23122
23186
|
iconClassName = props.iconClassName,
|
|
23123
23187
|
testid = props.testid,
|
|
23124
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23188
|
+
otherProps = _objectWithoutProperties(props, _excluded$6j);
|
|
23125
23189
|
return /*#__PURE__*/React.createElement("span", {
|
|
23126
23190
|
role: "img",
|
|
23127
23191
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23128
23192
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23129
|
-
children: loadingCircleStyle$
|
|
23193
|
+
children: loadingCircleStyle$6j
|
|
23130
23194
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23131
23195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23132
23196
|
width: size,
|
|
@@ -23163,8 +23227,8 @@ Anchor.defaultProps = {
|
|
|
23163
23227
|
size: '1em'
|
|
23164
23228
|
};
|
|
23165
23229
|
|
|
23166
|
-
var _excluded$
|
|
23167
|
-
var loadingCircleStyle$
|
|
23230
|
+
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23231
|
+
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23168
23232
|
var Notice = function Notice(props) {
|
|
23169
23233
|
var color = props.color,
|
|
23170
23234
|
size = props.size,
|
|
@@ -23173,12 +23237,12 @@ var Notice = function Notice(props) {
|
|
|
23173
23237
|
className = props.className,
|
|
23174
23238
|
iconClassName = props.iconClassName,
|
|
23175
23239
|
testid = props.testid,
|
|
23176
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23240
|
+
otherProps = _objectWithoutProperties(props, _excluded$6k);
|
|
23177
23241
|
return /*#__PURE__*/React.createElement("span", {
|
|
23178
23242
|
role: "img",
|
|
23179
23243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23180
23244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23181
|
-
children: loadingCircleStyle$
|
|
23245
|
+
children: loadingCircleStyle$6k
|
|
23182
23246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23183
23247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23184
23248
|
width: size,
|
|
@@ -23217,8 +23281,8 @@ Notice.defaultProps = {
|
|
|
23217
23281
|
size: '1em'
|
|
23218
23282
|
};
|
|
23219
23283
|
|
|
23220
|
-
var _excluded$
|
|
23221
|
-
var loadingCircleStyle$
|
|
23284
|
+
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23285
|
+
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23222
23286
|
var ThumbUp = function ThumbUp(props) {
|
|
23223
23287
|
var color = props.color,
|
|
23224
23288
|
size = props.size,
|
|
@@ -23227,12 +23291,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
23227
23291
|
className = props.className,
|
|
23228
23292
|
iconClassName = props.iconClassName,
|
|
23229
23293
|
testid = props.testid,
|
|
23230
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23294
|
+
otherProps = _objectWithoutProperties(props, _excluded$6l);
|
|
23231
23295
|
return /*#__PURE__*/React.createElement("span", {
|
|
23232
23296
|
role: "img",
|
|
23233
23297
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23234
23298
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23235
|
-
children: loadingCircleStyle$
|
|
23299
|
+
children: loadingCircleStyle$6l
|
|
23236
23300
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23237
23301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23238
23302
|
width: size,
|
|
@@ -23269,8 +23333,8 @@ ThumbUp.defaultProps = {
|
|
|
23269
23333
|
size: '1em'
|
|
23270
23334
|
};
|
|
23271
23335
|
|
|
23272
|
-
var _excluded$
|
|
23273
|
-
var loadingCircleStyle$
|
|
23336
|
+
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23337
|
+
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23274
23338
|
var ThumbDown = function ThumbDown(props) {
|
|
23275
23339
|
var color = props.color,
|
|
23276
23340
|
size = props.size,
|
|
@@ -23279,12 +23343,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
23279
23343
|
className = props.className,
|
|
23280
23344
|
iconClassName = props.iconClassName,
|
|
23281
23345
|
testid = props.testid,
|
|
23282
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23346
|
+
otherProps = _objectWithoutProperties(props, _excluded$6m);
|
|
23283
23347
|
return /*#__PURE__*/React.createElement("span", {
|
|
23284
23348
|
role: "img",
|
|
23285
23349
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23286
23350
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23287
|
-
children: loadingCircleStyle$
|
|
23351
|
+
children: loadingCircleStyle$6m
|
|
23288
23352
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23289
23353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23290
23354
|
width: size,
|
|
@@ -23321,8 +23385,8 @@ ThumbDown.defaultProps = {
|
|
|
23321
23385
|
size: '1em'
|
|
23322
23386
|
};
|
|
23323
23387
|
|
|
23324
|
-
var _excluded$
|
|
23325
|
-
var loadingCircleStyle$
|
|
23388
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23389
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23326
23390
|
var TdLogo = function TdLogo(props) {
|
|
23327
23391
|
var color = props.color,
|
|
23328
23392
|
size = props.size,
|
|
@@ -23331,12 +23395,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
23331
23395
|
className = props.className,
|
|
23332
23396
|
iconClassName = props.iconClassName,
|
|
23333
23397
|
testid = props.testid,
|
|
23334
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23398
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23335
23399
|
return /*#__PURE__*/React.createElement("span", {
|
|
23336
23400
|
role: "img",
|
|
23337
23401
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23338
23402
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23339
|
-
children: loadingCircleStyle$
|
|
23403
|
+
children: loadingCircleStyle$6n
|
|
23340
23404
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23341
23405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23342
23406
|
width: size,
|
|
@@ -23381,8 +23445,8 @@ TdLogo.defaultProps = {
|
|
|
23381
23445
|
size: '1em'
|
|
23382
23446
|
};
|
|
23383
23447
|
|
|
23384
|
-
var _excluded$
|
|
23385
|
-
var loadingCircleStyle$
|
|
23448
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23449
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23386
23450
|
var Language = function Language(props) {
|
|
23387
23451
|
var color = props.color,
|
|
23388
23452
|
size = props.size,
|
|
@@ -23391,12 +23455,12 @@ var Language = function Language(props) {
|
|
|
23391
23455
|
className = props.className,
|
|
23392
23456
|
iconClassName = props.iconClassName,
|
|
23393
23457
|
testid = props.testid,
|
|
23394
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23458
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23395
23459
|
return /*#__PURE__*/React.createElement("span", {
|
|
23396
23460
|
role: "img",
|
|
23397
23461
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23398
23462
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23399
|
-
children: loadingCircleStyle$
|
|
23463
|
+
children: loadingCircleStyle$6o
|
|
23400
23464
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23401
23465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23402
23466
|
width: size,
|
|
@@ -23433,8 +23497,8 @@ Language.defaultProps = {
|
|
|
23433
23497
|
size: '1em'
|
|
23434
23498
|
};
|
|
23435
23499
|
|
|
23436
|
-
var _excluded$
|
|
23437
|
-
var loadingCircleStyle$
|
|
23500
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23501
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23438
23502
|
var Calendar = function Calendar(props) {
|
|
23439
23503
|
var color = props.color,
|
|
23440
23504
|
size = props.size,
|
|
@@ -23443,12 +23507,12 @@ var Calendar = function Calendar(props) {
|
|
|
23443
23507
|
className = props.className,
|
|
23444
23508
|
iconClassName = props.iconClassName,
|
|
23445
23509
|
testid = props.testid,
|
|
23446
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23510
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23447
23511
|
return /*#__PURE__*/React.createElement("span", {
|
|
23448
23512
|
role: "img",
|
|
23449
23513
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23450
23514
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23451
|
-
children: loadingCircleStyle$
|
|
23515
|
+
children: loadingCircleStyle$6p
|
|
23452
23516
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23453
23517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23454
23518
|
width: size,
|
|
@@ -23485,8 +23549,8 @@ Calendar.defaultProps = {
|
|
|
23485
23549
|
size: '1em'
|
|
23486
23550
|
};
|
|
23487
23551
|
|
|
23488
|
-
var _excluded$
|
|
23489
|
-
var loadingCircleStyle$
|
|
23552
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23553
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23490
23554
|
var Server = function Server(props) {
|
|
23491
23555
|
var color = props.color,
|
|
23492
23556
|
size = props.size,
|
|
@@ -23495,12 +23559,12 @@ var Server = function Server(props) {
|
|
|
23495
23559
|
className = props.className,
|
|
23496
23560
|
iconClassName = props.iconClassName,
|
|
23497
23561
|
testid = props.testid,
|
|
23498
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23562
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23499
23563
|
return /*#__PURE__*/React.createElement("span", {
|
|
23500
23564
|
role: "img",
|
|
23501
23565
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23502
23566
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23503
|
-
children: loadingCircleStyle$
|
|
23567
|
+
children: loadingCircleStyle$6q
|
|
23504
23568
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23505
23569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23506
23570
|
width: size,
|
|
@@ -23537,8 +23601,8 @@ Server.defaultProps = {
|
|
|
23537
23601
|
size: '1em'
|
|
23538
23602
|
};
|
|
23539
23603
|
|
|
23540
|
-
var _excluded$
|
|
23541
|
-
var loadingCircleStyle$
|
|
23604
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23605
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23542
23606
|
var Desktop = function Desktop(props) {
|
|
23543
23607
|
var color = props.color,
|
|
23544
23608
|
size = props.size,
|
|
@@ -23547,12 +23611,12 @@ var Desktop = function Desktop(props) {
|
|
|
23547
23611
|
className = props.className,
|
|
23548
23612
|
iconClassName = props.iconClassName,
|
|
23549
23613
|
testid = props.testid,
|
|
23550
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23614
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23551
23615
|
return /*#__PURE__*/React.createElement("span", {
|
|
23552
23616
|
role: "img",
|
|
23553
23617
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23554
23618
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23555
|
-
children: loadingCircleStyle$
|
|
23619
|
+
children: loadingCircleStyle$6r
|
|
23556
23620
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23557
23621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23558
23622
|
width: size,
|
|
@@ -23589,8 +23653,8 @@ Desktop.defaultProps = {
|
|
|
23589
23653
|
size: '1em'
|
|
23590
23654
|
};
|
|
23591
23655
|
|
|
23592
|
-
var _excluded$
|
|
23593
|
-
var loadingCircleStyle$
|
|
23656
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23657
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23594
23658
|
var Demo = function Demo(props) {
|
|
23595
23659
|
var color = props.color,
|
|
23596
23660
|
size = props.size,
|
|
@@ -23599,12 +23663,12 @@ var Demo = function Demo(props) {
|
|
|
23599
23663
|
className = props.className,
|
|
23600
23664
|
iconClassName = props.iconClassName,
|
|
23601
23665
|
testid = props.testid,
|
|
23602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23666
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23603
23667
|
return /*#__PURE__*/React.createElement("span", {
|
|
23604
23668
|
role: "img",
|
|
23605
23669
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23606
23670
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23607
|
-
children: loadingCircleStyle$
|
|
23671
|
+
children: loadingCircleStyle$6s
|
|
23608
23672
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23609
23673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23610
23674
|
width: size,
|
|
@@ -23643,8 +23707,8 @@ Demo.defaultProps = {
|
|
|
23643
23707
|
size: '1em'
|
|
23644
23708
|
};
|
|
23645
23709
|
|
|
23646
|
-
var _excluded$
|
|
23647
|
-
var loadingCircleStyle$
|
|
23710
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23711
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23648
23712
|
var Cellphone = function Cellphone(props) {
|
|
23649
23713
|
var color = props.color,
|
|
23650
23714
|
size = props.size,
|
|
@@ -23653,12 +23717,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
23653
23717
|
className = props.className,
|
|
23654
23718
|
iconClassName = props.iconClassName,
|
|
23655
23719
|
testid = props.testid,
|
|
23656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23720
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23657
23721
|
return /*#__PURE__*/React.createElement("span", {
|
|
23658
23722
|
role: "img",
|
|
23659
23723
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23660
23724
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23661
|
-
children: loadingCircleStyle$
|
|
23725
|
+
children: loadingCircleStyle$6t
|
|
23662
23726
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23663
23727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23664
23728
|
width: size,
|
|
@@ -23697,8 +23761,8 @@ Cellphone.defaultProps = {
|
|
|
23697
23761
|
size: '1em'
|
|
23698
23762
|
};
|
|
23699
23763
|
|
|
23700
|
-
var _excluded$
|
|
23701
|
-
var loadingCircleStyle$
|
|
23764
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23765
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23702
23766
|
var Landscape = function Landscape(props) {
|
|
23703
23767
|
var color = props.color,
|
|
23704
23768
|
size = props.size,
|
|
@@ -23707,12 +23771,12 @@ var Landscape = function Landscape(props) {
|
|
|
23707
23771
|
className = props.className,
|
|
23708
23772
|
iconClassName = props.iconClassName,
|
|
23709
23773
|
testid = props.testid,
|
|
23710
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23774
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23711
23775
|
return /*#__PURE__*/React.createElement("span", {
|
|
23712
23776
|
role: "img",
|
|
23713
23777
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23714
23778
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23715
|
-
children: loadingCircleStyle$
|
|
23779
|
+
children: loadingCircleStyle$6u
|
|
23716
23780
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23717
23781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23718
23782
|
width: size,
|
|
@@ -23753,8 +23817,8 @@ Landscape.defaultProps = {
|
|
|
23753
23817
|
size: '1em'
|
|
23754
23818
|
};
|
|
23755
23819
|
|
|
23756
|
-
var _excluded$
|
|
23757
|
-
var loadingCircleStyle$
|
|
23820
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23821
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23758
23822
|
var Email = function Email(props) {
|
|
23759
23823
|
var color = props.color,
|
|
23760
23824
|
size = props.size,
|
|
@@ -23763,12 +23827,12 @@ var Email = function Email(props) {
|
|
|
23763
23827
|
className = props.className,
|
|
23764
23828
|
iconClassName = props.iconClassName,
|
|
23765
23829
|
testid = props.testid,
|
|
23766
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23830
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
23767
23831
|
return /*#__PURE__*/React.createElement("span", {
|
|
23768
23832
|
role: "img",
|
|
23769
23833
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23770
23834
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23771
|
-
children: loadingCircleStyle$
|
|
23835
|
+
children: loadingCircleStyle$6v
|
|
23772
23836
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23773
23837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23774
23838
|
width: size,
|
|
@@ -23805,8 +23869,8 @@ Email.defaultProps = {
|
|
|
23805
23869
|
size: '1em'
|
|
23806
23870
|
};
|
|
23807
23871
|
|
|
23808
|
-
var _excluded$
|
|
23809
|
-
var loadingCircleStyle$
|
|
23872
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23873
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23810
23874
|
var Clock = function Clock(props) {
|
|
23811
23875
|
var color = props.color,
|
|
23812
23876
|
size = props.size,
|
|
@@ -23815,12 +23879,12 @@ var Clock = function Clock(props) {
|
|
|
23815
23879
|
className = props.className,
|
|
23816
23880
|
iconClassName = props.iconClassName,
|
|
23817
23881
|
testid = props.testid,
|
|
23818
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23882
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
23819
23883
|
return /*#__PURE__*/React.createElement("span", {
|
|
23820
23884
|
role: "img",
|
|
23821
23885
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23822
23886
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23823
|
-
children: loadingCircleStyle$
|
|
23887
|
+
children: loadingCircleStyle$6w
|
|
23824
23888
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23825
23889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23826
23890
|
width: size,
|
|
@@ -23859,8 +23923,8 @@ Clock.defaultProps = {
|
|
|
23859
23923
|
size: '1em'
|
|
23860
23924
|
};
|
|
23861
23925
|
|
|
23862
|
-
var _excluded$
|
|
23863
|
-
var loadingCircleStyle$
|
|
23926
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23927
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23864
23928
|
var Password = function Password(props) {
|
|
23865
23929
|
var color = props.color,
|
|
23866
23930
|
size = props.size,
|
|
@@ -23869,12 +23933,12 @@ var Password = function Password(props) {
|
|
|
23869
23933
|
className = props.className,
|
|
23870
23934
|
iconClassName = props.iconClassName,
|
|
23871
23935
|
testid = props.testid,
|
|
23872
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23936
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
23873
23937
|
return /*#__PURE__*/React.createElement("span", {
|
|
23874
23938
|
role: "img",
|
|
23875
23939
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23876
23940
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23877
|
-
children: loadingCircleStyle$
|
|
23941
|
+
children: loadingCircleStyle$6x
|
|
23878
23942
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23879
23943
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23880
23944
|
width: size,
|
|
@@ -23911,8 +23975,8 @@ Password.defaultProps = {
|
|
|
23911
23975
|
size: '1em'
|
|
23912
23976
|
};
|
|
23913
23977
|
|
|
23914
|
-
var _excluded$
|
|
23915
|
-
var loadingCircleStyle$
|
|
23978
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23979
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23916
23980
|
var ResetPassword = function ResetPassword(props) {
|
|
23917
23981
|
var color = props.color,
|
|
23918
23982
|
size = props.size,
|
|
@@ -23921,12 +23985,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
23921
23985
|
className = props.className,
|
|
23922
23986
|
iconClassName = props.iconClassName,
|
|
23923
23987
|
testid = props.testid,
|
|
23924
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23988
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
23925
23989
|
return /*#__PURE__*/React.createElement("span", {
|
|
23926
23990
|
role: "img",
|
|
23927
23991
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23928
23992
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23929
|
-
children: loadingCircleStyle$
|
|
23993
|
+
children: loadingCircleStyle$6y
|
|
23930
23994
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23931
23995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23932
23996
|
width: size,
|
|
@@ -23963,8 +24027,8 @@ ResetPassword.defaultProps = {
|
|
|
23963
24027
|
size: '1em'
|
|
23964
24028
|
};
|
|
23965
24029
|
|
|
23966
|
-
var _excluded$
|
|
23967
|
-
var loadingCircleStyle$
|
|
24030
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24031
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23968
24032
|
var Private = function Private(props) {
|
|
23969
24033
|
var color = props.color,
|
|
23970
24034
|
size = props.size,
|
|
@@ -23973,12 +24037,12 @@ var Private = function Private(props) {
|
|
|
23973
24037
|
className = props.className,
|
|
23974
24038
|
iconClassName = props.iconClassName,
|
|
23975
24039
|
testid = props.testid,
|
|
23976
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24040
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
23977
24041
|
return /*#__PURE__*/React.createElement("span", {
|
|
23978
24042
|
role: "img",
|
|
23979
24043
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23980
24044
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23981
|
-
children: loadingCircleStyle$
|
|
24045
|
+
children: loadingCircleStyle$6z
|
|
23982
24046
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23983
24047
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23984
24048
|
width: size,
|
|
@@ -24015,8 +24079,8 @@ Private.defaultProps = {
|
|
|
24015
24079
|
size: '1em'
|
|
24016
24080
|
};
|
|
24017
24081
|
|
|
24018
|
-
var _excluded$
|
|
24019
|
-
var loadingCircleStyle$
|
|
24082
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24083
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24020
24084
|
var Bell = function Bell(props) {
|
|
24021
24085
|
var color = props.color,
|
|
24022
24086
|
size = props.size,
|
|
@@ -24025,12 +24089,12 @@ var Bell = function Bell(props) {
|
|
|
24025
24089
|
className = props.className,
|
|
24026
24090
|
iconClassName = props.iconClassName,
|
|
24027
24091
|
testid = props.testid,
|
|
24028
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24092
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24029
24093
|
return /*#__PURE__*/React.createElement("span", {
|
|
24030
24094
|
role: "img",
|
|
24031
24095
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24032
24096
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24033
|
-
children: loadingCircleStyle$
|
|
24097
|
+
children: loadingCircleStyle$6A
|
|
24034
24098
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24035
24099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24036
24100
|
width: size,
|
|
@@ -24069,8 +24133,8 @@ Bell.defaultProps = {
|
|
|
24069
24133
|
size: '1em'
|
|
24070
24134
|
};
|
|
24071
24135
|
|
|
24072
|
-
var _excluded$
|
|
24073
|
-
var loadingCircleStyle$
|
|
24136
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24137
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24074
24138
|
var Logout = function Logout(props) {
|
|
24075
24139
|
var color = props.color,
|
|
24076
24140
|
size = props.size,
|
|
@@ -24079,12 +24143,12 @@ var Logout = function Logout(props) {
|
|
|
24079
24143
|
className = props.className,
|
|
24080
24144
|
iconClassName = props.iconClassName,
|
|
24081
24145
|
testid = props.testid,
|
|
24082
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24146
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24083
24147
|
return /*#__PURE__*/React.createElement("span", {
|
|
24084
24148
|
role: "img",
|
|
24085
24149
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24086
24150
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24087
|
-
children: loadingCircleStyle$
|
|
24151
|
+
children: loadingCircleStyle$6B
|
|
24088
24152
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24089
24153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24090
24154
|
width: size,
|
|
@@ -24123,8 +24187,8 @@ Logout.defaultProps = {
|
|
|
24123
24187
|
size: '1em'
|
|
24124
24188
|
};
|
|
24125
24189
|
|
|
24126
|
-
var _excluded$
|
|
24127
|
-
var loadingCircleStyle$
|
|
24190
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24191
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24128
24192
|
var Speed = function Speed(props) {
|
|
24129
24193
|
var color = props.color,
|
|
24130
24194
|
size = props.size,
|
|
@@ -24133,12 +24197,12 @@ var Speed = function Speed(props) {
|
|
|
24133
24197
|
className = props.className,
|
|
24134
24198
|
iconClassName = props.iconClassName,
|
|
24135
24199
|
testid = props.testid,
|
|
24136
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24200
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24137
24201
|
return /*#__PURE__*/React.createElement("span", {
|
|
24138
24202
|
role: "img",
|
|
24139
24203
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24140
24204
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24141
|
-
children: loadingCircleStyle$
|
|
24205
|
+
children: loadingCircleStyle$6C
|
|
24142
24206
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24143
24207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24144
24208
|
width: size,
|
|
@@ -24175,8 +24239,8 @@ Speed.defaultProps = {
|
|
|
24175
24239
|
size: '1em'
|
|
24176
24240
|
};
|
|
24177
24241
|
|
|
24178
|
-
var _excluded$
|
|
24179
|
-
var loadingCircleStyle$
|
|
24242
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24243
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24180
24244
|
var Mfa = function Mfa(props) {
|
|
24181
24245
|
var color = props.color,
|
|
24182
24246
|
size = props.size,
|
|
@@ -24185,12 +24249,12 @@ var Mfa = function Mfa(props) {
|
|
|
24185
24249
|
className = props.className,
|
|
24186
24250
|
iconClassName = props.iconClassName,
|
|
24187
24251
|
testid = props.testid,
|
|
24188
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24252
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24189
24253
|
return /*#__PURE__*/React.createElement("span", {
|
|
24190
24254
|
role: "img",
|
|
24191
24255
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24192
24256
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24193
|
-
children: loadingCircleStyle$
|
|
24257
|
+
children: loadingCircleStyle$6D
|
|
24194
24258
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24195
24259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24196
24260
|
width: size,
|
|
@@ -24227,8 +24291,8 @@ Mfa.defaultProps = {
|
|
|
24227
24291
|
size: '1em'
|
|
24228
24292
|
};
|
|
24229
24293
|
|
|
24230
|
-
var _excluded$
|
|
24231
|
-
var loadingCircleStyle$
|
|
24294
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24295
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24232
24296
|
var Tracking = function Tracking(props) {
|
|
24233
24297
|
var color = props.color,
|
|
24234
24298
|
size = props.size,
|
|
@@ -24237,12 +24301,12 @@ var Tracking = function Tracking(props) {
|
|
|
24237
24301
|
className = props.className,
|
|
24238
24302
|
iconClassName = props.iconClassName,
|
|
24239
24303
|
testid = props.testid,
|
|
24240
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24304
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24241
24305
|
return /*#__PURE__*/React.createElement("span", {
|
|
24242
24306
|
role: "img",
|
|
24243
24307
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24244
24308
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24245
|
-
children: loadingCircleStyle$
|
|
24309
|
+
children: loadingCircleStyle$6E
|
|
24246
24310
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24247
24311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24248
24312
|
width: size,
|
|
@@ -24289,8 +24353,8 @@ Tracking.defaultProps = {
|
|
|
24289
24353
|
size: '1em'
|
|
24290
24354
|
};
|
|
24291
24355
|
|
|
24292
|
-
var _excluded$
|
|
24293
|
-
var loadingCircleStyle$
|
|
24356
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24357
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24294
24358
|
var Forewarning = function Forewarning(props) {
|
|
24295
24359
|
var color = props.color,
|
|
24296
24360
|
size = props.size,
|
|
@@ -24299,12 +24363,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
24299
24363
|
className = props.className,
|
|
24300
24364
|
iconClassName = props.iconClassName,
|
|
24301
24365
|
testid = props.testid,
|
|
24302
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24366
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24303
24367
|
return /*#__PURE__*/React.createElement("span", {
|
|
24304
24368
|
role: "img",
|
|
24305
24369
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24306
24370
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24307
|
-
children: loadingCircleStyle$
|
|
24371
|
+
children: loadingCircleStyle$6F
|
|
24308
24372
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24309
24373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24310
24374
|
width: size,
|
|
@@ -24345,8 +24409,8 @@ Forewarning.defaultProps = {
|
|
|
24345
24409
|
size: '1em'
|
|
24346
24410
|
};
|
|
24347
24411
|
|
|
24348
|
-
var _excluded$
|
|
24349
|
-
var loadingCircleStyle$
|
|
24412
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24413
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24350
24414
|
var SystemMgr = function SystemMgr(props) {
|
|
24351
24415
|
var color = props.color,
|
|
24352
24416
|
size = props.size,
|
|
@@ -24355,12 +24419,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
24355
24419
|
className = props.className,
|
|
24356
24420
|
iconClassName = props.iconClassName,
|
|
24357
24421
|
testid = props.testid,
|
|
24358
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24422
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24359
24423
|
return /*#__PURE__*/React.createElement("span", {
|
|
24360
24424
|
role: "img",
|
|
24361
24425
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24362
24426
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24363
|
-
children: loadingCircleStyle$
|
|
24427
|
+
children: loadingCircleStyle$6G
|
|
24364
24428
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24365
24429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24366
24430
|
width: size,
|
|
@@ -24401,8 +24465,8 @@ SystemMgr.defaultProps = {
|
|
|
24401
24465
|
size: '1em'
|
|
24402
24466
|
};
|
|
24403
24467
|
|
|
24404
|
-
var _excluded$
|
|
24405
|
-
var loadingCircleStyle$
|
|
24468
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24469
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24406
24470
|
var Pattern = function Pattern(props) {
|
|
24407
24471
|
var color = props.color,
|
|
24408
24472
|
size = props.size,
|
|
@@ -24411,12 +24475,12 @@ var Pattern = function Pattern(props) {
|
|
|
24411
24475
|
className = props.className,
|
|
24412
24476
|
iconClassName = props.iconClassName,
|
|
24413
24477
|
testid = props.testid,
|
|
24414
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24478
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24415
24479
|
return /*#__PURE__*/React.createElement("span", {
|
|
24416
24480
|
role: "img",
|
|
24417
24481
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24418
24482
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24419
|
-
children: loadingCircleStyle$
|
|
24483
|
+
children: loadingCircleStyle$6H
|
|
24420
24484
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24421
24485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24422
24486
|
width: size,
|
|
@@ -24461,8 +24525,8 @@ Pattern.defaultProps = {
|
|
|
24461
24525
|
size: '1em'
|
|
24462
24526
|
};
|
|
24463
24527
|
|
|
24464
|
-
var _excluded$
|
|
24465
|
-
var loadingCircleStyle$
|
|
24528
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24529
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24466
24530
|
var Debug = function Debug(props) {
|
|
24467
24531
|
var color = props.color,
|
|
24468
24532
|
size = props.size,
|
|
@@ -24471,12 +24535,12 @@ var Debug = function Debug(props) {
|
|
|
24471
24535
|
className = props.className,
|
|
24472
24536
|
iconClassName = props.iconClassName,
|
|
24473
24537
|
testid = props.testid,
|
|
24474
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24538
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24475
24539
|
return /*#__PURE__*/React.createElement("span", {
|
|
24476
24540
|
role: "img",
|
|
24477
24541
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24478
24542
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24479
|
-
children: loadingCircleStyle$
|
|
24543
|
+
children: loadingCircleStyle$6I
|
|
24480
24544
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24481
24545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24482
24546
|
width: size,
|
|
@@ -24513,8 +24577,8 @@ Debug.defaultProps = {
|
|
|
24513
24577
|
size: '1em'
|
|
24514
24578
|
};
|
|
24515
24579
|
|
|
24516
|
-
var _excluded$
|
|
24517
|
-
var loadingCircleStyle$
|
|
24580
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24581
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24518
24582
|
var Live = function Live(props) {
|
|
24519
24583
|
var color = props.color,
|
|
24520
24584
|
size = props.size,
|
|
@@ -24523,12 +24587,12 @@ var Live = function Live(props) {
|
|
|
24523
24587
|
className = props.className,
|
|
24524
24588
|
iconClassName = props.iconClassName,
|
|
24525
24589
|
testid = props.testid,
|
|
24526
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24590
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24527
24591
|
return /*#__PURE__*/React.createElement("span", {
|
|
24528
24592
|
role: "img",
|
|
24529
24593
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24530
24594
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24531
|
-
children: loadingCircleStyle$
|
|
24595
|
+
children: loadingCircleStyle$6J
|
|
24532
24596
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24533
24597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24534
24598
|
width: size,
|
|
@@ -24565,8 +24629,8 @@ Live.defaultProps = {
|
|
|
24565
24629
|
size: '1em'
|
|
24566
24630
|
};
|
|
24567
24631
|
|
|
24568
|
-
var _excluded$
|
|
24569
|
-
var loadingCircleStyle$
|
|
24632
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24633
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24570
24634
|
var Plug = function Plug(props) {
|
|
24571
24635
|
var color = props.color,
|
|
24572
24636
|
size = props.size,
|
|
@@ -24575,12 +24639,12 @@ var Plug = function Plug(props) {
|
|
|
24575
24639
|
className = props.className,
|
|
24576
24640
|
iconClassName = props.iconClassName,
|
|
24577
24641
|
testid = props.testid,
|
|
24578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24642
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24579
24643
|
return /*#__PURE__*/React.createElement("span", {
|
|
24580
24644
|
role: "img",
|
|
24581
24645
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24582
24646
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24583
|
-
children: loadingCircleStyle$
|
|
24647
|
+
children: loadingCircleStyle$6K
|
|
24584
24648
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24585
24649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24586
24650
|
width: size,
|
|
@@ -24617,8 +24681,8 @@ Plug.defaultProps = {
|
|
|
24617
24681
|
size: '1em'
|
|
24618
24682
|
};
|
|
24619
24683
|
|
|
24620
|
-
var _excluded$
|
|
24621
|
-
var loadingCircleStyle$
|
|
24684
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24685
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24622
24686
|
var Application = function Application(props) {
|
|
24623
24687
|
var color = props.color,
|
|
24624
24688
|
size = props.size,
|
|
@@ -24627,12 +24691,12 @@ var Application = function Application(props) {
|
|
|
24627
24691
|
className = props.className,
|
|
24628
24692
|
iconClassName = props.iconClassName,
|
|
24629
24693
|
testid = props.testid,
|
|
24630
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24694
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24631
24695
|
return /*#__PURE__*/React.createElement("span", {
|
|
24632
24696
|
role: "img",
|
|
24633
24697
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24634
24698
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24635
|
-
children: loadingCircleStyle$
|
|
24699
|
+
children: loadingCircleStyle$6L
|
|
24636
24700
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24637
24701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24638
24702
|
width: size,
|
|
@@ -24679,8 +24743,8 @@ Application.defaultProps = {
|
|
|
24679
24743
|
size: '1em'
|
|
24680
24744
|
};
|
|
24681
24745
|
|
|
24682
|
-
var _excluded$
|
|
24683
|
-
var loadingCircleStyle$
|
|
24746
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24747
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24684
24748
|
var Gift = function Gift(props) {
|
|
24685
24749
|
var color = props.color,
|
|
24686
24750
|
size = props.size,
|
|
@@ -24689,12 +24753,12 @@ var Gift = function Gift(props) {
|
|
|
24689
24753
|
className = props.className,
|
|
24690
24754
|
iconClassName = props.iconClassName,
|
|
24691
24755
|
testid = props.testid,
|
|
24692
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24756
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24693
24757
|
return /*#__PURE__*/React.createElement("span", {
|
|
24694
24758
|
role: "img",
|
|
24695
24759
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24696
24760
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24697
|
-
children: loadingCircleStyle$
|
|
24761
|
+
children: loadingCircleStyle$6M
|
|
24698
24762
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24699
24763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24700
24764
|
width: size,
|
|
@@ -24731,8 +24795,8 @@ Gift.defaultProps = {
|
|
|
24731
24795
|
size: '1em'
|
|
24732
24796
|
};
|
|
24733
24797
|
|
|
24734
|
-
var _excluded$
|
|
24735
|
-
var loadingCircleStyle$
|
|
24798
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24799
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24736
24800
|
var Tips = function Tips(props) {
|
|
24737
24801
|
var color = props.color,
|
|
24738
24802
|
size = props.size,
|
|
@@ -24741,12 +24805,12 @@ var Tips = function Tips(props) {
|
|
|
24741
24805
|
className = props.className,
|
|
24742
24806
|
iconClassName = props.iconClassName,
|
|
24743
24807
|
testid = props.testid,
|
|
24744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24808
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24745
24809
|
return /*#__PURE__*/React.createElement("span", {
|
|
24746
24810
|
role: "img",
|
|
24747
24811
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24748
24812
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24749
|
-
children: loadingCircleStyle$
|
|
24813
|
+
children: loadingCircleStyle$6N
|
|
24750
24814
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24751
24815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24752
24816
|
width: size,
|
|
@@ -24785,8 +24849,8 @@ Tips.defaultProps = {
|
|
|
24785
24849
|
size: '1em'
|
|
24786
24850
|
};
|
|
24787
24851
|
|
|
24788
|
-
var _excluded$
|
|
24789
|
-
var loadingCircleStyle$
|
|
24852
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24853
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24790
24854
|
var Usb = function Usb(props) {
|
|
24791
24855
|
var color = props.color,
|
|
24792
24856
|
size = props.size,
|
|
@@ -24795,12 +24859,12 @@ var Usb = function Usb(props) {
|
|
|
24795
24859
|
className = props.className,
|
|
24796
24860
|
iconClassName = props.iconClassName,
|
|
24797
24861
|
testid = props.testid,
|
|
24798
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24862
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
24799
24863
|
return /*#__PURE__*/React.createElement("span", {
|
|
24800
24864
|
role: "img",
|
|
24801
24865
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24802
24866
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24803
|
-
children: loadingCircleStyle$
|
|
24867
|
+
children: loadingCircleStyle$6O
|
|
24804
24868
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24805
24869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24806
24870
|
width: size,
|
|
@@ -24837,8 +24901,8 @@ Usb.defaultProps = {
|
|
|
24837
24901
|
size: '1em'
|
|
24838
24902
|
};
|
|
24839
24903
|
|
|
24840
|
-
var _excluded$
|
|
24841
|
-
var loadingCircleStyle$
|
|
24904
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24905
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24842
24906
|
var Location = function Location(props) {
|
|
24843
24907
|
var color = props.color,
|
|
24844
24908
|
size = props.size,
|
|
@@ -24847,12 +24911,12 @@ var Location = function Location(props) {
|
|
|
24847
24911
|
className = props.className,
|
|
24848
24912
|
iconClassName = props.iconClassName,
|
|
24849
24913
|
testid = props.testid,
|
|
24850
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24914
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
24851
24915
|
return /*#__PURE__*/React.createElement("span", {
|
|
24852
24916
|
role: "img",
|
|
24853
24917
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24854
24918
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24855
|
-
children: loadingCircleStyle$
|
|
24919
|
+
children: loadingCircleStyle$6P
|
|
24856
24920
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24857
24921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24858
24922
|
width: size,
|
|
@@ -24893,8 +24957,8 @@ Location.defaultProps = {
|
|
|
24893
24957
|
size: '1em'
|
|
24894
24958
|
};
|
|
24895
24959
|
|
|
24896
|
-
var _excluded$
|
|
24897
|
-
var loadingCircleStyle$
|
|
24960
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24961
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24898
24962
|
var ShieldCheck = function ShieldCheck(props) {
|
|
24899
24963
|
var color = props.color,
|
|
24900
24964
|
size = props.size,
|
|
@@ -24903,12 +24967,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
24903
24967
|
className = props.className,
|
|
24904
24968
|
iconClassName = props.iconClassName,
|
|
24905
24969
|
testid = props.testid,
|
|
24906
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24970
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
24907
24971
|
return /*#__PURE__*/React.createElement("span", {
|
|
24908
24972
|
role: "img",
|
|
24909
24973
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24910
24974
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24911
|
-
children: loadingCircleStyle$
|
|
24975
|
+
children: loadingCircleStyle$6Q
|
|
24912
24976
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24913
24977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24914
24978
|
width: size,
|
|
@@ -24945,8 +25009,8 @@ ShieldCheck.defaultProps = {
|
|
|
24945
25009
|
size: '1em'
|
|
24946
25010
|
};
|
|
24947
25011
|
|
|
24948
|
-
var _excluded$
|
|
24949
|
-
var loadingCircleStyle$
|
|
25012
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25013
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24950
25014
|
var ShieldCross = function ShieldCross(props) {
|
|
24951
25015
|
var color = props.color,
|
|
24952
25016
|
size = props.size,
|
|
@@ -24955,12 +25019,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
24955
25019
|
className = props.className,
|
|
24956
25020
|
iconClassName = props.iconClassName,
|
|
24957
25021
|
testid = props.testid,
|
|
24958
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25022
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
24959
25023
|
return /*#__PURE__*/React.createElement("span", {
|
|
24960
25024
|
role: "img",
|
|
24961
25025
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24962
25026
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24963
|
-
children: loadingCircleStyle$
|
|
25027
|
+
children: loadingCircleStyle$6R
|
|
24964
25028
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24965
25029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24966
25030
|
width: size,
|
|
@@ -24997,8 +25061,8 @@ ShieldCross.defaultProps = {
|
|
|
24997
25061
|
size: '1em'
|
|
24998
25062
|
};
|
|
24999
25063
|
|
|
25000
|
-
var _excluded$
|
|
25001
|
-
var loadingCircleStyle$
|
|
25064
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25065
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25002
25066
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
25003
25067
|
var color = props.color,
|
|
25004
25068
|
size = props.size,
|
|
@@ -25007,12 +25071,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
25007
25071
|
className = props.className,
|
|
25008
25072
|
iconClassName = props.iconClassName,
|
|
25009
25073
|
testid = props.testid,
|
|
25010
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25074
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25011
25075
|
return /*#__PURE__*/React.createElement("span", {
|
|
25012
25076
|
role: "img",
|
|
25013
25077
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25014
25078
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25015
|
-
children: loadingCircleStyle$
|
|
25079
|
+
children: loadingCircleStyle$6S
|
|
25016
25080
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25017
25081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25018
25082
|
width: size,
|
|
@@ -25049,8 +25113,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
25049
25113
|
size: '1em'
|
|
25050
25114
|
};
|
|
25051
25115
|
|
|
25052
|
-
var _excluded$
|
|
25053
|
-
var loadingCircleStyle$
|
|
25116
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25117
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25054
25118
|
var Bell2Fill = function Bell2Fill(props) {
|
|
25055
25119
|
var color = props.color,
|
|
25056
25120
|
size = props.size,
|
|
@@ -25059,12 +25123,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
25059
25123
|
className = props.className,
|
|
25060
25124
|
iconClassName = props.iconClassName,
|
|
25061
25125
|
testid = props.testid,
|
|
25062
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25126
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25063
25127
|
return /*#__PURE__*/React.createElement("span", {
|
|
25064
25128
|
role: "img",
|
|
25065
25129
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25066
25130
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25067
|
-
children: loadingCircleStyle$
|
|
25131
|
+
children: loadingCircleStyle$6T
|
|
25068
25132
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25069
25133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25070
25134
|
width: size,
|
|
@@ -25101,8 +25165,8 @@ Bell2Fill.defaultProps = {
|
|
|
25101
25165
|
size: '1em'
|
|
25102
25166
|
};
|
|
25103
25167
|
|
|
25104
|
-
var _excluded$
|
|
25105
|
-
var loadingCircleStyle$
|
|
25168
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25169
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25106
25170
|
var Box = function Box(props) {
|
|
25107
25171
|
var color = props.color,
|
|
25108
25172
|
size = props.size,
|
|
@@ -25111,12 +25175,12 @@ var Box = function Box(props) {
|
|
|
25111
25175
|
className = props.className,
|
|
25112
25176
|
iconClassName = props.iconClassName,
|
|
25113
25177
|
testid = props.testid,
|
|
25114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25178
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25115
25179
|
return /*#__PURE__*/React.createElement("span", {
|
|
25116
25180
|
role: "img",
|
|
25117
25181
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25118
25182
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25119
|
-
children: loadingCircleStyle$
|
|
25183
|
+
children: loadingCircleStyle$6U
|
|
25120
25184
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25121
25185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25122
25186
|
width: size,
|
|
@@ -25153,8 +25217,8 @@ Box.defaultProps = {
|
|
|
25153
25217
|
size: '1em'
|
|
25154
25218
|
};
|
|
25155
25219
|
|
|
25156
|
-
var _excluded$
|
|
25157
|
-
var loadingCircleStyle$
|
|
25220
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25221
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25158
25222
|
var ShutDown = function ShutDown(props) {
|
|
25159
25223
|
var color = props.color,
|
|
25160
25224
|
size = props.size,
|
|
@@ -25163,12 +25227,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
25163
25227
|
className = props.className,
|
|
25164
25228
|
iconClassName = props.iconClassName,
|
|
25165
25229
|
testid = props.testid,
|
|
25166
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25230
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25167
25231
|
return /*#__PURE__*/React.createElement("span", {
|
|
25168
25232
|
role: "img",
|
|
25169
25233
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25170
25234
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25171
|
-
children: loadingCircleStyle$
|
|
25235
|
+
children: loadingCircleStyle$6V
|
|
25172
25236
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25173
25237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25174
25238
|
width: size,
|
|
@@ -25205,8 +25269,8 @@ ShutDown.defaultProps = {
|
|
|
25205
25269
|
size: '1em'
|
|
25206
25270
|
};
|
|
25207
25271
|
|
|
25208
|
-
var _excluded$
|
|
25209
|
-
var loadingCircleStyle$
|
|
25272
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25273
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25210
25274
|
var Database = function Database(props) {
|
|
25211
25275
|
var color = props.color,
|
|
25212
25276
|
size = props.size,
|
|
@@ -25215,12 +25279,12 @@ var Database = function Database(props) {
|
|
|
25215
25279
|
className = props.className,
|
|
25216
25280
|
iconClassName = props.iconClassName,
|
|
25217
25281
|
testid = props.testid,
|
|
25218
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25282
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25219
25283
|
return /*#__PURE__*/React.createElement("span", {
|
|
25220
25284
|
role: "img",
|
|
25221
25285
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25222
25286
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25223
|
-
children: loadingCircleStyle$
|
|
25287
|
+
children: loadingCircleStyle$6W
|
|
25224
25288
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25225
25289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25226
25290
|
width: size,
|
|
@@ -25257,4 +25321,4 @@ Database.defaultProps = {
|
|
|
25257
25321
|
size: '1em'
|
|
25258
25322
|
};
|
|
25259
25323
|
|
|
25260
|
-
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SSpace as TaSSpace, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableKey as TaTableKey, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, TestRace as TaTestRace, TestSplit as TaTestSplit, ThumbDown as TaThumbDown, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, Unlink as TaUnlink, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
|
|
25324
|
+
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SSpace as TaSSpace, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableKey as TaTableKey, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, TestRace as TaTestRace, TestSplit as TaTestSplit, ThumbDown as TaThumbDown, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, Unlink as TaUnlink, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
|