@tant/icons 1.18.14 → 1.18.16

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.
@@ -0,0 +1,75 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
11
+ import React from 'react';
12
+ import PropTypes from 'prop-types';
13
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
+ var AutoLayout = function AutoLayout(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ xmlns: "http://www.w3.org/2000/svg"
47
+ }, /*#__PURE__*/React.createElement("path", {
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M7.5 12a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm0-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ fillRule: "evenodd",
53
+ clipRule: "evenodd",
54
+ d: "M17.5 22a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm0-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M18.303 11.019l-.278.636a.57.57 0 01-1.05 0l-.278-.636a4.908 4.908 0 00-2.496-2.533l-.854-.38c-.463-.205-.463-.878 0-1.083l.806-.359a4.911 4.911 0 002.533-2.617l.285-.688a.57.57 0 011.058 0l.285.688a4.911 4.911 0 002.533 2.617l.806.359c.463.205.463.878 0 1.083l-.854.38a4.908 4.908 0 00-2.496 2.533z"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ fillRule: "evenodd",
59
+ clipRule: "evenodd",
60
+ d: "M3.5 14.5a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1v-6zm2 5v-4h4v4h-4z"
61
+ }))));
62
+ };
63
+ AutoLayout.propTypes = {
64
+ iconClassName: PropTypes.string,
65
+ spin: PropTypes.bool,
66
+ color: PropTypes.string,
67
+ testid: PropTypes.string,
68
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
69
+ };
70
+ AutoLayout.defaultProps = {
71
+ spin: false,
72
+ color: 'currentColor',
73
+ size: '1em'
74
+ };
75
+ export default AutoLayout;
@@ -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 LogoStarrocks = function LogoStarrocks(props) {
14
+ var LogoStarrocksCl = function LogoStarrocksCl(props) {
15
15
  var color = props.color,
16
16
  size = props.size,
17
17
  spin = props.spin,
@@ -43,27 +43,32 @@ var LogoStarrocks = function LogoStarrocks(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: "M3.448 6.802c-.022.493.202.762.516 1.009l6.051 4.975c.56.47.605.785.224 1.39L7.281 18.68c-.381.56-.717.65-1.322.314l-1.883-1.076C3.359 17.515 3 16.888 3 16.059V8.102c0-.448.112-.852.448-1.3z"
49
+ d: "M3.448 6.802c-.022.493.202.762.516 1.009l6.051 4.975c.56.47.605.785.224 1.39L7.281 18.68c-.381.56-.717.65-1.322.314l-1.883-1.076C3.359 17.515 3 16.888 3 16.059V8.102c0-.448.112-.852.448-1.3z",
50
+ fill: "#01808F"
49
51
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M20.505 17.426c.134-.516-.113-.785-.426-1.031-2.018-1.659-4.012-3.295-6.007-4.954-.65-.537-.695-.806-.247-1.501.964-1.48 1.95-2.959 2.914-4.438.381-.583.74-.65 1.345-.314.627.359 1.255.717 1.86 1.076.717.404 1.053 1.009 1.053 1.838v7.979c.023.47-.111.919-.492 1.345z"
52
+ d: "M20.505 17.426c.134-.516-.113-.785-.426-1.031-2.018-1.659-4.012-3.295-6.007-4.954-.65-.537-.695-.806-.247-1.501.964-1.48 1.95-2.959 2.914-4.438.381-.583.74-.65 1.345-.314.627.359 1.255.717 1.86 1.076.717.404 1.053 1.009 1.053 1.838v7.979c.023.47-.111.919-.492 1.345z",
53
+ fill: "#01808F"
51
54
  }), /*#__PURE__*/React.createElement("path", {
52
- d: "M15.843 13.616c.134.09 3.877 3.16 3.922 3.205.538.493.493.918-.135 1.3-1.613.919-5.984 3.406-6.544 3.742-.717.426-1.435.426-2.152 0-1.03-.605-2.062-1.187-3.093-1.793-.493-.29-.493-.605 0-.874 2.443-1.39 4.864-2.801 7.307-4.19.56-.315.941-.65.695-1.39z"
55
+ d: "M15.843 13.616c.134.09 3.877 3.16 3.922 3.205.538.493.493.918-.135 1.3-1.613.919-5.984 3.406-6.544 3.742-.717.426-1.435.426-2.152 0-1.03-.605-2.062-1.187-3.093-1.793-.493-.29-.493-.605 0-.874 2.443-1.39 4.864-2.801 7.307-4.19.56-.315.941-.65.695-1.39z",
56
+ fill: "#01808F"
53
57
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "M8.177 10.567c-.134-.09-3.877-3.16-3.922-3.205-.538-.493-.493-.919.135-1.3 1.613-.919 5.984-3.406 6.544-3.743.717-.425 1.435-.425 2.152 0 1.03.606 2.062 1.188 3.093 1.793.493.292.493.606 0 .875-2.443 1.39-4.864 2.801-7.307 4.19-.56.315-.941.65-.695 1.39z"
58
+ d: "M8.177 10.567c-.134-.09-3.877-3.16-3.922-3.205-.538-.493-.493-.919.135-1.3 1.613-.919 5.984-3.406 6.544-3.743.717-.425 1.435-.425 2.152 0 1.03.606 2.062 1.188 3.093 1.793.493.292.493.606 0 .875-2.443 1.39-4.864 2.801-7.307 4.19-.56.315-.941.65-.695 1.39z",
59
+ fill: "#FEBD02"
55
60
  }))));
56
61
  };
