@tant/icons 1.22.28 → 1.22.29

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.
@@ -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 Python = function Python(props) {
14
+ var LogoPythonCl = function LogoPythonCl(props) {
15
15
  var color = props.color,
16
16
  size = props.size,
17
17
  spin = props.spin,
@@ -43,23 +43,26 @@ var Python = function Python(props) {
43
43
  }), /*#__PURE__*/React.createElement("svg", {
44
44
  width: "24",
45
45
  height: "24",
46
+ fill: "none",
46
47
  xmlns: "http://www.w3.org/2000/svg"
47
48
  }, /*#__PURE__*/React.createElement("path", {
48
- d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z"
49
+ d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z",
50
+ fill: "#3C78AA"
49
51
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z"
52
+ d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z",
53
+ fill: "#FDD835"
51
54
  }))));
52
55
  };
53
- Python.propTypes = {
56
+ LogoPythonCl.propTypes = {
54
57
  iconClassName: PropTypes.string,
55
58
  spin: PropTypes.bool,
56
59
  color: PropTypes.string,
57
60
  testid: PropTypes.string,
58
61
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
59
62
  };
60
- Python.defaultProps = {
63
+ LogoPythonCl.defaultProps = {
61
64
  spin: false,
62
65
  color: 'currentColor',
63
66
  size: '1em'
64
67
  };
65
- export default Python;
68
+ export default LogoPythonCl;
package/dist/es/index.js CHANGED
@@ -116,7 +116,7 @@ export { default as TaLogoFlinkCl } from './icons/logo-flink-cl';
116
116
  export { default as TaLogoSparkCl } from './icons/logo-spark-cl';
117
117
  export { default as TaLogoSamlCl } from './icons/logo-saml-cl';
118
118
  export { default as TaLogoAirbridgeCl } from './icons/logo-airbridge-cl';
119
- export { default as TaPython } from './icons/python';
119
+ export { default as TaLogoPythonCl } from './icons/logo-python-cl';
120
120
  export { default as TaAvatarGroupCl } from './icons/avatar-group-cl';
121
121
  export { default as TaAvatarProjectCl } from './icons/avatar-project-cl';
122
122
  export { default as TaReport } from './icons/report';
package/dist/index.d.ts CHANGED
@@ -128,7 +128,7 @@ export const TaLogoFlinkCl: Icon;
128
128
  export const TaLogoSparkCl: Icon;
129
129
  export const TaLogoSamlCl: Icon;
130
130
  export const TaLogoAirbridgeCl: Icon;
131
- export const TaPython: Icon;
131
+ export const TaLogoPythonCl: Icon;
132
132
  export const TaAvatarGroupCl: Icon;
133
133
  export const TaAvatarProjectCl: Icon;
134
134
  export const TaReport: Icon;
@@ -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 Python = function Python(props) {
21
+ var LogoPythonCl = function LogoPythonCl(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -50,23 +50,26 @@ var Python = function Python(props) {
50
50
  }), /*#__PURE__*/_react["default"].createElement("svg", {
51
51
  width: "24",
52
52
  height: "24",
53
+ fill: "none",
53
54
  xmlns: "http://www.w3.org/2000/svg"
54
55
  }, /*#__PURE__*/_react["default"].createElement("path", {
55
- d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z"
56
+ d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z",
57
+ fill: "#3C78AA"
56
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
57
- d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z"
59
+ d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z",
60
+ fill: "#FDD835"
58
61
  }))));
59
62
  };
