@tant/icons 1.3.27 → 1.3.28
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/add-to-page.js +62 -0
- package/dist/es/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/icons/add-to-page.js +70 -0
- package/dist/lib/index.js +7 -0
- package/dist/tant-icons.cjs.js +333 -281
- package/dist/tant-icons.esm.js +333 -282
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -16419,7 +16419,7 @@ MagicWand.defaultProps = {
|
|
|
16419
16419
|
|
|
16420
16420
|
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16421
16421
|
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16422
|
-
var
|
|
16422
|
+
var AddToPage = function AddToPage(props) {
|
|
16423
16423
|
var color = props.color,
|
|
16424
16424
|
size = props.size,
|
|
16425
16425
|
spin = props.spin,
|
|
@@ -16451,16 +16451,18 @@ var Report = function Report(props) {
|
|
|
16451
16451
|
height: "24",
|
|
16452
16452
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16453
16453
|
}, /*#__PURE__*/React.createElement("path", {
|
|
16454
|
-
|
|
16454
|
+
fillRule: "evenodd",
|
|
16455
|
+
clipRule: "evenodd",
|
|
16456
|
+
d: "M3 19V5h14v3a1 1 0 102 0V4a1 1 0 00-1-1H2a1 1 0 00-1 1v16a1 1 0 001 1h8a1 1 0 100-2H3zM6.464 8.357a.964.964 0 000 1.929h7.072a.964.964 0 100-1.93H6.464zM5.5 13.178c0-.532.432-.964.964-.964h4.072a.964.964 0 110 1.928H6.464a.964.964 0 01-.964-.964zM17 12a1 1 0 112 0v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3h-3a1 1 0 110-2h3v-3z"
|
|
16455
16457
|
}))));
|
|
16456
16458
|
};
|
|
16457
|
-
|
|
16459
|
+
AddToPage.propTypes = {
|
|
16458
16460
|
iconClassName: PropTypes.string,
|
|
16459
16461
|
spin: PropTypes.bool,
|
|
16460
16462
|
color: PropTypes.string,
|
|
16461
16463
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16462
16464
|
};
|
|
16463
|
-
|
|
16465
|
+
AddToPage.defaultProps = {
|
|
16464
16466
|
spin: false,
|
|
16465
16467
|
color: 'currentColor',
|
|
16466
16468
|
size: '1em'
|
|
@@ -16468,7 +16470,7 @@ Report.defaultProps = {
|
|
|
16468
16470
|
|
|
16469
16471
|
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16470
16472
|
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16471
|
-
var
|
|
16473
|
+
var Report = function Report(props) {
|
|
16472
16474
|
var color = props.color,
|
|
16473
16475
|
size = props.size,
|
|
16474
16476
|
spin = props.spin,
|
|
@@ -16499,6 +16501,55 @@ var ReportRemoval = function ReportRemoval(props) {
|
|
|
16499
16501
|
width: "24",
|
|
16500
16502
|
height: "24",
|
|
16501
16503
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16504
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16505
|
+
d: "M11 7h2v10h-2V7zm4 4h2v6h-2v-6zm-8 2h2v4H7v-4zm8-9H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0120.007 22H3.993A1 1 0 013 21.008V2.992z"
|
|
16506
|
+
}))));
|
|
16507
|
+
};
|
|
16508
|
+
Report.propTypes = {
|
|
16509
|
+
iconClassName: PropTypes.string,
|
|
16510
|
+
spin: PropTypes.bool,
|
|
16511
|
+
color: PropTypes.string,
|
|
16512
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16513
|
+
};
|
|
16514
|
+
Report.defaultProps = {
|
|
16515
|
+
spin: false,
|
|
16516
|
+
color: 'currentColor',
|
|
16517
|
+
size: '1em'
|
|
16518
|
+
};
|
|
16519
|
+
|
|
16520
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16521
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16522
|
+
var ReportRemoval = function ReportRemoval(props) {
|
|
16523
|
+
var color = props.color,
|
|
16524
|
+
size = props.size,
|
|
16525
|
+
spin = props.spin,
|
|
16526
|
+
style = props.style,
|
|
16527
|
+
className = props.className,
|
|
16528
|
+
iconClassName = props.iconClassName,
|
|
16529
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
16530
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
16531
|
+
role: "img",
|
|
16532
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16533
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
16534
|
+
children: loadingCircleStyle$4M
|
|
16535
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16537
|
+
width: size,
|
|
16538
|
+
height: size,
|
|
16539
|
+
viewBox: "0 0 24 24",
|
|
16540
|
+
fill: color
|
|
16541
|
+
}, otherProps, {
|
|
16542
|
+
className: iconClassName,
|
|
16543
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
16544
|
+
animationDuration: '1s',
|
|
16545
|
+
animationIterationCount: 'infinite',
|
|
16546
|
+
animationName: 'loadingCircle',
|
|
16547
|
+
animationTimingFunction: 'linear'
|
|
16548
|
+
} : {})
|
|
16549
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
16550
|
+
width: "24",
|
|
16551
|
+
height: "24",
|
|
16552
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16502
16553
|
}, /*#__PURE__*/React.createElement("path", {
|
|
16503
16554
|
d: "M7 13h2v4H7v-4z"
|
|
16504
16555
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -16523,8 +16574,8 @@ ReportRemoval.defaultProps = {
|
|
|
16523
16574
|
size: '1em'
|
|
16524
16575
|
};
|
|
16525
16576
|
|
|
16526
|
-
var _excluded$
|
|
16527
|
-
var loadingCircleStyle$
|
|
16577
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16578
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16528
16579
|
var FileAdd = function FileAdd(props) {
|
|
16529
16580
|
var color = props.color,
|
|
16530
16581
|
size = props.size,
|
|
@@ -16532,12 +16583,12 @@ var FileAdd = function FileAdd(props) {
|
|
|
16532
16583
|
style = props.style,
|
|
16533
16584
|
className = props.className,
|
|
16534
16585
|
iconClassName = props.iconClassName,
|
|
16535
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16586
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
16536
16587
|
return /*#__PURE__*/React.createElement("span", {
|
|
16537
16588
|
role: "img",
|
|
16538
16589
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16539
16590
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16540
|
-
children: loadingCircleStyle$
|
|
16591
|
+
children: loadingCircleStyle$4N
|
|
16541
16592
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16542
16593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16543
16594
|
width: size,
|
|
@@ -16572,8 +16623,8 @@ FileAdd.defaultProps = {
|
|
|
16572
16623
|
size: '1em'
|
|
16573
16624
|
};
|
|
16574
16625
|
|
|
16575
|
-
var _excluded$
|
|
16576
|
-
var loadingCircleStyle$
|
|
16626
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16627
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16577
16628
|
var FileRemove = function FileRemove(props) {
|
|
16578
16629
|
var color = props.color,
|
|
16579
16630
|
size = props.size,
|
|
@@ -16581,12 +16632,12 @@ var FileRemove = function FileRemove(props) {
|
|
|
16581
16632
|
style = props.style,
|
|
16582
16633
|
className = props.className,
|
|
16583
16634
|
iconClassName = props.iconClassName,
|
|
16584
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16635
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
16585
16636
|
return /*#__PURE__*/React.createElement("span", {
|
|
16586
16637
|
role: "img",
|
|
16587
16638
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16588
16639
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16589
|
-
children: loadingCircleStyle$
|
|
16640
|
+
children: loadingCircleStyle$4O
|
|
16590
16641
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16591
16642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16592
16643
|
width: size,
|
|
@@ -16623,8 +16674,8 @@ FileRemove.defaultProps = {
|
|
|
16623
16674
|
size: '1em'
|
|
16624
16675
|
};
|
|
16625
16676
|
|
|
16626
|
-
var _excluded$
|
|
16627
|
-
var loadingCircleStyle$
|
|
16677
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16678
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16628
16679
|
var FileExport = function FileExport(props) {
|
|
16629
16680
|
var color = props.color,
|
|
16630
16681
|
size = props.size,
|
|
@@ -16632,12 +16683,12 @@ var FileExport = function FileExport(props) {
|
|
|
16632
16683
|
style = props.style,
|
|
16633
16684
|
className = props.className,
|
|
16634
16685
|
iconClassName = props.iconClassName,
|
|
16635
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16686
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
16636
16687
|
return /*#__PURE__*/React.createElement("span", {
|
|
16637
16688
|
role: "img",
|
|
16638
16689
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16639
16690
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16640
|
-
children: loadingCircleStyle$
|
|
16691
|
+
children: loadingCircleStyle$4P
|
|
16641
16692
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16642
16693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16643
16694
|
width: size,
|
|
@@ -16672,8 +16723,8 @@ FileExport.defaultProps = {
|
|
|
16672
16723
|
size: '1em'
|
|
16673
16724
|
};
|
|
16674
16725
|
|
|
16675
|
-
var _excluded$
|
|
16676
|
-
var loadingCircleStyle$
|
|
16726
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16727
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16677
16728
|
var FileMove = function FileMove(props) {
|
|
16678
16729
|
var color = props.color,
|
|
16679
16730
|
size = props.size,
|
|
@@ -16681,12 +16732,12 @@ var FileMove = function FileMove(props) {
|
|
|
16681
16732
|
style = props.style,
|
|
16682
16733
|
className = props.className,
|
|
16683
16734
|
iconClassName = props.iconClassName,
|
|
16684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16735
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
16685
16736
|
return /*#__PURE__*/React.createElement("span", {
|
|
16686
16737
|
role: "img",
|
|
16687
16738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16688
16739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16689
|
-
children: loadingCircleStyle$
|
|
16740
|
+
children: loadingCircleStyle$4Q
|
|
16690
16741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16691
16742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16692
16743
|
width: size,
|
|
@@ -16721,8 +16772,8 @@ FileMove.defaultProps = {
|
|
|
16721
16772
|
size: '1em'
|
|
16722
16773
|
};
|
|
16723
16774
|
|
|
16724
|
-
var _excluded$
|
|
16725
|
-
var loadingCircleStyle$
|
|
16775
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16776
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16726
16777
|
var FileImport = function FileImport(props) {
|
|
16727
16778
|
var color = props.color,
|
|
16728
16779
|
size = props.size,
|
|
@@ -16730,12 +16781,12 @@ var FileImport = function FileImport(props) {
|
|
|
16730
16781
|
style = props.style,
|
|
16731
16782
|
className = props.className,
|
|
16732
16783
|
iconClassName = props.iconClassName,
|
|
16733
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16784
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
16734
16785
|
return /*#__PURE__*/React.createElement("span", {
|
|
16735
16786
|
role: "img",
|
|
16736
16787
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16737
16788
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16738
|
-
children: loadingCircleStyle$
|
|
16789
|
+
children: loadingCircleStyle$4R
|
|
16739
16790
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16740
16791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16741
16792
|
width: size,
|
|
@@ -16770,8 +16821,8 @@ FileImport.defaultProps = {
|
|
|
16770
16821
|
size: '1em'
|
|
16771
16822
|
};
|
|
16772
16823
|
|
|
16773
|
-
var _excluded$
|
|
16774
|
-
var loadingCircleStyle$
|
|
16824
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16825
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16775
16826
|
var FileInfo = function FileInfo(props) {
|
|
16776
16827
|
var color = props.color,
|
|
16777
16828
|
size = props.size,
|
|
@@ -16779,12 +16830,12 @@ var FileInfo = function FileInfo(props) {
|
|
|
16779
16830
|
style = props.style,
|
|
16780
16831
|
className = props.className,
|
|
16781
16832
|
iconClassName = props.iconClassName,
|
|
16782
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16833
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
16783
16834
|
return /*#__PURE__*/React.createElement("span", {
|
|
16784
16835
|
role: "img",
|
|
16785
16836
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16786
16837
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16787
|
-
children: loadingCircleStyle$
|
|
16838
|
+
children: loadingCircleStyle$4S
|
|
16788
16839
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16789
16840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16790
16841
|
width: size,
|
|
@@ -16819,8 +16870,8 @@ FileInfo.defaultProps = {
|
|
|
16819
16870
|
size: '1em'
|
|
16820
16871
|
};
|
|
16821
16872
|
|
|
16822
|
-
var _excluded$
|
|
16823
|
-
var loadingCircleStyle$
|
|
16873
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16874
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16824
16875
|
var FileConvert = function FileConvert(props) {
|
|
16825
16876
|
var color = props.color,
|
|
16826
16877
|
size = props.size,
|
|
@@ -16828,12 +16879,12 @@ var FileConvert = function FileConvert(props) {
|
|
|
16828
16879
|
style = props.style,
|
|
16829
16880
|
className = props.className,
|
|
16830
16881
|
iconClassName = props.iconClassName,
|
|
16831
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16882
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
16832
16883
|
return /*#__PURE__*/React.createElement("span", {
|
|
16833
16884
|
role: "img",
|
|
16834
16885
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16835
16886
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16836
|
-
children: loadingCircleStyle$
|
|
16887
|
+
children: loadingCircleStyle$4T
|
|
16837
16888
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16838
16889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16839
16890
|
width: size,
|
|
@@ -16874,8 +16925,8 @@ FileConvert.defaultProps = {
|
|
|
16874
16925
|
size: '1em'
|
|
16875
16926
|
};
|
|
16876
16927
|
|
|
16877
|
-
var _excluded$
|
|
16878
|
-
var loadingCircleStyle$
|
|
16928
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16929
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16879
16930
|
var AssetConvert = function AssetConvert(props) {
|
|
16880
16931
|
var color = props.color,
|
|
16881
16932
|
size = props.size,
|
|
@@ -16883,12 +16934,12 @@ var AssetConvert = function AssetConvert(props) {
|
|
|
16883
16934
|
style = props.style,
|
|
16884
16935
|
className = props.className,
|
|
16885
16936
|
iconClassName = props.iconClassName,
|
|
16886
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16937
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
16887
16938
|
return /*#__PURE__*/React.createElement("span", {
|
|
16888
16939
|
role: "img",
|
|
16889
16940
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16890
16941
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16891
|
-
children: loadingCircleStyle$
|
|
16942
|
+
children: loadingCircleStyle$4U
|
|
16892
16943
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16893
16944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16894
16945
|
width: size,
|
|
@@ -16929,8 +16980,8 @@ AssetConvert.defaultProps = {
|
|
|
16929
16980
|
size: '1em'
|
|
16930
16981
|
};
|
|
16931
16982
|
|
|
16932
|
-
var _excluded$
|
|
16933
|
-
var loadingCircleStyle$
|
|
16983
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16984
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16934
16985
|
var FileLock = function FileLock(props) {
|
|
16935
16986
|
var color = props.color,
|
|
16936
16987
|
size = props.size,
|
|
@@ -16938,12 +16989,12 @@ var FileLock = function FileLock(props) {
|
|
|
16938
16989
|
style = props.style,
|
|
16939
16990
|
className = props.className,
|
|
16940
16991
|
iconClassName = props.iconClassName,
|
|
16941
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16992
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
16942
16993
|
return /*#__PURE__*/React.createElement("span", {
|
|
16943
16994
|
role: "img",
|
|
16944
16995
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16945
16996
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16946
|
-
children: loadingCircleStyle$
|
|
16997
|
+
children: loadingCircleStyle$4V
|
|
16947
16998
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16948
16999
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16949
17000
|
width: size,
|
|
@@ -16978,8 +17029,8 @@ FileLock.defaultProps = {
|
|
|
16978
17029
|
size: '1em'
|
|
16979
17030
|
};
|
|
16980
17031
|
|
|
16981
|
-
var _excluded$
|
|
16982
|
-
var loadingCircleStyle$
|
|
17032
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17033
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16983
17034
|
var FilePdf = function FilePdf(props) {
|
|
16984
17035
|
var color = props.color,
|
|
16985
17036
|
size = props.size,
|
|
@@ -16987,12 +17038,12 @@ var FilePdf = function FilePdf(props) {
|
|
|
16987
17038
|
style = props.style,
|
|
16988
17039
|
className = props.className,
|
|
16989
17040
|
iconClassName = props.iconClassName,
|
|
16990
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17041
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
16991
17042
|
return /*#__PURE__*/React.createElement("span", {
|
|
16992
17043
|
role: "img",
|
|
16993
17044
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16994
17045
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16995
|
-
children: loadingCircleStyle$
|
|
17046
|
+
children: loadingCircleStyle$4W
|
|
16996
17047
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16997
17048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16998
17049
|
width: size,
|
|
@@ -17027,8 +17078,8 @@ FilePdf.defaultProps = {
|
|
|
17027
17078
|
size: '1em'
|
|
17028
17079
|
};
|
|
17029
17080
|
|
|
17030
|
-
var _excluded$
|
|
17031
|
-
var loadingCircleStyle$
|
|
17081
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17082
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17032
17083
|
var Detail = function Detail(props) {
|
|
17033
17084
|
var color = props.color,
|
|
17034
17085
|
size = props.size,
|
|
@@ -17036,12 +17087,12 @@ var Detail = function Detail(props) {
|
|
|
17036
17087
|
style = props.style,
|
|
17037
17088
|
className = props.className,
|
|
17038
17089
|
iconClassName = props.iconClassName,
|
|
17039
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17090
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
17040
17091
|
return /*#__PURE__*/React.createElement("span", {
|
|
17041
17092
|
role: "img",
|
|
17042
17093
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17043
17094
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17044
|
-
children: loadingCircleStyle$
|
|
17095
|
+
children: loadingCircleStyle$4X
|
|
17045
17096
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17046
17097
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17047
17098
|
width: size,
|
|
@@ -17076,8 +17127,8 @@ Detail.defaultProps = {
|
|
|
17076
17127
|
size: '1em'
|
|
17077
17128
|
};
|
|
17078
17129
|
|
|
17079
|
-
var _excluded$
|
|
17080
|
-
var loadingCircleStyle$
|
|
17130
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17131
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17081
17132
|
var MessageCenter = function MessageCenter(props) {
|
|
17082
17133
|
var color = props.color,
|
|
17083
17134
|
size = props.size,
|
|
@@ -17085,12 +17136,12 @@ var MessageCenter = function MessageCenter(props) {
|
|
|
17085
17136
|
style = props.style,
|
|
17086
17137
|
className = props.className,
|
|
17087
17138
|
iconClassName = props.iconClassName,
|
|
17088
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17139
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
17089
17140
|
return /*#__PURE__*/React.createElement("span", {
|
|
17090
17141
|
role: "img",
|
|
17091
17142
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17092
17143
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17093
|
-
children: loadingCircleStyle$
|
|
17144
|
+
children: loadingCircleStyle$4Y
|
|
17094
17145
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17095
17146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17096
17147
|
width: size,
|
|
@@ -17133,8 +17184,8 @@ MessageCenter.defaultProps = {
|
|
|
17133
17184
|
size: '1em'
|
|
17134
17185
|
};
|
|
17135
17186
|
|
|
17136
|
-
var _excluded$
|
|
17137
|
-
var loadingCircleStyle$
|
|
17187
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17188
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17138
17189
|
var SystemMsg = function SystemMsg(props) {
|
|
17139
17190
|
var color = props.color,
|
|
17140
17191
|
size = props.size,
|
|
@@ -17142,12 +17193,12 @@ var SystemMsg = function SystemMsg(props) {
|
|
|
17142
17193
|
style = props.style,
|
|
17143
17194
|
className = props.className,
|
|
17144
17195
|
iconClassName = props.iconClassName,
|
|
17145
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17196
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
17146
17197
|
return /*#__PURE__*/React.createElement("span", {
|
|
17147
17198
|
role: "img",
|
|
17148
17199
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17149
17200
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17150
|
-
children: loadingCircleStyle$
|
|
17201
|
+
children: loadingCircleStyle$4Z
|
|
17151
17202
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17152
17203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17153
17204
|
width: size,
|
|
@@ -17188,8 +17239,8 @@ SystemMsg.defaultProps = {
|
|
|
17188
17239
|
size: '1em'
|
|
17189
17240
|
};
|
|
17190
17241
|
|
|
17191
|
-
var _excluded$
|
|
17192
|
-
var loadingCircleStyle$
|
|
17242
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17243
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17193
17244
|
var Comment = function Comment(props) {
|
|
17194
17245
|
var color = props.color,
|
|
17195
17246
|
size = props.size,
|
|
@@ -17197,12 +17248,12 @@ var Comment = function Comment(props) {
|
|
|
17197
17248
|
style = props.style,
|
|
17198
17249
|
className = props.className,
|
|
17199
17250
|
iconClassName = props.iconClassName,
|
|
17200
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17251
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
17201
17252
|
return /*#__PURE__*/React.createElement("span", {
|
|
17202
17253
|
role: "img",
|
|
17203
17254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17204
17255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17205
|
-
children: loadingCircleStyle$
|
|
17256
|
+
children: loadingCircleStyle$4_
|
|
17206
17257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17207
17258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17208
17259
|
width: size,
|
|
@@ -17241,8 +17292,8 @@ Comment.defaultProps = {
|
|
|
17241
17292
|
size: '1em'
|
|
17242
17293
|
};
|
|
17243
17294
|
|
|
17244
|
-
var _excluded$
|
|
17245
|
-
var loadingCircleStyle$
|
|
17295
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17296
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17246
17297
|
var Book = function Book(props) {
|
|
17247
17298
|
var color = props.color,
|
|
17248
17299
|
size = props.size,
|
|
@@ -17250,12 +17301,12 @@ var Book = function Book(props) {
|
|
|
17250
17301
|
style = props.style,
|
|
17251
17302
|
className = props.className,
|
|
17252
17303
|
iconClassName = props.iconClassName,
|
|
17253
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17304
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
17254
17305
|
return /*#__PURE__*/React.createElement("span", {
|
|
17255
17306
|
role: "img",
|
|
17256
17307
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17257
17308
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17258
|
-
children: loadingCircleStyle$
|
|
17309
|
+
children: loadingCircleStyle$4$
|
|
17259
17310
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17260
17311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17261
17312
|
width: size,
|
|
@@ -17290,8 +17341,8 @@ Book.defaultProps = {
|
|
|
17290
17341
|
size: '1em'
|
|
17291
17342
|
};
|
|
17292
17343
|
|
|
17293
|
-
var _excluded$
|
|
17294
|
-
var loadingCircleStyle$
|
|
17344
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17345
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17295
17346
|
var Book2 = function Book2(props) {
|
|
17296
17347
|
var color = props.color,
|
|
17297
17348
|
size = props.size,
|
|
@@ -17299,12 +17350,12 @@ var Book2 = function Book2(props) {
|
|
|
17299
17350
|
style = props.style,
|
|
17300
17351
|
className = props.className,
|
|
17301
17352
|
iconClassName = props.iconClassName,
|
|
17302
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17353
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
17303
17354
|
return /*#__PURE__*/React.createElement("span", {
|
|
17304
17355
|
role: "img",
|
|
17305
17356
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17306
17357
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17307
|
-
children: loadingCircleStyle$
|
|
17358
|
+
children: loadingCircleStyle$50
|
|
17308
17359
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17309
17360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17310
17361
|
width: size,
|
|
@@ -17339,8 +17390,8 @@ Book2.defaultProps = {
|
|
|
17339
17390
|
size: '1em'
|
|
17340
17391
|
};
|
|
17341
17392
|
|
|
17342
|
-
var _excluded$
|
|
17343
|
-
var loadingCircleStyle$
|
|
17393
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17394
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17344
17395
|
var Sticker = function Sticker(props) {
|
|
17345
17396
|
var color = props.color,
|
|
17346
17397
|
size = props.size,
|
|
@@ -17348,12 +17399,12 @@ var Sticker = function Sticker(props) {
|
|
|
17348
17399
|
style = props.style,
|
|
17349
17400
|
className = props.className,
|
|
17350
17401
|
iconClassName = props.iconClassName,
|
|
17351
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17402
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
17352
17403
|
return /*#__PURE__*/React.createElement("span", {
|
|
17353
17404
|
role: "img",
|
|
17354
17405
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17355
17406
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17356
|
-
children: loadingCircleStyle$
|
|
17407
|
+
children: loadingCircleStyle$51
|
|
17357
17408
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17358
17409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17359
17410
|
width: size,
|
|
@@ -17388,8 +17439,8 @@ Sticker.defaultProps = {
|
|
|
17388
17439
|
size: '1em'
|
|
17389
17440
|
};
|
|
17390
17441
|
|
|
17391
|
-
var _excluded$
|
|
17392
|
-
var loadingCircleStyle$
|
|
17442
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17443
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17393
17444
|
var StickerFill = function StickerFill(props) {
|
|
17394
17445
|
var color = props.color,
|
|
17395
17446
|
size = props.size,
|
|
@@ -17397,12 +17448,12 @@ var StickerFill = function StickerFill(props) {
|
|
|
17397
17448
|
style = props.style,
|
|
17398
17449
|
className = props.className,
|
|
17399
17450
|
iconClassName = props.iconClassName,
|
|
17400
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17451
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
17401
17452
|
return /*#__PURE__*/React.createElement("span", {
|
|
17402
17453
|
role: "img",
|
|
17403
17454
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17404
17455
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17405
|
-
children: loadingCircleStyle$
|
|
17456
|
+
children: loadingCircleStyle$52
|
|
17406
17457
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17407
17458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17408
17459
|
width: size,
|
|
@@ -17437,8 +17488,8 @@ StickerFill.defaultProps = {
|
|
|
17437
17488
|
size: '1em'
|
|
17438
17489
|
};
|
|
17439
17490
|
|
|
17440
|
-
var _excluded$
|
|
17441
|
-
var loadingCircleStyle$
|
|
17491
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17492
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17442
17493
|
var FolderLine = function FolderLine(props) {
|
|
17443
17494
|
var color = props.color,
|
|
17444
17495
|
size = props.size,
|
|
@@ -17446,12 +17497,12 @@ var FolderLine = function FolderLine(props) {
|
|
|
17446
17497
|
style = props.style,
|
|
17447
17498
|
className = props.className,
|
|
17448
17499
|
iconClassName = props.iconClassName,
|
|
17449
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17500
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
17450
17501
|
return /*#__PURE__*/React.createElement("span", {
|
|
17451
17502
|
role: "img",
|
|
17452
17503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17453
17504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17454
|
-
children: loadingCircleStyle$
|
|
17505
|
+
children: loadingCircleStyle$53
|
|
17455
17506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17456
17507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17457
17508
|
width: size,
|
|
@@ -17488,8 +17539,8 @@ FolderLine.defaultProps = {
|
|
|
17488
17539
|
size: '1em'
|
|
17489
17540
|
};
|
|
17490
17541
|
|
|
17491
|
-
var _excluded$
|
|
17492
|
-
var loadingCircleStyle$
|
|
17542
|
+
var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17543
|
+
var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17493
17544
|
var FolderOpenLine = function FolderOpenLine(props) {
|
|
17494
17545
|
var color = props.color,
|
|
17495
17546
|
size = props.size,
|
|
@@ -17497,12 +17548,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
|
|
|
17497
17548
|
style = props.style,
|
|
17498
17549
|
className = props.className,
|
|
17499
17550
|
iconClassName = props.iconClassName,
|
|
17500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17551
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
17501
17552
|
return /*#__PURE__*/React.createElement("span", {
|
|
17502
17553
|
role: "img",
|
|
17503
17554
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17504
17555
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17505
|
-
children: loadingCircleStyle$
|
|
17556
|
+
children: loadingCircleStyle$54
|
|
17506
17557
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17507
17558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17508
17559
|
width: size,
|
|
@@ -17539,8 +17590,8 @@ FolderOpenLine.defaultProps = {
|
|
|
17539
17590
|
size: '1em'
|
|
17540
17591
|
};
|
|
17541
17592
|
|
|
17542
|
-
var _excluded$
|
|
17543
|
-
var loadingCircleStyle$
|
|
17593
|
+
var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17594
|
+
var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17544
17595
|
var SpaceLine = function SpaceLine(props) {
|
|
17545
17596
|
var color = props.color,
|
|
17546
17597
|
size = props.size,
|
|
@@ -17548,12 +17599,12 @@ var SpaceLine = function SpaceLine(props) {
|
|
|
17548
17599
|
style = props.style,
|
|
17549
17600
|
className = props.className,
|
|
17550
17601
|
iconClassName = props.iconClassName,
|
|
17551
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17602
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
17552
17603
|
return /*#__PURE__*/React.createElement("span", {
|
|
17553
17604
|
role: "img",
|
|
17554
17605
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17555
17606
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17556
|
-
children: loadingCircleStyle$
|
|
17607
|
+
children: loadingCircleStyle$55
|
|
17557
17608
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17558
17609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17559
17610
|
width: size,
|
|
@@ -17590,8 +17641,8 @@ SpaceLine.defaultProps = {
|
|
|
17590
17641
|
size: '1em'
|
|
17591
17642
|
};
|
|
17592
17643
|
|
|
17593
|
-
var _excluded$
|
|
17594
|
-
var loadingCircleStyle$
|
|
17644
|
+
var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17645
|
+
var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17595
17646
|
var SpaceOpenLine = function SpaceOpenLine(props) {
|
|
17596
17647
|
var color = props.color,
|
|
17597
17648
|
size = props.size,
|
|
@@ -17599,12 +17650,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
|
|
|
17599
17650
|
style = props.style,
|
|
17600
17651
|
className = props.className,
|
|
17601
17652
|
iconClassName = props.iconClassName,
|
|
17602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17653
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
17603
17654
|
return /*#__PURE__*/React.createElement("span", {
|
|
17604
17655
|
role: "img",
|
|
17605
17656
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17606
17657
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17607
|
-
children: loadingCircleStyle$
|
|
17658
|
+
children: loadingCircleStyle$56
|
|
17608
17659
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17609
17660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17610
17661
|
width: size,
|
|
@@ -17641,8 +17692,8 @@ SpaceOpenLine.defaultProps = {
|
|
|
17641
17692
|
size: '1em'
|
|
17642
17693
|
};
|
|
17643
17694
|
|
|
17644
|
-
var _excluded$
|
|
17645
|
-
var loadingCircleStyle$
|
|
17695
|
+
var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17696
|
+
var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17646
17697
|
var PageLine = function PageLine(props) {
|
|
17647
17698
|
var color = props.color,
|
|
17648
17699
|
size = props.size,
|
|
@@ -17650,12 +17701,12 @@ var PageLine = function PageLine(props) {
|
|
|
17650
17701
|
style = props.style,
|
|
17651
17702
|
className = props.className,
|
|
17652
17703
|
iconClassName = props.iconClassName,
|
|
17653
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17704
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
17654
17705
|
return /*#__PURE__*/React.createElement("span", {
|
|
17655
17706
|
role: "img",
|
|
17656
17707
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17657
17708
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17658
|
-
children: loadingCircleStyle$
|
|
17709
|
+
children: loadingCircleStyle$57
|
|
17659
17710
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17660
17711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17661
17712
|
width: size,
|
|
@@ -17692,8 +17743,8 @@ PageLine.defaultProps = {
|
|
|
17692
17743
|
size: '1em'
|
|
17693
17744
|
};
|
|
17694
17745
|
|
|
17695
|
-
var _excluded$
|
|
17696
|
-
var loadingCircleStyle$
|
|
17746
|
+
var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17747
|
+
var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17697
17748
|
var PageOpenCl = function PageOpenCl(props) {
|
|
17698
17749
|
var color = props.color,
|
|
17699
17750
|
size = props.size,
|
|
@@ -17701,12 +17752,12 @@ var PageOpenCl = function PageOpenCl(props) {
|
|
|
17701
17752
|
style = props.style,
|
|
17702
17753
|
className = props.className,
|
|
17703
17754
|
iconClassName = props.iconClassName,
|
|
17704
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17755
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
17705
17756
|
return /*#__PURE__*/React.createElement("span", {
|
|
17706
17757
|
role: "img",
|
|
17707
17758
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17708
17759
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17709
|
-
children: loadingCircleStyle$
|
|
17760
|
+
children: loadingCircleStyle$58
|
|
17710
17761
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17711
17762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17712
17763
|
width: size,
|
|
@@ -17759,8 +17810,8 @@ PageOpenCl.defaultProps = {
|
|
|
17759
17810
|
size: '1em'
|
|
17760
17811
|
};
|
|
17761
17812
|
|
|
17762
|
-
var _excluded$
|
|
17763
|
-
var loadingCircleStyle$
|
|
17813
|
+
var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17814
|
+
var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17764
17815
|
var EventSm = function EventSm(props) {
|
|
17765
17816
|
var color = props.color,
|
|
17766
17817
|
size = props.size,
|
|
@@ -17768,12 +17819,12 @@ var EventSm = function EventSm(props) {
|
|
|
17768
17819
|
style = props.style,
|
|
17769
17820
|
className = props.className,
|
|
17770
17821
|
iconClassName = props.iconClassName,
|
|
17771
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17822
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
17772
17823
|
return /*#__PURE__*/React.createElement("span", {
|
|
17773
17824
|
role: "img",
|
|
17774
17825
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17775
17826
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17776
|
-
children: loadingCircleStyle$
|
|
17827
|
+
children: loadingCircleStyle$59
|
|
17777
17828
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17778
17829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17779
17830
|
width: size,
|
|
@@ -17808,8 +17859,8 @@ EventSm.defaultProps = {
|
|
|
17808
17859
|
size: '1em'
|
|
17809
17860
|
};
|
|
17810
17861
|
|
|
17811
|
-
var _excluded$
|
|
17812
|
-
var loadingCircleStyle$
|
|
17862
|
+
var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17863
|
+
var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17813
17864
|
var EPropertySm = function EPropertySm(props) {
|
|
17814
17865
|
var color = props.color,
|
|
17815
17866
|
size = props.size,
|
|
@@ -17817,12 +17868,12 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
17817
17868
|
style = props.style,
|
|
17818
17869
|
className = props.className,
|
|
17819
17870
|
iconClassName = props.iconClassName,
|
|
17820
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17871
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
17821
17872
|
return /*#__PURE__*/React.createElement("span", {
|
|
17822
17873
|
role: "img",
|
|
17823
17874
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17824
17875
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17825
|
-
children: loadingCircleStyle$
|
|
17876
|
+
children: loadingCircleStyle$5a
|
|
17826
17877
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17827
17878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17828
17879
|
width: size,
|
|
@@ -17865,8 +17916,8 @@ EPropertySm.defaultProps = {
|
|
|
17865
17916
|
size: '1em'
|
|
17866
17917
|
};
|
|
17867
17918
|
|
|
17868
|
-
var _excluded$
|
|
17869
|
-
var loadingCircleStyle$
|
|
17919
|
+
var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17920
|
+
var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17870
17921
|
var IndicatorSm = function IndicatorSm(props) {
|
|
17871
17922
|
var color = props.color,
|
|
17872
17923
|
size = props.size,
|
|
@@ -17874,12 +17925,12 @@ var IndicatorSm = function IndicatorSm(props) {
|
|
|
17874
17925
|
style = props.style,
|
|
17875
17926
|
className = props.className,
|
|
17876
17927
|
iconClassName = props.iconClassName,
|
|
17877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17928
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
17878
17929
|
return /*#__PURE__*/React.createElement("span", {
|
|
17879
17930
|
role: "img",
|
|
17880
17931
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17881
17932
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17882
|
-
children: loadingCircleStyle$
|
|
17933
|
+
children: loadingCircleStyle$5b
|
|
17883
17934
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17884
17935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17885
17936
|
width: size,
|
|
@@ -17918,8 +17969,8 @@ IndicatorSm.defaultProps = {
|
|
|
17918
17969
|
size: '1em'
|
|
17919
17970
|
};
|
|
17920
17971
|
|
|
17921
|
-
var _excluded$
|
|
17922
|
-
var loadingCircleStyle$
|
|
17972
|
+
var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17973
|
+
var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17923
17974
|
var UPropertySm = function UPropertySm(props) {
|
|
17924
17975
|
var color = props.color,
|
|
17925
17976
|
size = props.size,
|
|
@@ -17927,12 +17978,12 @@ var UPropertySm = function UPropertySm(props) {
|
|
|
17927
17978
|
style = props.style,
|
|
17928
17979
|
className = props.className,
|
|
17929
17980
|
iconClassName = props.iconClassName,
|
|
17930
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17981
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
17931
17982
|
return /*#__PURE__*/React.createElement("span", {
|
|
17932
17983
|
role: "img",
|
|
17933
17984
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17934
17985
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17935
|
-
children: loadingCircleStyle$
|
|
17986
|
+
children: loadingCircleStyle$5c
|
|
17936
17987
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17937
17988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17938
17989
|
width: size,
|
|
@@ -17973,8 +18024,8 @@ UPropertySm.defaultProps = {
|
|
|
17973
18024
|
size: '1em'
|
|
17974
18025
|
};
|
|
17975
18026
|
|
|
17976
|
-
var _excluded$
|
|
17977
|
-
var loadingCircleStyle$
|
|
18027
|
+
var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18028
|
+
var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17978
18029
|
var UGroupSm = function UGroupSm(props) {
|
|
17979
18030
|
var color = props.color,
|
|
17980
18031
|
size = props.size,
|
|
@@ -17982,12 +18033,12 @@ var UGroupSm = function UGroupSm(props) {
|
|
|
17982
18033
|
style = props.style,
|
|
17983
18034
|
className = props.className,
|
|
17984
18035
|
iconClassName = props.iconClassName,
|
|
17985
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18036
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
17986
18037
|
return /*#__PURE__*/React.createElement("span", {
|
|
17987
18038
|
role: "img",
|
|
17988
18039
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17989
18040
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17990
|
-
children: loadingCircleStyle$
|
|
18041
|
+
children: loadingCircleStyle$5d
|
|
17991
18042
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17992
18043
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17993
18044
|
width: size,
|
|
@@ -18036,8 +18087,8 @@ UGroupSm.defaultProps = {
|
|
|
18036
18087
|
size: '1em'
|
|
18037
18088
|
};
|
|
18038
18089
|
|
|
18039
|
-
var _excluded$
|
|
18040
|
-
var loadingCircleStyle$
|
|
18090
|
+
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18091
|
+
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18041
18092
|
var UTagSm = function UTagSm(props) {
|
|
18042
18093
|
var color = props.color,
|
|
18043
18094
|
size = props.size,
|
|
@@ -18045,12 +18096,12 @@ var UTagSm = function UTagSm(props) {
|
|
|
18045
18096
|
style = props.style,
|
|
18046
18097
|
className = props.className,
|
|
18047
18098
|
iconClassName = props.iconClassName,
|
|
18048
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18099
|
+
otherProps = _objectWithoutProperties(props, _excluded$5e);
|
|
18049
18100
|
return /*#__PURE__*/React.createElement("span", {
|
|
18050
18101
|
role: "img",
|
|
18051
18102
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18052
18103
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18053
|
-
children: loadingCircleStyle$
|
|
18104
|
+
children: loadingCircleStyle$5e
|
|
18054
18105
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18055
18106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18056
18107
|
width: size,
|
|
@@ -18089,8 +18140,8 @@ UTagSm.defaultProps = {
|
|
|
18089
18140
|
size: '1em'
|
|
18090
18141
|
};
|
|
18091
18142
|
|
|
18092
|
-
var _excluded$
|
|
18093
|
-
var loadingCircleStyle$
|
|
18143
|
+
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18144
|
+
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18094
18145
|
var AllGroupSm = function AllGroupSm(props) {
|
|
18095
18146
|
var color = props.color,
|
|
18096
18147
|
size = props.size,
|
|
@@ -18098,12 +18149,12 @@ var AllGroupSm = function AllGroupSm(props) {
|
|
|
18098
18149
|
style = props.style,
|
|
18099
18150
|
className = props.className,
|
|
18100
18151
|
iconClassName = props.iconClassName,
|
|
18101
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18152
|
+
otherProps = _objectWithoutProperties(props, _excluded$5f);
|
|
18102
18153
|
return /*#__PURE__*/React.createElement("span", {
|
|
18103
18154
|
role: "img",
|
|
18104
18155
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18105
18156
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18106
|
-
children: loadingCircleStyle$
|
|
18157
|
+
children: loadingCircleStyle$5f
|
|
18107
18158
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18108
18159
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18109
18160
|
width: size,
|
|
@@ -18144,8 +18195,8 @@ AllGroupSm.defaultProps = {
|
|
|
18144
18195
|
size: '1em'
|
|
18145
18196
|
};
|
|
18146
18197
|
|
|
18147
|
-
var _excluded$
|
|
18148
|
-
var loadingCircleStyle$
|
|
18198
|
+
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18199
|
+
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18149
18200
|
var CalendarSm = function CalendarSm(props) {
|
|
18150
18201
|
var color = props.color,
|
|
18151
18202
|
size = props.size,
|
|
@@ -18153,12 +18204,12 @@ var CalendarSm = function CalendarSm(props) {
|
|
|
18153
18204
|
style = props.style,
|
|
18154
18205
|
className = props.className,
|
|
18155
18206
|
iconClassName = props.iconClassName,
|
|
18156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18207
|
+
otherProps = _objectWithoutProperties(props, _excluded$5g);
|
|
18157
18208
|
return /*#__PURE__*/React.createElement("span", {
|
|
18158
18209
|
role: "img",
|
|
18159
18210
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18160
18211
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18161
|
-
children: loadingCircleStyle$
|
|
18212
|
+
children: loadingCircleStyle$5g
|
|
18162
18213
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18163
18214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18164
18215
|
width: size,
|
|
@@ -18193,8 +18244,8 @@ CalendarSm.defaultProps = {
|
|
|
18193
18244
|
size: '1em'
|
|
18194
18245
|
};
|
|
18195
18246
|
|
|
18196
|
-
var _excluded$
|
|
18197
|
-
var loadingCircleStyle$
|
|
18247
|
+
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18248
|
+
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18198
18249
|
var GroupAddSm = function GroupAddSm(props) {
|
|
18199
18250
|
var color = props.color,
|
|
18200
18251
|
size = props.size,
|
|
@@ -18202,12 +18253,12 @@ var GroupAddSm = function GroupAddSm(props) {
|
|
|
18202
18253
|
style = props.style,
|
|
18203
18254
|
className = props.className,
|
|
18204
18255
|
iconClassName = props.iconClassName,
|
|
18205
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18256
|
+
otherProps = _objectWithoutProperties(props, _excluded$5h);
|
|
18206
18257
|
return /*#__PURE__*/React.createElement("span", {
|
|
18207
18258
|
role: "img",
|
|
18208
18259
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18209
18260
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18210
|
-
children: loadingCircleStyle$
|
|
18261
|
+
children: loadingCircleStyle$5h
|
|
18211
18262
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18212
18263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18213
18264
|
width: size,
|
|
@@ -18248,8 +18299,8 @@ GroupAddSm.defaultProps = {
|
|
|
18248
18299
|
size: '1em'
|
|
18249
18300
|
};
|
|
18250
18301
|
|
|
18251
|
-
var _excluded$
|
|
18252
|
-
var loadingCircleStyle$
|
|
18302
|
+
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18303
|
+
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18253
18304
|
var BooleanSm = function BooleanSm(props) {
|
|
18254
18305
|
var color = props.color,
|
|
18255
18306
|
size = props.size,
|
|
@@ -18257,12 +18308,12 @@ var BooleanSm = function BooleanSm(props) {
|
|
|
18257
18308
|
style = props.style,
|
|
18258
18309
|
className = props.className,
|
|
18259
18310
|
iconClassName = props.iconClassName,
|
|
18260
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18311
|
+
otherProps = _objectWithoutProperties(props, _excluded$5i);
|
|
18261
18312
|
return /*#__PURE__*/React.createElement("span", {
|
|
18262
18313
|
role: "img",
|
|
18263
18314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18264
18315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18265
|
-
children: loadingCircleStyle$
|
|
18316
|
+
children: loadingCircleStyle$5i
|
|
18266
18317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18267
18318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18268
18319
|
width: size,
|
|
@@ -18299,8 +18350,8 @@ BooleanSm.defaultProps = {
|
|
|
18299
18350
|
size: '1em'
|
|
18300
18351
|
};
|
|
18301
18352
|
|
|
18302
|
-
var _excluded$
|
|
18303
|
-
var loadingCircleStyle$
|
|
18353
|
+
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18354
|
+
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18304
18355
|
var ListSm = function ListSm(props) {
|
|
18305
18356
|
var color = props.color,
|
|
18306
18357
|
size = props.size,
|
|
@@ -18308,12 +18359,12 @@ var ListSm = function ListSm(props) {
|
|
|
18308
18359
|
style = props.style,
|
|
18309
18360
|
className = props.className,
|
|
18310
18361
|
iconClassName = props.iconClassName,
|
|
18311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18362
|
+
otherProps = _objectWithoutProperties(props, _excluded$5j);
|
|
18312
18363
|
return /*#__PURE__*/React.createElement("span", {
|
|
18313
18364
|
role: "img",
|
|
18314
18365
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18315
18366
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18316
|
-
children: loadingCircleStyle$
|
|
18367
|
+
children: loadingCircleStyle$5j
|
|
18317
18368
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18318
18369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18319
18370
|
width: size,
|
|
@@ -18358,8 +18409,8 @@ ListSm.defaultProps = {
|
|
|
18358
18409
|
size: '1em'
|
|
18359
18410
|
};
|
|
18360
18411
|
|
|
18361
|
-
var _excluded$
|
|
18362
|
-
var loadingCircleStyle$
|
|
18412
|
+
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18413
|
+
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18363
18414
|
var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
18364
18415
|
var color = props.color,
|
|
18365
18416
|
size = props.size,
|
|
@@ -18367,12 +18418,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
|
18367
18418
|
style = props.style,
|
|
18368
18419
|
className = props.className,
|
|
18369
18420
|
iconClassName = props.iconClassName,
|
|
18370
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18421
|
+
otherProps = _objectWithoutProperties(props, _excluded$5k);
|
|
18371
18422
|
return /*#__PURE__*/React.createElement("span", {
|
|
18372
18423
|
role: "img",
|
|
18373
18424
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18374
18425
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18375
|
-
children: loadingCircleStyle$
|
|
18426
|
+
children: loadingCircleStyle$5k
|
|
18376
18427
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18377
18428
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18378
18429
|
width: size,
|
|
@@ -18409,8 +18460,8 @@ ArrayRowsSm.defaultProps = {
|
|
|
18409
18460
|
size: '1em'
|
|
18410
18461
|
};
|
|
18411
18462
|
|
|
18412
|
-
var _excluded$
|
|
18413
|
-
var loadingCircleStyle$
|
|
18463
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18464
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18414
18465
|
var RowsSm = function RowsSm(props) {
|
|
18415
18466
|
var color = props.color,
|
|
18416
18467
|
size = props.size,
|
|
@@ -18418,12 +18469,12 @@ var RowsSm = function RowsSm(props) {
|
|
|
18418
18469
|
style = props.style,
|
|
18419
18470
|
className = props.className,
|
|
18420
18471
|
iconClassName = props.iconClassName,
|
|
18421
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18472
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
18422
18473
|
return /*#__PURE__*/React.createElement("span", {
|
|
18423
18474
|
role: "img",
|
|
18424
18475
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18425
18476
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18426
|
-
children: loadingCircleStyle$
|
|
18477
|
+
children: loadingCircleStyle$5l
|
|
18427
18478
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18428
18479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18429
18480
|
width: size,
|
|
@@ -18468,8 +18519,8 @@ RowsSm.defaultProps = {
|
|
|
18468
18519
|
size: '1em'
|
|
18469
18520
|
};
|
|
18470
18521
|
|
|
18471
|
-
var _excluded$
|
|
18472
|
-
var loadingCircleStyle$
|
|
18522
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18523
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18473
18524
|
var VPropertySm = function VPropertySm(props) {
|
|
18474
18525
|
var color = props.color,
|
|
18475
18526
|
size = props.size,
|
|
@@ -18477,12 +18528,12 @@ var VPropertySm = function VPropertySm(props) {
|
|
|
18477
18528
|
style = props.style,
|
|
18478
18529
|
className = props.className,
|
|
18479
18530
|
iconClassName = props.iconClassName,
|
|
18480
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18531
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
18481
18532
|
return /*#__PURE__*/React.createElement("span", {
|
|
18482
18533
|
role: "img",
|
|
18483
18534
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18484
18535
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18485
|
-
children: loadingCircleStyle$
|
|
18536
|
+
children: loadingCircleStyle$5m
|
|
18486
18537
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18487
18538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18488
18539
|
width: size,
|
|
@@ -18523,8 +18574,8 @@ VPropertySm.defaultProps = {
|
|
|
18523
18574
|
size: '1em'
|
|
18524
18575
|
};
|
|
18525
18576
|
|
|
18526
|
-
var _excluded$
|
|
18527
|
-
var loadingCircleStyle$
|
|
18577
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18578
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18528
18579
|
var StringSm = function StringSm(props) {
|
|
18529
18580
|
var color = props.color,
|
|
18530
18581
|
size = props.size,
|
|
@@ -18532,12 +18583,12 @@ var StringSm = function StringSm(props) {
|
|
|
18532
18583
|
style = props.style,
|
|
18533
18584
|
className = props.className,
|
|
18534
18585
|
iconClassName = props.iconClassName,
|
|
18535
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18586
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
18536
18587
|
return /*#__PURE__*/React.createElement("span", {
|
|
18537
18588
|
role: "img",
|
|
18538
18589
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18539
18590
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18540
|
-
children: loadingCircleStyle$
|
|
18591
|
+
children: loadingCircleStyle$5n
|
|
18541
18592
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18542
18593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18543
18594
|
width: size,
|
|
@@ -18574,8 +18625,8 @@ StringSm.defaultProps = {
|
|
|
18574
18625
|
size: '1em'
|
|
18575
18626
|
};
|
|
18576
18627
|
|
|
18577
|
-
var _excluded$
|
|
18578
|
-
var loadingCircleStyle$
|
|
18628
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18629
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18579
18630
|
var NumSm = function NumSm(props) {
|
|
18580
18631
|
var color = props.color,
|
|
18581
18632
|
size = props.size,
|
|
@@ -18583,12 +18634,12 @@ var NumSm = function NumSm(props) {
|
|
|
18583
18634
|
style = props.style,
|
|
18584
18635
|
className = props.className,
|
|
18585
18636
|
iconClassName = props.iconClassName,
|
|
18586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18637
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
18587
18638
|
return /*#__PURE__*/React.createElement("span", {
|
|
18588
18639
|
role: "img",
|
|
18589
18640
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18590
18641
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18591
|
-
children: loadingCircleStyle$
|
|
18642
|
+
children: loadingCircleStyle$5o
|
|
18592
18643
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18593
18644
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18594
18645
|
width: size,
|
|
@@ -18625,8 +18676,8 @@ NumSm.defaultProps = {
|
|
|
18625
18676
|
size: '1em'
|
|
18626
18677
|
};
|
|
18627
18678
|
|
|
18628
|
-
var _excluded$
|
|
18629
|
-
var loadingCircleStyle$
|
|
18679
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18680
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18630
18681
|
var TimeSm = function TimeSm(props) {
|
|
18631
18682
|
var color = props.color,
|
|
18632
18683
|
size = props.size,
|
|
@@ -18634,12 +18685,12 @@ var TimeSm = function TimeSm(props) {
|
|
|
18634
18685
|
style = props.style,
|
|
18635
18686
|
className = props.className,
|
|
18636
18687
|
iconClassName = props.iconClassName,
|
|
18637
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18688
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
18638
18689
|
return /*#__PURE__*/React.createElement("span", {
|
|
18639
18690
|
role: "img",
|
|
18640
18691
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18641
18692
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18642
|
-
children: loadingCircleStyle$
|
|
18693
|
+
children: loadingCircleStyle$5p
|
|
18643
18694
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18644
18695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18645
18696
|
width: size,
|
|
@@ -18676,8 +18727,8 @@ TimeSm.defaultProps = {
|
|
|
18676
18727
|
size: '1em'
|
|
18677
18728
|
};
|
|
18678
18729
|
|
|
18679
|
-
var _excluded$
|
|
18680
|
-
var loadingCircleStyle$
|
|
18730
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18731
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18681
18732
|
var ArrowLeft = function ArrowLeft(props) {
|
|
18682
18733
|
var color = props.color,
|
|
18683
18734
|
size = props.size,
|
|
@@ -18685,12 +18736,12 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
18685
18736
|
style = props.style,
|
|
18686
18737
|
className = props.className,
|
|
18687
18738
|
iconClassName = props.iconClassName,
|
|
18688
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18739
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
18689
18740
|
return /*#__PURE__*/React.createElement("span", {
|
|
18690
18741
|
role: "img",
|
|
18691
18742
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18692
18743
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18693
|
-
children: loadingCircleStyle$
|
|
18744
|
+
children: loadingCircleStyle$5q
|
|
18694
18745
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18695
18746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18696
18747
|
width: size,
|
|
@@ -18725,8 +18776,8 @@ ArrowLeft.defaultProps = {
|
|
|
18725
18776
|
size: '1em'
|
|
18726
18777
|
};
|
|
18727
18778
|
|
|
18728
|
-
var _excluded$
|
|
18729
|
-
var loadingCircleStyle$
|
|
18779
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18780
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18730
18781
|
var ArrowRight = function ArrowRight(props) {
|
|
18731
18782
|
var color = props.color,
|
|
18732
18783
|
size = props.size,
|
|
@@ -18734,12 +18785,12 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
18734
18785
|
style = props.style,
|
|
18735
18786
|
className = props.className,
|
|
18736
18787
|
iconClassName = props.iconClassName,
|
|
18737
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18788
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
18738
18789
|
return /*#__PURE__*/React.createElement("span", {
|
|
18739
18790
|
role: "img",
|
|
18740
18791
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18741
18792
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18742
|
-
children: loadingCircleStyle$
|
|
18793
|
+
children: loadingCircleStyle$5r
|
|
18743
18794
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18744
18795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18745
18796
|
width: size,
|
|
@@ -18774,8 +18825,8 @@ ArrowRight.defaultProps = {
|
|
|
18774
18825
|
size: '1em'
|
|
18775
18826
|
};
|
|
18776
18827
|
|
|
18777
|
-
var _excluded$
|
|
18778
|
-
var loadingCircleStyle$
|
|
18828
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18829
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18779
18830
|
var ArrowUp = function ArrowUp(props) {
|
|
18780
18831
|
var color = props.color,
|
|
18781
18832
|
size = props.size,
|
|
@@ -18783,12 +18834,12 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
18783
18834
|
style = props.style,
|
|
18784
18835
|
className = props.className,
|
|
18785
18836
|
iconClassName = props.iconClassName,
|
|
18786
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18837
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
18787
18838
|
return /*#__PURE__*/React.createElement("span", {
|
|
18788
18839
|
role: "img",
|
|
18789
18840
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18790
18841
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18791
|
-
children: loadingCircleStyle$
|
|
18842
|
+
children: loadingCircleStyle$5s
|
|
18792
18843
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18793
18844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18794
18845
|
width: size,
|
|
@@ -18823,8 +18874,8 @@ ArrowUp.defaultProps = {
|
|
|
18823
18874
|
size: '1em'
|
|
18824
18875
|
};
|
|
18825
18876
|
|
|
18826
|
-
var _excluded$
|
|
18827
|
-
var loadingCircleStyle$
|
|
18877
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18878
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18828
18879
|
var ArrowDown = function ArrowDown(props) {
|
|
18829
18880
|
var color = props.color,
|
|
18830
18881
|
size = props.size,
|
|
@@ -18832,12 +18883,12 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
18832
18883
|
style = props.style,
|
|
18833
18884
|
className = props.className,
|
|
18834
18885
|
iconClassName = props.iconClassName,
|
|
18835
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18886
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
18836
18887
|
return /*#__PURE__*/React.createElement("span", {
|
|
18837
18888
|
role: "img",
|
|
18838
18889
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18839
18890
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18840
|
-
children: loadingCircleStyle$
|
|
18891
|
+
children: loadingCircleStyle$5t
|
|
18841
18892
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18842
18893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18843
18894
|
width: size,
|
|
@@ -18872,8 +18923,8 @@ ArrowDown.defaultProps = {
|
|
|
18872
18923
|
size: '1em'
|
|
18873
18924
|
};
|
|
18874
18925
|
|
|
18875
|
-
var _excluded$
|
|
18876
|
-
var loadingCircleStyle$
|
|
18926
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18927
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18877
18928
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
18878
18929
|
var color = props.color,
|
|
18879
18930
|
size = props.size,
|
|
@@ -18881,12 +18932,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
18881
18932
|
style = props.style,
|
|
18882
18933
|
className = props.className,
|
|
18883
18934
|
iconClassName = props.iconClassName,
|
|
18884
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18935
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
18885
18936
|
return /*#__PURE__*/React.createElement("span", {
|
|
18886
18937
|
role: "img",
|
|
18887
18938
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18888
18939
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18889
|
-
children: loadingCircleStyle$
|
|
18940
|
+
children: loadingCircleStyle$5u
|
|
18890
18941
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18891
18942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18892
18943
|
width: size,
|
|
@@ -18921,8 +18972,8 @@ ArrowLeft2.defaultProps = {
|
|
|
18921
18972
|
size: '1em'
|
|
18922
18973
|
};
|
|
18923
18974
|
|
|
18924
|
-
var _excluded$
|
|
18925
|
-
var loadingCircleStyle$
|
|
18975
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
18976
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18926
18977
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
18927
18978
|
var color = props.color,
|
|
18928
18979
|
size = props.size,
|
|
@@ -18930,12 +18981,12 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
18930
18981
|
style = props.style,
|
|
18931
18982
|
className = props.className,
|
|
18932
18983
|
iconClassName = props.iconClassName,
|
|
18933
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18984
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
18934
18985
|
return /*#__PURE__*/React.createElement("span", {
|
|
18935
18986
|
role: "img",
|
|
18936
18987
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18937
18988
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18938
|
-
children: loadingCircleStyle$
|
|
18989
|
+
children: loadingCircleStyle$5v
|
|
18939
18990
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18940
18991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18941
18992
|
width: size,
|
|
@@ -18970,8 +19021,8 @@ ArrowRight2.defaultProps = {
|
|
|
18970
19021
|
size: '1em'
|
|
18971
19022
|
};
|
|
18972
19023
|
|
|
18973
|
-
var _excluded$
|
|
18974
|
-
var loadingCircleStyle$
|
|
19024
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19025
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18975
19026
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
18976
19027
|
var color = props.color,
|
|
18977
19028
|
size = props.size,
|
|
@@ -18979,12 +19030,12 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
18979
19030
|
style = props.style,
|
|
18980
19031
|
className = props.className,
|
|
18981
19032
|
iconClassName = props.iconClassName,
|
|
18982
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19033
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
18983
19034
|
return /*#__PURE__*/React.createElement("span", {
|
|
18984
19035
|
role: "img",
|
|
18985
19036
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18986
19037
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18987
|
-
children: loadingCircleStyle$
|
|
19038
|
+
children: loadingCircleStyle$5w
|
|
18988
19039
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18989
19040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18990
19041
|
width: size,
|
|
@@ -19019,8 +19070,8 @@ ArrowUp2.defaultProps = {
|
|
|
19019
19070
|
size: '1em'
|
|
19020
19071
|
};
|
|
19021
19072
|
|
|
19022
|
-
var _excluded$
|
|
19023
|
-
var loadingCircleStyle$
|
|
19073
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19074
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19024
19075
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
19025
19076
|
var color = props.color,
|
|
19026
19077
|
size = props.size,
|
|
@@ -19028,12 +19079,12 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
19028
19079
|
style = props.style,
|
|
19029
19080
|
className = props.className,
|
|
19030
19081
|
iconClassName = props.iconClassName,
|
|
19031
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19082
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
19032
19083
|
return /*#__PURE__*/React.createElement("span", {
|
|
19033
19084
|
role: "img",
|
|
19034
19085
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19035
19086
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19036
|
-
children: loadingCircleStyle$
|
|
19087
|
+
children: loadingCircleStyle$5x
|
|
19037
19088
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19038
19089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19039
19090
|
width: size,
|
|
@@ -19068,8 +19119,8 @@ ArrowDown2.defaultProps = {
|
|
|
19068
19119
|
size: '1em'
|
|
19069
19120
|
};
|
|
19070
19121
|
|
|
19071
|
-
var _excluded$
|
|
19072
|
-
var loadingCircleStyle$
|
|
19122
|
+
var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19123
|
+
var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19073
19124
|
var TriLeft = function TriLeft(props) {
|
|
19074
19125
|
var color = props.color,
|
|
19075
19126
|
size = props.size,
|
|
@@ -19077,12 +19128,12 @@ var TriLeft = function TriLeft(props) {
|
|
|
19077
19128
|
style = props.style,
|
|
19078
19129
|
className = props.className,
|
|
19079
19130
|
iconClassName = props.iconClassName,
|
|
19080
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19131
|
+
otherProps = _objectWithoutProperties(props, _excluded$5y);
|
|
19081
19132
|
return /*#__PURE__*/React.createElement("span", {
|
|
19082
19133
|
role: "img",
|
|
19083
19134
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19084
19135
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19085
|
-
children: loadingCircleStyle$
|
|
19136
|
+
children: loadingCircleStyle$5y
|
|
19086
19137
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19087
19138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19088
19139
|
width: size,
|
|
@@ -19117,8 +19168,8 @@ TriLeft.defaultProps = {
|
|
|
19117
19168
|
size: '1em'
|
|
19118
19169
|
};
|
|
19119
19170
|
|
|
19120
|
-
var _excluded$
|
|
19121
|
-
var loadingCircleStyle$
|
|
19171
|
+
var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19172
|
+
var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19122
19173
|
var TriRight = function TriRight(props) {
|
|
19123
19174
|
var color = props.color,
|
|
19124
19175
|
size = props.size,
|
|
@@ -19126,12 +19177,12 @@ var TriRight = function TriRight(props) {
|
|
|
19126
19177
|
style = props.style,
|
|
19127
19178
|
className = props.className,
|
|
19128
19179
|
iconClassName = props.iconClassName,
|
|
19129
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19180
|
+
otherProps = _objectWithoutProperties(props, _excluded$5z);
|
|
19130
19181
|
return /*#__PURE__*/React.createElement("span", {
|
|
19131
19182
|
role: "img",
|
|
19132
19183
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19133
19184
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19134
|
-
children: loadingCircleStyle$
|
|
19185
|
+
children: loadingCircleStyle$5z
|
|
19135
19186
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19136
19187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19137
19188
|
width: size,
|
|
@@ -19166,8 +19217,8 @@ TriRight.defaultProps = {
|
|
|
19166
19217
|
size: '1em'
|
|
19167
19218
|
};
|
|
19168
19219
|
|
|
19169
|
-
var _excluded$
|
|
19170
|
-
var loadingCircleStyle$
|
|
19220
|
+
var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19221
|
+
var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19171
19222
|
var TriUp = function TriUp(props) {
|
|
19172
19223
|
var color = props.color,
|
|
19173
19224
|
size = props.size,
|
|
@@ -19175,12 +19226,12 @@ var TriUp = function TriUp(props) {
|
|
|
19175
19226
|
style = props.style,
|
|
19176
19227
|
className = props.className,
|
|
19177
19228
|
iconClassName = props.iconClassName,
|
|
19178
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19229
|
+
otherProps = _objectWithoutProperties(props, _excluded$5A);
|
|
19179
19230
|
return /*#__PURE__*/React.createElement("span", {
|
|
19180
19231
|
role: "img",
|
|
19181
19232
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19182
19233
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19183
|
-
children: loadingCircleStyle$
|
|
19234
|
+
children: loadingCircleStyle$5A
|
|
19184
19235
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19185
19236
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19186
19237
|
width: size,
|
|
@@ -19215,8 +19266,8 @@ TriUp.defaultProps = {
|
|
|
19215
19266
|
size: '1em'
|
|
19216
19267
|
};
|
|
19217
19268
|
|
|
19218
|
-
var _excluded$
|
|
19219
|
-
var loadingCircleStyle$
|
|
19269
|
+
var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19270
|
+
var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19220
19271
|
var TriDown = function TriDown(props) {
|
|
19221
19272
|
var color = props.color,
|
|
19222
19273
|
size = props.size,
|
|
@@ -19224,12 +19275,12 @@ var TriDown = function TriDown(props) {
|
|
|
19224
19275
|
style = props.style,
|
|
19225
19276
|
className = props.className,
|
|
19226
19277
|
iconClassName = props.iconClassName,
|
|
19227
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19278
|
+
otherProps = _objectWithoutProperties(props, _excluded$5B);
|
|
19228
19279
|
return /*#__PURE__*/React.createElement("span", {
|
|
19229
19280
|
role: "img",
|
|
19230
19281
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19231
19282
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19232
|
-
children: loadingCircleStyle$
|
|
19283
|
+
children: loadingCircleStyle$5B
|
|
19233
19284
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19234
19285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19235
19286
|
width: size,
|
|
@@ -19264,8 +19315,8 @@ TriDown.defaultProps = {
|
|
|
19264
19315
|
size: '1em'
|
|
19265
19316
|
};
|
|
19266
19317
|
|
|
19267
|
-
var _excluded$
|
|
19268
|
-
var loadingCircleStyle$
|
|
19318
|
+
var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19319
|
+
var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19269
19320
|
var DArrowL = function DArrowL(props) {
|
|
19270
19321
|
var color = props.color,
|
|
19271
19322
|
size = props.size,
|
|
@@ -19273,12 +19324,12 @@ var DArrowL = function DArrowL(props) {
|
|
|
19273
19324
|
style = props.style,
|
|
19274
19325
|
className = props.className,
|
|
19275
19326
|
iconClassName = props.iconClassName,
|
|
19276
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19327
|
+
otherProps = _objectWithoutProperties(props, _excluded$5C);
|
|
19277
19328
|
return /*#__PURE__*/React.createElement("span", {
|
|
19278
19329
|
role: "img",
|
|
19279
19330
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19280
19331
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19281
|
-
children: loadingCircleStyle$
|
|
19332
|
+
children: loadingCircleStyle$5C
|
|
19282
19333
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19283
19334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19284
19335
|
width: size,
|
|
@@ -19315,8 +19366,8 @@ DArrowL.defaultProps = {
|
|
|
19315
19366
|
size: '1em'
|
|
19316
19367
|
};
|
|
19317
19368
|
|
|
19318
|
-
var _excluded$
|
|
19319
|
-
var loadingCircleStyle$
|
|
19369
|
+
var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19370
|
+
var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19320
19371
|
var DArrowR = function DArrowR(props) {
|
|
19321
19372
|
var color = props.color,
|
|
19322
19373
|
size = props.size,
|
|
@@ -19324,12 +19375,12 @@ var DArrowR = function DArrowR(props) {
|
|
|
19324
19375
|
style = props.style,
|
|
19325
19376
|
className = props.className,
|
|
19326
19377
|
iconClassName = props.iconClassName,
|
|
19327
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19378
|
+
otherProps = _objectWithoutProperties(props, _excluded$5D);
|
|
19328
19379
|
return /*#__PURE__*/React.createElement("span", {
|
|
19329
19380
|
role: "img",
|
|
19330
19381
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19331
19382
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19332
|
-
children: loadingCircleStyle$
|
|
19383
|
+
children: loadingCircleStyle$5D
|
|
19333
19384
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19334
19385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19335
19386
|
width: size,
|
|
@@ -19366,8 +19417,8 @@ DArrowR.defaultProps = {
|
|
|
19366
19417
|
size: '1em'
|
|
19367
19418
|
};
|
|
19368
19419
|
|
|
19369
|
-
var _excluded$
|
|
19370
|
-
var loadingCircleStyle$
|
|
19420
|
+
var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19421
|
+
var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19371
19422
|
var DArrowT = function DArrowT(props) {
|
|
19372
19423
|
var color = props.color,
|
|
19373
19424
|
size = props.size,
|
|
@@ -19375,12 +19426,12 @@ var DArrowT = function DArrowT(props) {
|
|
|
19375
19426
|
style = props.style,
|
|
19376
19427
|
className = props.className,
|
|
19377
19428
|
iconClassName = props.iconClassName,
|
|
19378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19429
|
+
otherProps = _objectWithoutProperties(props, _excluded$5E);
|
|
19379
19430
|
return /*#__PURE__*/React.createElement("span", {
|
|
19380
19431
|
role: "img",
|
|
19381
19432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19382
19433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19383
|
-
children: loadingCircleStyle$
|
|
19434
|
+
children: loadingCircleStyle$5E
|
|
19384
19435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19385
19436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19386
19437
|
width: size,
|
|
@@ -19417,8 +19468,8 @@ DArrowT.defaultProps = {
|
|
|
19417
19468
|
size: '1em'
|
|
19418
19469
|
};
|
|
19419
19470
|
|
|
19420
|
-
var _excluded$
|
|
19421
|
-
var loadingCircleStyle$
|
|
19471
|
+
var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19472
|
+
var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19422
19473
|
var DArrowB = function DArrowB(props) {
|
|
19423
19474
|
var color = props.color,
|
|
19424
19475
|
size = props.size,
|
|
@@ -19426,12 +19477,12 @@ var DArrowB = function DArrowB(props) {
|
|
|
19426
19477
|
style = props.style,
|
|
19427
19478
|
className = props.className,
|
|
19428
19479
|
iconClassName = props.iconClassName,
|
|
19429
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19480
|
+
otherProps = _objectWithoutProperties(props, _excluded$5F);
|
|
19430
19481
|
return /*#__PURE__*/React.createElement("span", {
|
|
19431
19482
|
role: "img",
|
|
19432
19483
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19433
19484
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19434
|
-
children: loadingCircleStyle$
|
|
19485
|
+
children: loadingCircleStyle$5F
|
|
19435
19486
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19436
19487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19437
19488
|
width: size,
|
|
@@ -19468,8 +19519,8 @@ DArrowB.defaultProps = {
|
|
|
19468
19519
|
size: '1em'
|
|
19469
19520
|
};
|
|
19470
19521
|
|
|
19471
|
-
var _excluded$
|
|
19472
|
-
var loadingCircleStyle$
|
|
19522
|
+
var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19523
|
+
var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19473
19524
|
var DropDown = function DropDown(props) {
|
|
19474
19525
|
var color = props.color,
|
|
19475
19526
|
size = props.size,
|
|
@@ -19477,12 +19528,12 @@ var DropDown = function DropDown(props) {
|
|
|
19477
19528
|
style = props.style,
|
|
19478
19529
|
className = props.className,
|
|
19479
19530
|
iconClassName = props.iconClassName,
|
|
19480
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19531
|
+
otherProps = _objectWithoutProperties(props, _excluded$5G);
|
|
19481
19532
|
return /*#__PURE__*/React.createElement("span", {
|
|
19482
19533
|
role: "img",
|
|
19483
19534
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19484
19535
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19485
|
-
children: loadingCircleStyle$
|
|
19536
|
+
children: loadingCircleStyle$5G
|
|
19486
19537
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19487
19538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19488
19539
|
width: size,
|
|
@@ -19517,8 +19568,8 @@ DropDown.defaultProps = {
|
|
|
19517
19568
|
size: '1em'
|
|
19518
19569
|
};
|
|
19519
19570
|
|
|
19520
|
-
var _excluded$
|
|
19521
|
-
var loadingCircleStyle$
|
|
19571
|
+
var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19572
|
+
var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19522
19573
|
var DropUp = function DropUp(props) {
|
|
19523
19574
|
var color = props.color,
|
|
19524
19575
|
size = props.size,
|
|
@@ -19526,12 +19577,12 @@ var DropUp = function DropUp(props) {
|
|
|
19526
19577
|
style = props.style,
|
|
19527
19578
|
className = props.className,
|
|
19528
19579
|
iconClassName = props.iconClassName,
|
|
19529
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19580
|
+
otherProps = _objectWithoutProperties(props, _excluded$5H);
|
|
19530
19581
|
return /*#__PURE__*/React.createElement("span", {
|
|
19531
19582
|
role: "img",
|
|
19532
19583
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19533
19584
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19534
|
-
children: loadingCircleStyle$
|
|
19585
|
+
children: loadingCircleStyle$5H
|
|
19535
19586
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19536
19587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19537
19588
|
width: size,
|
|
@@ -19566,8 +19617,8 @@ DropUp.defaultProps = {
|
|
|
19566
19617
|
size: '1em'
|
|
19567
19618
|
};
|
|
19568
19619
|
|
|
19569
|
-
var _excluded$
|
|
19570
|
-
var loadingCircleStyle$
|
|
19620
|
+
var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19621
|
+
var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19571
19622
|
var More1 = function More1(props) {
|
|
19572
19623
|
var color = props.color,
|
|
19573
19624
|
size = props.size,
|
|
@@ -19575,12 +19626,12 @@ var More1 = function More1(props) {
|
|
|
19575
19626
|
style = props.style,
|
|
19576
19627
|
className = props.className,
|
|
19577
19628
|
iconClassName = props.iconClassName,
|
|
19578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19629
|
+
otherProps = _objectWithoutProperties(props, _excluded$5I);
|
|
19579
19630
|
return /*#__PURE__*/React.createElement("span", {
|
|
19580
19631
|
role: "img",
|
|
19581
19632
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19582
19633
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19583
|
-
children: loadingCircleStyle$
|
|
19634
|
+
children: loadingCircleStyle$5I
|
|
19584
19635
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19585
19636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19586
19637
|
width: size,
|
|
@@ -19615,8 +19666,8 @@ More1.defaultProps = {
|
|
|
19615
19666
|
size: '1em'
|
|
19616
19667
|
};
|
|
19617
19668
|
|
|
19618
|
-
var _excluded$
|
|
19619
|
-
var loadingCircleStyle$
|
|
19669
|
+
var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19670
|
+
var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19620
19671
|
var More2 = function More2(props) {
|
|
19621
19672
|
var color = props.color,
|
|
19622
19673
|
size = props.size,
|
|
@@ -19624,12 +19675,12 @@ var More2 = function More2(props) {
|
|
|
19624
19675
|
style = props.style,
|
|
19625
19676
|
className = props.className,
|
|
19626
19677
|
iconClassName = props.iconClassName,
|
|
19627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19678
|
+
otherProps = _objectWithoutProperties(props, _excluded$5J);
|
|
19628
19679
|
return /*#__PURE__*/React.createElement("span", {
|
|
19629
19680
|
role: "img",
|
|
19630
19681
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19631
19682
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19632
|
-
children: loadingCircleStyle$
|
|
19683
|
+
children: loadingCircleStyle$5J
|
|
19633
19684
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19634
19685
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19635
19686
|
width: size,
|
|
@@ -19664,8 +19715,8 @@ More2.defaultProps = {
|
|
|
19664
19715
|
size: '1em'
|
|
19665
19716
|
};
|
|
19666
19717
|
|
|
19667
|
-
var _excluded$
|
|
19668
|
-
var loadingCircleStyle$
|
|
19718
|
+
var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19719
|
+
var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19669
19720
|
var Drag = function Drag(props) {
|
|
19670
19721
|
var color = props.color,
|
|
19671
19722
|
size = props.size,
|
|
@@ -19673,12 +19724,12 @@ var Drag = function Drag(props) {
|
|
|
19673
19724
|
style = props.style,
|
|
19674
19725
|
className = props.className,
|
|
19675
19726
|
iconClassName = props.iconClassName,
|
|
19676
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19727
|
+
otherProps = _objectWithoutProperties(props, _excluded$5K);
|
|
19677
19728
|
return /*#__PURE__*/React.createElement("span", {
|
|
19678
19729
|
role: "img",
|
|
19679
19730
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19680
19731
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19681
|
-
children: loadingCircleStyle$
|
|
19732
|
+
children: loadingCircleStyle$5K
|
|
19682
19733
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19683
19734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19684
19735
|
width: size,
|
|
@@ -19723,8 +19774,8 @@ Drag.defaultProps = {
|
|
|
19723
19774
|
size: '1em'
|
|
19724
19775
|
};
|
|
19725
19776
|
|
|
19726
|
-
var _excluded$
|
|
19727
|
-
var loadingCircleStyle$
|
|
19777
|
+
var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19778
|
+
var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19728
19779
|
var Grid = function Grid(props) {
|
|
19729
19780
|
var color = props.color,
|
|
19730
19781
|
size = props.size,
|
|
@@ -19732,12 +19783,12 @@ var Grid = function Grid(props) {
|
|
|
19732
19783
|
style = props.style,
|
|
19733
19784
|
className = props.className,
|
|
19734
19785
|
iconClassName = props.iconClassName,
|
|
19735
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19786
|
+
otherProps = _objectWithoutProperties(props, _excluded$5L);
|
|
19736
19787
|
return /*#__PURE__*/React.createElement("span", {
|
|
19737
19788
|
role: "img",
|
|
19738
19789
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19739
19790
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19740
|
-
children: loadingCircleStyle$
|
|
19791
|
+
children: loadingCircleStyle$5L
|
|
19741
19792
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19742
19793
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19743
19794
|
width: size,
|
|
@@ -19774,8 +19825,8 @@ Grid.defaultProps = {
|
|
|
19774
19825
|
size: '1em'
|
|
19775
19826
|
};
|
|
19776
19827
|
|
|
19777
|
-
var _excluded$
|
|
19778
|
-
var loadingCircleStyle$
|
|
19828
|
+
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19829
|
+
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19779
19830
|
var Drag2 = function Drag2(props) {
|
|
19780
19831
|
var color = props.color,
|
|
19781
19832
|
size = props.size,
|
|
@@ -19783,12 +19834,12 @@ var Drag2 = function Drag2(props) {
|
|
|
19783
19834
|
style = props.style,
|
|
19784
19835
|
className = props.className,
|
|
19785
19836
|
iconClassName = props.iconClassName,
|
|
19786
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19837
|
+
otherProps = _objectWithoutProperties(props, _excluded$5M);
|
|
19787
19838
|
return /*#__PURE__*/React.createElement("span", {
|
|
19788
19839
|
role: "img",
|
|
19789
19840
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19790
19841
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19791
|
-
children: loadingCircleStyle$
|
|
19842
|
+
children: loadingCircleStyle$5M
|
|
19792
19843
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19793
19844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19794
19845
|
width: size,
|
|
@@ -19827,8 +19878,8 @@ Drag2.defaultProps = {
|
|
|
19827
19878
|
size: '1em'
|
|
19828
19879
|
};
|
|
19829
19880
|
|
|
19830
|
-
var _excluded$
|
|
19831
|
-
var loadingCircleStyle$
|
|
19881
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19882
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19832
19883
|
var External = function External(props) {
|
|
19833
19884
|
var color = props.color,
|
|
19834
19885
|
size = props.size,
|
|
@@ -19836,12 +19887,12 @@ var External = function External(props) {
|
|
|
19836
19887
|
style = props.style,
|
|
19837
19888
|
className = props.className,
|
|
19838
19889
|
iconClassName = props.iconClassName,
|
|
19839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19890
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
19840
19891
|
return /*#__PURE__*/React.createElement("span", {
|
|
19841
19892
|
role: "img",
|
|
19842
19893
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19843
19894
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19844
|
-
children: loadingCircleStyle$
|
|
19895
|
+
children: loadingCircleStyle$5N
|
|
19845
19896
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19846
19897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19847
19898
|
width: size,
|
|
@@ -19876,8 +19927,8 @@ External.defaultProps = {
|
|
|
19876
19927
|
size: '1em'
|
|
19877
19928
|
};
|
|
19878
19929
|
|
|
19879
|
-
var _excluded$
|
|
19880
|
-
var loadingCircleStyle$
|
|
19930
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19931
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19881
19932
|
var DisplayS = function DisplayS(props) {
|
|
19882
19933
|
var color = props.color,
|
|
19883
19934
|
size = props.size,
|
|
@@ -19885,12 +19936,12 @@ var DisplayS = function DisplayS(props) {
|
|
|
19885
19936
|
style = props.style,
|
|
19886
19937
|
className = props.className,
|
|
19887
19938
|
iconClassName = props.iconClassName,
|
|
19888
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19939
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
19889
19940
|
return /*#__PURE__*/React.createElement("span", {
|
|
19890
19941
|
role: "img",
|
|
19891
19942
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19892
19943
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19893
|
-
children: loadingCircleStyle$
|
|
19944
|
+
children: loadingCircleStyle$5O
|
|
19894
19945
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19895
19946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19896
19947
|
width: size,
|
|
@@ -19927,8 +19978,8 @@ DisplayS.defaultProps = {
|
|
|
19927
19978
|
size: '1em'
|
|
19928
19979
|
};
|
|
19929
19980
|
|
|
19930
|
-
var _excluded$
|
|
19931
|
-
var loadingCircleStyle$
|
|
19981
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
19982
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19932
19983
|
var Share = function Share(props) {
|
|
19933
19984
|
var color = props.color,
|
|
19934
19985
|
size = props.size,
|
|
@@ -19936,12 +19987,12 @@ var Share = function Share(props) {
|
|
|
19936
19987
|
style = props.style,
|
|
19937
19988
|
className = props.className,
|
|
19938
19989
|
iconClassName = props.iconClassName,
|
|
19939
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19990
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
19940
19991
|
return /*#__PURE__*/React.createElement("span", {
|
|
19941
19992
|
role: "img",
|
|
19942
19993
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19943
19994
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19944
|
-
children: loadingCircleStyle$
|
|
19995
|
+
children: loadingCircleStyle$5P
|
|
19945
19996
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19946
19997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19947
19998
|
width: size,
|
|
@@ -19976,8 +20027,8 @@ Share.defaultProps = {
|
|
|
19976
20027
|
size: '1em'
|
|
19977
20028
|
};
|
|
19978
20029
|
|
|
19979
|
-
var _excluded$
|
|
19980
|
-
var loadingCircleStyle$
|
|
20030
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
20031
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19981
20032
|
var AvatarGroupCl = function AvatarGroupCl(props) {
|
|
19982
20033
|
var color = props.color,
|
|
19983
20034
|
size = props.size,
|
|
@@ -19985,12 +20036,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
|
|
|
19985
20036
|
style = props.style,
|
|
19986
20037
|
className = props.className,
|
|
19987
20038
|
iconClassName = props.iconClassName,
|
|
19988
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20039
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
19989
20040
|
return /*#__PURE__*/React.createElement("span", {
|
|
19990
20041
|
role: "img",
|
|
19991
20042
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19992
20043
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19993
|
-
children: loadingCircleStyle$
|
|
20044
|
+
children: loadingCircleStyle$5Q
|
|
19994
20045
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19995
20046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19996
20047
|
width: size,
|
|
@@ -20041,8 +20092,8 @@ AvatarGroupCl.defaultProps = {
|
|
|
20041
20092
|
size: '1em'
|
|
20042
20093
|
};
|
|
20043
20094
|
|
|
20044
|
-
var _excluded$
|
|
20045
|
-
var loadingCircleStyle$
|
|
20095
|
+
var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
20096
|
+
var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20046
20097
|
var AvatarProjectCl = function AvatarProjectCl(props) {
|
|
20047
20098
|
var color = props.color,
|
|
20048
20099
|
size = props.size,
|
|
@@ -20050,12 +20101,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
|
|
|
20050
20101
|
style = props.style,
|
|
20051
20102
|
className = props.className,
|
|
20052
20103
|
iconClassName = props.iconClassName,
|
|
20053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20104
|
+
otherProps = _objectWithoutProperties(props, _excluded$5R);
|
|
20054
20105
|
return /*#__PURE__*/React.createElement("span", {
|
|
20055
20106
|
role: "img",
|
|
20056
20107
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20057
20108
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20058
|
-
children: loadingCircleStyle$
|
|
20109
|
+
children: loadingCircleStyle$5R
|
|
20059
20110
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20060
20111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20061
20112
|
width: size,
|
|
@@ -20103,6 +20154,7 @@ exports.TaAdd1 = Add1;
|
|
|
20103
20154
|
exports.TaAdd2 = Add2;
|
|
20104
20155
|
exports.TaAdd3 = Add3;
|
|
20105
20156
|
exports.TaAdd3Fill = Add3Fill;
|
|
20157
|
+
exports.TaAddToPage = AddToPage;
|
|
20106
20158
|
exports.TaAlert = Alert;
|
|
20107
20159
|
exports.TaAlertCl = AlertCl;
|
|
20108
20160
|
exports.TaAllGroupSm = AllGroupSm;
|