@tant/icons 1.20.59 → 1.20.60

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.
@@ -46,14 +46,13 @@ var CircularProgressCl = function CircularProgressCl(props) {
46
46
  fill: "none",
47
47
  xmlns: "http://www.w3.org/2000/svg"
48
48
  }, /*#__PURE__*/React.createElement("g", {
49
- clipPath: "url(#clip0_11001_251)"
49
+ clipPath: "url(#clip0_11001_251)",
50
+ fill: "#7E7F80"
50
51
  }, /*#__PURE__*/React.createElement("path", {
51
52
  opacity: ".3",
52
- d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z",
53
- fill: "#777E8C"
53
+ d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z"
54
54
  }), /*#__PURE__*/React.createElement("path", {
55
- d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z",
56
- fill: "#48C6A8"
55
+ d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z"
57
56
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
58
57
  id: "clip0_11001_251"
59
58
  }, /*#__PURE__*/React.createElement("rect", {
@@ -11,7 +11,7 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
11
11
  import React from 'react';
12
12
  import PropTypes from 'prop-types';
13
13
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
- var RippleCl = function RippleCl(props) {
14
+ var Ripple = function Ripple(props) {
15
15
  var color = props.color,
16
16
  size = props.size,
17
17
  spin = props.spin,
@@ -43,26 +43,21 @@ var RippleCl = function RippleCl(props) {
43
43
  }), /*#__PURE__*/React.createElement("svg", {
44
44
  width: "24",
45
45
  height: "24",
46
- fill: "none",
47
46
  xmlns: "http://www.w3.org/2000/svg"
48
47
  }, /*#__PURE__*/React.createElement("path", {
49
- d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.455 8.227 8.227 0 00.005-16.455z",
50
- fill: "#3080EF"
51
- }), /*#__PURE__*/React.createElement("path", {
52
- d: "M11.646 12.558c2.644 1.454 5.012 1.696 7.104.73-.415 3.812-3.932 6.576-7.856 6.173-3.924-.403-6.768-3.82-6.354-7.631 2.097-.968 4.463-.725 7.106.728z",
53
- fill: "#CDD8FA"
48
+ d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.454 8.227 8.227 0 00.005-16.454zM4.54 11.83c2.096-.967 4.463-.725 7.106.728 2.643 1.453 5.012 1.695 7.104.73-.415 3.811-3.931 6.576-7.855 6.173-3.924-.403-6.77-3.82-6.355-7.63z"
54
49
  }))));
55
50
  };
56
- RippleCl.propTypes = {
51
+ Ripple.propTypes = {
57
52
  iconClassName: PropTypes.string,
58
53
  spin: PropTypes.bool,
59
54
  color: PropTypes.string,
60
55
  testid: PropTypes.string,
61
56
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
62
57
  };
63
- RippleCl.defaultProps = {
58
+ Ripple.defaultProps = {
64
59
  spin: false,
65
60
  color: 'currentColor',
66
61
  size: '1em'
67
62
  };
68
- export default RippleCl;
63
+ export default Ripple;
package/dist/es/index.js CHANGED
@@ -192,6 +192,7 @@ export { default as TaChartWordcloud } from './icons/chart- wordcloud';
192
192
  export { default as TaChartTrophy } from './icons/chart-trophy';
193
193
  export { default as TaProgress } from './icons/progress';
194
194
  export { default as TaDashboardPlan } from './icons/dashboard-plan';
195
+ export { default as TaRipple } from './icons/ripple';
195
196
  export { default as TaMEvent } from './icons/m-event';
196
197
  export { default as TaMRetention } from './icons/m-retention';
197
198
  export { default as TaMFunnel } from './icons/m-funnel';
@@ -202,7 +203,6 @@ export { default as TaMSql } from './icons/m-sql';
202
203
  export { default as TaUTag } from './icons/u-tag';
203
204
  export { default as TaMProperty } from './icons/m-property';
204
205
  export { default as TaUGroup } from './icons/u-group';
205
- export { default as TaRippleCl } from './icons/ripple-cl';
206
206
  export { default as TaCircularProgressCl } from './icons/circular-progress-cl';
207
207
  export { default as TaSSpace } from './icons/s-space';
208
208
  export { default as TaProject } from './icons/project';
package/dist/index.d.ts CHANGED
@@ -204,6 +204,7 @@ export const TaChartWordcloud: Icon;
204
204
  export const TaChartTrophy: Icon;
205
205
  export const TaProgress: Icon;
206
206
  export const TaDashboardPlan: Icon;
207
+ export const TaRipple: Icon;
207
208
  export const TaMEvent: Icon;
208
209
  export const TaMRetention: Icon;
209
210
  export const TaMFunnel: Icon;
@@ -214,7 +215,6 @@ export const TaMSql: Icon;
214
215
  export const TaUTag: Icon;
215
216
  export const TaMProperty: Icon;
216
217
  export const TaUGroup: Icon;
217
- export const TaRippleCl: Icon;
218
218
  export const TaCircularProgressCl: Icon;
219
219
  export const TaSSpace: Icon;
220
220
  export const TaProject: Icon;
@@ -53,14 +53,13 @@ var CircularProgressCl = function CircularProgressCl(props) {
53
53
  fill: "none",
54
54
  xmlns: "http://www.w3.org/2000/svg"
55
55
  }, /*#__PURE__*/_react["default"].createElement("g", {
56
- clipPath: "url(#clip0_11001_251)"
56
+ clipPath: "url(#clip0_11001_251)",
57
+ fill: "#7E7F80"
57
58
  }, /*#__PURE__*/_react["default"].createElement("path", {
58
59
  opacity: ".3",
59
- d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z",
60
- fill: "#777E8C"
60
+ d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z"
61
61
  }), /*#__PURE__*/_react["default"].createElement("path", {
62
- d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z",
63
- fill: "#48C6A8"
62
+ d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z"
64
63
  })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
65
64
  id: "clip0_11001_251"
66
65
  }, /*#__PURE__*/_react["default"].createElement("rect", {
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
18
18
  function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
19
19
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var RippleCl = function RippleCl(props) {
21
+ var Ripple = function Ripple(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -50,26 +50,21 @@ var RippleCl = function RippleCl(props) {
50
50
  }), /*#__PURE__*/_react["default"].createElement("svg", {
51
51
  width: "24",
52
52
  height: "24",
53
- fill: "none",
54
53
  xmlns: "http://www.w3.org/2000/svg"
55
54
  }, /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.455 8.227 8.227 0 00.005-16.455z",
57
- fill: "#3080EF"
58
- }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M11.646 12.558c2.644 1.454 5.012 1.696 7.104.73-.415 3.812-3.932 6.576-7.856 6.173-3.924-.403-6.768-3.82-6.354-7.631 2.097-.968 4.463-.725 7.106.728z",
60
- fill: "#CDD8FA"
55
+ d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.454 8.227 8.227 0 00.005-16.454zM4.54 11.83c2.096-.967 4.463-.725 7.106.728 2.643 1.453 5.012 1.695 7.104.73-.415 3.811-3.931 6.576-7.855 6.173-3.924-.403-6.77-3.82-6.355-7.63z"
61
56
  }))));
62
57
  };
63
- RippleCl.propTypes = {
58
+ Ripple.propTypes = {
64
59
  iconClassName: _propTypes["default"].string,
65
60
  spin: _propTypes["default"].bool,
66
61
  color: _propTypes["default"].string,
67
62
  testid: _propTypes["default"].string,
68
63
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
69
64
  };
70
- RippleCl.defaultProps = {
65
+ Ripple.defaultProps = {
71
66
  spin: false,
72
67
  color: 'currentColor',
73
68
  size: '1em'
74
69
  };
75
- var _default = exports["default"] = RippleCl;
70
+ var _default = exports["default"] = Ripple;
package/dist/lib/index.js CHANGED
@@ -2745,10 +2745,10 @@ Object.defineProperty(exports, "TaRevert", {
2745
2745
  return _revert["default"];
2746
2746
  }
2747
2747
  });
2748
- Object.defineProperty(exports, "TaRippleCl", {
2748
+ Object.defineProperty(exports, "TaRipple", {
2749
2749
  enumerable: true,
2750
2750
  get: function get() {
2751
- return _rippleCl["default"];
2751
+ return _ripple["default"];
2752
2752
  }
2753
2753
  });
2754
2754
  Object.defineProperty(exports, "TaRobot", {
@@ -3725,6 +3725,7 @@ var _chartWordcloud = _interopRequireDefault(require("./icons/chart- wordcloud")
3725
3725
  var _chartTrophy = _interopRequireDefault(require("./icons/chart-trophy"));
3726
3726
  var _progress = _interopRequireDefault(require("./icons/progress"));
3727
3727
  var _dashboardPlan = _interopRequireDefault(require("./icons/dashboard-plan"));
3728
+ var _ripple = _interopRequireDefault(require("./icons/ripple"));
3728
3729
  var _mEvent = _interopRequireDefault(require("./icons/m-event"));
3729
3730
  var _mRetention = _interopRequireDefault(require("./icons/m-retention"));
3730
3731
  var _mFunnel = _interopRequireDefault(require("./icons/m-funnel"));
@@ -3735,7 +3736,6 @@ var _mSql = _interopRequireDefault(require("./icons/m-sql"));
3735
3736
  var _uTag = _interopRequireDefault(require("./icons/u-tag"));
3736
3737
  var _mProperty = _interopRequireDefault(require("./icons/m-property"));
3737
3738
  var _uGroup = _interopRequireDefault(require("./icons/u-group"));
3738
- var _rippleCl = _interopRequireDefault(require("./icons/ripple-cl"));
3739
3739
  var _circularProgressCl = _interopRequireDefault(require("./icons/circular-progress-cl"));
3740
3740
  var _sSpace = _interopRequireDefault(require("./icons/s-space"));
3741
3741
  var _project = _interopRequireDefault(require("./icons/project"));
@@ -13047,7 +13047,7 @@ DashboardPlan.defaultProps = {
13047
13047
 
13048
13048
  var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13049
13049
  var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13050
- var MEvent = function MEvent(props) {
13050
+ var Ripple = function Ripple(props) {
13051
13051
  var color = props.color,
13052
13052
  size = props.size,
13053
13053
  spin = props.spin,
@@ -13080,6 +13080,58 @@ var MEvent = function MEvent(props) {
13080
13080
  width: "24",
13081
13081
  height: "24",
13082
13082
  xmlns: "http://www.w3.org/2000/svg"
13083
+ }, /*#__PURE__*/React.createElement("path", {
13084
+ d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.454 8.227 8.227 0 00.005-16.454zM4.54 11.83c2.096-.967 4.463-.725 7.106.728 2.643 1.453 5.012 1.695 7.104.73-.415 3.811-3.931 6.576-7.855 6.173-3.924-.403-6.77-3.82-6.355-7.63z"
13085
+ }))));
13086
+ };
13087
+ Ripple.propTypes = {
13088
+ iconClassName: PropTypes.string,
13089
+ spin: PropTypes.bool,
13090
+ color: PropTypes.string,
13091
+ testid: PropTypes.string,
13092
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13093
+ };
13094
+ Ripple.defaultProps = {
13095
+ spin: false,
13096
+ color: 'currentColor',
13097
+ size: '1em'
13098
+ };
13099
+
13100
+ var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13101
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13102
+ var MEvent = function MEvent(props) {
13103
+ var color = props.color,
13104
+ size = props.size,
13105
+ spin = props.spin,
13106
+ style = props.style,
13107
+ className = props.className,
13108
+ iconClassName = props.iconClassName,
13109
+ testid = props.testid,
13110
+ otherProps = _objectWithoutProperties(props, _excluded$33);
13111
+ return /*#__PURE__*/React.createElement("span", {
13112
+ role: "img",
13113
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13114
+ }, /*#__PURE__*/React.createElement("style", {
13115
+ children: loadingCircleStyle$33
13116
+ }), /*#__PURE__*/React.createElement("svg", _extends({
13117
+ xmlns: "http://www.w3.org/2000/svg",
13118
+ width: size,
13119
+ height: size,
13120
+ viewBox: "0 0 24 24",
13121
+ fill: color
13122
+ }, otherProps, {
13123
+ className: iconClassName,
13124
+ "data-testid": testid,
13125
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
13126
+ animationDuration: '1s',
13127
+ animationIterationCount: 'infinite',
13128
+ animationName: 'loadingCircle',
13129
+ animationTimingFunction: 'linear'
13130
+ } : {})
13131
+ }), /*#__PURE__*/React.createElement("svg", {
13132
+ width: "24",
13133
+ height: "24",
13134
+ xmlns: "http://www.w3.org/2000/svg"
13083
13135
  }, /*#__PURE__*/React.createElement("path", {
13084
13136
  d: "M21 12a9 9 0 01-12.25 8.395 4.009 4.009 0 01-1.185 1.674C8.922 22.668 10.422 23 12 23c6.075 0 11-4.925 11-11 0-1.578-.332-3.078-.93-4.435a4.009 4.009 0 01-1.675 1.185A8.979 8.979 0 0121 12z"
13085
13137
  }), /*#__PURE__*/React.createElement("path", {
@@ -13105,8 +13157,8 @@ MEvent.defaultProps = {
13105
13157
  size: '1em'
13106
13158
  };
13107
13159
 
13108
- var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13109
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13160
+ var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13161
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13110
13162
  var MRetention = function MRetention(props) {
13111
13163
  var color = props.color,
13112
13164
  size = props.size,
@@ -13115,12 +13167,12 @@ var MRetention = function MRetention(props) {
13115
13167
  className = props.className,
13116
13168
  iconClassName = props.iconClassName,
13117
13169
  testid = props.testid,
13118
- otherProps = _objectWithoutProperties(props, _excluded$33);
13170
+ otherProps = _objectWithoutProperties(props, _excluded$34);
13119
13171
  return /*#__PURE__*/React.createElement("span", {
13120
13172
  role: "img",
13121
13173
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13122
13174
  }, /*#__PURE__*/React.createElement("style", {
13123
- children: loadingCircleStyle$33
13175
+ children: loadingCircleStyle$34
13124
13176
  }), /*#__PURE__*/React.createElement("svg", _extends({
13125
13177
  xmlns: "http://www.w3.org/2000/svg",
13126
13178
  width: size,
@@ -13167,8 +13219,8 @@ MRetention.defaultProps = {
13167
13219
  size: '1em'
13168
13220
  };
13169
13221
 
13170
- var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13171
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13222
+ var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13223
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13172
13224
  var MFunnel = function MFunnel(props) {
13173
13225
  var color = props.color,
13174
13226
  size = props.size,
@@ -13177,12 +13229,12 @@ var MFunnel = function MFunnel(props) {
13177
13229
  className = props.className,
13178
13230
  iconClassName = props.iconClassName,
13179
13231
  testid = props.testid,
13180
- otherProps = _objectWithoutProperties(props, _excluded$34);
13232
+ otherProps = _objectWithoutProperties(props, _excluded$35);
13181
13233
  return /*#__PURE__*/React.createElement("span", {
13182
13234
  role: "img",
13183
13235
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13184
13236
  }, /*#__PURE__*/React.createElement("style", {
13185
- children: loadingCircleStyle$34
13237
+ children: loadingCircleStyle$35
13186
13238
  }), /*#__PURE__*/React.createElement("svg", _extends({
13187
13239
  xmlns: "http://www.w3.org/2000/svg",
13188
13240
  width: size,
@@ -13223,8 +13275,8 @@ MFunnel.defaultProps = {
13223
13275
  size: '1em'
13224
13276
  };
13225
13277
 
13226
- var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13227
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13278
+ var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13279
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13228
13280
  var MDistribution = function MDistribution(props) {
13229
13281
  var color = props.color,
13230
13282
  size = props.size,
@@ -13233,12 +13285,12 @@ var MDistribution = function MDistribution(props) {
13233
13285
  className = props.className,
13234
13286
  iconClassName = props.iconClassName,
13235
13287
  testid = props.testid,
13236
- otherProps = _objectWithoutProperties(props, _excluded$35);
13288
+ otherProps = _objectWithoutProperties(props, _excluded$36);
13237
13289
  return /*#__PURE__*/React.createElement("span", {
13238
13290
  role: "img",
13239
13291
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13240
13292
  }, /*#__PURE__*/React.createElement("style", {
13241
- children: loadingCircleStyle$35
13293
+ children: loadingCircleStyle$36
13242
13294
  }), /*#__PURE__*/React.createElement("svg", _extends({
13243
13295
  xmlns: "http://www.w3.org/2000/svg",
13244
13296
  width: size,
@@ -13285,8 +13337,8 @@ MDistribution.defaultProps = {
13285
13337
  size: '1em'
13286
13338
  };
13287
13339
 
13288
- var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13289
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13340
+ var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13341
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13290
13342
  var MInterval = function MInterval(props) {
13291
13343
  var color = props.color,
13292
13344
  size = props.size,
@@ -13295,12 +13347,12 @@ var MInterval = function MInterval(props) {
13295
13347
  className = props.className,
13296
13348
  iconClassName = props.iconClassName,
13297
13349
  testid = props.testid,
13298
- otherProps = _objectWithoutProperties(props, _excluded$36);
13350
+ otherProps = _objectWithoutProperties(props, _excluded$37);
13299
13351
  return /*#__PURE__*/React.createElement("span", {
13300
13352
  role: "img",
13301
13353
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13302
13354
  }, /*#__PURE__*/React.createElement("style", {
13303
- children: loadingCircleStyle$36
13355
+ children: loadingCircleStyle$37
13304
13356
  }), /*#__PURE__*/React.createElement("svg", _extends({
13305
13357
  xmlns: "http://www.w3.org/2000/svg",
13306
13358
  width: size,
@@ -13343,8 +13395,8 @@ MInterval.defaultProps = {
13343
13395
  size: '1em'
13344
13396
  };
13345
13397
 
13346
- var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13347
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13398
+ var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13399
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13348
13400
  var MFlow = function MFlow(props) {
13349
13401
  var color = props.color,
13350
13402
  size = props.size,
@@ -13353,12 +13405,12 @@ var MFlow = function MFlow(props) {
13353
13405
  className = props.className,
13354
13406
  iconClassName = props.iconClassName,
13355
13407
  testid = props.testid,
13356
- otherProps = _objectWithoutProperties(props, _excluded$37);
13408
+ otherProps = _objectWithoutProperties(props, _excluded$38);
13357
13409
  return /*#__PURE__*/React.createElement("span", {
13358
13410
  role: "img",
13359
13411
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13360
13412
  }, /*#__PURE__*/React.createElement("style", {
13361
- children: loadingCircleStyle$37
13413
+ children: loadingCircleStyle$38
13362
13414
  }), /*#__PURE__*/React.createElement("svg", _extends({
13363
13415
  xmlns: "http://www.w3.org/2000/svg",
13364
13416
  width: size,
@@ -13399,8 +13451,8 @@ MFlow.defaultProps = {
13399
13451
  size: '1em'
13400
13452
  };
13401
13453
 
13402
- var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13403
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13454
+ var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13455
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13404
13456
  var MSql = function MSql(props) {
13405
13457
  var color = props.color,
13406
13458
  size = props.size,
@@ -13409,12 +13461,12 @@ var MSql = function MSql(props) {
13409
13461
  className = props.className,
13410
13462
  iconClassName = props.iconClassName,
13411
13463
  testid = props.testid,
13412
- otherProps = _objectWithoutProperties(props, _excluded$38);
13464
+ otherProps = _objectWithoutProperties(props, _excluded$39);
13413
13465
  return /*#__PURE__*/React.createElement("span", {
13414
13466
  role: "img",
13415
13467
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13416
13468
  }, /*#__PURE__*/React.createElement("style", {
13417
- children: loadingCircleStyle$38
13469
+ children: loadingCircleStyle$39
13418
13470
  }), /*#__PURE__*/React.createElement("svg", _extends({
13419
13471
  xmlns: "http://www.w3.org/2000/svg",
13420
13472
  width: size,
@@ -13461,8 +13513,8 @@ MSql.defaultProps = {
13461
13513
  size: '1em'
13462
13514
  };
13463
13515
 
13464
- var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13465
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13516
+ var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13517
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13466
13518
  var UTag = function UTag(props) {
13467
13519
  var color = props.color,
13468
13520
  size = props.size,
@@ -13471,12 +13523,12 @@ var UTag = function UTag(props) {
13471
13523
  className = props.className,
13472
13524
  iconClassName = props.iconClassName,
13473
13525
  testid = props.testid,
13474
- otherProps = _objectWithoutProperties(props, _excluded$39);
13526
+ otherProps = _objectWithoutProperties(props, _excluded$3a);
13475
13527
  return /*#__PURE__*/React.createElement("span", {
13476
13528
  role: "img",
13477
13529
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13478
13530
  }, /*#__PURE__*/React.createElement("style", {
13479
- children: loadingCircleStyle$39
13531
+ children: loadingCircleStyle$3a
13480
13532
  }), /*#__PURE__*/React.createElement("svg", _extends({
13481
13533
  xmlns: "http://www.w3.org/2000/svg",
13482
13534
  width: size,
@@ -13519,8 +13571,8 @@ UTag.defaultProps = {
13519
13571
  size: '1em'
13520
13572
  };
13521
13573
 
13522
- var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13523
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13574
+ var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13575
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13524
13576
  var MProperty = function MProperty(props) {
13525
13577
  var color = props.color,
13526
13578
  size = props.size,
@@ -13529,12 +13581,12 @@ var MProperty = function MProperty(props) {
13529
13581
  className = props.className,
13530
13582
  iconClassName = props.iconClassName,
13531
13583
  testid = props.testid,
13532
- otherProps = _objectWithoutProperties(props, _excluded$3a);
13584
+ otherProps = _objectWithoutProperties(props, _excluded$3b);
13533
13585
  return /*#__PURE__*/React.createElement("span", {
13534
13586
  role: "img",
13535
13587
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13536
13588
  }, /*#__PURE__*/React.createElement("style", {
13537
- children: loadingCircleStyle$3a
13589
+ children: loadingCircleStyle$3b
13538
13590
  }), /*#__PURE__*/React.createElement("svg", _extends({
13539
13591
  xmlns: "http://www.w3.org/2000/svg",
13540
13592
  width: size,
@@ -13579,8 +13631,8 @@ MProperty.defaultProps = {
13579
13631
  size: '1em'
13580
13632
  };
13581
13633
 
13582
- var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13583
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13634
+ var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13635
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13584
13636
  var UGroup = function UGroup(props) {
13585
13637
  var color = props.color,
13586
13638
  size = props.size,
@@ -13589,12 +13641,12 @@ var UGroup = function UGroup(props) {
13589
13641
  className = props.className,
13590
13642
  iconClassName = props.iconClassName,
13591
13643
  testid = props.testid,
13592
- otherProps = _objectWithoutProperties(props, _excluded$3b);
13644
+ otherProps = _objectWithoutProperties(props, _excluded$3c);
13593
13645
  return /*#__PURE__*/React.createElement("span", {
13594
13646
  role: "img",
13595
13647
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13596
13648
  }, /*#__PURE__*/React.createElement("style", {
13597
- children: loadingCircleStyle$3b
13649
+ children: loadingCircleStyle$3c
13598
13650
  }), /*#__PURE__*/React.createElement("svg", _extends({
13599
13651
  xmlns: "http://www.w3.org/2000/svg",
13600
13652
  width: size,
@@ -13639,63 +13691,6 @@ UGroup.defaultProps = {
13639
13691
  size: '1em'
13640
13692
  };
13641
13693
 
13642
- var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13643
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13644
- var RippleCl = function RippleCl(props) {
13645
- var color = props.color,
13646
- size = props.size,
13647
- spin = props.spin,
13648
- style = props.style,
13649
- className = props.className,
13650
- iconClassName = props.iconClassName,
13651
- testid = props.testid,
13652
- otherProps = _objectWithoutProperties(props, _excluded$3c);
13653
- return /*#__PURE__*/React.createElement("span", {
13654
- role: "img",
13655
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13656
- }, /*#__PURE__*/React.createElement("style", {
13657
- children: loadingCircleStyle$3c
13658
- }), /*#__PURE__*/React.createElement("svg", _extends({
13659
- xmlns: "http://www.w3.org/2000/svg",
13660
- width: size,
13661
- height: size,
13662
- viewBox: "0 0 24 24",
13663
- fill: color
13664
- }, otherProps, {
13665
- className: iconClassName,
13666
- "data-testid": testid,
13667
- style: _objectSpread2(_objectSpread2({}, style), spin ? {
13668
- animationDuration: '1s',
13669
- animationIterationCount: 'infinite',
13670
- animationName: 'loadingCircle',
13671
- animationTimingFunction: 'linear'
13672
- } : {})
13673
- }), /*#__PURE__*/React.createElement("svg", {
13674
- width: "24",
13675
- height: "24",
13676
- fill: "none",
13677
- xmlns: "http://www.w3.org/2000/svg"
13678
- }, /*#__PURE__*/React.createElement("path", {
13679
- d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.455 8.227 8.227 0 00.005-16.455z",
13680
- fill: "#3080EF"
13681
- }), /*#__PURE__*/React.createElement("path", {
13682
- d: "M11.646 12.558c2.644 1.454 5.012 1.696 7.104.73-.415 3.812-3.932 6.576-7.856 6.173-3.924-.403-6.768-3.82-6.354-7.631 2.097-.968 4.463-.725 7.106.728z",
13683
- fill: "#CDD8FA"
13684
- }))));
13685
- };
13686
- RippleCl.propTypes = {
13687
- iconClassName: PropTypes.string,
13688
- spin: PropTypes.bool,
13689
- color: PropTypes.string,
13690
- testid: PropTypes.string,
13691
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13692
- };
13693
- RippleCl.defaultProps = {
13694
- spin: false,
13695
- color: 'currentColor',
13696
- size: '1em'
13697
- };
13698
-
13699
13694
  var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13700
13695
  var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13701
13696
  var CircularProgressCl = function CircularProgressCl(props) {
@@ -13733,14 +13728,13 @@ var CircularProgressCl = function CircularProgressCl(props) {
13733
13728
  fill: "none",
13734
13729
  xmlns: "http://www.w3.org/2000/svg"
13735
13730
  }, /*#__PURE__*/React.createElement("g", {
13736
- clipPath: "url(#clip0_11001_251)"
13731
+ clipPath: "url(#clip0_11001_251)",
13732
+ fill: "#7E7F80"
13737
13733
  }, /*#__PURE__*/React.createElement("path", {
13738
13734
  opacity: ".3",
13739
- d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z",
13740
- fill: "#777E8C"
13735
+ d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z"
13741
13736
  }), /*#__PURE__*/React.createElement("path", {
13742
- d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z",
13743
- fill: "#48C6A8"
13737
+ d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z"
13744
13738
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
13745
13739
  id: "clip0_11001_251"
13746
13740
  }, /*#__PURE__*/React.createElement("rect", {
@@ -40828,7 +40822,7 @@ exports.TaResetPassword = ResetPassword;
40828
40822
  exports.TaResizer = Resizer;
40829
40823
  exports.TaResult = Result;
40830
40824
  exports.TaRevert = Revert;
40831
- exports.TaRippleCl = RippleCl;
40825
+ exports.TaRipple = Ripple;
40832
40826
  exports.TaRobot = Robot;
40833
40827
  exports.TaRowsSm = RowsSm;
40834
40828
  exports.TaRuler = Ruler;
@@ -13041,7 +13041,7 @@ DashboardPlan.defaultProps = {
13041
13041
 
13042
13042
  var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13043
13043
  var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13044
- var MEvent = function MEvent(props) {
13044
+ var Ripple = function Ripple(props) {
13045
13045
  var color = props.color,
13046
13046
  size = props.size,
13047
13047
  spin = props.spin,
@@ -13074,6 +13074,58 @@ var MEvent = function MEvent(props) {
13074
13074
  width: "24",
13075
13075
  height: "24",
13076
13076
  xmlns: "http://www.w3.org/2000/svg"
13077
+ }, /*#__PURE__*/React.createElement("path", {
13078
+ d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.454 8.227 8.227 0 00.005-16.454zM4.54 11.83c2.096-.967 4.463-.725 7.106.728 2.643 1.453 5.012 1.695 7.104.73-.415 3.811-3.931 6.576-7.855 6.173-3.924-.403-6.77-3.82-6.355-7.63z"
13079
+ }))));
13080
+ };
13081
+ Ripple.propTypes = {
13082
+ iconClassName: PropTypes.string,
13083
+ spin: PropTypes.bool,
13084
+ color: PropTypes.string,
13085
+ testid: PropTypes.string,
13086
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13087
+ };
13088
+ Ripple.defaultProps = {
13089
+ spin: false,
13090
+ color: 'currentColor',
13091
+ size: '1em'
13092
+ };
13093
+
13094
+ var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13095
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13096
+ var MEvent = function MEvent(props) {
13097
+ var color = props.color,
13098
+ size = props.size,
13099
+ spin = props.spin,
13100
+ style = props.style,
13101
+ className = props.className,
13102
+ iconClassName = props.iconClassName,
13103
+ testid = props.testid,
13104
+ otherProps = _objectWithoutProperties(props, _excluded$33);
13105
+ return /*#__PURE__*/React.createElement("span", {
13106
+ role: "img",
13107
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13108
+ }, /*#__PURE__*/React.createElement("style", {
13109
+ children: loadingCircleStyle$33
13110
+ }), /*#__PURE__*/React.createElement("svg", _extends({
13111
+ xmlns: "http://www.w3.org/2000/svg",
13112
+ width: size,
13113
+ height: size,
13114
+ viewBox: "0 0 24 24",
13115
+ fill: color
13116
+ }, otherProps, {
13117
+ className: iconClassName,
13118
+ "data-testid": testid,
13119
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
13120
+ animationDuration: '1s',
13121
+ animationIterationCount: 'infinite',
13122
+ animationName: 'loadingCircle',
13123
+ animationTimingFunction: 'linear'
13124
+ } : {})
13125
+ }), /*#__PURE__*/React.createElement("svg", {
13126
+ width: "24",
13127
+ height: "24",
13128
+ xmlns: "http://www.w3.org/2000/svg"
13077
13129
  }, /*#__PURE__*/React.createElement("path", {
13078
13130
  d: "M21 12a9 9 0 01-12.25 8.395 4.009 4.009 0 01-1.185 1.674C8.922 22.668 10.422 23 12 23c6.075 0 11-4.925 11-11 0-1.578-.332-3.078-.93-4.435a4.009 4.009 0 01-1.675 1.185A8.979 8.979 0 0121 12z"
13079
13131
  }), /*#__PURE__*/React.createElement("path", {
@@ -13099,8 +13151,8 @@ MEvent.defaultProps = {
13099
13151
  size: '1em'
13100
13152
  };
13101
13153
 
13102
- var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13103
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13154
+ var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13155
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13104
13156
  var MRetention = function MRetention(props) {
13105
13157
  var color = props.color,
13106
13158
  size = props.size,
@@ -13109,12 +13161,12 @@ var MRetention = function MRetention(props) {
13109
13161
  className = props.className,
13110
13162
  iconClassName = props.iconClassName,
13111
13163
  testid = props.testid,
13112
- otherProps = _objectWithoutProperties(props, _excluded$33);
13164
+ otherProps = _objectWithoutProperties(props, _excluded$34);
13113
13165
  return /*#__PURE__*/React.createElement("span", {
13114
13166
  role: "img",
13115
13167
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13116
13168
  }, /*#__PURE__*/React.createElement("style", {
13117
- children: loadingCircleStyle$33
13169
+ children: loadingCircleStyle$34
13118
13170
  }), /*#__PURE__*/React.createElement("svg", _extends({
13119
13171
  xmlns: "http://www.w3.org/2000/svg",
13120
13172
  width: size,
@@ -13161,8 +13213,8 @@ MRetention.defaultProps = {
13161
13213
  size: '1em'
13162
13214
  };
13163
13215
 
13164
- var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13165
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13216
+ var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13217
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13166
13218
  var MFunnel = function MFunnel(props) {
13167
13219
  var color = props.color,
13168
13220
  size = props.size,
@@ -13171,12 +13223,12 @@ var MFunnel = function MFunnel(props) {
13171
13223
  className = props.className,
13172
13224
  iconClassName = props.iconClassName,
13173
13225
  testid = props.testid,
13174
- otherProps = _objectWithoutProperties(props, _excluded$34);
13226
+ otherProps = _objectWithoutProperties(props, _excluded$35);
13175
13227
  return /*#__PURE__*/React.createElement("span", {
13176
13228
  role: "img",
13177
13229
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13178
13230
  }, /*#__PURE__*/React.createElement("style", {
13179
- children: loadingCircleStyle$34
13231
+ children: loadingCircleStyle$35
13180
13232
  }), /*#__PURE__*/React.createElement("svg", _extends({
13181
13233
  xmlns: "http://www.w3.org/2000/svg",
13182
13234
  width: size,
@@ -13217,8 +13269,8 @@ MFunnel.defaultProps = {
13217
13269
  size: '1em'
13218
13270
  };
13219
13271
 
13220
- var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13221
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13272
+ var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13273
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13222
13274
  var MDistribution = function MDistribution(props) {
13223
13275
  var color = props.color,
13224
13276
  size = props.size,
@@ -13227,12 +13279,12 @@ var MDistribution = function MDistribution(props) {
13227
13279
  className = props.className,
13228
13280
  iconClassName = props.iconClassName,
13229
13281
  testid = props.testid,
13230
- otherProps = _objectWithoutProperties(props, _excluded$35);
13282
+ otherProps = _objectWithoutProperties(props, _excluded$36);
13231
13283
  return /*#__PURE__*/React.createElement("span", {
13232
13284
  role: "img",
13233
13285
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13234
13286
  }, /*#__PURE__*/React.createElement("style", {
13235
- children: loadingCircleStyle$35
13287
+ children: loadingCircleStyle$36
13236
13288
  }), /*#__PURE__*/React.createElement("svg", _extends({
13237
13289
  xmlns: "http://www.w3.org/2000/svg",
13238
13290
  width: size,
@@ -13279,8 +13331,8 @@ MDistribution.defaultProps = {
13279
13331
  size: '1em'
13280
13332
  };
13281
13333
 
13282
- var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13283
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13334
+ var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13335
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13284
13336
  var MInterval = function MInterval(props) {
13285
13337
  var color = props.color,
13286
13338
  size = props.size,
@@ -13289,12 +13341,12 @@ var MInterval = function MInterval(props) {
13289
13341
  className = props.className,
13290
13342
  iconClassName = props.iconClassName,
13291
13343
  testid = props.testid,
13292
- otherProps = _objectWithoutProperties(props, _excluded$36);
13344
+ otherProps = _objectWithoutProperties(props, _excluded$37);
13293
13345
  return /*#__PURE__*/React.createElement("span", {
13294
13346
  role: "img",
13295
13347
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13296
13348
  }, /*#__PURE__*/React.createElement("style", {
13297
- children: loadingCircleStyle$36
13349
+ children: loadingCircleStyle$37
13298
13350
  }), /*#__PURE__*/React.createElement("svg", _extends({
13299
13351
  xmlns: "http://www.w3.org/2000/svg",
13300
13352
  width: size,
@@ -13337,8 +13389,8 @@ MInterval.defaultProps = {
13337
13389
  size: '1em'
13338
13390
  };
13339
13391
 
13340
- var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13341
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13392
+ var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13393
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13342
13394
  var MFlow = function MFlow(props) {
13343
13395
  var color = props.color,
13344
13396
  size = props.size,
@@ -13347,12 +13399,12 @@ var MFlow = function MFlow(props) {
13347
13399
  className = props.className,
13348
13400
  iconClassName = props.iconClassName,
13349
13401
  testid = props.testid,
13350
- otherProps = _objectWithoutProperties(props, _excluded$37);
13402
+ otherProps = _objectWithoutProperties(props, _excluded$38);
13351
13403
  return /*#__PURE__*/React.createElement("span", {
13352
13404
  role: "img",
13353
13405
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13354
13406
  }, /*#__PURE__*/React.createElement("style", {
13355
- children: loadingCircleStyle$37
13407
+ children: loadingCircleStyle$38
13356
13408
  }), /*#__PURE__*/React.createElement("svg", _extends({
13357
13409
  xmlns: "http://www.w3.org/2000/svg",
13358
13410
  width: size,
@@ -13393,8 +13445,8 @@ MFlow.defaultProps = {
13393
13445
  size: '1em'
13394
13446
  };
13395
13447
 
13396
- var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13397
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13448
+ var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13449
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13398
13450
  var MSql = function MSql(props) {
13399
13451
  var color = props.color,
13400
13452
  size = props.size,
@@ -13403,12 +13455,12 @@ var MSql = function MSql(props) {
13403
13455
  className = props.className,
13404
13456
  iconClassName = props.iconClassName,
13405
13457
  testid = props.testid,
13406
- otherProps = _objectWithoutProperties(props, _excluded$38);
13458
+ otherProps = _objectWithoutProperties(props, _excluded$39);
13407
13459
  return /*#__PURE__*/React.createElement("span", {
13408
13460
  role: "img",
13409
13461
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13410
13462
  }, /*#__PURE__*/React.createElement("style", {
13411
- children: loadingCircleStyle$38
13463
+ children: loadingCircleStyle$39
13412
13464
  }), /*#__PURE__*/React.createElement("svg", _extends({
13413
13465
  xmlns: "http://www.w3.org/2000/svg",
13414
13466
  width: size,
@@ -13455,8 +13507,8 @@ MSql.defaultProps = {
13455
13507
  size: '1em'
13456
13508
  };
13457
13509
 
13458
- var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13459
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13510
+ var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13511
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13460
13512
  var UTag = function UTag(props) {
13461
13513
  var color = props.color,
13462
13514
  size = props.size,
@@ -13465,12 +13517,12 @@ var UTag = function UTag(props) {
13465
13517
  className = props.className,
13466
13518
  iconClassName = props.iconClassName,
13467
13519
  testid = props.testid,
13468
- otherProps = _objectWithoutProperties(props, _excluded$39);
13520
+ otherProps = _objectWithoutProperties(props, _excluded$3a);
13469
13521
  return /*#__PURE__*/React.createElement("span", {
13470
13522
  role: "img",
13471
13523
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13472
13524
  }, /*#__PURE__*/React.createElement("style", {
13473
- children: loadingCircleStyle$39
13525
+ children: loadingCircleStyle$3a
13474
13526
  }), /*#__PURE__*/React.createElement("svg", _extends({
13475
13527
  xmlns: "http://www.w3.org/2000/svg",
13476
13528
  width: size,
@@ -13513,8 +13565,8 @@ UTag.defaultProps = {
13513
13565
  size: '1em'
13514
13566
  };
13515
13567
 
13516
- var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13517
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13568
+ var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13569
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13518
13570
  var MProperty = function MProperty(props) {
13519
13571
  var color = props.color,
13520
13572
  size = props.size,
@@ -13523,12 +13575,12 @@ var MProperty = function MProperty(props) {
13523
13575
  className = props.className,
13524
13576
  iconClassName = props.iconClassName,
13525
13577
  testid = props.testid,
13526
- otherProps = _objectWithoutProperties(props, _excluded$3a);
13578
+ otherProps = _objectWithoutProperties(props, _excluded$3b);
13527
13579
  return /*#__PURE__*/React.createElement("span", {
13528
13580
  role: "img",
13529
13581
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13530
13582
  }, /*#__PURE__*/React.createElement("style", {
13531
- children: loadingCircleStyle$3a
13583
+ children: loadingCircleStyle$3b
13532
13584
  }), /*#__PURE__*/React.createElement("svg", _extends({
13533
13585
  xmlns: "http://www.w3.org/2000/svg",
13534
13586
  width: size,
@@ -13573,8 +13625,8 @@ MProperty.defaultProps = {
13573
13625
  size: '1em'
13574
13626
  };
13575
13627
 
13576
- var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13577
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13628
+ var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13629
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13578
13630
  var UGroup = function UGroup(props) {
13579
13631
  var color = props.color,
13580
13632
  size = props.size,
@@ -13583,12 +13635,12 @@ var UGroup = function UGroup(props) {
13583
13635
  className = props.className,
13584
13636
  iconClassName = props.iconClassName,
13585
13637
  testid = props.testid,
13586
- otherProps = _objectWithoutProperties(props, _excluded$3b);
13638
+ otherProps = _objectWithoutProperties(props, _excluded$3c);
13587
13639
  return /*#__PURE__*/React.createElement("span", {
13588
13640
  role: "img",
13589
13641
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13590
13642
  }, /*#__PURE__*/React.createElement("style", {
13591
- children: loadingCircleStyle$3b
13643
+ children: loadingCircleStyle$3c
13592
13644
  }), /*#__PURE__*/React.createElement("svg", _extends({
13593
13645
  xmlns: "http://www.w3.org/2000/svg",
13594
13646
  width: size,
@@ -13633,63 +13685,6 @@ UGroup.defaultProps = {
13633
13685
  size: '1em'
13634
13686
  };
13635
13687
 
13636
- var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13637
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13638
- var RippleCl = function RippleCl(props) {
13639
- var color = props.color,
13640
- size = props.size,
13641
- spin = props.spin,
13642
- style = props.style,
13643
- className = props.className,
13644
- iconClassName = props.iconClassName,
13645
- testid = props.testid,
13646
- otherProps = _objectWithoutProperties(props, _excluded$3c);
13647
- return /*#__PURE__*/React.createElement("span", {
13648
- role: "img",
13649
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13650
- }, /*#__PURE__*/React.createElement("style", {
13651
- children: loadingCircleStyle$3c
13652
- }), /*#__PURE__*/React.createElement("svg", _extends({
13653
- xmlns: "http://www.w3.org/2000/svg",
13654
- width: size,
13655
- height: size,
13656
- viewBox: "0 0 24 24",
13657
- fill: color
13658
- }, otherProps, {
13659
- className: iconClassName,
13660
- "data-testid": testid,
13661
- style: _objectSpread2(_objectSpread2({}, style), spin ? {
13662
- animationDuration: '1s',
13663
- animationIterationCount: 'infinite',
13664
- animationName: 'loadingCircle',
13665
- animationTimingFunction: 'linear'
13666
- } : {})
13667
- }), /*#__PURE__*/React.createElement("svg", {
13668
- width: "24",
13669
- height: "24",
13670
- fill: "none",
13671
- xmlns: "http://www.w3.org/2000/svg"
13672
- }, /*#__PURE__*/React.createElement("path", {
13673
- d: "M11.625 2.25c5.592 0 10.125 4.533 10.125 10.125S17.217 22.5 11.625 22.5 1.5 17.967 1.5 12.375 6.033 2.25 11.625 2.25zm0 1.898a8.227 8.227 0 10-.005 16.455 8.227 8.227 0 00.005-16.455z",
13674
- fill: "#3080EF"
13675
- }), /*#__PURE__*/React.createElement("path", {
13676
- d: "M11.646 12.558c2.644 1.454 5.012 1.696 7.104.73-.415 3.812-3.932 6.576-7.856 6.173-3.924-.403-6.768-3.82-6.354-7.631 2.097-.968 4.463-.725 7.106.728z",
13677
- fill: "#CDD8FA"
13678
- }))));
13679
- };
13680
- RippleCl.propTypes = {
13681
- iconClassName: PropTypes.string,
13682
- spin: PropTypes.bool,
13683
- color: PropTypes.string,
13684
- testid: PropTypes.string,
13685
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
13686
- };
13687
- RippleCl.defaultProps = {
13688
- spin: false,
13689
- color: 'currentColor',
13690
- size: '1em'
13691
- };
13692
-
13693
13688
  var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
13694
13689
  var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13695
13690
  var CircularProgressCl = function CircularProgressCl(props) {
@@ -13727,14 +13722,13 @@ var CircularProgressCl = function CircularProgressCl(props) {
13727
13722
  fill: "none",
13728
13723
  xmlns: "http://www.w3.org/2000/svg"
13729
13724
  }, /*#__PURE__*/React.createElement("g", {
13730
- clipPath: "url(#clip0_11001_251)"
13725
+ clipPath: "url(#clip0_11001_251)",
13726
+ fill: "#7E7F80"
13731
13727
  }, /*#__PURE__*/React.createElement("path", {
13732
13728
  opacity: ".3",
13733
- d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z",
13734
- fill: "#777E8C"
13729
+ d: "M12 23.55a11.4 11.4 0 100-22.8 11.4 11.4 0 000 22.8zm5.515-16.915C19.038 8.158 19.8 9.996 19.8 12.15c0 2.154-.762 3.992-2.285 5.515-1.523 1.523-3.361 2.285-5.515 2.285-2.153 0-3.992-.762-5.515-2.285C4.962 16.142 4.2 14.304 4.2 12.15c0-2.154.762-3.992 2.285-5.515C8.008 5.112 9.847 4.35 12 4.35c2.154 0 3.992.762 5.515 2.285z"
13735
13730
  }), /*#__PURE__*/React.createElement("path", {
13736
- d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z",
13737
- fill: "#48C6A8"
13731
+ d: "M23.4 12.15A11.4 11.4 0 0012 .75v3.6c2.154 0 3.992.762 5.515 2.285C19.038 8.158 19.8 9.996 19.8 12.15h3.6z"
13738
13732
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
13739
13733
  id: "clip0_11001_251"
13740
13734
  }, /*#__PURE__*/React.createElement("rect", {
@@ -40365,4 +40359,4 @@ BiShoppingCartCl.defaultProps = {
40365
40359
  size: '1em'
40366
40360
  };
40367
40361
 
40368
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignLegendBottom as TaAlignLegendBottom, AlignLegendLeft as TaAlignLegendLeft, AlignLegendRight as TaAlignLegendRight, AlignLegendTop as TaAlignLegendTop, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowClose as TaArrowClose, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowExpand as TaArrowExpand, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowRightup as TaArrowRightup, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, BiAiApplicationCl as TaBiAiApplicationCl, BiAiCl as TaBiAiCl, BiAlertCl as TaBiAlertCl, BiAnalysisCl as TaBiAnalysisCl, BiBeginnerGuideCl as TaBiBeginnerGuideCl, BiCardGameCl as TaBiCardGameCl, BiCasuaGameCl as TaBiCasuaGameCl, BiChannelReachCl as TaBiChannelReachCl, BiClosedLoopCl as TaBiClosedLoopCl, BiCommercialAdaptationCl as TaBiCommercialAdaptationCl, BiControlCl as TaBiControlCl, BiCrowdCl as TaBiCrowdCl, BiDataClosedLoopCl as TaBiDataClosedLoopCl, BiDisassemblyCl as TaBiDisassemblyCl, BiEducationCl as TaBiEducationCl, BiGameplayCl as TaBiGameplayCl, BiGiftCl as TaBiGiftCl, BiGroupCl as TaBiGroupCl, BiGuideCl as TaBiGuideCl, BiIndicatorCl as TaBiIndicatorCl, BiMiniGameCl as TaBiMiniGameCl, BiMmoGameCl as TaBiMmoGameCl, BiModelCl as TaBiModelCl, BiNovelCl as TaBiNovelCl, BiOperationAnalysisCl as TaBiOperationAnalysisCl, BiOperationPolicyCl as TaBiOperationPolicyCl, BiOperationalEmpowermentCl as TaBiOperationalEmpowermentCl, BiPathAnalysisCl as TaBiPathAnalysisCl, BiPathCl as TaBiPathCl, BiPersonalizedDeploymentCl as TaBiPersonalizedDeploymentCl, BiQueryCl as TaBiQueryCl, BiQuickStartCl as TaBiQuickStartCl, BiReachCl as TaBiReachCl, BiShoppingCartCl as TaBiShoppingCartCl, BiShortPlayCl as TaBiShortPlayCl, BiSimulatedOperationCl as TaBiSimulatedOperationCl, BiSlgGameCl as TaBiSlgGameCl, BiSocialAnalysisCl as TaBiSocialAnalysisCl, BiSocialApplicationCl as TaBiSocialApplicationCl, BiStratificationCl as TaBiStratificationCl, BiSupportCl as TaBiSupportCl, BiTargetPlayerCl as TaBiTargetPlayerCl, BiUserIdentificationCl as TaBiUserIdentificationCl, BiUserOperationCl as TaBiUserOperationCl, BiVendor as TaBiVendor, BiVendorFillCl as TaBiVendorFillCl, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, Certified as TaCertified, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, ChartTrophy as TaChartTrophy, ChartWordcloud as TaChartWordcloud, CircularProgressCl as TaCircularProgressCl, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, CopywritingAiCl as TaCopywritingAiCl, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DrillDown as TaDrillDown, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EFlowCl as TaEFlowCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, EngageAiCl as TaEngageAiCl, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventShunt as TaEventShunt, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, GoalFill as TaGoalFill, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, IndexFill as TaIndexFill, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, LineCircle as TaLineCircle, LineDiamond as TaLineDiamond, LineSquare as TaLineSquare, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFlinkCl as TaLogoFlinkCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoSparkCl as TaLogoSparkCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, ManualVerification as TaManualVerification, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Phrase as TaPhrase, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportReadingCl as TaReportReadingCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Resizer as TaResizer, Result as TaResult, Revert as TaRevert, RippleCl as TaRippleCl, Robot as TaRobot, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, Sad as TaSad, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, Switch as TaSwitch, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, Translation as TaTranslation, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertyShunt as TaUPropertyShunt, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Uncertified as TaUncertified, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VDashboardCl as TaVDashboardCl, VManageDashboardCl as TaVManageDashboardCl, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, Video as TaVideo, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
40362
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignLegendBottom as TaAlignLegendBottom, AlignLegendLeft as TaAlignLegendLeft, AlignLegendRight as TaAlignLegendRight, AlignLegendTop as TaAlignLegendTop, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowClose as TaArrowClose, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowExpand as TaArrowExpand, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowRightup as TaArrowRightup, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, BiAiApplicationCl as TaBiAiApplicationCl, BiAiCl as TaBiAiCl, BiAlertCl as TaBiAlertCl, BiAnalysisCl as TaBiAnalysisCl, BiBeginnerGuideCl as TaBiBeginnerGuideCl, BiCardGameCl as TaBiCardGameCl, BiCasuaGameCl as TaBiCasuaGameCl, BiChannelReachCl as TaBiChannelReachCl, BiClosedLoopCl as TaBiClosedLoopCl, BiCommercialAdaptationCl as TaBiCommercialAdaptationCl, BiControlCl as TaBiControlCl, BiCrowdCl as TaBiCrowdCl, BiDataClosedLoopCl as TaBiDataClosedLoopCl, BiDisassemblyCl as TaBiDisassemblyCl, BiEducationCl as TaBiEducationCl, BiGameplayCl as TaBiGameplayCl, BiGiftCl as TaBiGiftCl, BiGroupCl as TaBiGroupCl, BiGuideCl as TaBiGuideCl, BiIndicatorCl as TaBiIndicatorCl, BiMiniGameCl as TaBiMiniGameCl, BiMmoGameCl as TaBiMmoGameCl, BiModelCl as TaBiModelCl, BiNovelCl as TaBiNovelCl, BiOperationAnalysisCl as TaBiOperationAnalysisCl, BiOperationPolicyCl as TaBiOperationPolicyCl, BiOperationalEmpowermentCl as TaBiOperationalEmpowermentCl, BiPathAnalysisCl as TaBiPathAnalysisCl, BiPathCl as TaBiPathCl, BiPersonalizedDeploymentCl as TaBiPersonalizedDeploymentCl, BiQueryCl as TaBiQueryCl, BiQuickStartCl as TaBiQuickStartCl, BiReachCl as TaBiReachCl, BiShoppingCartCl as TaBiShoppingCartCl, BiShortPlayCl as TaBiShortPlayCl, BiSimulatedOperationCl as TaBiSimulatedOperationCl, BiSlgGameCl as TaBiSlgGameCl, BiSocialAnalysisCl as TaBiSocialAnalysisCl, BiSocialApplicationCl as TaBiSocialApplicationCl, BiStratificationCl as TaBiStratificationCl, BiSupportCl as TaBiSupportCl, BiTargetPlayerCl as TaBiTargetPlayerCl, BiUserIdentificationCl as TaBiUserIdentificationCl, BiUserOperationCl as TaBiUserOperationCl, BiVendor as TaBiVendor, BiVendorFillCl as TaBiVendorFillCl, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, Certified as TaCertified, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, ChartTrophy as TaChartTrophy, ChartWordcloud as TaChartWordcloud, CircularProgressCl as TaCircularProgressCl, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, CopywritingAiCl as TaCopywritingAiCl, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DrillDown as TaDrillDown, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EFlowCl as TaEFlowCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, EngageAiCl as TaEngageAiCl, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventShunt as TaEventShunt, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, GoalFill as TaGoalFill, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, IndexFill as TaIndexFill, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, LineCircle as TaLineCircle, LineDiamond as TaLineDiamond, LineSquare as TaLineSquare, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFlinkCl as TaLogoFlinkCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoSparkCl as TaLogoSparkCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, ManualVerification as TaManualVerification, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Phrase as TaPhrase, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportReadingCl as TaReportReadingCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Resizer as TaResizer, Result as TaResult, Revert as TaRevert, Ripple as TaRipple, Robot as TaRobot, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, Sad as TaSad, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, Switch as TaSwitch, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, Translation as TaTranslation, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertyShunt as TaUPropertyShunt, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Uncertified as TaUncertified, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VDashboardCl as TaVDashboardCl, VManageDashboardCl as TaVManageDashboardCl, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, Video as TaVideo, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "1.20.59",
3
+ "version": "1.20.60",
4
4
  "description": "Icon automation workflow with Figma",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",