60
- Python.propTypes = {
63
+ LogoPythonCl.propTypes = {
61
64
  iconClassName: _propTypes["default"].string,
62
65
  spin: _propTypes["default"].bool,
63
66
  color: _propTypes["default"].string,
64
67
  testid: _propTypes["default"].string,
65
68
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
66
69
  };
67
- Python.defaultProps = {
70
+ LogoPythonCl.defaultProps = {
68
71
  spin: false,
69
72
  color: 'currentColor',
70
73
  size: '1em'
71
74
  };
72
- var _default = exports["default"] = Python;
75
+ var _default = exports["default"] = LogoPythonCl;
package/dist/lib/index.js CHANGED
@@ -1953,6 +1953,12 @@ Object.defineProperty(exports, "TaLogoLitmatchCl", {
1953
1953
  return _logoLitmatchCl["default"];
1954
1954
  }
1955
1955
  });
1956
+ Object.defineProperty(exports, "TaLogoPythonCl", {
1957
+ enumerable: true,
1958
+ get: function get() {
1959
+ return _logoPythonCl["default"];
1960
+ }
1961
+ });
1956
1962
  Object.defineProperty(exports, "TaLogoSamlCl", {
1957
1963
  enumerable: true,
1958
1964
  get: function get() {
@@ -2661,12 +2667,6 @@ Object.defineProperty(exports, "TaPulse", {
2661
2667
  return _pulse["default"];
2662
2668
  }
2663
2669
  });
2664
- Object.defineProperty(exports, "TaPython", {
2665
- enumerable: true,
2666
- get: function get() {
2667
- return _python["default"];
2668
- }
2669
- });
2670
2670
  Object.defineProperty(exports, "TaQuotation", {
2671
2671
  enumerable: true,
2672
2672
  get: function get() {
@@ -3715,7 +3715,7 @@ var _logoFlinkCl = _interopRequireDefault(require("./icons/logo-flink-cl"));
3715
3715
  var _logoSparkCl = _interopRequireDefault(require("./icons/logo-spark-cl"));
3716
3716
  var _logoSamlCl = _interopRequireDefault(require("./icons/logo-saml-cl"));
3717
3717
  var _logoAirbridgeCl = _interopRequireDefault(require("./icons/logo-airbridge-cl"));
3718
- var _python = _interopRequireDefault(require("./icons/python"));
3718
+ var _logoPythonCl = _interopRequireDefault(require("./icons/logo-python-cl"));
3719
3719
  var _avatarGroupCl = _interopRequireDefault(require("./icons/avatar-group-cl"));
3720
3720
  var _avatarProjectCl = _interopRequireDefault(require("./icons/avatar-project-cl"));
3721
3721
  var _report = _interopRequireDefault(require("./icons/report"));
@@ -9209,7 +9209,7 @@ LogoAirbridgeCl.defaultProps = {
9209
9209
 
9210
9210
  var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
9211
9211
  var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9212
- var Python = function Python(props) {
9212
+ var LogoPythonCl = function LogoPythonCl(props) {
9213
9213
  var color = props.color,
9214
9214
  size = props.size,
9215
9215
  spin = props.spin,
@@ -9241,21 +9241,24 @@ var Python = function Python(props) {
9241
9241
  }), /*#__PURE__*/React.createElement("svg", {
9242
9242
  width: "24",
9243
9243
  height: "24",
9244
+ fill: "none",
9244
9245
  xmlns: "http://www.w3.org/2000/svg"
9245
9246
  }, /*#__PURE__*/React.createElement("path", {
9246
- d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z"
9247
+ d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z",
9248
+ fill: "#3C78AA"
9247
9249
  }), /*#__PURE__*/React.createElement("path", {
9248
- d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z"
9250
+ d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z",
9251
+ fill: "#FDD835"
9249
9252
  }))));
9250
9253
  };
9251
- Python.propTypes = {
9254
+ LogoPythonCl.propTypes = {
9252
9255
  iconClassName: PropTypes.string,
9253
9256
  spin: PropTypes.bool,
9254
9257
  color: PropTypes.string,
9255
9258
  testid: PropTypes.string,
9256
9259
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9257
9260
  };
9258
- Python.defaultProps = {
9261
+ LogoPythonCl.defaultProps = {
9259
9262
  spin: false,
9260
9263
  color: 'currentColor',
9261
9264
  size: '1em'
@@ -35566,6 +35569,7 @@ exports.TaLogoIggCl = LogoIggCl;
35566
35569
  exports.TaLogoJiguangCl = LogoJiguangCl;
35567
35570
  exports.TaLogoKingCl = LogoKingCl;
35568
35571
  exports.TaLogoLitmatchCl = LogoLitmatchCl;
35572
+ exports.TaLogoPythonCl = LogoPythonCl;
35569
35573
  exports.TaLogoSamlCl = LogoSamlCl;
35570
35574
  exports.TaLogoSparkCl = LogoSparkCl;
35571
35575
  exports.TaLogoStarrocksCl = LogoStarrocksCl;
@@ -35684,7 +35688,6 @@ exports.TaProject = Project;
35684
35688
  exports.TaProjectMgr = ProjectMgr;
35685
35689
  exports.TaProperty = Property;
35686
35690
  exports.TaPulse = Pulse;
35687
- exports.TaPython = Python;
35688
35691
  exports.TaQuotation = Quotation;
35689
35692
  exports.TaRecurring = Recurring;
35690
35693
  exports.TaRecycle = Recycle;
@@ -9203,7 +9203,7 @@ LogoAirbridgeCl.defaultProps = {
9203
9203
 
9204
9204
  var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
9205
9205
  var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
9206
- var Python = function Python(props) {
9206
+ var LogoPythonCl = function LogoPythonCl(props) {
9207
9207
  var color = props.color,
9208
9208
  size = props.size,
9209
9209
  spin = props.spin,
@@ -9235,21 +9235,24 @@ var Python = function Python(props) {
9235
9235
  }), /*#__PURE__*/React.createElement("svg", {
9236
9236
  width: "24",
9237
9237
  height: "24",
9238
+ fill: "none",
9238
9239
  xmlns: "http://www.w3.org/2000/svg"
9239
9240
  }, /*#__PURE__*/React.createElement("path", {
9240
- d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z"
9241
+ d: "M10.074 3A2.573 2.573 0 007.5 5.574v1.512h3.862c.35 0 .638.514.638.864H5.574A2.573 2.573 0 003 10.524v3.403a2.573 2.573 0 002.574 2.574h1.062V14.09a2.566 2.566 0 012.566-2.574h4.724a2.566 2.566 0 002.575-2.565V5.574A2.574 2.574 0 0013.926 3h-3.852zm-.648 1.45c.36 0 .648.108.648.638 0 .532-.288.802-.648.802-.35 0-.638-.27-.638-.8 0-.532.288-.64.638-.64z",
9242
+ fill: "#3C78AA"
9241
9243
  }), /*#__PURE__*/React.createElement("path", {
9242
- d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z"
9244
+ d: "M17.364 7.5v2.412a2.565 2.565 0 01-2.566 2.574h-4.724A2.568 2.568 0 007.5 15.05v3.376A2.574 2.574 0 0010.074 21h3.852a2.574 2.574 0 002.574-2.573v-1.512h-3.862c-.351 0-.638-.513-.638-.864h6.426a2.573 2.573 0 002.575-2.575v-3.402A2.575 2.575 0 0018.426 7.5h-1.062zm-8.676 4.062l-.004.004c.012-.002.023 0 .035-.004h-.031zm5.886 6.548c.352 0 .64.27.64.802a.64.64 0 01-.64.638c-.36 0-.648-.108-.648-.638 0-.532.288-.802.648-.802z",
9245
+ fill: "#FDD835"
9243
9246
  }))));
9244
9247
  };
9245
- Python.propTypes = {
9248
+ LogoPythonCl.propTypes = {
9246
9249
  iconClassName: PropTypes.string,
9247
9250
  spin: PropTypes.bool,
9248
9251
  color: PropTypes.string,
9249
9252
  testid: PropTypes.string,
9250
9253
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9251
9254
  };
9252
- Python.defaultProps = {
9255
+ LogoPythonCl.defaultProps = {
9253
9256
  spin: false,
9254
9257
  color: 'currentColor',
9255
9258
  size: '1em'
@@ -35235,4 +35238,4 @@ CalendarCheck.defaultProps = {
35235
35238
  size: '1em'
35236
35239
  };
35237
35240
 
35238
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, AisqlCl as TaAisqlCl, Alert as TaAlert, AlertCl as TaAlertCl, Align as TaAlign, 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, Basics as TaBasics, Bell as TaBell, Bell2Fill as TaBell2Fill, BiPage as TaBiPage, 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, Calculate as TaCalculate, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cart as TaCart, 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, ChartView as TaChartView, ChartWordcloud as TaChartWordcloud, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, CollectCl as TaCollectCl, 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, Cpu as TaCpu, Create as TaCreate, Currency as TaCurrency, Custom as TaCustom, CustomPartition as TaCustomPartition, Cyctime as TaCyctime, 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, Danmaku as TaDanmaku, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataInterpretationCl as TaDataInterpretationCl, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, DataProcessing as TaDataProcessing, 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, Dialogue as TaDialogue, DirectConnect as TaDirectConnect, Disable as TaDisable, Discount as TaDiscount, 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, DynamicText as TaDynamicText, 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, ExploreCl as TaExploreCl, 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, Gather as TaGather, 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, H1 as TaH1, H2 as TaH2, H3 as TaH3, H4 as TaH4, H5 as TaH5, Hammer as TaHammer, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, HlightedBlock as TaHlightedBlock, 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, Information as TaInformation, Insert as TaInsert, Install as TaInstall, Interpretation as TaInterpretation, 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, Links as TaLinks, 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, LogoAirbridgeCl as TaLogoAirbridgeCl, 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, LogoSamlCl as TaLogoSamlCl, 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, MagicCl as TaMagicCl, MagicWand as TaMagicWand, MagicWandCl as TaMagicWandCl, 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, MultidimensionalFiltering as TaMultidimensionalFiltering, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, NewValue as TaNewValue, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Official as TaOfficial, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, Open as TaOpen, 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, ParameterControl as TaParameterControl, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pending as TaPending, Phrase as TaPhrase, Picture as TaPicture, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAimonitorCl as TaPlatformAimonitorCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformCommunityCl as TaPlatformCommunityCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Price as TaPrice, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, ProgressBar as TaProgressBar, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Python as TaPython, Quotation as TaQuotation, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportInterpretationCl as TaReportInterpretationCl, 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, Separator as TaSeparator, 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, SimpleAggregation as TaSimpleAggregation, Smile as TaSmile, Snapshot as TaSnapshot, 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, StarOk as TaStarOk, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, Stream as TaStream, 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, Text as TaText, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, Texts as TaTexts, 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, Webpage as TaWebpage };
35241
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, AisqlCl as TaAisqlCl, Alert as TaAlert, AlertCl as TaAlertCl, Align as TaAlign, 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, Basics as TaBasics, Bell as TaBell, Bell2Fill as TaBell2Fill, BiPage as TaBiPage, 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, Calculate as TaCalculate, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cart as TaCart, 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, ChartView as TaChartView, ChartWordcloud as TaChartWordcloud, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, CollectCl as TaCollectCl, 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, Cpu as TaCpu, Create as TaCreate, Currency as TaCurrency, Custom as TaCustom, CustomPartition as TaCustomPartition, Cyctime as TaCyctime, 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, Danmaku as TaDanmaku, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataInterpretationCl as TaDataInterpretationCl, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, DataProcessing as TaDataProcessing, 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, Dialogue as TaDialogue, DirectConnect as TaDirectConnect, Disable as TaDisable, Discount as TaDiscount, 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, DynamicText as TaDynamicText, 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, ExploreCl as TaExploreCl, 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, Gather as TaGather, 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, H1 as TaH1, H2 as TaH2, H3 as TaH3, H4 as TaH4, H5 as TaH5, Hammer as TaHammer, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, HlightedBlock as TaHlightedBlock, 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, Information as TaInformation, Insert as TaInsert, Install as TaInstall, Interpretation as TaInterpretation, 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, Links as TaLinks, 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, LogoAirbridgeCl as TaLogoAirbridgeCl, 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, LogoPythonCl as TaLogoPythonCl, LogoSamlCl as TaLogoSamlCl, 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, MagicCl as TaMagicCl, MagicWand as TaMagicWand, MagicWandCl as TaMagicWandCl, 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, MultidimensionalFiltering as TaMultidimensionalFiltering, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, NewValue as TaNewValue, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Official as TaOfficial, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, Open as TaOpen, 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, ParameterControl as TaParameterControl, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pending as TaPending, Phrase as TaPhrase, Picture as TaPicture, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAimonitorCl as TaPlatformAimonitorCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformCommunityCl as TaPlatformCommunityCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Price as TaPrice, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, ProgressBar as TaProgressBar, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Quotation as TaQuotation, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportInterpretationCl as TaReportInterpretationCl, 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, Separator as TaSeparator, 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, SimpleAggregation as TaSimpleAggregation, Smile as TaSmile, Snapshot as TaSnapshot, 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, StarOk as TaStarOk, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, Stream as TaStream, 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, Text as TaText, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, Texts as TaTexts, 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, Webpage as TaWebpage };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "1.22.28",
3
+ "version": "1.22.29",
4
4
  "description": "Icon automation workflow with Figma",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",