@tant/icons 1.3.12 → 1.3.13
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/cmd-mac.js +56 -0
- package/dist/es/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/icons/cmd-mac.js +64 -0
- package/dist/lib/index.js +7 -0
- package/dist/tant-icons.cjs.js +295 -249
- package/dist/tant-icons.esm.js +295 -250
- package/package.json +3 -4
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -14251,7 +14251,7 @@ Revert.defaultProps = {
|
|
|
14251
14251
|
|
|
14252
14252
|
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14253
14253
|
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14254
|
-
var
|
|
14254
|
+
var CmdMac = function CmdMac(props) {
|
|
14255
14255
|
var color = props.color,
|
|
14256
14256
|
size = props.size,
|
|
14257
14257
|
spin = props.spin,
|
|
@@ -14279,16 +14279,16 @@ var Report = function Report(props) {
|
|
|
14279
14279
|
animationTimingFunction: 'linear'
|
|
14280
14280
|
} : {})
|
|
14281
14281
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14282
|
-
d: "
|
|
14282
|
+
d: "M9.778 7.556h4.444V5.889a3.889 3.889 0 113.89 3.889h-1.668v4.444h1.667a3.89 3.89 0 11-3.889 3.89v-1.668H9.778v1.667a3.89 3.89 0 11-3.89-3.889h1.668V9.778H5.889a3.889 3.889 0 113.889-3.89v1.668zm-2.222 0V5.889a1.667 1.667 0 10-1.667 1.667h1.667zm0 8.888H5.889a1.667 1.667 0 101.667 1.667v-1.667zm8.888-8.888h1.667a1.667 1.667 0 10-1.667-1.667v1.667zm0 8.888v1.667a1.667 1.667 0 101.667-1.667h-1.667zM9.778 9.778v4.444h4.444V9.778H9.778z"
|
|
14283
14283
|
})));
|
|
14284
14284
|
};
|
|
14285
|
-
|
|
14285
|
+
CmdMac.propTypes = {
|
|
14286
14286
|
iconClassName: PropTypes.string,
|
|
14287
14287
|
spin: PropTypes.bool,
|
|
14288
14288
|
color: PropTypes.string,
|
|
14289
14289
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
14290
14290
|
};
|
|
14291
|
-
|
|
14291
|
+
CmdMac.defaultProps = {
|
|
14292
14292
|
spin: false,
|
|
14293
14293
|
color: 'currentColor',
|
|
14294
14294
|
size: '1em'
|
|
@@ -14296,7 +14296,7 @@ Report.defaultProps = {
|
|
|
14296
14296
|
|
|
14297
14297
|
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14298
14298
|
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14299
|
-
var
|
|
14299
|
+
var Report = function Report(props) {
|
|
14300
14300
|
var color = props.color,
|
|
14301
14301
|
size = props.size,
|
|
14302
14302
|
spin = props.spin,
|
|
@@ -14323,6 +14323,51 @@ var ReportRemoval = function ReportRemoval(props) {
|
|
|
14323
14323
|
animationName: 'loadingCircle',
|
|
14324
14324
|
animationTimingFunction: 'linear'
|
|
14325
14325
|
} : {})
|
|
14326
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14327
|
+
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"
|
|
14328
|
+
})));
|
|
14329
|
+
};
|
|
14330
|
+
Report.propTypes = {
|
|
14331
|
+
iconClassName: PropTypes.string,
|
|
14332
|
+
spin: PropTypes.bool,
|
|
14333
|
+
color: PropTypes.string,
|
|
14334
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
14335
|
+
};
|
|
14336
|
+
Report.defaultProps = {
|
|
14337
|
+
spin: false,
|
|
14338
|
+
color: 'currentColor',
|
|
14339
|
+
size: '1em'
|
|
14340
|
+
};
|
|
14341
|
+
|
|
14342
|
+
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14343
|
+
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14344
|
+
var ReportRemoval = function ReportRemoval(props) {
|
|
14345
|
+
var color = props.color,
|
|
14346
|
+
size = props.size,
|
|
14347
|
+
spin = props.spin,
|
|
14348
|
+
style = props.style,
|
|
14349
|
+
className = props.className,
|
|
14350
|
+
iconClassName = props.iconClassName,
|
|
14351
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
14352
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
14353
|
+
role: "img",
|
|
14354
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14355
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
14356
|
+
children: loadingCircleStyle$4A
|
|
14357
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14358
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14359
|
+
width: size,
|
|
14360
|
+
height: size,
|
|
14361
|
+
viewBox: "0 0 24 24",
|
|
14362
|
+
fill: color
|
|
14363
|
+
}, otherProps, {
|
|
14364
|
+
className: iconClassName,
|
|
14365
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
14366
|
+
animationDuration: '1s',
|
|
14367
|
+
animationIterationCount: 'infinite',
|
|
14368
|
+
animationName: 'loadingCircle',
|
|
14369
|
+
animationTimingFunction: 'linear'
|
|
14370
|
+
} : {})
|
|
14326
14371
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14327
14372
|
d: "M7 13h2v4H7v-4z"
|
|
14328
14373
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -14347,8 +14392,8 @@ ReportRemoval.defaultProps = {
|
|
|
14347
14392
|
size: '1em'
|
|
14348
14393
|
};
|
|
14349
14394
|
|
|
14350
|
-
var _excluded$
|
|
14351
|
-
var loadingCircleStyle$
|
|
14395
|
+
var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14396
|
+
var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14352
14397
|
var FileAdd = function FileAdd(props) {
|
|
14353
14398
|
var color = props.color,
|
|
14354
14399
|
size = props.size,
|
|
@@ -14356,12 +14401,12 @@ var FileAdd = function FileAdd(props) {
|
|
|
14356
14401
|
style = props.style,
|
|
14357
14402
|
className = props.className,
|
|
14358
14403
|
iconClassName = props.iconClassName,
|
|
14359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14404
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
14360
14405
|
return /*#__PURE__*/React.createElement("span", {
|
|
14361
14406
|
role: "img",
|
|
14362
14407
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14363
14408
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14364
|
-
children: loadingCircleStyle$
|
|
14409
|
+
children: loadingCircleStyle$4B
|
|
14365
14410
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14366
14411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14367
14412
|
width: size,
|
|
@@ -14392,8 +14437,8 @@ FileAdd.defaultProps = {
|
|
|
14392
14437
|
size: '1em'
|
|
14393
14438
|
};
|
|
14394
14439
|
|
|
14395
|
-
var _excluded$
|
|
14396
|
-
var loadingCircleStyle$
|
|
14440
|
+
var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14441
|
+
var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14397
14442
|
var FileRemove = function FileRemove(props) {
|
|
14398
14443
|
var color = props.color,
|
|
14399
14444
|
size = props.size,
|
|
@@ -14401,12 +14446,12 @@ var FileRemove = function FileRemove(props) {
|
|
|
14401
14446
|
style = props.style,
|
|
14402
14447
|
className = props.className,
|
|
14403
14448
|
iconClassName = props.iconClassName,
|
|
14404
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14449
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
14405
14450
|
return /*#__PURE__*/React.createElement("span", {
|
|
14406
14451
|
role: "img",
|
|
14407
14452
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14408
14453
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14409
|
-
children: loadingCircleStyle$
|
|
14454
|
+
children: loadingCircleStyle$4C
|
|
14410
14455
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14411
14456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14412
14457
|
width: size,
|
|
@@ -14439,8 +14484,8 @@ FileRemove.defaultProps = {
|
|
|
14439
14484
|
size: '1em'
|
|
14440
14485
|
};
|
|
14441
14486
|
|
|
14442
|
-
var _excluded$
|
|
14443
|
-
var loadingCircleStyle$
|
|
14487
|
+
var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14488
|
+
var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14444
14489
|
var FileExport = function FileExport(props) {
|
|
14445
14490
|
var color = props.color,
|
|
14446
14491
|
size = props.size,
|
|
@@ -14448,12 +14493,12 @@ var FileExport = function FileExport(props) {
|
|
|
14448
14493
|
style = props.style,
|
|
14449
14494
|
className = props.className,
|
|
14450
14495
|
iconClassName = props.iconClassName,
|
|
14451
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14496
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
14452
14497
|
return /*#__PURE__*/React.createElement("span", {
|
|
14453
14498
|
role: "img",
|
|
14454
14499
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14455
14500
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14456
|
-
children: loadingCircleStyle$
|
|
14501
|
+
children: loadingCircleStyle$4D
|
|
14457
14502
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14458
14503
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14459
14504
|
width: size,
|
|
@@ -14484,8 +14529,8 @@ FileExport.defaultProps = {
|
|
|
14484
14529
|
size: '1em'
|
|
14485
14530
|
};
|
|
14486
14531
|
|
|
14487
|
-
var _excluded$
|
|
14488
|
-
var loadingCircleStyle$
|
|
14532
|
+
var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14533
|
+
var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14489
14534
|
var FileMove = function FileMove(props) {
|
|
14490
14535
|
var color = props.color,
|
|
14491
14536
|
size = props.size,
|
|
@@ -14493,12 +14538,12 @@ var FileMove = function FileMove(props) {
|
|
|
14493
14538
|
style = props.style,
|
|
14494
14539
|
className = props.className,
|
|
14495
14540
|
iconClassName = props.iconClassName,
|
|
14496
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14541
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
14497
14542
|
return /*#__PURE__*/React.createElement("span", {
|
|
14498
14543
|
role: "img",
|
|
14499
14544
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14500
14545
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14501
|
-
children: loadingCircleStyle$
|
|
14546
|
+
children: loadingCircleStyle$4E
|
|
14502
14547
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14503
14548
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14504
14549
|
width: size,
|
|
@@ -14529,8 +14574,8 @@ FileMove.defaultProps = {
|
|
|
14529
14574
|
size: '1em'
|
|
14530
14575
|
};
|
|
14531
14576
|
|
|
14532
|
-
var _excluded$
|
|
14533
|
-
var loadingCircleStyle$
|
|
14577
|
+
var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14578
|
+
var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14534
14579
|
var FileImport = function FileImport(props) {
|
|
14535
14580
|
var color = props.color,
|
|
14536
14581
|
size = props.size,
|
|
@@ -14538,12 +14583,12 @@ var FileImport = function FileImport(props) {
|
|
|
14538
14583
|
style = props.style,
|
|
14539
14584
|
className = props.className,
|
|
14540
14585
|
iconClassName = props.iconClassName,
|
|
14541
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14586
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
14542
14587
|
return /*#__PURE__*/React.createElement("span", {
|
|
14543
14588
|
role: "img",
|
|
14544
14589
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14545
14590
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14546
|
-
children: loadingCircleStyle$
|
|
14591
|
+
children: loadingCircleStyle$4F
|
|
14547
14592
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14548
14593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14549
14594
|
width: size,
|
|
@@ -14574,8 +14619,8 @@ FileImport.defaultProps = {
|
|
|
14574
14619
|
size: '1em'
|
|
14575
14620
|
};
|
|
14576
14621
|
|
|
14577
|
-
var _excluded$
|
|
14578
|
-
var loadingCircleStyle$
|
|
14622
|
+
var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14623
|
+
var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14579
14624
|
var FileInfo = function FileInfo(props) {
|
|
14580
14625
|
var color = props.color,
|
|
14581
14626
|
size = props.size,
|
|
@@ -14583,12 +14628,12 @@ var FileInfo = function FileInfo(props) {
|
|
|
14583
14628
|
style = props.style,
|
|
14584
14629
|
className = props.className,
|
|
14585
14630
|
iconClassName = props.iconClassName,
|
|
14586
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14631
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
14587
14632
|
return /*#__PURE__*/React.createElement("span", {
|
|
14588
14633
|
role: "img",
|
|
14589
14634
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14590
14635
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14591
|
-
children: loadingCircleStyle$
|
|
14636
|
+
children: loadingCircleStyle$4G
|
|
14592
14637
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14593
14638
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14594
14639
|
width: size,
|
|
@@ -14619,8 +14664,8 @@ FileInfo.defaultProps = {
|
|
|
14619
14664
|
size: '1em'
|
|
14620
14665
|
};
|
|
14621
14666
|
|
|
14622
|
-
var _excluded$
|
|
14623
|
-
var loadingCircleStyle$
|
|
14667
|
+
var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14668
|
+
var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14624
14669
|
var FileConvert = function FileConvert(props) {
|
|
14625
14670
|
var color = props.color,
|
|
14626
14671
|
size = props.size,
|
|
@@ -14628,12 +14673,12 @@ var FileConvert = function FileConvert(props) {
|
|
|
14628
14673
|
style = props.style,
|
|
14629
14674
|
className = props.className,
|
|
14630
14675
|
iconClassName = props.iconClassName,
|
|
14631
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14676
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
14632
14677
|
return /*#__PURE__*/React.createElement("span", {
|
|
14633
14678
|
role: "img",
|
|
14634
14679
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14635
14680
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14636
|
-
children: loadingCircleStyle$
|
|
14681
|
+
children: loadingCircleStyle$4H
|
|
14637
14682
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14638
14683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14639
14684
|
width: size,
|
|
@@ -14670,8 +14715,8 @@ FileConvert.defaultProps = {
|
|
|
14670
14715
|
size: '1em'
|
|
14671
14716
|
};
|
|
14672
14717
|
|
|
14673
|
-
var _excluded$
|
|
14674
|
-
var loadingCircleStyle$
|
|
14718
|
+
var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14719
|
+
var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14675
14720
|
var AssetConvert = function AssetConvert(props) {
|
|
14676
14721
|
var color = props.color,
|
|
14677
14722
|
size = props.size,
|
|
@@ -14679,12 +14724,12 @@ var AssetConvert = function AssetConvert(props) {
|
|
|
14679
14724
|
style = props.style,
|
|
14680
14725
|
className = props.className,
|
|
14681
14726
|
iconClassName = props.iconClassName,
|
|
14682
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14727
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
14683
14728
|
return /*#__PURE__*/React.createElement("span", {
|
|
14684
14729
|
role: "img",
|
|
14685
14730
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14686
14731
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14687
|
-
children: loadingCircleStyle$
|
|
14732
|
+
children: loadingCircleStyle$4I
|
|
14688
14733
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14689
14734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14690
14735
|
width: size,
|
|
@@ -14721,8 +14766,8 @@ AssetConvert.defaultProps = {
|
|
|
14721
14766
|
size: '1em'
|
|
14722
14767
|
};
|
|
14723
14768
|
|
|
14724
|
-
var _excluded$
|
|
14725
|
-
var loadingCircleStyle$
|
|
14769
|
+
var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14770
|
+
var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14726
14771
|
var FileLock = function FileLock(props) {
|
|
14727
14772
|
var color = props.color,
|
|
14728
14773
|
size = props.size,
|
|
@@ -14730,12 +14775,12 @@ var FileLock = function FileLock(props) {
|
|
|
14730
14775
|
style = props.style,
|
|
14731
14776
|
className = props.className,
|
|
14732
14777
|
iconClassName = props.iconClassName,
|
|
14733
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14778
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
14734
14779
|
return /*#__PURE__*/React.createElement("span", {
|
|
14735
14780
|
role: "img",
|
|
14736
14781
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14737
14782
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14738
|
-
children: loadingCircleStyle$
|
|
14783
|
+
children: loadingCircleStyle$4J
|
|
14739
14784
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14740
14785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14741
14786
|
width: size,
|
|
@@ -14766,8 +14811,8 @@ FileLock.defaultProps = {
|
|
|
14766
14811
|
size: '1em'
|
|
14767
14812
|
};
|
|
14768
14813
|
|
|
14769
|
-
var _excluded$
|
|
14770
|
-
var loadingCircleStyle$
|
|
14814
|
+
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14815
|
+
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14771
14816
|
var FilePdf = function FilePdf(props) {
|
|
14772
14817
|
var color = props.color,
|
|
14773
14818
|
size = props.size,
|
|
@@ -14775,12 +14820,12 @@ var FilePdf = function FilePdf(props) {
|
|
|
14775
14820
|
style = props.style,
|
|
14776
14821
|
className = props.className,
|
|
14777
14822
|
iconClassName = props.iconClassName,
|
|
14778
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14823
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
14779
14824
|
return /*#__PURE__*/React.createElement("span", {
|
|
14780
14825
|
role: "img",
|
|
14781
14826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14782
14827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14783
|
-
children: loadingCircleStyle$
|
|
14828
|
+
children: loadingCircleStyle$4K
|
|
14784
14829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14785
14830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14786
14831
|
width: size,
|
|
@@ -14811,8 +14856,8 @@ FilePdf.defaultProps = {
|
|
|
14811
14856
|
size: '1em'
|
|
14812
14857
|
};
|
|
14813
14858
|
|
|
14814
|
-
var _excluded$
|
|
14815
|
-
var loadingCircleStyle$
|
|
14859
|
+
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14860
|
+
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14816
14861
|
var Detail = function Detail(props) {
|
|
14817
14862
|
var color = props.color,
|
|
14818
14863
|
size = props.size,
|
|
@@ -14820,12 +14865,12 @@ var Detail = function Detail(props) {
|
|
|
14820
14865
|
style = props.style,
|
|
14821
14866
|
className = props.className,
|
|
14822
14867
|
iconClassName = props.iconClassName,
|
|
14823
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14868
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
14824
14869
|
return /*#__PURE__*/React.createElement("span", {
|
|
14825
14870
|
role: "img",
|
|
14826
14871
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14827
14872
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14828
|
-
children: loadingCircleStyle$
|
|
14873
|
+
children: loadingCircleStyle$4L
|
|
14829
14874
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14830
14875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14831
14876
|
width: size,
|
|
@@ -14856,8 +14901,8 @@ Detail.defaultProps = {
|
|
|
14856
14901
|
size: '1em'
|
|
14857
14902
|
};
|
|
14858
14903
|
|
|
14859
|
-
var _excluded$
|
|
14860
|
-
var loadingCircleStyle$
|
|
14904
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14905
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14861
14906
|
var MessageCenter = function MessageCenter(props) {
|
|
14862
14907
|
var color = props.color,
|
|
14863
14908
|
size = props.size,
|
|
@@ -14865,12 +14910,12 @@ var MessageCenter = function MessageCenter(props) {
|
|
|
14865
14910
|
style = props.style,
|
|
14866
14911
|
className = props.className,
|
|
14867
14912
|
iconClassName = props.iconClassName,
|
|
14868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14913
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
14869
14914
|
return /*#__PURE__*/React.createElement("span", {
|
|
14870
14915
|
role: "img",
|
|
14871
14916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14872
14917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14873
|
-
children: loadingCircleStyle$
|
|
14918
|
+
children: loadingCircleStyle$4M
|
|
14874
14919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14875
14920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14876
14921
|
width: size,
|
|
@@ -14909,8 +14954,8 @@ MessageCenter.defaultProps = {
|
|
|
14909
14954
|
size: '1em'
|
|
14910
14955
|
};
|
|
14911
14956
|
|
|
14912
|
-
var _excluded$
|
|
14913
|
-
var loadingCircleStyle$
|
|
14957
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14958
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14914
14959
|
var SystemMsg = function SystemMsg(props) {
|
|
14915
14960
|
var color = props.color,
|
|
14916
14961
|
size = props.size,
|
|
@@ -14918,12 +14963,12 @@ var SystemMsg = function SystemMsg(props) {
|
|
|
14918
14963
|
style = props.style,
|
|
14919
14964
|
className = props.className,
|
|
14920
14965
|
iconClassName = props.iconClassName,
|
|
14921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14966
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
14922
14967
|
return /*#__PURE__*/React.createElement("span", {
|
|
14923
14968
|
role: "img",
|
|
14924
14969
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14925
14970
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14926
|
-
children: loadingCircleStyle$
|
|
14971
|
+
children: loadingCircleStyle$4N
|
|
14927
14972
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14928
14973
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14929
14974
|
width: size,
|
|
@@ -14960,8 +15005,8 @@ SystemMsg.defaultProps = {
|
|
|
14960
15005
|
size: '1em'
|
|
14961
15006
|
};
|
|
14962
15007
|
|
|
14963
|
-
var _excluded$
|
|
14964
|
-
var loadingCircleStyle$
|
|
15008
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15009
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14965
15010
|
var Comment = function Comment(props) {
|
|
14966
15011
|
var color = props.color,
|
|
14967
15012
|
size = props.size,
|
|
@@ -14969,12 +15014,12 @@ var Comment = function Comment(props) {
|
|
|
14969
15014
|
style = props.style,
|
|
14970
15015
|
className = props.className,
|
|
14971
15016
|
iconClassName = props.iconClassName,
|
|
14972
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15017
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
14973
15018
|
return /*#__PURE__*/React.createElement("span", {
|
|
14974
15019
|
role: "img",
|
|
14975
15020
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14976
15021
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14977
|
-
children: loadingCircleStyle$
|
|
15022
|
+
children: loadingCircleStyle$4O
|
|
14978
15023
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14979
15024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14980
15025
|
width: size,
|
|
@@ -15009,8 +15054,8 @@ Comment.defaultProps = {
|
|
|
15009
15054
|
size: '1em'
|
|
15010
15055
|
};
|
|
15011
15056
|
|
|
15012
|
-
var _excluded$
|
|
15013
|
-
var loadingCircleStyle$
|
|
15057
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15058
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15014
15059
|
var Book = function Book(props) {
|
|
15015
15060
|
var color = props.color,
|
|
15016
15061
|
size = props.size,
|
|
@@ -15018,12 +15063,12 @@ var Book = function Book(props) {
|
|
|
15018
15063
|
style = props.style,
|
|
15019
15064
|
className = props.className,
|
|
15020
15065
|
iconClassName = props.iconClassName,
|
|
15021
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15066
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
15022
15067
|
return /*#__PURE__*/React.createElement("span", {
|
|
15023
15068
|
role: "img",
|
|
15024
15069
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15025
15070
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15026
|
-
children: loadingCircleStyle$
|
|
15071
|
+
children: loadingCircleStyle$4P
|
|
15027
15072
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15028
15073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15029
15074
|
width: size,
|
|
@@ -15054,8 +15099,8 @@ Book.defaultProps = {
|
|
|
15054
15099
|
size: '1em'
|
|
15055
15100
|
};
|
|
15056
15101
|
|
|
15057
|
-
var _excluded$
|
|
15058
|
-
var loadingCircleStyle$
|
|
15102
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15103
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15059
15104
|
var Book2 = function Book2(props) {
|
|
15060
15105
|
var color = props.color,
|
|
15061
15106
|
size = props.size,
|
|
@@ -15063,12 +15108,12 @@ var Book2 = function Book2(props) {
|
|
|
15063
15108
|
style = props.style,
|
|
15064
15109
|
className = props.className,
|
|
15065
15110
|
iconClassName = props.iconClassName,
|
|
15066
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15111
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
15067
15112
|
return /*#__PURE__*/React.createElement("span", {
|
|
15068
15113
|
role: "img",
|
|
15069
15114
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15070
15115
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15071
|
-
children: loadingCircleStyle$
|
|
15116
|
+
children: loadingCircleStyle$4Q
|
|
15072
15117
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15073
15118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15074
15119
|
width: size,
|
|
@@ -15099,8 +15144,8 @@ Book2.defaultProps = {
|
|
|
15099
15144
|
size: '1em'
|
|
15100
15145
|
};
|
|
15101
15146
|
|
|
15102
|
-
var _excluded$
|
|
15103
|
-
var loadingCircleStyle$
|
|
15147
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15148
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15104
15149
|
var Sticker = function Sticker(props) {
|
|
15105
15150
|
var color = props.color,
|
|
15106
15151
|
size = props.size,
|
|
@@ -15108,12 +15153,12 @@ var Sticker = function Sticker(props) {
|
|
|
15108
15153
|
style = props.style,
|
|
15109
15154
|
className = props.className,
|
|
15110
15155
|
iconClassName = props.iconClassName,
|
|
15111
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15156
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
15112
15157
|
return /*#__PURE__*/React.createElement("span", {
|
|
15113
15158
|
role: "img",
|
|
15114
15159
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15115
15160
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15116
|
-
children: loadingCircleStyle$
|
|
15161
|
+
children: loadingCircleStyle$4R
|
|
15117
15162
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15118
15163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15119
15164
|
width: size,
|
|
@@ -15144,8 +15189,8 @@ Sticker.defaultProps = {
|
|
|
15144
15189
|
size: '1em'
|
|
15145
15190
|
};
|
|
15146
15191
|
|
|
15147
|
-
var _excluded$
|
|
15148
|
-
var loadingCircleStyle$
|
|
15192
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15193
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15149
15194
|
var StickerFill = function StickerFill(props) {
|
|
15150
15195
|
var color = props.color,
|
|
15151
15196
|
size = props.size,
|
|
@@ -15153,12 +15198,12 @@ var StickerFill = function StickerFill(props) {
|
|
|
15153
15198
|
style = props.style,
|
|
15154
15199
|
className = props.className,
|
|
15155
15200
|
iconClassName = props.iconClassName,
|
|
15156
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15201
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
15157
15202
|
return /*#__PURE__*/React.createElement("span", {
|
|
15158
15203
|
role: "img",
|
|
15159
15204
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15160
15205
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15161
|
-
children: loadingCircleStyle$
|
|
15206
|
+
children: loadingCircleStyle$4S
|
|
15162
15207
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15163
15208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15164
15209
|
width: size,
|
|
@@ -15189,8 +15234,8 @@ StickerFill.defaultProps = {
|
|
|
15189
15234
|
size: '1em'
|
|
15190
15235
|
};
|
|
15191
15236
|
|
|
15192
|
-
var _excluded$
|
|
15193
|
-
var loadingCircleStyle$
|
|
15237
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15238
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15194
15239
|
var EventSm = function EventSm(props) {
|
|
15195
15240
|
var color = props.color,
|
|
15196
15241
|
size = props.size,
|
|
@@ -15198,12 +15243,12 @@ var EventSm = function EventSm(props) {
|
|
|
15198
15243
|
style = props.style,
|
|
15199
15244
|
className = props.className,
|
|
15200
15245
|
iconClassName = props.iconClassName,
|
|
15201
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15246
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
15202
15247
|
return /*#__PURE__*/React.createElement("span", {
|
|
15203
15248
|
role: "img",
|
|
15204
15249
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15205
15250
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15206
|
-
children: loadingCircleStyle$
|
|
15251
|
+
children: loadingCircleStyle$4T
|
|
15207
15252
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15208
15253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15209
15254
|
width: size,
|
|
@@ -15234,8 +15279,8 @@ EventSm.defaultProps = {
|
|
|
15234
15279
|
size: '1em'
|
|
15235
15280
|
};
|
|
15236
15281
|
|
|
15237
|
-
var _excluded$
|
|
15238
|
-
var loadingCircleStyle$
|
|
15282
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15283
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15239
15284
|
var EPropertySm = function EPropertySm(props) {
|
|
15240
15285
|
var color = props.color,
|
|
15241
15286
|
size = props.size,
|
|
@@ -15243,12 +15288,12 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
15243
15288
|
style = props.style,
|
|
15244
15289
|
className = props.className,
|
|
15245
15290
|
iconClassName = props.iconClassName,
|
|
15246
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15291
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
15247
15292
|
return /*#__PURE__*/React.createElement("span", {
|
|
15248
15293
|
role: "img",
|
|
15249
15294
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15250
15295
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15251
|
-
children: loadingCircleStyle$
|
|
15296
|
+
children: loadingCircleStyle$4U
|
|
15252
15297
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15253
15298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15254
15299
|
width: size,
|
|
@@ -15287,8 +15332,8 @@ EPropertySm.defaultProps = {
|
|
|
15287
15332
|
size: '1em'
|
|
15288
15333
|
};
|
|
15289
15334
|
|
|
15290
|
-
var _excluded$
|
|
15291
|
-
var loadingCircleStyle$
|
|
15335
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15336
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15292
15337
|
var IndicatorSm = function IndicatorSm(props) {
|
|
15293
15338
|
var color = props.color,
|
|
15294
15339
|
size = props.size,
|
|
@@ -15296,12 +15341,12 @@ var IndicatorSm = function IndicatorSm(props) {
|
|
|
15296
15341
|
style = props.style,
|
|
15297
15342
|
className = props.className,
|
|
15298
15343
|
iconClassName = props.iconClassName,
|
|
15299
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15344
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
15300
15345
|
return /*#__PURE__*/React.createElement("span", {
|
|
15301
15346
|
role: "img",
|
|
15302
15347
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15303
15348
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15304
|
-
children: loadingCircleStyle$
|
|
15349
|
+
children: loadingCircleStyle$4V
|
|
15305
15350
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15306
15351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15307
15352
|
width: size,
|
|
@@ -15336,8 +15381,8 @@ IndicatorSm.defaultProps = {
|
|
|
15336
15381
|
size: '1em'
|
|
15337
15382
|
};
|
|
15338
15383
|
|
|
15339
|
-
var _excluded$
|
|
15340
|
-
var loadingCircleStyle$
|
|
15384
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15385
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15341
15386
|
var UPropertySm = function UPropertySm(props) {
|
|
15342
15387
|
var color = props.color,
|
|
15343
15388
|
size = props.size,
|
|
@@ -15345,12 +15390,12 @@ var UPropertySm = function UPropertySm(props) {
|
|
|
15345
15390
|
style = props.style,
|
|
15346
15391
|
className = props.className,
|
|
15347
15392
|
iconClassName = props.iconClassName,
|
|
15348
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15393
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
15349
15394
|
return /*#__PURE__*/React.createElement("span", {
|
|
15350
15395
|
role: "img",
|
|
15351
15396
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15352
15397
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15353
|
-
children: loadingCircleStyle$
|
|
15398
|
+
children: loadingCircleStyle$4W
|
|
15354
15399
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15355
15400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15356
15401
|
width: size,
|
|
@@ -15387,8 +15432,8 @@ UPropertySm.defaultProps = {
|
|
|
15387
15432
|
size: '1em'
|
|
15388
15433
|
};
|
|
15389
15434
|
|
|
15390
|
-
var _excluded$
|
|
15391
|
-
var loadingCircleStyle$
|
|
15435
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15436
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15392
15437
|
var UGroupSm = function UGroupSm(props) {
|
|
15393
15438
|
var color = props.color,
|
|
15394
15439
|
size = props.size,
|
|
@@ -15396,12 +15441,12 @@ var UGroupSm = function UGroupSm(props) {
|
|
|
15396
15441
|
style = props.style,
|
|
15397
15442
|
className = props.className,
|
|
15398
15443
|
iconClassName = props.iconClassName,
|
|
15399
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15444
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
15400
15445
|
return /*#__PURE__*/React.createElement("span", {
|
|
15401
15446
|
role: "img",
|
|
15402
15447
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15403
15448
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15404
|
-
children: loadingCircleStyle$
|
|
15449
|
+
children: loadingCircleStyle$4X
|
|
15405
15450
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15406
15451
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15407
15452
|
width: size,
|
|
@@ -15446,8 +15491,8 @@ UGroupSm.defaultProps = {
|
|
|
15446
15491
|
size: '1em'
|
|
15447
15492
|
};
|
|
15448
15493
|
|
|
15449
|
-
var _excluded$
|
|
15450
|
-
var loadingCircleStyle$
|
|
15494
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15495
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15451
15496
|
var UTagSm = function UTagSm(props) {
|
|
15452
15497
|
var color = props.color,
|
|
15453
15498
|
size = props.size,
|
|
@@ -15455,12 +15500,12 @@ var UTagSm = function UTagSm(props) {
|
|
|
15455
15500
|
style = props.style,
|
|
15456
15501
|
className = props.className,
|
|
15457
15502
|
iconClassName = props.iconClassName,
|
|
15458
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15503
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
15459
15504
|
return /*#__PURE__*/React.createElement("span", {
|
|
15460
15505
|
role: "img",
|
|
15461
15506
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15462
15507
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15463
|
-
children: loadingCircleStyle$
|
|
15508
|
+
children: loadingCircleStyle$4Y
|
|
15464
15509
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15465
15510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15466
15511
|
width: size,
|
|
@@ -15495,8 +15540,8 @@ UTagSm.defaultProps = {
|
|
|
15495
15540
|
size: '1em'
|
|
15496
15541
|
};
|
|
15497
15542
|
|
|
15498
|
-
var _excluded$
|
|
15499
|
-
var loadingCircleStyle$
|
|
15543
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15544
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15500
15545
|
var AllGroupSm = function AllGroupSm(props) {
|
|
15501
15546
|
var color = props.color,
|
|
15502
15547
|
size = props.size,
|
|
@@ -15504,12 +15549,12 @@ var AllGroupSm = function AllGroupSm(props) {
|
|
|
15504
15549
|
style = props.style,
|
|
15505
15550
|
className = props.className,
|
|
15506
15551
|
iconClassName = props.iconClassName,
|
|
15507
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15552
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
15508
15553
|
return /*#__PURE__*/React.createElement("span", {
|
|
15509
15554
|
role: "img",
|
|
15510
15555
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15511
15556
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15512
|
-
children: loadingCircleStyle$
|
|
15557
|
+
children: loadingCircleStyle$4Z
|
|
15513
15558
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15514
15559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15515
15560
|
width: size,
|
|
@@ -15546,8 +15591,8 @@ AllGroupSm.defaultProps = {
|
|
|
15546
15591
|
size: '1em'
|
|
15547
15592
|
};
|
|
15548
15593
|
|
|
15549
|
-
var _excluded$
|
|
15550
|
-
var loadingCircleStyle$
|
|
15594
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15595
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15551
15596
|
var CalendarSm = function CalendarSm(props) {
|
|
15552
15597
|
var color = props.color,
|
|
15553
15598
|
size = props.size,
|
|
@@ -15555,12 +15600,12 @@ var CalendarSm = function CalendarSm(props) {
|
|
|
15555
15600
|
style = props.style,
|
|
15556
15601
|
className = props.className,
|
|
15557
15602
|
iconClassName = props.iconClassName,
|
|
15558
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15603
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
15559
15604
|
return /*#__PURE__*/React.createElement("span", {
|
|
15560
15605
|
role: "img",
|
|
15561
15606
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15562
15607
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15563
|
-
children: loadingCircleStyle$
|
|
15608
|
+
children: loadingCircleStyle$4_
|
|
15564
15609
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15565
15610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15566
15611
|
width: size,
|
|
@@ -15591,8 +15636,8 @@ CalendarSm.defaultProps = {
|
|
|
15591
15636
|
size: '1em'
|
|
15592
15637
|
};
|
|
15593
15638
|
|
|
15594
|
-
var _excluded$
|
|
15595
|
-
var loadingCircleStyle$
|
|
15639
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15640
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15596
15641
|
var GroupAddSm = function GroupAddSm(props) {
|
|
15597
15642
|
var color = props.color,
|
|
15598
15643
|
size = props.size,
|
|
@@ -15600,12 +15645,12 @@ var GroupAddSm = function GroupAddSm(props) {
|
|
|
15600
15645
|
style = props.style,
|
|
15601
15646
|
className = props.className,
|
|
15602
15647
|
iconClassName = props.iconClassName,
|
|
15603
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15648
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
15604
15649
|
return /*#__PURE__*/React.createElement("span", {
|
|
15605
15650
|
role: "img",
|
|
15606
15651
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15607
15652
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15608
|
-
children: loadingCircleStyle$
|
|
15653
|
+
children: loadingCircleStyle$4$
|
|
15609
15654
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15610
15655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15611
15656
|
width: size,
|
|
@@ -15642,8 +15687,8 @@ GroupAddSm.defaultProps = {
|
|
|
15642
15687
|
size: '1em'
|
|
15643
15688
|
};
|
|
15644
15689
|
|
|
15645
|
-
var _excluded$
|
|
15646
|
-
var loadingCircleStyle$
|
|
15690
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15691
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15647
15692
|
var BooleanSm = function BooleanSm(props) {
|
|
15648
15693
|
var color = props.color,
|
|
15649
15694
|
size = props.size,
|
|
@@ -15651,12 +15696,12 @@ var BooleanSm = function BooleanSm(props) {
|
|
|
15651
15696
|
style = props.style,
|
|
15652
15697
|
className = props.className,
|
|
15653
15698
|
iconClassName = props.iconClassName,
|
|
15654
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15699
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
15655
15700
|
return /*#__PURE__*/React.createElement("span", {
|
|
15656
15701
|
role: "img",
|
|
15657
15702
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15658
15703
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15659
|
-
children: loadingCircleStyle$
|
|
15704
|
+
children: loadingCircleStyle$50
|
|
15660
15705
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15661
15706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15662
15707
|
width: size,
|
|
@@ -15689,8 +15734,8 @@ BooleanSm.defaultProps = {
|
|
|
15689
15734
|
size: '1em'
|
|
15690
15735
|
};
|
|
15691
15736
|
|
|
15692
|
-
var _excluded$
|
|
15693
|
-
var loadingCircleStyle$
|
|
15737
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15738
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15694
15739
|
var ListSm = function ListSm(props) {
|
|
15695
15740
|
var color = props.color,
|
|
15696
15741
|
size = props.size,
|
|
@@ -15698,12 +15743,12 @@ var ListSm = function ListSm(props) {
|
|
|
15698
15743
|
style = props.style,
|
|
15699
15744
|
className = props.className,
|
|
15700
15745
|
iconClassName = props.iconClassName,
|
|
15701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15746
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
15702
15747
|
return /*#__PURE__*/React.createElement("span", {
|
|
15703
15748
|
role: "img",
|
|
15704
15749
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15705
15750
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15706
|
-
children: loadingCircleStyle$
|
|
15751
|
+
children: loadingCircleStyle$51
|
|
15707
15752
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15708
15753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15709
15754
|
width: size,
|
|
@@ -15744,8 +15789,8 @@ ListSm.defaultProps = {
|
|
|
15744
15789
|
size: '1em'
|
|
15745
15790
|
};
|
|
15746
15791
|
|
|
15747
|
-
var _excluded$
|
|
15748
|
-
var loadingCircleStyle$
|
|
15792
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15793
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15749
15794
|
var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
15750
15795
|
var color = props.color,
|
|
15751
15796
|
size = props.size,
|
|
@@ -15753,12 +15798,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
|
15753
15798
|
style = props.style,
|
|
15754
15799
|
className = props.className,
|
|
15755
15800
|
iconClassName = props.iconClassName,
|
|
15756
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15801
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
15757
15802
|
return /*#__PURE__*/React.createElement("span", {
|
|
15758
15803
|
role: "img",
|
|
15759
15804
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15760
15805
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15761
|
-
children: loadingCircleStyle$
|
|
15806
|
+
children: loadingCircleStyle$52
|
|
15762
15807
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15763
15808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15764
15809
|
width: size,
|
|
@@ -15791,8 +15836,8 @@ ArrayRowsSm.defaultProps = {
|
|
|
15791
15836
|
size: '1em'
|
|
15792
15837
|
};
|
|
15793
15838
|
|
|
15794
|
-
var _excluded$
|
|
15795
|
-
var loadingCircleStyle$
|
|
15839
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15840
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15796
15841
|
var RowsSm = function RowsSm(props) {
|
|
15797
15842
|
var color = props.color,
|
|
15798
15843
|
size = props.size,
|
|
@@ -15800,12 +15845,12 @@ var RowsSm = function RowsSm(props) {
|
|
|
15800
15845
|
style = props.style,
|
|
15801
15846
|
className = props.className,
|
|
15802
15847
|
iconClassName = props.iconClassName,
|
|
15803
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15848
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
15804
15849
|
return /*#__PURE__*/React.createElement("span", {
|
|
15805
15850
|
role: "img",
|
|
15806
15851
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15807
15852
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15808
|
-
children: loadingCircleStyle$
|
|
15853
|
+
children: loadingCircleStyle$53
|
|
15809
15854
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15810
15855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15811
15856
|
width: size,
|
|
@@ -15846,8 +15891,8 @@ RowsSm.defaultProps = {
|
|
|
15846
15891
|
size: '1em'
|
|
15847
15892
|
};
|
|
15848
15893
|
|
|
15849
|
-
var _excluded$
|
|
15850
|
-
var loadingCircleStyle$
|
|
15894
|
+
var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15895
|
+
var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15851
15896
|
var VPropertySm = function VPropertySm(props) {
|
|
15852
15897
|
var color = props.color,
|
|
15853
15898
|
size = props.size,
|
|
@@ -15855,12 +15900,12 @@ var VPropertySm = function VPropertySm(props) {
|
|
|
15855
15900
|
style = props.style,
|
|
15856
15901
|
className = props.className,
|
|
15857
15902
|
iconClassName = props.iconClassName,
|
|
15858
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15903
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
15859
15904
|
return /*#__PURE__*/React.createElement("span", {
|
|
15860
15905
|
role: "img",
|
|
15861
15906
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15862
15907
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15863
|
-
children: loadingCircleStyle$
|
|
15908
|
+
children: loadingCircleStyle$54
|
|
15864
15909
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15865
15910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15866
15911
|
width: size,
|
|
@@ -15897,8 +15942,8 @@ VPropertySm.defaultProps = {
|
|
|
15897
15942
|
size: '1em'
|
|
15898
15943
|
};
|
|
15899
15944
|
|
|
15900
|
-
var _excluded$
|
|
15901
|
-
var loadingCircleStyle$
|
|
15945
|
+
var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15946
|
+
var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15902
15947
|
var StringSm = function StringSm(props) {
|
|
15903
15948
|
var color = props.color,
|
|
15904
15949
|
size = props.size,
|
|
@@ -15906,12 +15951,12 @@ var StringSm = function StringSm(props) {
|
|
|
15906
15951
|
style = props.style,
|
|
15907
15952
|
className = props.className,
|
|
15908
15953
|
iconClassName = props.iconClassName,
|
|
15909
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15954
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
15910
15955
|
return /*#__PURE__*/React.createElement("span", {
|
|
15911
15956
|
role: "img",
|
|
15912
15957
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15913
15958
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15914
|
-
children: loadingCircleStyle$
|
|
15959
|
+
children: loadingCircleStyle$55
|
|
15915
15960
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15916
15961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15917
15962
|
width: size,
|
|
@@ -15944,8 +15989,8 @@ StringSm.defaultProps = {
|
|
|
15944
15989
|
size: '1em'
|
|
15945
15990
|
};
|
|
15946
15991
|
|
|
15947
|
-
var _excluded$
|
|
15948
|
-
var loadingCircleStyle$
|
|
15992
|
+
var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15993
|
+
var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15949
15994
|
var NumSm = function NumSm(props) {
|
|
15950
15995
|
var color = props.color,
|
|
15951
15996
|
size = props.size,
|
|
@@ -15953,12 +15998,12 @@ var NumSm = function NumSm(props) {
|
|
|
15953
15998
|
style = props.style,
|
|
15954
15999
|
className = props.className,
|
|
15955
16000
|
iconClassName = props.iconClassName,
|
|
15956
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16001
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
15957
16002
|
return /*#__PURE__*/React.createElement("span", {
|
|
15958
16003
|
role: "img",
|
|
15959
16004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15960
16005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15961
|
-
children: loadingCircleStyle$
|
|
16006
|
+
children: loadingCircleStyle$56
|
|
15962
16007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15963
16008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15964
16009
|
width: size,
|
|
@@ -15991,8 +16036,8 @@ NumSm.defaultProps = {
|
|
|
15991
16036
|
size: '1em'
|
|
15992
16037
|
};
|
|
15993
16038
|
|
|
15994
|
-
var _excluded$
|
|
15995
|
-
var loadingCircleStyle$
|
|
16039
|
+
var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16040
|
+
var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15996
16041
|
var TimeSm = function TimeSm(props) {
|
|
15997
16042
|
var color = props.color,
|
|
15998
16043
|
size = props.size,
|
|
@@ -16000,12 +16045,12 @@ var TimeSm = function TimeSm(props) {
|
|
|
16000
16045
|
style = props.style,
|
|
16001
16046
|
className = props.className,
|
|
16002
16047
|
iconClassName = props.iconClassName,
|
|
16003
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16048
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
16004
16049
|
return /*#__PURE__*/React.createElement("span", {
|
|
16005
16050
|
role: "img",
|
|
16006
16051
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16007
16052
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16008
|
-
children: loadingCircleStyle$
|
|
16053
|
+
children: loadingCircleStyle$57
|
|
16009
16054
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16010
16055
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16011
16056
|
width: size,
|
|
@@ -16038,8 +16083,8 @@ TimeSm.defaultProps = {
|
|
|
16038
16083
|
size: '1em'
|
|
16039
16084
|
};
|
|
16040
16085
|
|
|
16041
|
-
var _excluded$
|
|
16042
|
-
var loadingCircleStyle$
|
|
16086
|
+
var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16087
|
+
var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16043
16088
|
var ArrowLeft = function ArrowLeft(props) {
|
|
16044
16089
|
var color = props.color,
|
|
16045
16090
|
size = props.size,
|
|
@@ -16047,12 +16092,12 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
16047
16092
|
style = props.style,
|
|
16048
16093
|
className = props.className,
|
|
16049
16094
|
iconClassName = props.iconClassName,
|
|
16050
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16095
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
16051
16096
|
return /*#__PURE__*/React.createElement("span", {
|
|
16052
16097
|
role: "img",
|
|
16053
16098
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16054
16099
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16055
|
-
children: loadingCircleStyle$
|
|
16100
|
+
children: loadingCircleStyle$58
|
|
16056
16101
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16057
16102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16058
16103
|
width: size,
|
|
@@ -16083,8 +16128,8 @@ ArrowLeft.defaultProps = {
|
|
|
16083
16128
|
size: '1em'
|
|
16084
16129
|
};
|
|
16085
16130
|
|
|
16086
|
-
var _excluded$
|
|
16087
|
-
var loadingCircleStyle$
|
|
16131
|
+
var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16132
|
+
var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16088
16133
|
var ArrowRight = function ArrowRight(props) {
|
|
16089
16134
|
var color = props.color,
|
|
16090
16135
|
size = props.size,
|
|
@@ -16092,12 +16137,12 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
16092
16137
|
style = props.style,
|
|
16093
16138
|
className = props.className,
|
|
16094
16139
|
iconClassName = props.iconClassName,
|
|
16095
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16140
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
16096
16141
|
return /*#__PURE__*/React.createElement("span", {
|
|
16097
16142
|
role: "img",
|
|
16098
16143
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16099
16144
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16100
|
-
children: loadingCircleStyle$
|
|
16145
|
+
children: loadingCircleStyle$59
|
|
16101
16146
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16102
16147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16103
16148
|
width: size,
|
|
@@ -16128,8 +16173,8 @@ ArrowRight.defaultProps = {
|
|
|
16128
16173
|
size: '1em'
|
|
16129
16174
|
};
|
|
16130
16175
|
|
|
16131
|
-
var _excluded$
|
|
16132
|
-
var loadingCircleStyle$
|
|
16176
|
+
var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16177
|
+
var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16133
16178
|
var ArrowUp = function ArrowUp(props) {
|
|
16134
16179
|
var color = props.color,
|
|
16135
16180
|
size = props.size,
|
|
@@ -16137,12 +16182,12 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
16137
16182
|
style = props.style,
|
|
16138
16183
|
className = props.className,
|
|
16139
16184
|
iconClassName = props.iconClassName,
|
|
16140
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16185
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
16141
16186
|
return /*#__PURE__*/React.createElement("span", {
|
|
16142
16187
|
role: "img",
|
|
16143
16188
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16144
16189
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16145
|
-
children: loadingCircleStyle$
|
|
16190
|
+
children: loadingCircleStyle$5a
|
|
16146
16191
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16147
16192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16148
16193
|
width: size,
|
|
@@ -16173,8 +16218,8 @@ ArrowUp.defaultProps = {
|
|
|
16173
16218
|
size: '1em'
|
|
16174
16219
|
};
|
|
16175
16220
|
|
|
16176
|
-
var _excluded$
|
|
16177
|
-
var loadingCircleStyle$
|
|
16221
|
+
var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16222
|
+
var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16178
16223
|
var ArrowDown = function ArrowDown(props) {
|
|
16179
16224
|
var color = props.color,
|
|
16180
16225
|
size = props.size,
|
|
@@ -16182,12 +16227,12 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
16182
16227
|
style = props.style,
|
|
16183
16228
|
className = props.className,
|
|
16184
16229
|
iconClassName = props.iconClassName,
|
|
16185
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16230
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
16186
16231
|
return /*#__PURE__*/React.createElement("span", {
|
|
16187
16232
|
role: "img",
|
|
16188
16233
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16189
16234
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16190
|
-
children: loadingCircleStyle$
|
|
16235
|
+
children: loadingCircleStyle$5b
|
|
16191
16236
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16192
16237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16193
16238
|
width: size,
|
|
@@ -16218,8 +16263,8 @@ ArrowDown.defaultProps = {
|
|
|
16218
16263
|
size: '1em'
|
|
16219
16264
|
};
|
|
16220
16265
|
|
|
16221
|
-
var _excluded$
|
|
16222
|
-
var loadingCircleStyle$
|
|
16266
|
+
var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16267
|
+
var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16223
16268
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
16224
16269
|
var color = props.color,
|
|
16225
16270
|
size = props.size,
|
|
@@ -16227,12 +16272,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
16227
16272
|
style = props.style,
|
|
16228
16273
|
className = props.className,
|
|
16229
16274
|
iconClassName = props.iconClassName,
|
|
16230
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16275
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
16231
16276
|
return /*#__PURE__*/React.createElement("span", {
|
|
16232
16277
|
role: "img",
|
|
16233
16278
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16234
16279
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16235
|
-
children: loadingCircleStyle$
|
|
16280
|
+
children: loadingCircleStyle$5c
|
|
16236
16281
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16237
16282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16238
16283
|
width: size,
|
|
@@ -16263,8 +16308,8 @@ ArrowLeft2.defaultProps = {
|
|
|
16263
16308
|
size: '1em'
|
|
16264
16309
|
};
|
|
16265
16310
|
|
|
16266
|
-
var _excluded$
|
|
16267
|
-
var loadingCircleStyle$
|
|
16311
|
+
var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16312
|
+
var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16268
16313
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
16269
16314
|
var color = props.color,
|
|
16270
16315
|
size = props.size,
|
|
@@ -16272,12 +16317,12 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
16272
16317
|
style = props.style,
|
|
16273
16318
|
className = props.className,
|
|
16274
16319
|
iconClassName = props.iconClassName,
|
|
16275
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16320
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
16276
16321
|
return /*#__PURE__*/React.createElement("span", {
|
|
16277
16322
|
role: "img",
|
|
16278
16323
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16279
16324
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16280
|
-
children: loadingCircleStyle$
|
|
16325
|
+
children: loadingCircleStyle$5d
|
|
16281
16326
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16282
16327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16283
16328
|
width: size,
|
|
@@ -16308,8 +16353,8 @@ ArrowRight2.defaultProps = {
|
|
|
16308
16353
|
size: '1em'
|
|
16309
16354
|
};
|
|
16310
16355
|
|
|
16311
|
-
var _excluded$
|
|
16312
|
-
var loadingCircleStyle$
|
|
16356
|
+
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16357
|
+
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16313
16358
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
16314
16359
|
var color = props.color,
|
|
16315
16360
|
size = props.size,
|
|
@@ -16317,12 +16362,12 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
16317
16362
|
style = props.style,
|
|
16318
16363
|
className = props.className,
|
|
16319
16364
|
iconClassName = props.iconClassName,
|
|
16320
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16365
|
+
otherProps = _objectWithoutProperties(props, _excluded$5e);
|
|
16321
16366
|
return /*#__PURE__*/React.createElement("span", {
|
|
16322
16367
|
role: "img",
|
|
16323
16368
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16324
16369
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16325
|
-
children: loadingCircleStyle$
|
|
16370
|
+
children: loadingCircleStyle$5e
|
|
16326
16371
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16327
16372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16328
16373
|
width: size,
|
|
@@ -16353,8 +16398,8 @@ ArrowUp2.defaultProps = {
|
|
|
16353
16398
|
size: '1em'
|
|
16354
16399
|
};
|
|
16355
16400
|
|
|
16356
|
-
var _excluded$
|
|
16357
|
-
var loadingCircleStyle$
|
|
16401
|
+
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16402
|
+
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16358
16403
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
16359
16404
|
var color = props.color,
|
|
16360
16405
|
size = props.size,
|
|
@@ -16362,12 +16407,12 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
16362
16407
|
style = props.style,
|
|
16363
16408
|
className = props.className,
|
|
16364
16409
|
iconClassName = props.iconClassName,
|
|
16365
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16410
|
+
otherProps = _objectWithoutProperties(props, _excluded$5f);
|
|
16366
16411
|
return /*#__PURE__*/React.createElement("span", {
|
|
16367
16412
|
role: "img",
|
|
16368
16413
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16369
16414
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16370
|
-
children: loadingCircleStyle$
|
|
16415
|
+
children: loadingCircleStyle$5f
|
|
16371
16416
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16372
16417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16373
16418
|
width: size,
|
|
@@ -16398,8 +16443,8 @@ ArrowDown2.defaultProps = {
|
|
|
16398
16443
|
size: '1em'
|
|
16399
16444
|
};
|
|
16400
16445
|
|
|
16401
|
-
var _excluded$
|
|
16402
|
-
var loadingCircleStyle$
|
|
16446
|
+
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16447
|
+
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16403
16448
|
var TriLeft = function TriLeft(props) {
|
|
16404
16449
|
var color = props.color,
|
|
16405
16450
|
size = props.size,
|
|
@@ -16407,12 +16452,12 @@ var TriLeft = function TriLeft(props) {
|
|
|
16407
16452
|
style = props.style,
|
|
16408
16453
|
className = props.className,
|
|
16409
16454
|
iconClassName = props.iconClassName,
|
|
16410
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16455
|
+
otherProps = _objectWithoutProperties(props, _excluded$5g);
|
|
16411
16456
|
return /*#__PURE__*/React.createElement("span", {
|
|
16412
16457
|
role: "img",
|
|
16413
16458
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16414
16459
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16415
|
-
children: loadingCircleStyle$
|
|
16460
|
+
children: loadingCircleStyle$5g
|
|
16416
16461
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16417
16462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16418
16463
|
width: size,
|
|
@@ -16443,8 +16488,8 @@ TriLeft.defaultProps = {
|
|
|
16443
16488
|
size: '1em'
|
|
16444
16489
|
};
|
|
16445
16490
|
|
|
16446
|
-
var _excluded$
|
|
16447
|
-
var loadingCircleStyle$
|
|
16491
|
+
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16492
|
+
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16448
16493
|
var TriRight = function TriRight(props) {
|
|
16449
16494
|
var color = props.color,
|
|
16450
16495
|
size = props.size,
|
|
@@ -16452,12 +16497,12 @@ var TriRight = function TriRight(props) {
|
|
|
16452
16497
|
style = props.style,
|
|
16453
16498
|
className = props.className,
|
|
16454
16499
|
iconClassName = props.iconClassName,
|
|
16455
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16500
|
+
otherProps = _objectWithoutProperties(props, _excluded$5h);
|
|
16456
16501
|
return /*#__PURE__*/React.createElement("span", {
|
|
16457
16502
|
role: "img",
|
|
16458
16503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16459
16504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16460
|
-
children: loadingCircleStyle$
|
|
16505
|
+
children: loadingCircleStyle$5h
|
|
16461
16506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16462
16507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16463
16508
|
width: size,
|
|
@@ -16488,8 +16533,8 @@ TriRight.defaultProps = {
|
|
|
16488
16533
|
size: '1em'
|
|
16489
16534
|
};
|
|
16490
16535
|
|
|
16491
|
-
var _excluded$
|
|
16492
|
-
var loadingCircleStyle$
|
|
16536
|
+
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16537
|
+
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16493
16538
|
var TriUp = function TriUp(props) {
|
|
16494
16539
|
var color = props.color,
|
|
16495
16540
|
size = props.size,
|
|
@@ -16497,12 +16542,12 @@ var TriUp = function TriUp(props) {
|
|
|
16497
16542
|
style = props.style,
|
|
16498
16543
|
className = props.className,
|
|
16499
16544
|
iconClassName = props.iconClassName,
|
|
16500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16545
|
+
otherProps = _objectWithoutProperties(props, _excluded$5i);
|
|
16501
16546
|
return /*#__PURE__*/React.createElement("span", {
|
|
16502
16547
|
role: "img",
|
|
16503
16548
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16504
16549
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16505
|
-
children: loadingCircleStyle$
|
|
16550
|
+
children: loadingCircleStyle$5i
|
|
16506
16551
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16507
16552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16508
16553
|
width: size,
|
|
@@ -16533,8 +16578,8 @@ TriUp.defaultProps = {
|
|
|
16533
16578
|
size: '1em'
|
|
16534
16579
|
};
|
|
16535
16580
|
|
|
16536
|
-
var _excluded$
|
|
16537
|
-
var loadingCircleStyle$
|
|
16581
|
+
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16582
|
+
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16538
16583
|
var TriDown = function TriDown(props) {
|
|
16539
16584
|
var color = props.color,
|
|
16540
16585
|
size = props.size,
|
|
@@ -16542,12 +16587,12 @@ var TriDown = function TriDown(props) {
|
|
|
16542
16587
|
style = props.style,
|
|
16543
16588
|
className = props.className,
|
|
16544
16589
|
iconClassName = props.iconClassName,
|
|
16545
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16590
|
+
otherProps = _objectWithoutProperties(props, _excluded$5j);
|
|
16546
16591
|
return /*#__PURE__*/React.createElement("span", {
|
|
16547
16592
|
role: "img",
|
|
16548
16593
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16549
16594
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16550
|
-
children: loadingCircleStyle$
|
|
16595
|
+
children: loadingCircleStyle$5j
|
|
16551
16596
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16552
16597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16553
16598
|
width: size,
|
|
@@ -16578,8 +16623,8 @@ TriDown.defaultProps = {
|
|
|
16578
16623
|
size: '1em'
|
|
16579
16624
|
};
|
|
16580
16625
|
|
|
16581
|
-
var _excluded$
|
|
16582
|
-
var loadingCircleStyle$
|
|
16626
|
+
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16627
|
+
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16583
16628
|
var DArrowL = function DArrowL(props) {
|
|
16584
16629
|
var color = props.color,
|
|
16585
16630
|
size = props.size,
|
|
@@ -16587,12 +16632,12 @@ var DArrowL = function DArrowL(props) {
|
|
|
16587
16632
|
style = props.style,
|
|
16588
16633
|
className = props.className,
|
|
16589
16634
|
iconClassName = props.iconClassName,
|
|
16590
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16635
|
+
otherProps = _objectWithoutProperties(props, _excluded$5k);
|
|
16591
16636
|
return /*#__PURE__*/React.createElement("span", {
|
|
16592
16637
|
role: "img",
|
|
16593
16638
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16594
16639
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16595
|
-
children: loadingCircleStyle$
|
|
16640
|
+
children: loadingCircleStyle$5k
|
|
16596
16641
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16597
16642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16598
16643
|
width: size,
|
|
@@ -16625,8 +16670,8 @@ DArrowL.defaultProps = {
|
|
|
16625
16670
|
size: '1em'
|
|
16626
16671
|
};
|
|
16627
16672
|
|
|
16628
|
-
var _excluded$
|
|
16629
|
-
var loadingCircleStyle$
|
|
16673
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16674
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16630
16675
|
var DArrowR = function DArrowR(props) {
|
|
16631
16676
|
var color = props.color,
|
|
16632
16677
|
size = props.size,
|
|
@@ -16634,12 +16679,12 @@ var DArrowR = function DArrowR(props) {
|
|
|
16634
16679
|
style = props.style,
|
|
16635
16680
|
className = props.className,
|
|
16636
16681
|
iconClassName = props.iconClassName,
|
|
16637
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16682
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
16638
16683
|
return /*#__PURE__*/React.createElement("span", {
|
|
16639
16684
|
role: "img",
|
|
16640
16685
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16641
16686
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16642
|
-
children: loadingCircleStyle$
|
|
16687
|
+
children: loadingCircleStyle$5l
|
|
16643
16688
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16644
16689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16645
16690
|
width: size,
|
|
@@ -16672,8 +16717,8 @@ DArrowR.defaultProps = {
|
|
|
16672
16717
|
size: '1em'
|
|
16673
16718
|
};
|
|
16674
16719
|
|
|
16675
|
-
var _excluded$
|
|
16676
|
-
var loadingCircleStyle$
|
|
16720
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16721
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16677
16722
|
var DArrowT = function DArrowT(props) {
|
|
16678
16723
|
var color = props.color,
|
|
16679
16724
|
size = props.size,
|
|
@@ -16681,12 +16726,12 @@ var DArrowT = function DArrowT(props) {
|
|
|
16681
16726
|
style = props.style,
|
|
16682
16727
|
className = props.className,
|
|
16683
16728
|
iconClassName = props.iconClassName,
|
|
16684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16729
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
16685
16730
|
return /*#__PURE__*/React.createElement("span", {
|
|
16686
16731
|
role: "img",
|
|
16687
16732
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16688
16733
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16689
|
-
children: loadingCircleStyle$
|
|
16734
|
+
children: loadingCircleStyle$5m
|
|
16690
16735
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16691
16736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16692
16737
|
width: size,
|
|
@@ -16719,8 +16764,8 @@ DArrowT.defaultProps = {
|
|
|
16719
16764
|
size: '1em'
|
|
16720
16765
|
};
|
|
16721
16766
|
|
|
16722
|
-
var _excluded$
|
|
16723
|
-
var loadingCircleStyle$
|
|
16767
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16768
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16724
16769
|
var DArrowB = function DArrowB(props) {
|
|
16725
16770
|
var color = props.color,
|
|
16726
16771
|
size = props.size,
|
|
@@ -16728,12 +16773,12 @@ var DArrowB = function DArrowB(props) {
|
|
|
16728
16773
|
style = props.style,
|
|
16729
16774
|
className = props.className,
|
|
16730
16775
|
iconClassName = props.iconClassName,
|
|
16731
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16776
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
16732
16777
|
return /*#__PURE__*/React.createElement("span", {
|
|
16733
16778
|
role: "img",
|
|
16734
16779
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16735
16780
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16736
|
-
children: loadingCircleStyle$
|
|
16781
|
+
children: loadingCircleStyle$5n
|
|
16737
16782
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16738
16783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16739
16784
|
width: size,
|
|
@@ -16766,8 +16811,8 @@ DArrowB.defaultProps = {
|
|
|
16766
16811
|
size: '1em'
|
|
16767
16812
|
};
|
|
16768
16813
|
|
|
16769
|
-
var _excluded$
|
|
16770
|
-
var loadingCircleStyle$
|
|
16814
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16815
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16771
16816
|
var DropDown = function DropDown(props) {
|
|
16772
16817
|
var color = props.color,
|
|
16773
16818
|
size = props.size,
|
|
@@ -16775,12 +16820,12 @@ var DropDown = function DropDown(props) {
|
|
|
16775
16820
|
style = props.style,
|
|
16776
16821
|
className = props.className,
|
|
16777
16822
|
iconClassName = props.iconClassName,
|
|
16778
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16823
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
16779
16824
|
return /*#__PURE__*/React.createElement("span", {
|
|
16780
16825
|
role: "img",
|
|
16781
16826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16782
16827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16783
|
-
children: loadingCircleStyle$
|
|
16828
|
+
children: loadingCircleStyle$5o
|
|
16784
16829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16785
16830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16786
16831
|
width: size,
|
|
@@ -16811,8 +16856,8 @@ DropDown.defaultProps = {
|
|
|
16811
16856
|
size: '1em'
|
|
16812
16857
|
};
|
|
16813
16858
|
|
|
16814
|
-
var _excluded$
|
|
16815
|
-
var loadingCircleStyle$
|
|
16859
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16860
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16816
16861
|
var DropUp = function DropUp(props) {
|
|
16817
16862
|
var color = props.color,
|
|
16818
16863
|
size = props.size,
|
|
@@ -16820,12 +16865,12 @@ var DropUp = function DropUp(props) {
|
|
|
16820
16865
|
style = props.style,
|
|
16821
16866
|
className = props.className,
|
|
16822
16867
|
iconClassName = props.iconClassName,
|
|
16823
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16868
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
16824
16869
|
return /*#__PURE__*/React.createElement("span", {
|
|
16825
16870
|
role: "img",
|
|
16826
16871
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16827
16872
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16828
|
-
children: loadingCircleStyle$
|
|
16873
|
+
children: loadingCircleStyle$5p
|
|
16829
16874
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16830
16875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16831
16876
|
width: size,
|
|
@@ -16856,8 +16901,8 @@ DropUp.defaultProps = {
|
|
|
16856
16901
|
size: '1em'
|
|
16857
16902
|
};
|
|
16858
16903
|
|
|
16859
|
-
var _excluded$
|
|
16860
|
-
var loadingCircleStyle$
|
|
16904
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16905
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16861
16906
|
var More1 = function More1(props) {
|
|
16862
16907
|
var color = props.color,
|
|
16863
16908
|
size = props.size,
|
|
@@ -16865,12 +16910,12 @@ var More1 = function More1(props) {
|
|
|
16865
16910
|
style = props.style,
|
|
16866
16911
|
className = props.className,
|
|
16867
16912
|
iconClassName = props.iconClassName,
|
|
16868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16913
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
16869
16914
|
return /*#__PURE__*/React.createElement("span", {
|
|
16870
16915
|
role: "img",
|
|
16871
16916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16872
16917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16873
|
-
children: loadingCircleStyle$
|
|
16918
|
+
children: loadingCircleStyle$5q
|
|
16874
16919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16875
16920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16876
16921
|
width: size,
|
|
@@ -16901,8 +16946,8 @@ More1.defaultProps = {
|
|
|
16901
16946
|
size: '1em'
|
|
16902
16947
|
};
|
|
16903
16948
|
|
|
16904
|
-
var _excluded$
|
|
16905
|
-
var loadingCircleStyle$
|
|
16949
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16950
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16906
16951
|
var More2 = function More2(props) {
|
|
16907
16952
|
var color = props.color,
|
|
16908
16953
|
size = props.size,
|
|
@@ -16910,12 +16955,12 @@ var More2 = function More2(props) {
|
|
|
16910
16955
|
style = props.style,
|
|
16911
16956
|
className = props.className,
|
|
16912
16957
|
iconClassName = props.iconClassName,
|
|
16913
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16958
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
16914
16959
|
return /*#__PURE__*/React.createElement("span", {
|
|
16915
16960
|
role: "img",
|
|
16916
16961
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16917
16962
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16918
|
-
children: loadingCircleStyle$
|
|
16963
|
+
children: loadingCircleStyle$5r
|
|
16919
16964
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16920
16965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16921
16966
|
width: size,
|
|
@@ -16946,8 +16991,8 @@ More2.defaultProps = {
|
|
|
16946
16991
|
size: '1em'
|
|
16947
16992
|
};
|
|
16948
16993
|
|
|
16949
|
-
var _excluded$
|
|
16950
|
-
var loadingCircleStyle$
|
|
16994
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16995
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16951
16996
|
var Drag = function Drag(props) {
|
|
16952
16997
|
var color = props.color,
|
|
16953
16998
|
size = props.size,
|
|
@@ -16955,12 +17000,12 @@ var Drag = function Drag(props) {
|
|
|
16955
17000
|
style = props.style,
|
|
16956
17001
|
className = props.className,
|
|
16957
17002
|
iconClassName = props.iconClassName,
|
|
16958
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17003
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
16959
17004
|
return /*#__PURE__*/React.createElement("span", {
|
|
16960
17005
|
role: "img",
|
|
16961
17006
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16962
17007
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16963
|
-
children: loadingCircleStyle$
|
|
17008
|
+
children: loadingCircleStyle$5s
|
|
16964
17009
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16965
17010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16966
17011
|
width: size,
|
|
@@ -17001,8 +17046,8 @@ Drag.defaultProps = {
|
|
|
17001
17046
|
size: '1em'
|
|
17002
17047
|
};
|
|
17003
17048
|
|
|
17004
|
-
var _excluded$
|
|
17005
|
-
var loadingCircleStyle$
|
|
17049
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17050
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17006
17051
|
var Grid = function Grid(props) {
|
|
17007
17052
|
var color = props.color,
|
|
17008
17053
|
size = props.size,
|
|
@@ -17010,12 +17055,12 @@ var Grid = function Grid(props) {
|
|
|
17010
17055
|
style = props.style,
|
|
17011
17056
|
className = props.className,
|
|
17012
17057
|
iconClassName = props.iconClassName,
|
|
17013
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17058
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
17014
17059
|
return /*#__PURE__*/React.createElement("span", {
|
|
17015
17060
|
role: "img",
|
|
17016
17061
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17017
17062
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17018
|
-
children: loadingCircleStyle$
|
|
17063
|
+
children: loadingCircleStyle$5t
|
|
17019
17064
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17020
17065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17021
17066
|
width: size,
|
|
@@ -17048,8 +17093,8 @@ Grid.defaultProps = {
|
|
|
17048
17093
|
size: '1em'
|
|
17049
17094
|
};
|
|
17050
17095
|
|
|
17051
|
-
var _excluded$
|
|
17052
|
-
var loadingCircleStyle$
|
|
17096
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17097
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17053
17098
|
var Drag2 = function Drag2(props) {
|
|
17054
17099
|
var color = props.color,
|
|
17055
17100
|
size = props.size,
|
|
@@ -17057,12 +17102,12 @@ var Drag2 = function Drag2(props) {
|
|
|
17057
17102
|
style = props.style,
|
|
17058
17103
|
className = props.className,
|
|
17059
17104
|
iconClassName = props.iconClassName,
|
|
17060
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17105
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
17061
17106
|
return /*#__PURE__*/React.createElement("span", {
|
|
17062
17107
|
role: "img",
|
|
17063
17108
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17064
17109
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17065
|
-
children: loadingCircleStyle$
|
|
17110
|
+
children: loadingCircleStyle$5u
|
|
17066
17111
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17067
17112
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17068
17113
|
width: size,
|
|
@@ -17097,8 +17142,8 @@ Drag2.defaultProps = {
|
|
|
17097
17142
|
size: '1em'
|
|
17098
17143
|
};
|
|
17099
17144
|
|
|
17100
|
-
var _excluded$
|
|
17101
|
-
var loadingCircleStyle$
|
|
17145
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17146
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17102
17147
|
var External = function External(props) {
|
|
17103
17148
|
var color = props.color,
|
|
17104
17149
|
size = props.size,
|
|
@@ -17106,12 +17151,12 @@ var External = function External(props) {
|
|
|
17106
17151
|
style = props.style,
|
|
17107
17152
|
className = props.className,
|
|
17108
17153
|
iconClassName = props.iconClassName,
|
|
17109
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17154
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
17110
17155
|
return /*#__PURE__*/React.createElement("span", {
|
|
17111
17156
|
role: "img",
|
|
17112
17157
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17113
17158
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17114
|
-
children: loadingCircleStyle$
|
|
17159
|
+
children: loadingCircleStyle$5v
|
|
17115
17160
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17116
17161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17117
17162
|
width: size,
|
|
@@ -17142,8 +17187,8 @@ External.defaultProps = {
|
|
|
17142
17187
|
size: '1em'
|
|
17143
17188
|
};
|
|
17144
17189
|
|
|
17145
|
-
var _excluded$
|
|
17146
|
-
var loadingCircleStyle$
|
|
17190
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17191
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17147
17192
|
var DisplayS = function DisplayS(props) {
|
|
17148
17193
|
var color = props.color,
|
|
17149
17194
|
size = props.size,
|
|
@@ -17151,12 +17196,12 @@ var DisplayS = function DisplayS(props) {
|
|
|
17151
17196
|
style = props.style,
|
|
17152
17197
|
className = props.className,
|
|
17153
17198
|
iconClassName = props.iconClassName,
|
|
17154
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17199
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
17155
17200
|
return /*#__PURE__*/React.createElement("span", {
|
|
17156
17201
|
role: "img",
|
|
17157
17202
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17158
17203
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17159
|
-
children: loadingCircleStyle$
|
|
17204
|
+
children: loadingCircleStyle$5w
|
|
17160
17205
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17161
17206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17162
17207
|
width: size,
|
|
@@ -17189,8 +17234,8 @@ DisplayS.defaultProps = {
|
|
|
17189
17234
|
size: '1em'
|
|
17190
17235
|
};
|
|
17191
17236
|
|
|
17192
|
-
var _excluded$
|
|
17193
|
-
var loadingCircleStyle$
|
|
17237
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
17238
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17194
17239
|
var Share = function Share(props) {
|
|
17195
17240
|
var color = props.color,
|
|
17196
17241
|
size = props.size,
|
|
@@ -17198,12 +17243,12 @@ var Share = function Share(props) {
|
|
|
17198
17243
|
style = props.style,
|
|
17199
17244
|
className = props.className,
|
|
17200
17245
|
iconClassName = props.iconClassName,
|
|
17201
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17246
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
17202
17247
|
return /*#__PURE__*/React.createElement("span", {
|
|
17203
17248
|
role: "img",
|
|
17204
17249
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17205
17250
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17206
|
-
children: loadingCircleStyle$
|
|
17251
|
+
children: loadingCircleStyle$5x
|
|
17207
17252
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17208
17253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17209
17254
|
width: size,
|
|
@@ -17297,6 +17342,7 @@ exports.TaChartTable = ChartTable;
|
|
|
17297
17342
|
exports.TaClick = Click;
|
|
17298
17343
|
exports.TaClock = Clock;
|
|
17299
17344
|
exports.TaClose = Close;
|
|
17345
|
+
exports.TaCmdMac = CmdMac;
|
|
17300
17346
|
exports.TaCode = Code;
|
|
17301
17347
|
exports.TaComment = Comment;
|
|
17302
17348
|
exports.TaConfig = Config;
|