57
- LogoStarrocks.propTypes = {
62
+ LogoStarrocksCl.propTypes = {
58
63
  iconClassName: PropTypes.string,
59
64
  spin: PropTypes.bool,
60
65
  color: PropTypes.string,
61
66
  testid: PropTypes.string,
62
67
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
63
68
  };
64
- LogoStarrocks.defaultProps = {
69
+ LogoStarrocksCl.defaultProps = {
65
70
  spin: false,
66
71
  color: 'currentColor',
67
72
  size: '1em'
68
73
  };
69
- export default LogoStarrocks;
74
+ export default LogoStarrocksCl;
@@ -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 LogoTrino = function LogoTrino(props) {
14
+ var LogoTrinoCl = function LogoTrinoCl(props) {
15
15
  var color = props.color,
16
16
  size = props.size,
17
17
  spin = props.spin,
@@ -43,70 +43,93 @@ var LogoTrino = function LogoTrino(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("g", {
48
49
  clipPath: "url(#clip0_9285_217)"
49
50
  }, /*#__PURE__*/React.createElement("path", {
50
- d: "M18.545 11.197c0-.29-.118-.57-.327-.775a1.127 1.127 0 00-1.578 0c-.21.206-.327.484-.327.775.005.208.077.41.204.576.127.167.304.29.506.355v1.668a5.61 5.61 0 00-2.57-2.866c.17-.365.345-.679.513-.967a24.115 24.115 0 012.11-2.643c.42-.49.818-.95 1.142-1.351.908-1.117 1.905-2.768 1.719-3.746a.924.924 0 00-.465-.66c-1.262-.73-2.977 1.642-4.663 3.931-1.116 1.512-1.693 3.651-1.957 4.852a7.52 7.52 0 00-1.574-.168 7.056 7.056 0 00-2.262.365 30.5 30.5 0 01.123-4.016c.372-3.472.208-5.509-.48-6.206A.903.903 0 007.929 0c-2.031.098-1.8 6.053-1.767 6.732.082 1.628.744 3.607 1.146 4.702a5.633 5.633 0 00-1.954 2.851H5.21a1.176 1.176 0 00-.837.3A1.137 1.137 0 004 15.38v1.888a1.12 1.12 0 00.373.794 1.167 1.167 0 00.836.301h.246c.28.643.697 1.22 1.224 1.69l-.372.322a.424.424 0 00-.048.599c1.116 1.332 2.943 2.095 4.993 2.095 2.05 0 3.885-.763 4.994-2.095a.422.422 0 00-.049-.6l-.372-.32a4.95 4.95 0 001.224-1.72h.28a1.182 1.182 0 00.836-.301 1.141 1.141 0 00.373-.794v-1.873a1.06 1.06 0 00-.203-.596 1.09 1.09 0 00-.508-.383v-2.26c.204-.062.382-.185.511-.352a.992.992 0 00.207-.578z"
51
+ d: "M18.545 11.197c0-.29-.118-.57-.327-.775a1.127 1.127 0 00-1.578 0c-.21.206-.327.484-.327.775.005.208.077.41.204.576.127.167.304.29.506.355v1.668a5.61 5.61 0 00-2.57-2.866c.17-.365.345-.679.513-.967a24.115 24.115 0 012.11-2.643c.42-.49.818-.95 1.142-1.351.908-1.117 1.905-2.768 1.719-3.746a.924.924 0 00-.465-.66c-1.262-.73-2.977 1.642-4.663 3.931-1.116 1.512-1.693 3.651-1.957 4.852a7.52 7.52 0 00-1.574-.168 7.056 7.056 0 00-2.262.365 30.5 30.5 0 01.123-4.016c.372-3.472.208-5.509-.48-6.206A.903.903 0 007.929 0c-2.031.098-1.8 6.053-1.767 6.732.082 1.628.744 3.607 1.146 4.702a5.633 5.633 0 00-1.954 2.851H5.21a1.176 1.176 0 00-.837.3A1.137 1.137 0 004 15.38v1.888a1.12 1.12 0 00.373.794 1.167 1.167 0 00.836.301h.246c.28.643.697 1.22 1.224 1.69l-.372.322a.424.424 0 00-.048.599c1.116 1.332 2.943 2.095 4.993 2.095 2.05 0 3.885-.763 4.994-2.095a.422.422 0 00-.049-.6l-.372-.32a4.95 4.95 0 001.224-1.72h.28a1.182 1.182 0 00.836-.301 1.141 1.141 0 00.373-.794v-1.873a1.06 1.06 0 00-.203-.596 1.09 1.09 0 00-.508-.383v-2.26c.204-.062.382-.185.511-.352a.992.992 0 00.207-.578z",
52
+ fill: "#CDCCCC"
51
53
  }), /*#__PURE__*/React.createElement("path", {
52
- d: "M9.44 20.35c.342-.223-.558-.14-.633-.289a6.236 6.236 0 01-1.064-.186c-.632-.164-2.15-1.165-2.314-2.125-.164-.96 0-2.782.684-3.877a6.331 6.331 0 011.63-1.716s-1.328-3.1-1.44-5.44C6.192 4.377 6.378.212 7.933.14 9.488.066 9.261 3.965 8.997 6.502a32.45 32.45 0 00-.074 5.067 7.47 7.47 0 012.046-.336 8 8 0 011.824.168s.494-3.592 2.124-5.84c1.63-2.25 3.349-4.546 4.465-3.893 1.116.654-.305 2.987-1.29 4.202-.987 1.216-2.695 3.042-3.264 4.016a16.85 16.85 0 00-.986 2.012 5.506 5.506 0 012.377 2.307c.804 1.574.864 3.509.432 4.33a2.97 2.97 0 01-.877.96c-.36.252-.774.423-1.21.5-.495.022-2.575.53-2.575.53l-2.55-.175z"
54
+ d: "M9.44 20.35c.342-.223-.558-.14-.633-.289a6.236 6.236 0 01-1.064-.186c-.632-.164-2.15-1.165-2.314-2.125-.164-.96 0-2.782.684-3.877a6.331 6.331 0 011.63-1.716s-1.328-3.1-1.44-5.44C6.192 4.377 6.378.212 7.933.14 9.488.066 9.261 3.965 8.997 6.502a32.45 32.45 0 00-.074 5.067 7.47 7.47 0 012.046-.336 8 8 0 011.824.168s.494-3.592 2.124-5.84c1.63-2.25 3.349-4.546 4.465-3.893 1.116.654-.305 2.987-1.29 4.202-.987 1.216-2.695 3.042-3.264 4.016a16.85 16.85 0 00-.986 2.012 5.506 5.506 0 012.377 2.307c.804 1.574.864 3.509.432 4.33a2.97 2.97 0 01-.877.96c-.36.252-.774.423-1.21.5-.495.022-2.575.53-2.575.53l-2.55-.175z",
55
+ fill: "#fff"
53
56
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "M13.083 11.434s1.243-3.18 2.355-4.965c1.113-1.785 2.605-3.136 3.074-2.862.468.274-.957 1.942-2.207 3.581a41.262 41.262 0 00-2.765 4.52l-.457-.274z"
57
+ d: "M13.083 11.434s1.243-3.18 2.355-4.965c1.113-1.785 2.605-3.136 3.074-2.862.468.274-.957 1.942-2.207 3.581a41.262 41.262 0 00-2.765 4.52l-.457-.274z",
58
+ fill: "#DD00A1"
55
59
  }), /*#__PURE__*/React.createElement("path", {
56
- d: "M8.093 11.978l.372-.27s-.052-3.18 0-5.111c.052-1.931.153-4.344-.506-4.323-.658.022-1.116 1.888-.86 4.52.185 1.752.518 3.486.994 5.184z"
60
+ d: "M8.093 11.978l.372-.27s-.052-3.18 0-5.111c.052-1.931.153-4.344-.506-4.323-.658.022-1.116 1.888-.86 4.52.185 1.752.518 3.486.994 5.184z",
61
+ fill: "#DD00A1"
57
62
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "M6.984 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.323.708.722.708z"
63
+ d: "M6.984 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.323.708.722.708z",
64
+ fill: "#F9D8D2"
59
65
  }), /*#__PURE__*/React.createElement("path", {
60
- d: "M15.516 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.324.708.722.708z"
66
+ d: "M15.516 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.324.708.722.708z",
67
+ fill: "#F9D8D2"
61
68
  }), /*#__PURE__*/React.createElement("path", {
62
- d: "M12.447 18.028a.069.069 0 00-.053-.007.068.068 0 00-.04.032s-.216.365-.529.387a.79.79 0 01-.558-.255v-.54c.2-.11.525-.439.525-.552a.514.514 0 00-.202-.3.532.532 0 00-.353-.098c-.372 0-.632.237-.632.434 0 .198.409.453.524.526v.533a.674.674 0 01-.487.252c-.294 0-.517-.394-.521-.398a.072.072 0 00-.093-.03.072.072 0 00-.03.095s.264.472.644.472a.8.8 0 00.562-.267.889.889 0 00.588.267h.044a.936.936 0 00.636-.46.063.063 0 00.007-.051.065.065 0 00-.032-.04z"
69
+ d: "M12.447 18.028a.069.069 0 00-.053-.007.068.068 0 00-.04.032s-.216.365-.529.387a.79.79 0 01-.558-.255v-.54c.2-.11.525-.439.525-.552a.514.514 0 00-.202-.3.532.532 0 00-.353-.098c-.372 0-.632.237-.632.434 0 .198.409.453.524.526v.533a.674.674 0 01-.487.252c-.294 0-.517-.394-.521-.398a.072.072 0 00-.093-.03.072.072 0 00-.03.095s.264.472.644.472a.8.8 0 00.562-.267.889.889 0 00.588.267h.044a.936.936 0 00.636-.46.063.063 0 00.007-.051.065.065 0 00-.032-.04z",
70
+ fill: "#10110E"
63
71
  }), /*#__PURE__*/React.createElement("path", {
64
- d: "M7.743 12.164S6.713 9.61 6.515 8.273c-.197-1.337-.372-3.567-.111-5.053.112-.685.263-1.362.454-2.03 0 0-.48 3.465-.302 4.98.179 1.515 1.187 5.994 1.187 5.994z"
72
+ d: "M7.743 12.164S6.713 9.61 6.515 8.273c-.197-1.337-.372-3.567-.111-5.053.112-.685.263-1.362.454-2.03 0 0-.48 3.465-.302 4.98.179 1.515 1.187 5.994 1.187 5.994z",
73
+ fill: "#E5E5E5"
65
74
  }), /*#__PURE__*/React.createElement("path", {
66
- d: "M12.793 11.401s.744-3.866 1.827-5.385c1.082-1.518 2.426-3.362 3.106-3.826l.681-.467s-2.73 2.811-3.787 5.111-1.827 4.567-1.827 4.567z"
75
+ d: "M12.793 11.401s.744-3.866 1.827-5.385c1.082-1.518 2.426-3.362 3.106-3.826l.681-.467s-2.73 2.811-3.787 5.111-1.827 4.567-1.827 4.567z",
76
+ fill: "#E5E5E5"
67
77
  }), /*#__PURE__*/React.createElement("path", {
68
- d: "M8.465 15.782a.573.573 0 00-.525.34.545.545 0 00.12.606.57.57 0 00.871-.082.548.548 0 00-.068-.7.57.57 0 00-.398-.164zm.16.515a.154.154 0 01-.108-.044.148.148 0 010-.211.154.154 0 01.216 0 .148.148 0 01-.055.246.155.155 0 01-.06.01h.007z"
78
+ d: "M8.465 15.782a.573.573 0 00-.525.34.545.545 0 00.12.606.57.57 0 00.871-.082.548.548 0 00-.068-.7.57.57 0 00-.398-.164zm.16.515a.154.154 0 01-.108-.044.148.148 0 010-.211.154.154 0 01.216 0 .148.148 0 01-.055.246.155.155 0 01-.06.01h.007z",
79
+ fill: "#10110E"
69
80
  }), /*#__PURE__*/React.createElement("path", {
70
- d: "M14.017 15.782a.573.573 0 00-.523.343.545.545 0 00.123.605.569.569 0 00.616.12.564.564 0 00.254-.204.547.547 0 00-.07-.701.571.571 0 00-.4-.163zm.16.515a.158.158 0 01-.107-.045.152.152 0 01-.046-.105.152.152 0 01.053-.092.158.158 0 01.256.092c0 .04-.018.079-.047.107a.158.158 0 01-.11.043z"
81
+ d: "M14.017 15.782a.573.573 0 00-.523.343.545.545 0 00.123.605.569.569 0 00.616.12.564.564 0 00.254-.204.547.547 0 00-.07-.701.571.571 0 00-.4-.163zm.16.515a.158.158 0 01-.107-.045.152.152 0 01-.046-.105.152.152 0 01.053-.092.158.158 0 01.256.092c0 .04-.018.079-.047.107a.158.158 0 01-.11.043z",
82
+ fill: "#10110E"
71
83
  }), /*#__PURE__*/React.createElement("path", {
72
84
  opacity: ".2",
73
- d: "M11.341 20.255c2.898 0 5.247-1.661 5.247-3.71 0-2.048-2.349-3.709-5.247-3.709-2.897 0-5.246 1.66-5.246 3.71 0 2.048 2.349 3.709 5.247 3.709z"
85
+ d: "M11.341 20.255c2.898 0 5.247-1.661 5.247-3.71 0-2.048-2.349-3.709-5.247-3.709-2.897 0-5.246 1.66-5.246 3.71 0 2.048 2.349 3.709 5.247 3.709z",
86
+ fill: "#8ACCCE"
74
87
  }), /*#__PURE__*/React.createElement("path", {
75
- d: "M17.693 14.483v-2.435a.914.914 0 00.501-.298.885.885 0 00.213-.535.962.962 0 00-.32-.617.997.997 0 00-1.32 0 .962.962 0 00-.32.617.88.88 0 00.21.535.91.91 0 00.5.298v2.373h-.07c-.745-2.534-2.944-4.107-5.813-4.107-2.868 0-5.082 1.558-5.815 4.107h-.25c-.27-.013-.533.079-.734.256a.997.997 0 00-.337.69v1.887c.016.263.138.51.338.687.2.176.464.268.733.255h.339a4.788 4.788 0 001.34 1.858l-.484.423a.289.289 0 00-.104.198.283.283 0 00.07.211c1.087 1.289 2.87 2.045 4.886 2.045 2.017 0 3.799-.73 4.885-2.045a.285.285 0 00-.033-.409l-.484-.423a4.871 4.871 0 001.34-1.858h.372c.269.012.532-.08.733-.255a.997.997 0 00.338-.687v-1.888a.946.946 0 00-.21-.556.976.976 0 00-.504-.327zm-6.419-1.479c2.657 0 4.815 1.716 4.815 3.822 0 2.282-2.426 3.286-4.815 3.286-2.388 0-4.814-1.022-4.814-3.285 0-2.107 2.158-3.823 4.814-3.823z"
88
+ d: "M17.693 14.483v-2.435a.914.914 0 00.501-.298.885.885 0 00.213-.535.962.962 0 00-.32-.617.997.997 0 00-1.32 0 .962.962 0 00-.32.617.88.88 0 00.21.535.91.91 0 00.5.298v2.373h-.07c-.745-2.534-2.944-4.107-5.813-4.107-2.868 0-5.082 1.558-5.815 4.107h-.25c-.27-.013-.533.079-.734.256a.997.997 0 00-.337.69v1.887c.016.263.138.51.338.687.2.176.464.268.733.255h.339a4.788 4.788 0 001.34 1.858l-.484.423a.289.289 0 00-.104.198.283.283 0 00.07.211c1.087 1.289 2.87 2.045 4.886 2.045 2.017 0 3.799-.73 4.885-2.045a.285.285 0 00-.033-.409l-.484-.423a4.871 4.871 0 001.34-1.858h.372c.269.012.532-.08.733-.255a.997.997 0 00.338-.687v-1.888a.946.946 0 00-.21-.556.976.976 0 00-.504-.327zm-6.419-1.479c2.657 0 4.815 1.716 4.815 3.822 0 2.282-2.426 3.286-4.815 3.286-2.388 0-4.814-1.022-4.814-3.285 0-2.107 2.158-3.823 4.814-3.823z",
89
+ fill: "#fff"
76
90
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "M17.872 16.622h-.715v-.343c0-.466-.047-.93-.141-1.387h.301a.51.51 0 01.49.283c.028.06.044.125.046.191l.019 1.256z"
91
+ d: "M17.872 16.622h-.715v-.343c0-.466-.047-.93-.141-1.387h.301a.51.51 0 01.49.283c.028.06.044.125.046.191l.019 1.256z",
92
+ fill: "#515151"
78
93
  }), /*#__PURE__*/React.createElement("path", {
79
- d: "M17.336 17.725h-.372c.07-.258.124-.52.16-.785h.744v.314a.48.48 0 01-.165.346.501.501 0 01-.367.125z"
94
+ d: "M17.336 17.725h-.372c.07-.258.124-.52.16-.785h.744v.314a.48.48 0 01-.165.346.501.501 0 01-.367.125z",
95
+ fill: "#515151"
80
96
  }), /*#__PURE__*/React.createElement("path", {
81
- d: "M11.274 22.445c-1.786 0-3.37-.631-4.372-1.749l.503-.438a6.739 6.739 0 003.87 1.096 6.75 6.75 0 003.87-1.096l.498.438c-.997 1.117-2.586 1.75-4.369 1.75z"
97
+ d: "M11.274 22.445c-1.786 0-3.37-.631-4.372-1.749l.503-.438a6.739 6.739 0 003.87 1.096 6.75 6.75 0 003.87-1.096l.498.438c-.997 1.117-2.586 1.75-4.369 1.75z",
98
+ fill: "#515151"
82
99
  }), /*#__PURE__*/React.createElement("path", {
83
- d: "M5.21 14.892h.32c-.094.456-.141.921-.142 1.387a2.213 2.213 0 000 .343h-.696v-1.256a.46.46 0 01.15-.35.479.479 0 01.367-.124z"
100
+ d: "M5.21 14.892h.32c-.094.456-.141.921-.142 1.387a2.213 2.213 0 000 .343h-.696v-1.256a.46.46 0 01.15-.35.479.479 0 01.367-.124z",
101
+ fill: "#515151"
84
102
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "M11.274 12.69a6.594 6.594 0 00-1.786.252V11.04a6.489 6.489 0 011.786-.237 6.478 6.478 0 011.783.237v1.917a6.06 6.06 0 00-1.783-.267z"
103
+ d: "M11.274 12.69a6.594 6.594 0 00-1.786.252V11.04a6.489 6.489 0 011.786-.237 6.478 6.478 0 011.783.237v1.917a6.06 6.06 0 00-1.783-.267z",
104
+ fill: "#000"
86
105
  }), /*#__PURE__*/React.createElement("path", {
87
- d: "M9.135 11.15v1.92c-1.786.642-3.033 2.092-3.033 3.756 0 2.158 2.088 3.618 5.172 3.618 3.085 0 5.173-1.46 5.173-3.617 0-1.665-1.25-3.115-3.033-3.757v-1.92c2.087.73 3.39 2.624 3.39 5.143 0 2.834-2.214 4.747-5.53 4.747-3.315 0-5.529-1.903-5.529-4.747 0-2.519 1.302-4.406 3.39-5.143z"
106
+ d: "M9.135 11.15v1.92c-1.786.642-3.033 2.092-3.033 3.756 0 2.158 2.088 3.618 5.172 3.618 3.085 0 5.173-1.46 5.173-3.617 0-1.665-1.25-3.115-3.033-3.757v-1.92c2.087.73 3.39 2.624 3.39 5.143 0 2.834-2.214 4.747-5.53 4.747-3.315 0-5.529-1.903-5.529-4.747 0-2.519 1.302-4.406 3.39-5.143z",
107
+ fill: "#515151"
88
108
  }), /*#__PURE__*/React.createElement("path", {
89
- d: "M4.673 16.94h.745c.034.265.087.527.16.785h-.373a.512.512 0 01-.369-.125.494.494 0 01-.166-.346l.003-.314z"
109
+ d: "M4.673 16.94h.745c.034.265.087.527.16.785h-.373a.512.512 0 01-.369-.125.494.494 0 01-.166-.346l.003-.314z",
110
+ fill: "#515151"
90
111
  }), /*#__PURE__*/React.createElement("path", {
91
- d: "M17.425 11.591c.247 0 .447-.176.447-.394 0-.218-.2-.394-.447-.394s-.447.176-.447.394c0 .218.2.394.447.394z"
112
+ d: "M17.425 11.591c.247 0 .447-.176.447-.394 0-.218-.2-.394-.447-.394s-.447.176-.447.394c0 .218.2.394.447.394z",
113
+ fill: "#515151"
92
114
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
93
115
  id: "clip0_9285_217"
94
116
  }, /*#__PURE__*/React.createElement("rect", {
95
117
  width: "16",
96
118
  height: "23",
119
+ fill: "#fff",
97
120
  transform: "translate(4)"
98
121
  }))))));
99
122
  };
100
- LogoTrino.propTypes = {
123
+ LogoTrinoCl.propTypes = {
101
124
  iconClassName: PropTypes.string,
102
125
  spin: PropTypes.bool,
103
126
  color: PropTypes.string,
104
127
  testid: PropTypes.string,
105
128
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
106
129
  };
107
- LogoTrino.defaultProps = {
130
+ LogoTrinoCl.defaultProps = {
108
131
  spin: false,
109
132
  color: 'currentColor',
110
133
  size: '1em'
111
134
  };
112
- export default LogoTrino;
135
+ export default LogoTrinoCl;
package/dist/es/index.js CHANGED
@@ -86,8 +86,8 @@ export { default as TaLogoAppPushGray } from './icons/logo-AppPush-gray';
86
86
  export { default as TaLogoClientsideGray } from './icons/logo-clientside-gray';
87
87
  export { default as TaLogoApiGray } from './icons/logo- API-gray';
88
88
  export { default as TaLogoDouyinGray } from './icons/logo-douyin-gray';
89
- export { default as TaLogoTrino } from './icons/logo-trino';
90
- export { default as TaLogoStarrocks } from './icons/logo-starrocks';
89
+ export { default as TaLogoTrinoCl } from './icons/logo-trino-cl';
90
+ export { default as TaLogoStarrocksCl } from './icons/logo-starrocks-cl';
91
91
  export { default as TaAvatarGroupCl } from './icons/avatar-group-cl';
92
92
  export { default as TaAvatarProjectCl } from './icons/avatar-project-cl';
93
93
  export { default as TaReport } from './icons/report';
@@ -281,6 +281,7 @@ export { default as TaTableRow } from './icons/table-row';
281
281
  export { default as TaTableCol } from './icons/table-col';
282
282
  export { default as TaCopyQuery } from './icons/copy-query';
283
283
  export { default as TaCopyDdl } from './icons/copy-ddl';
284
+ export { default as TaAutoLayout } from './icons/auto-layout';
284
285
  export { default as TaUser1 } from './icons/user-1';
285
286
  export { default as TaUser1Fill } from './icons/user-1-fill';
286
287
  export { default as TaUser2 } from './icons/user-2';
package/dist/index.d.ts CHANGED
@@ -98,8 +98,8 @@ export const TaLogoAppPushGray: Icon;
98
98
  export const TaLogoClientsideGray: Icon;
99
99
  export const TaLogoApiGray: Icon;
100
100
  export const TaLogoDouyinGray: Icon;
101
- export const TaLogoTrino: Icon;
102
- export const TaLogoStarrocks: Icon;
101
+ export const TaLogoTrinoCl: Icon;
102
+ export const TaLogoStarrocksCl: Icon;
103
103
  export const TaAvatarGroupCl: Icon;
104
104
  export const TaAvatarProjectCl: Icon;
105
105
  export const TaReport: Icon;
@@ -293,6 +293,7 @@ export const TaTableRow: Icon;
293
293
  export const TaTableCol: Icon;
294
294
  export const TaCopyQuery: Icon;
295
295
  export const TaCopyDdl: Icon;
296
+ export const TaAutoLayout: Icon;
296
297
  export const TaUser1: Icon;
297
298
  export const TaUser1Fill: Icon;
298
299
  export const TaUser2: Icon;
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _propTypes = _interopRequireDefault(require("prop-types"));
10
+ var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
18
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
19
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
20
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
+ var AutoLayout = function AutoLayout(props) {
22
+ var color = props.color,
23
+ size = props.size,
24
+ spin = props.spin,
25
+ style = props.style,
26
+ className = props.className,
27
+ iconClassName = props.iconClassName,
28
+ testid = props.testid,
29
+ otherProps = _objectWithoutProperties(props, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement("span", {
31
+ role: "img",
32
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
33
+ }, /*#__PURE__*/_react["default"].createElement("style", {
34
+ children: loadingCircleStyle
35
+ }), /*#__PURE__*/_react["default"].createElement("svg", _extends({
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ width: size,
38
+ height: size,
39
+ viewBox: "0 0 24 24",
40
+ fill: color
41
+ }, otherProps, {
42
+ className: iconClassName,
43
+ "data-testid": testid,
44
+ style: _objectSpread(_objectSpread({}, style), spin ? {
45
+ animationDuration: '1s',
46
+ animationIterationCount: 'infinite',
47
+ animationName: 'loadingCircle',
48
+ animationTimingFunction: 'linear'
49
+ } : {})
50
+ }), /*#__PURE__*/_react["default"].createElement("svg", {
51
+ width: "24",
52
+ height: "24",
53
+ xmlns: "http://www.w3.org/2000/svg"
54
+ }, /*#__PURE__*/_react["default"].createElement("path", {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M7.5 12a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm0-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
58
+ }), /*#__PURE__*/_react["default"].createElement("path", {
59
+ fillRule: "evenodd",
60
+ clipRule: "evenodd",
61
+ d: "M17.5 22a4.5 4.5 0 110-9 4.5 4.5 0 010 9zm0-2a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"
62
+ }), /*#__PURE__*/_react["default"].createElement("path", {
63
+ d: "M18.303 11.019l-.278.636a.57.57 0 01-1.05 0l-.278-.636a4.908 4.908 0 00-2.496-2.533l-.854-.38c-.463-.205-.463-.878 0-1.083l.806-.359a4.911 4.911 0 002.533-2.617l.285-.688a.57.57 0 011.058 0l.285.688a4.911 4.911 0 002.533 2.617l.806.359c.463.205.463.878 0 1.083l-.854.38a4.908 4.908 0 00-2.496 2.533z"
64
+ }), /*#__PURE__*/_react["default"].createElement("path", {
65
+ fillRule: "evenodd",
66
+ clipRule: "evenodd",
67
+ d: "M3.5 14.5a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1h-6a1 1 0 01-1-1v-6zm2 5v-4h4v4h-4z"
68
+ }))));
69
+ };
70
+ AutoLayout.propTypes = {
71
+ iconClassName: _propTypes["default"].string,
72
+ spin: _propTypes["default"].bool,
73
+ color: _propTypes["default"].string,
74
+ testid: _propTypes["default"].string,
75
+ size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
76
+ };
77
+ AutoLayout.defaultProps = {
78
+ spin: false,
79
+ color: 'currentColor',
80
+ size: '1em'
81
+ };
82
+ var _default = exports["default"] = AutoLayout;
@@ -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 s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(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 (e.includes(n)) continue; t[n] = r[n]; } return t; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var LogoStarrocks = function LogoStarrocks(props) {
21
+ var LogoStarrocksCl = function LogoStarrocksCl(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -50,27 +50,32 @@ var LogoStarrocks = function LogoStarrocks(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: "M3.448 6.802c-.022.493.202.762.516 1.009l6.051 4.975c.56.47.605.785.224 1.39L7.281 18.68c-.381.56-.717.65-1.322.314l-1.883-1.076C3.359 17.515 3 16.888 3 16.059V8.102c0-.448.112-.852.448-1.3z"
56
+ d: "M3.448 6.802c-.022.493.202.762.516 1.009l6.051 4.975c.56.47.605.785.224 1.39L7.281 18.68c-.381.56-.717.65-1.322.314l-1.883-1.076C3.359 17.515 3 16.888 3 16.059V8.102c0-.448.112-.852.448-1.3z",
57
+ fill: "#01808F"
56
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
57
- d: "M20.505 17.426c.134-.516-.113-.785-.426-1.031-2.018-1.659-4.012-3.295-6.007-4.954-.65-.537-.695-.806-.247-1.501.964-1.48 1.95-2.959 2.914-4.438.381-.583.74-.65 1.345-.314.627.359 1.255.717 1.86 1.076.717.404 1.053 1.009 1.053 1.838v7.979c.023.47-.111.919-.492 1.345z"
59
+ d: "M20.505 17.426c.134-.516-.113-.785-.426-1.031-2.018-1.659-4.012-3.295-6.007-4.954-.65-.537-.695-.806-.247-1.501.964-1.48 1.95-2.959 2.914-4.438.381-.583.74-.65 1.345-.314.627.359 1.255.717 1.86 1.076.717.404 1.053 1.009 1.053 1.838v7.979c.023.47-.111.919-.492 1.345z",
60
+ fill: "#01808F"
58
61
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M15.843 13.616c.134.09 3.877 3.16 3.922 3.205.538.493.493.918-.135 1.3-1.613.919-5.984 3.406-6.544 3.742-.717.426-1.435.426-2.152 0-1.03-.605-2.062-1.187-3.093-1.793-.493-.29-.493-.605 0-.874 2.443-1.39 4.864-2.801 7.307-4.19.56-.315.941-.65.695-1.39z"
62
+ d: "M15.843 13.616c.134.09 3.877 3.16 3.922 3.205.538.493.493.918-.135 1.3-1.613.919-5.984 3.406-6.544 3.742-.717.426-1.435.426-2.152 0-1.03-.605-2.062-1.187-3.093-1.793-.493-.29-.493-.605 0-.874 2.443-1.39 4.864-2.801 7.307-4.19.56-.315.941-.65.695-1.39z",
63
+ fill: "#01808F"
60
64
  }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M8.177 10.567c-.134-.09-3.877-3.16-3.922-3.205-.538-.493-.493-.919.135-1.3 1.613-.919 5.984-3.406 6.544-3.743.717-.425 1.435-.425 2.152 0 1.03.606 2.062 1.188 3.093 1.793.493.292.493.606 0 .875-2.443 1.39-4.864 2.801-7.307 4.19-.56.315-.941.65-.695 1.39z"
65
+ d: "M8.177 10.567c-.134-.09-3.877-3.16-3.922-3.205-.538-.493-.493-.919.135-1.3 1.613-.919 5.984-3.406 6.544-3.743.717-.425 1.435-.425 2.152 0 1.03.606 2.062 1.188 3.093 1.793.493.292.493.606 0 .875-2.443 1.39-4.864 2.801-7.307 4.19-.56.315-.941.65-.695 1.39z",
66
+ fill: "#FEBD02"
62
67
  }))));
63
68
  };
64
- LogoStarrocks.propTypes = {
69
+ LogoStarrocksCl.propTypes = {
65
70
  iconClassName: _propTypes["default"].string,
66
71
  spin: _propTypes["default"].bool,
67
72
  color: _propTypes["default"].string,
68
73
  testid: _propTypes["default"].string,
69
74
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
70
75
  };
71
- LogoStarrocks.defaultProps = {
76
+ LogoStarrocksCl.defaultProps = {
72
77
  spin: false,
73
78
  color: 'currentColor',
74
79
  size: '1em'
75
80
  };
76
- var _default = exports["default"] = LogoStarrocks;
81
+ var _default = exports["default"] = LogoStarrocksCl;
@@ -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 s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(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 (e.includes(n)) continue; t[n] = r[n]; } return t; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var LogoTrino = function LogoTrino(props) {
21
+ var LogoTrinoCl = function LogoTrinoCl(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -50,70 +50,93 @@ var LogoTrino = function LogoTrino(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("g", {
55
56
  clipPath: "url(#clip0_9285_217)"
56
57
  }, /*#__PURE__*/_react["default"].createElement("path", {
57
- d: "M18.545 11.197c0-.29-.118-.57-.327-.775a1.127 1.127 0 00-1.578 0c-.21.206-.327.484-.327.775.005.208.077.41.204.576.127.167.304.29.506.355v1.668a5.61 5.61 0 00-2.57-2.866c.17-.365.345-.679.513-.967a24.115 24.115 0 012.11-2.643c.42-.49.818-.95 1.142-1.351.908-1.117 1.905-2.768 1.719-3.746a.924.924 0 00-.465-.66c-1.262-.73-2.977 1.642-4.663 3.931-1.116 1.512-1.693 3.651-1.957 4.852a7.52 7.52 0 00-1.574-.168 7.056 7.056 0 00-2.262.365 30.5 30.5 0 01.123-4.016c.372-3.472.208-5.509-.48-6.206A.903.903 0 007.929 0c-2.031.098-1.8 6.053-1.767 6.732.082 1.628.744 3.607 1.146 4.702a5.633 5.633 0 00-1.954 2.851H5.21a1.176 1.176 0 00-.837.3A1.137 1.137 0 004 15.38v1.888a1.12 1.12 0 00.373.794 1.167 1.167 0 00.836.301h.246c.28.643.697 1.22 1.224 1.69l-.372.322a.424.424 0 00-.048.599c1.116 1.332 2.943 2.095 4.993 2.095 2.05 0 3.885-.763 4.994-2.095a.422.422 0 00-.049-.6l-.372-.32a4.95 4.95 0 001.224-1.72h.28a1.182 1.182 0 00.836-.301 1.141 1.141 0 00.373-.794v-1.873a1.06 1.06 0 00-.203-.596 1.09 1.09 0 00-.508-.383v-2.26c.204-.062.382-.185.511-.352a.992.992 0 00.207-.578z"
58
+ d: "M18.545 11.197c0-.29-.118-.57-.327-.775a1.127 1.127 0 00-1.578 0c-.21.206-.327.484-.327.775.005.208.077.41.204.576.127.167.304.29.506.355v1.668a5.61 5.61 0 00-2.57-2.866c.17-.365.345-.679.513-.967a24.115 24.115 0 012.11-2.643c.42-.49.818-.95 1.142-1.351.908-1.117 1.905-2.768 1.719-3.746a.924.924 0 00-.465-.66c-1.262-.73-2.977 1.642-4.663 3.931-1.116 1.512-1.693 3.651-1.957 4.852a7.52 7.52 0 00-1.574-.168 7.056 7.056 0 00-2.262.365 30.5 30.5 0 01.123-4.016c.372-3.472.208-5.509-.48-6.206A.903.903 0 007.929 0c-2.031.098-1.8 6.053-1.767 6.732.082 1.628.744 3.607 1.146 4.702a5.633 5.633 0 00-1.954 2.851H5.21a1.176 1.176 0 00-.837.3A1.137 1.137 0 004 15.38v1.888a1.12 1.12 0 00.373.794 1.167 1.167 0 00.836.301h.246c.28.643.697 1.22 1.224 1.69l-.372.322a.424.424 0 00-.048.599c1.116 1.332 2.943 2.095 4.993 2.095 2.05 0 3.885-.763 4.994-2.095a.422.422 0 00-.049-.6l-.372-.32a4.95 4.95 0 001.224-1.72h.28a1.182 1.182 0 00.836-.301 1.141 1.141 0 00.373-.794v-1.873a1.06 1.06 0 00-.203-.596 1.09 1.09 0 00-.508-.383v-2.26c.204-.062.382-.185.511-.352a.992.992 0 00.207-.578z",
59
+ fill: "#CDCCCC"
58
60
  }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M9.44 20.35c.342-.223-.558-.14-.633-.289a6.236 6.236 0 01-1.064-.186c-.632-.164-2.15-1.165-2.314-2.125-.164-.96 0-2.782.684-3.877a6.331 6.331 0 011.63-1.716s-1.328-3.1-1.44-5.44C6.192 4.377 6.378.212 7.933.14 9.488.066 9.261 3.965 8.997 6.502a32.45 32.45 0 00-.074 5.067 7.47 7.47 0 012.046-.336 8 8 0 011.824.168s.494-3.592 2.124-5.84c1.63-2.25 3.349-4.546 4.465-3.893 1.116.654-.305 2.987-1.29 4.202-.987 1.216-2.695 3.042-3.264 4.016a16.85 16.85 0 00-.986 2.012 5.506 5.506 0 012.377 2.307c.804 1.574.864 3.509.432 4.33a2.97 2.97 0 01-.877.96c-.36.252-.774.423-1.21.5-.495.022-2.575.53-2.575.53l-2.55-.175z"
61
+ d: "M9.44 20.35c.342-.223-.558-.14-.633-.289a6.236 6.236 0 01-1.064-.186c-.632-.164-2.15-1.165-2.314-2.125-.164-.96 0-2.782.684-3.877a6.331 6.331 0 011.63-1.716s-1.328-3.1-1.44-5.44C6.192 4.377 6.378.212 7.933.14 9.488.066 9.261 3.965 8.997 6.502a32.45 32.45 0 00-.074 5.067 7.47 7.47 0 012.046-.336 8 8 0 011.824.168s.494-3.592 2.124-5.84c1.63-2.25 3.349-4.546 4.465-3.893 1.116.654-.305 2.987-1.29 4.202-.987 1.216-2.695 3.042-3.264 4.016a16.85 16.85 0 00-.986 2.012 5.506 5.506 0 012.377 2.307c.804 1.574.864 3.509.432 4.33a2.97 2.97 0 01-.877.96c-.36.252-.774.423-1.21.5-.495.022-2.575.53-2.575.53l-2.55-.175z",
62
+ fill: "#fff"
60
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M13.083 11.434s1.243-3.18 2.355-4.965c1.113-1.785 2.605-3.136 3.074-2.862.468.274-.957 1.942-2.207 3.581a41.262 41.262 0 00-2.765 4.52l-.457-.274z"
64
+ d: "M13.083 11.434s1.243-3.18 2.355-4.965c1.113-1.785 2.605-3.136 3.074-2.862.468.274-.957 1.942-2.207 3.581a41.262 41.262 0 00-2.765 4.52l-.457-.274z",
65
+ fill: "#DD00A1"
62
66
  }), /*#__PURE__*/_react["default"].createElement("path", {
63
- d: "M8.093 11.978l.372-.27s-.052-3.18 0-5.111c.052-1.931.153-4.344-.506-4.323-.658.022-1.116 1.888-.86 4.52.185 1.752.518 3.486.994 5.184z"
67
+ d: "M8.093 11.978l.372-.27s-.052-3.18 0-5.111c.052-1.931.153-4.344-.506-4.323-.658.022-1.116 1.888-.86 4.52.185 1.752.518 3.486.994 5.184z",
68
+ fill: "#DD00A1"
64
69
  }), /*#__PURE__*/_react["default"].createElement("path", {
65
- d: "M6.984 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.323.708.722.708z"
70
+ d: "M6.984 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.323.708.722.708z",
71
+ fill: "#F9D8D2"
66
72
  }), /*#__PURE__*/_react["default"].createElement("path", {
67
- d: "M15.516 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.324.708.722.708z"
73
+ d: "M15.516 18.794a.715.715 0 00.722-.708.715.715 0 00-.722-.708.715.715 0 00-.722.708c0 .391.324.708.722.708z",
74
+ fill: "#F9D8D2"
68
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
69
- d: "M12.447 18.028a.069.069 0 00-.053-.007.068.068 0 00-.04.032s-.216.365-.529.387a.79.79 0 01-.558-.255v-.54c.2-.11.525-.439.525-.552a.514.514 0 00-.202-.3.532.532 0 00-.353-.098c-.372 0-.632.237-.632.434 0 .198.409.453.524.526v.533a.674.674 0 01-.487.252c-.294 0-.517-.394-.521-.398a.072.072 0 00-.093-.03.072.072 0 00-.03.095s.264.472.644.472a.8.8 0 00.562-.267.889.889 0 00.588.267h.044a.936.936 0 00.636-.46.063.063 0 00.007-.051.065.065 0 00-.032-.04z"
76
+ d: "M12.447 18.028a.069.069 0 00-.053-.007.068.068 0 00-.04.032s-.216.365-.529.387a.79.79 0 01-.558-.255v-.54c.2-.11.525-.439.525-.552a.514.514 0 00-.202-.3.532.532 0 00-.353-.098c-.372 0-.632.237-.632.434 0 .198.409.453.524.526v.533a.674.674 0 01-.487.252c-.294 0-.517-.394-.521-.398a.072.072 0 00-.093-.03.072.072 0 00-.03.095s.264.472.644.472a.8.8 0 00.562-.267.889.889 0 00.588.267h.044a.936.936 0 00.636-.46.063.063 0 00.007-.051.065.065 0 00-.032-.04z",
77
+ fill: "#10110E"
70
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
71
- d: "M7.743 12.164S6.713 9.61 6.515 8.273c-.197-1.337-.372-3.567-.111-5.053.112-.685.263-1.362.454-2.03 0 0-.48 3.465-.302 4.98.179 1.515 1.187 5.994 1.187 5.994z"
79
+ d: "M7.743 12.164S6.713 9.61 6.515 8.273c-.197-1.337-.372-3.567-.111-5.053.112-.685.263-1.362.454-2.03 0 0-.48 3.465-.302 4.98.179 1.515 1.187 5.994 1.187 5.994z",
80
+ fill: "#E5E5E5"
72
81
  }), /*#__PURE__*/_react["default"].createElement("path", {
73
- d: "M12.793 11.401s.744-3.866 1.827-5.385c1.082-1.518 2.426-3.362 3.106-3.826l.681-.467s-2.73 2.811-3.787 5.111-1.827 4.567-1.827 4.567z"
82
+ d: "M12.793 11.401s.744-3.866 1.827-5.385c1.082-1.518 2.426-3.362 3.106-3.826l.681-.467s-2.73 2.811-3.787 5.111-1.827 4.567-1.827 4.567z",
83
+ fill: "#E5E5E5"
74
84
  }), /*#__PURE__*/_react["default"].createElement("path", {
75
- d: "M8.465 15.782a.573.573 0 00-.525.34.545.545 0 00.12.606.57.57 0 00.871-.082.548.548 0 00-.068-.7.57.57 0 00-.398-.164zm.16.515a.154.154 0 01-.108-.044.148.148 0 010-.211.154.154 0 01.216 0 .148.148 0 01-.055.246.155.155 0 01-.06.01h.007z"
85
+ d: "M8.465 15.782a.573.573 0 00-.525.34.545.545 0 00.12.606.57.57 0 00.871-.082.548.548 0 00-.068-.7.57.57 0 00-.398-.164zm.16.515a.154.154 0 01-.108-.044.148.148 0 010-.211.154.154 0 01.216 0 .148.148 0 01-.055.246.155.155 0 01-.06.01h.007z",
86
+ fill: "#10110E"
76
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
77
- d: "M14.017 15.782a.573.573 0 00-.523.343.545.545 0 00.123.605.569.569 0 00.616.12.564.564 0 00.254-.204.547.547 0 00-.07-.701.571.571 0 00-.4-.163zm.16.515a.158.158 0 01-.107-.045.152.152 0 01-.046-.105.152.152 0 01.053-.092.158.158 0 01.256.092c0 .04-.018.079-.047.107a.158.158 0 01-.11.043z"
88
+ d: "M14.017 15.782a.573.573 0 00-.523.343.545.545 0 00.123.605.569.569 0 00.616.12.564.564 0 00.254-.204.547.547 0 00-.07-.701.571.571 0 00-.4-.163zm.16.515a.158.158 0 01-.107-.045.152.152 0 01-.046-.105.152.152 0 01.053-.092.158.158 0 01.256.092c0 .04-.018.079-.047.107a.158.158 0 01-.11.043z",
89
+ fill: "#10110E"
78
90
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
91
  opacity: ".2",
80
- d: "M11.341 20.255c2.898 0 5.247-1.661 5.247-3.71 0-2.048-2.349-3.709-5.247-3.709-2.897 0-5.246 1.66-5.246 3.71 0 2.048 2.349 3.709 5.247 3.709z"
92
+ d: "M11.341 20.255c2.898 0 5.247-1.661 5.247-3.71 0-2.048-2.349-3.709-5.247-3.709-2.897 0-5.246 1.66-5.246 3.71 0 2.048 2.349 3.709 5.247 3.709z",
93
+ fill: "#8ACCCE"
81
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
82
- d: "M17.693 14.483v-2.435a.914.914 0 00.501-.298.885.885 0 00.213-.535.962.962 0 00-.32-.617.997.997 0 00-1.32 0 .962.962 0 00-.32.617.88.88 0 00.21.535.91.91 0 00.5.298v2.373h-.07c-.745-2.534-2.944-4.107-5.813-4.107-2.868 0-5.082 1.558-5.815 4.107h-.25c-.27-.013-.533.079-.734.256a.997.997 0 00-.337.69v1.887c.016.263.138.51.338.687.2.176.464.268.733.255h.339a4.788 4.788 0 001.34 1.858l-.484.423a.289.289 0 00-.104.198.283.283 0 00.07.211c1.087 1.289 2.87 2.045 4.886 2.045 2.017 0 3.799-.73 4.885-2.045a.285.285 0 00-.033-.409l-.484-.423a4.871 4.871 0 001.34-1.858h.372c.269.012.532-.08.733-.255a.997.997 0 00.338-.687v-1.888a.946.946 0 00-.21-.556.976.976 0 00-.504-.327zm-6.419-1.479c2.657 0 4.815 1.716 4.815 3.822 0 2.282-2.426 3.286-4.815 3.286-2.388 0-4.814-1.022-4.814-3.285 0-2.107 2.158-3.823 4.814-3.823z"
95
+ d: "M17.693 14.483v-2.435a.914.914 0 00.501-.298.885.885 0 00.213-.535.962.962 0 00-.32-.617.997.997 0 00-1.32 0 .962.962 0 00-.32.617.88.88 0 00.21.535.91.91 0 00.5.298v2.373h-.07c-.745-2.534-2.944-4.107-5.813-4.107-2.868 0-5.082 1.558-5.815 4.107h-.25c-.27-.013-.533.079-.734.256a.997.997 0 00-.337.69v1.887c.016.263.138.51.338.687.2.176.464.268.733.255h.339a4.788 4.788 0 001.34 1.858l-.484.423a.289.289 0 00-.104.198.283.283 0 00.07.211c1.087 1.289 2.87 2.045 4.886 2.045 2.017 0 3.799-.73 4.885-2.045a.285.285 0 00-.033-.409l-.484-.423a4.871 4.871 0 001.34-1.858h.372c.269.012.532-.08.733-.255a.997.997 0 00.338-.687v-1.888a.946.946 0 00-.21-.556.976.976 0 00-.504-.327zm-6.419-1.479c2.657 0 4.815 1.716 4.815 3.822 0 2.282-2.426 3.286-4.815 3.286-2.388 0-4.814-1.022-4.814-3.285 0-2.107 2.158-3.823 4.814-3.823z",
96
+ fill: "#fff"
83
97
  }), /*#__PURE__*/_react["default"].createElement("path", {
84
- d: "M17.872 16.622h-.715v-.343c0-.466-.047-.93-.141-1.387h.301a.51.51 0 01.49.283c.028.06.044.125.046.191l.019 1.256z"
98
+ d: "M17.872 16.622h-.715v-.343c0-.466-.047-.93-.141-1.387h.301a.51.51 0 01.49.283c.028.06.044.125.046.191l.019 1.256z",
99
+ fill: "#515151"
85
100
  }), /*#__PURE__*/_react["default"].createElement("path", {
86
- d: "M17.336 17.725h-.372c.07-.258.124-.52.16-.785h.744v.314a.48.48 0 01-.165.346.501.501 0 01-.367.125z"
101
+ d: "M17.336 17.725h-.372c.07-.258.124-.52.16-.785h.744v.314a.48.48 0 01-.165.346.501.501 0 01-.367.125z",
102
+ fill: "#515151"
87
103
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
- d: "M11.274 22.445c-1.786 0-3.37-.631-4.372-1.749l.503-.438a6.739 6.739 0 003.87 1.096 6.75 6.75 0 003.87-1.096l.498.438c-.997 1.117-2.586 1.75-4.369 1.75z"
104
+ d: "M11.274 22.445c-1.786 0-3.37-.631-4.372-1.749l.503-.438a6.739 6.739 0 003.87 1.096 6.75 6.75 0 003.87-1.096l.498.438c-.997 1.117-2.586 1.75-4.369 1.75z",
105
+ fill: "#515151"
89
106
  }), /*#__PURE__*/_react["default"].createElement("path", {
90
- d: "M5.21 14.892h.32c-.094.456-.141.921-.142 1.387a2.213 2.213 0 000 .343h-.696v-1.256a.46.46 0 01.15-.35.479.479 0 01.367-.124z"
107
+ d: "M5.21 14.892h.32c-.094.456-.141.921-.142 1.387a2.213 2.213 0 000 .343h-.696v-1.256a.46.46 0 01.15-.35.479.479 0 01.367-.124z",
108
+ fill: "#515151"
91
109
  }), /*#__PURE__*/_react["default"].createElement("path", {
92
- d: "M11.274 12.69a6.594 6.594 0 00-1.786.252V11.04a6.489 6.489 0 011.786-.237 6.478 6.478 0 011.783.237v1.917a6.06 6.06 0 00-1.783-.267z"
110
+ d: "M11.274 12.69a6.594 6.594 0 00-1.786.252V11.04a6.489 6.489 0 011.786-.237 6.478 6.478 0 011.783.237v1.917a6.06 6.06 0 00-1.783-.267z",
111
+ fill: "#000"
93
112
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "M9.135 11.15v1.92c-1.786.642-3.033 2.092-3.033 3.756 0 2.158 2.088 3.618 5.172 3.618 3.085 0 5.173-1.46 5.173-3.617 0-1.665-1.25-3.115-3.033-3.757v-1.92c2.087.73 3.39 2.624 3.39 5.143 0 2.834-2.214 4.747-5.53 4.747-3.315 0-5.529-1.903-5.529-4.747 0-2.519 1.302-4.406 3.39-5.143z"
113
+ d: "M9.135 11.15v1.92c-1.786.642-3.033 2.092-3.033 3.756 0 2.158 2.088 3.618 5.172 3.618 3.085 0 5.173-1.46 5.173-3.617 0-1.665-1.25-3.115-3.033-3.757v-1.92c2.087.73 3.39 2.624 3.39 5.143 0 2.834-2.214 4.747-5.53 4.747-3.315 0-5.529-1.903-5.529-4.747 0-2.519 1.302-4.406 3.39-5.143z",
114
+ fill: "#515151"
95
115
  }), /*#__PURE__*/_react["default"].createElement("path", {
96
- d: "M4.673 16.94h.745c.034.265.087.527.16.785h-.373a.512.512 0 01-.369-.125.494.494 0 01-.166-.346l.003-.314z"
116
+ d: "M4.673 16.94h.745c.034.265.087.527.16.785h-.373a.512.512 0 01-.369-.125.494.494 0 01-.166-.346l.003-.314z",
117
+ fill: "#515151"
97
118
  }), /*#__PURE__*/_react["default"].createElement("path", {
98
- d: "M17.425 11.591c.247 0 .447-.176.447-.394 0-.218-.2-.394-.447-.394s-.447.176-.447.394c0 .218.2.394.447.394z"
119
+ d: "M17.425 11.591c.247 0 .447-.176.447-.394 0-.218-.2-.394-.447-.394s-.447.176-.447.394c0 .218.2.394.447.394z",
120
+ fill: "#515151"
99
121
  })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
100
122
  id: "clip0_9285_217"
101
123
  }, /*#__PURE__*/_react["default"].createElement("rect", {
102
124
  width: "16",
103
125
  height: "23",
126
+ fill: "#fff",
104
127
  transform: "translate(4)"
105
128
  }))))));
106
129
  };
107
- LogoTrino.propTypes = {
130
+ LogoTrinoCl.propTypes = {
108
131
  iconClassName: _propTypes["default"].string,
109
132
  spin: _propTypes["default"].bool,
110
133
  color: _propTypes["default"].string,
111
134
  testid: _propTypes["default"].string,
112
135
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
113
136
  };
114
- LogoTrino.defaultProps = {
137
+ LogoTrinoCl.defaultProps = {
115
138
  spin: false,
116
139
  color: 'currentColor',
117
140
  size: '1em'
118
141
  };
119
- var _default = exports["default"] = LogoTrino;
142
+ var _default = exports["default"] = LogoTrinoCl;