@tant/icons 1.22.7 → 1.22.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/{yuan-cl.js → data-interpretation-cl.js} +12 -14
- package/dist/es/icons/explore-cl.js +102 -0
- package/dist/es/icons/report-interpretation-cl.js +80 -0
- package/dist/es/index.js +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/lib/icons/{yuan-cl.js → data-interpretation-cl.js} +12 -14
- package/dist/lib/icons/explore-cl.js +109 -0
- package/dist/lib/icons/report-interpretation-cl.js +87 -0
- package/dist/lib/index.js +21 -7
- package/dist/tant-icons.cjs.js +2307 -2147
- package/dist/tant-icons.esm.js +2305 -2147
- package/package.json +1 -1
|
@@ -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
|
|
14
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
15
15
|
var color = props.color,
|
|
16
16
|
size = props.size,
|
|
17
17
|
spin = props.spin,
|
|
@@ -45,17 +45,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
fill: "none",
|
|
47
47
|
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
-
}, /*#__PURE__*/React.createElement("
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
r: "8.5",
|
|
52
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
50
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
53
51
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
54
|
-
id: "
|
|
55
|
-
x1: "
|
|
56
|
-
y1: "12
|
|
57
|
-
x2: "
|
|
58
|
-
y2: "12
|
|
52
|
+
id: "paint0_linear_11919_38",
|
|
53
|
+
x1: "2",
|
|
54
|
+
y1: "12",
|
|
55
|
+
x2: "23.596",
|
|
56
|
+
y2: "12",
|
|
59
57
|
gradientUnits: "userSpaceOnUse"
|
|
60
58
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
59
|
stopColor: "#1E76F0"
|
|
@@ -67,16 +65,16 @@ var YuanCl = function YuanCl(props) {
|
|
|
67
65
|
stopColor: "#1E76F0"
|
|
68
66
|
}))))));
|
|
69
67
|
};
|
|
70
|
-
|
|
68
|
+
DataInterpretationCl.propTypes = {
|
|
71
69
|
iconClassName: PropTypes.string,
|
|
72
70
|
spin: PropTypes.bool,
|
|
73
71
|
color: PropTypes.string,
|
|
74
72
|
testid: PropTypes.string,
|
|
75
73
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
DataInterpretationCl.defaultProps = {
|
|
78
76
|
spin: false,
|
|
79
77
|
color: 'currentColor',
|
|
80
78
|
size: '1em'
|
|
81
79
|
};
|
|
82
|
-
export default
|
|
80
|
+
export default DataInterpretationCl;
|
|
@@ -0,0 +1,102 @@
|
|
|
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 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; }
|
|
10
|
+
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; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var ExploreCl = function ExploreCl(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
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
fillRule: "evenodd",
|
|
50
|
+
clipRule: "evenodd",
|
|
51
|
+
d: "M20.456 3A1 1 0 0122 3.84V16.27l-.008.126c-.037.29-.2.552-.448.713l-.494.32-1.302-1.302.452-.293V5.31L16 8.034v1.374a4.52 4.52 0 00-2 .168V8.034L10 5.44v10.524l4 2.593v-.406a4.516 4.516 0 002 .166v.24l.548-.355c.257-.07.51-.16.755-.277l1.173 1.172-2.93 1.9c-.04.025-.08.048-.123.068l-.006.004c-.017.008-.036.014-.054.02a.984.984 0 01-.251.063c-.016.003-.033.006-.05.007h-.125c-.017-.001-.034-.004-.05-.006a.986.986 0 01-.196-.042c-.019-.006-.037-.014-.055-.021l-.053-.02-.007-.005a1.013 1.013 0 01-.123-.068L9 17.462l-5.456 3.537-.127.07A1 1 0 012 20.16V7.73c0-.34.172-.655.456-.84l6-3.888.034-.02a1.031 1.031 0 01.255-.108l.049-.01c.025-.006.05-.012.076-.016l.063-.004a.982.982 0 01.134 0l.062.004.076.015.049.01a.984.984 0 01.255.11c.011.006.024.011.035.019L15 6.537 20.456 3zM3.8 8.165v10.523L8 15.964V5.44L3.8 8.164z",
|
|
52
|
+
fill: "url(#paint0_linear_11922_71)"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
fillRule: "evenodd",
|
|
55
|
+
clipRule: "evenodd",
|
|
56
|
+
d: "M12.975 11.475a3.5 3.5 0 015.502 4.23l2.558 2.557a.901.901 0 01-1.273 1.274l-2.558-2.558a3.5 3.5 0 01-4.23-5.503zm3.677 1.273a1.701 1.701 0 10-2.405 2.406 1.701 1.701 0 002.405-2.406z",
|
|
57
|
+
fill: "url(#paint1_linear_11922_71)"
|
|
58
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
59
|
+
id: "paint0_linear_11922_71",
|
|
60
|
+
x1: "2",
|
|
61
|
+
y1: "12",
|
|
62
|
+
x2: "22.568",
|
|
63
|
+
y2: "12",
|
|
64
|
+
gradientUnits: "userSpaceOnUse"
|
|
65
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
66
|
+
stopColor: "#1E76F0"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
68
|
+
offset: ".355",
|
|
69
|
+
stopColor: "#9747FF"
|
|
70
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
71
|
+
offset: ".965",
|
|
72
|
+
stopColor: "#1E76F0"
|
|
73
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
74
|
+
id: "paint1_linear_11922_71",
|
|
75
|
+
x1: "2",
|
|
76
|
+
y1: "12",
|
|
77
|
+
x2: "22.568",
|
|
78
|
+
y2: "12",
|
|
79
|
+
gradientUnits: "userSpaceOnUse"
|
|
80
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
stopColor: "#1E76F0"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
83
|
+
offset: ".355",
|
|
84
|
+
stopColor: "#9747FF"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
86
|
+
offset: ".965",
|
|
87
|
+
stopColor: "#1E76F0"
|
|
88
|
+
}))))));
|
|
89
|
+
};
|
|
90
|
+
ExploreCl.propTypes = {
|
|
91
|
+
iconClassName: PropTypes.string,
|
|
92
|
+
spin: PropTypes.bool,
|
|
93
|
+
color: PropTypes.string,
|
|
94
|
+
testid: PropTypes.string,
|
|
95
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
96
|
+
};
|
|
97
|
+
ExploreCl.defaultProps = {
|
|
98
|
+
spin: false,
|
|
99
|
+
color: 'currentColor',
|
|
100
|
+
size: '1em'
|
|
101
|
+
};
|
|
102
|
+
export default ExploreCl;
|
|
@@ -0,0 +1,80 @@
|
|
|
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 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; }
|
|
10
|
+
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; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var ReportInterpretationCl = function ReportInterpretationCl(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
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M20.623 14.183a.9.9 0 01.754 1.634l-6.34 2.926a1.4 1.4 0 01-.926.087l-5.507-1.377-5.702 2.852a.9.9 0 11-.804-1.61l5.834-2.918c.261-.13.556-.175.843-.13l.122.025 5.514 1.378 6.212-2.867zM5.611 10.614c.462.384.879.822 1.24 1.306l-3.714 3.717a.901.901 0 01-1.274-1.274l3.748-3.749zM19.84 4.89a.9.9 0 011.322 1.22l-5.745 6.224a1.4 1.4 0 01-1.654.303l-2.275-1.138c.424-.49.906-.926 1.438-1.293l1.372.687 5.542-6.003zM8.97 3.36a.57.57 0 011.058 0l.285.687a4.91 4.91 0 002.533 2.615l.806.359c.462.205.462.877 0 1.083l-.854.38a4.907 4.907 0 00-2.496 2.53l-.278.636a.57.57 0 01-1.05 0l-.278-.635a4.907 4.907 0 00-2.496-2.532l-.854-.38c-.463-.205-.463-.877 0-1.082l.806-.359a4.91 4.91 0 002.532-2.615l.286-.688z",
|
|
50
|
+
fill: "url(#paint0_linear_11922_70)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
52
|
+
id: "paint0_linear_11922_70",
|
|
53
|
+
x1: "1.6",
|
|
54
|
+
y1: "11.7",
|
|
55
|
+
x2: "22.477",
|
|
56
|
+
y2: "11.7",
|
|
57
|
+
gradientUnits: "userSpaceOnUse"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
59
|
+
stopColor: "#1E76F0"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
offset: ".355",
|
|
62
|
+
stopColor: "#9747FF"
|
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
64
|
+
offset: ".965",
|
|
65
|
+
stopColor: "#1E76F0"
|
|
66
|
+
}))))));
|
|
67
|
+
};
|
|
68
|
+
ReportInterpretationCl.propTypes = {
|
|
69
|
+
iconClassName: PropTypes.string,
|
|
70
|
+
spin: PropTypes.bool,
|
|
71
|
+
color: PropTypes.string,
|
|
72
|
+
testid: PropTypes.string,
|
|
73
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
74
|
+
};
|
|
75
|
+
ReportInterpretationCl.defaultProps = {
|
|
76
|
+
spin: false,
|
|
77
|
+
color: 'currentColor',
|
|
78
|
+
size: '1em'
|
|
79
|
+
};
|
|
80
|
+
export default ReportInterpretationCl;
|
package/dist/es/index.js
CHANGED
|
@@ -40,7 +40,9 @@ export { default as TaPlanetCl } from './icons/Planet-cl';
|
|
|
40
40
|
export { default as TaMagicCl } from './icons/magic-cl';
|
|
41
41
|
export { default as TaMagicWandCl } from './icons/magic-wand-cl';
|
|
42
42
|
export { default as TaAisqlCl } from './icons/aisql-cl';
|
|
43
|
-
export { default as
|
|
43
|
+
export { default as TaDataInterpretationCl } from './icons/data-interpretation-cl';
|
|
44
|
+
export { default as TaReportInterpretationCl } from './icons/report-interpretation-cl';
|
|
45
|
+
export { default as TaExploreCl } from './icons/explore-cl';
|
|
44
46
|
export { default as TaFlagCn } from './icons/flag-cn';
|
|
45
47
|
export { default as TaFlagUs } from './icons/flag-us';
|
|
46
48
|
export { default as TaFlagJp } from './icons/flag-jp';
|
package/dist/index.d.ts
CHANGED
|
@@ -52,7 +52,9 @@ export const TaPlanetCl: Icon;
|
|
|
52
52
|
export const TaMagicCl: Icon;
|
|
53
53
|
export const TaMagicWandCl: Icon;
|
|
54
54
|
export const TaAisqlCl: Icon;
|
|
55
|
-
export const
|
|
55
|
+
export const TaDataInterpretationCl: Icon;
|
|
56
|
+
export const TaReportInterpretationCl: Icon;
|
|
57
|
+
export const TaExploreCl: Icon;
|
|
56
58
|
export const TaFlagCn: Icon;
|
|
57
59
|
export const TaFlagUs: Icon;
|
|
58
60
|
export const TaFlagJp: 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
|
|
21
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
22
22
|
var color = props.color,
|
|
23
23
|
size = props.size,
|
|
24
24
|
spin = props.spin,
|
|
@@ -52,17 +52,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
fill: "none",
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
r: "8.5",
|
|
59
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
55
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
57
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
60
58
|
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
61
|
-
id: "
|
|
62
|
-
x1: "
|
|
63
|
-
y1: "12
|
|
64
|
-
x2: "
|
|
65
|
-
y2: "12
|
|
59
|
+
id: "paint0_linear_11919_38",
|
|
60
|
+
x1: "2",
|
|
61
|
+
y1: "12",
|
|
62
|
+
x2: "23.596",
|
|
63
|
+
y2: "12",
|
|
66
64
|
gradientUnits: "userSpaceOnUse"
|
|
67
65
|
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
68
66
|
stopColor: "#1E76F0"
|
|
@@ -74,16 +72,16 @@ var YuanCl = function YuanCl(props) {
|
|
|
74
72
|
stopColor: "#1E76F0"
|
|
75
73
|
}))))));
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
DataInterpretationCl.propTypes = {
|
|
78
76
|
iconClassName: _propTypes["default"].string,
|
|
79
77
|
spin: _propTypes["default"].bool,
|
|
80
78
|
color: _propTypes["default"].string,
|
|
81
79
|
testid: _propTypes["default"].string,
|
|
82
80
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
83
81
|
};
|
|
84
|
-
|
|
82
|
+
DataInterpretationCl.defaultProps = {
|
|
85
83
|
spin: false,
|
|
86
84
|
color: 'currentColor',
|
|
87
85
|
size: '1em'
|
|
88
86
|
};
|
|
89
|
-
var _default = exports["default"] =
|
|
87
|
+
var _default = exports["default"] = DataInterpretationCl;
|
|
@@ -0,0 +1,109 @@
|
|
|
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 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
|
+
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
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var ExploreCl = function ExploreCl(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
|
+
fill: "none",
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M20.456 3A1 1 0 0122 3.84V16.27l-.008.126c-.037.29-.2.552-.448.713l-.494.32-1.302-1.302.452-.293V5.31L16 8.034v1.374a4.52 4.52 0 00-2 .168V8.034L10 5.44v10.524l4 2.593v-.406a4.516 4.516 0 002 .166v.24l.548-.355c.257-.07.51-.16.755-.277l1.173 1.172-2.93 1.9c-.04.025-.08.048-.123.068l-.006.004c-.017.008-.036.014-.054.02a.984.984 0 01-.251.063c-.016.003-.033.006-.05.007h-.125c-.017-.001-.034-.004-.05-.006a.986.986 0 01-.196-.042c-.019-.006-.037-.014-.055-.021l-.053-.02-.007-.005a1.013 1.013 0 01-.123-.068L9 17.462l-5.456 3.537-.127.07A1 1 0 012 20.16V7.73c0-.34.172-.655.456-.84l6-3.888.034-.02a1.031 1.031 0 01.255-.108l.049-.01c.025-.006.05-.012.076-.016l.063-.004a.982.982 0 01.134 0l.062.004.076.015.049.01a.984.984 0 01.255.11c.011.006.024.011.035.019L15 6.537 20.456 3zM3.8 8.165v10.523L8 15.964V5.44L3.8 8.164z",
|
|
59
|
+
fill: "url(#paint0_linear_11922_71)"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
fillRule: "evenodd",
|
|
62
|
+
clipRule: "evenodd",
|
|
63
|
+
d: "M12.975 11.475a3.5 3.5 0 015.502 4.23l2.558 2.557a.901.901 0 01-1.273 1.274l-2.558-2.558a3.5 3.5 0 01-4.23-5.503zm3.677 1.273a1.701 1.701 0 10-2.405 2.406 1.701 1.701 0 002.405-2.406z",
|
|
64
|
+
fill: "url(#paint1_linear_11922_71)"
|
|
65
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
66
|
+
id: "paint0_linear_11922_71",
|
|
67
|
+
x1: "2",
|
|
68
|
+
y1: "12",
|
|
69
|
+
x2: "22.568",
|
|
70
|
+
y2: "12",
|
|
71
|
+
gradientUnits: "userSpaceOnUse"
|
|
72
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
73
|
+
stopColor: "#1E76F0"
|
|
74
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
75
|
+
offset: ".355",
|
|
76
|
+
stopColor: "#9747FF"
|
|
77
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
78
|
+
offset: ".965",
|
|
79
|
+
stopColor: "#1E76F0"
|
|
80
|
+
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
81
|
+
id: "paint1_linear_11922_71",
|
|
82
|
+
x1: "2",
|
|
83
|
+
y1: "12",
|
|
84
|
+
x2: "22.568",
|
|
85
|
+
y2: "12",
|
|
86
|
+
gradientUnits: "userSpaceOnUse"
|
|
87
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
88
|
+
stopColor: "#1E76F0"
|
|
89
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
90
|
+
offset: ".355",
|
|
91
|
+
stopColor: "#9747FF"
|
|
92
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
93
|
+
offset: ".965",
|
|
94
|
+
stopColor: "#1E76F0"
|
|
95
|
+
}))))));
|
|
96
|
+
};
|
|
97
|
+
ExploreCl.propTypes = {
|
|
98
|
+
iconClassName: _propTypes["default"].string,
|
|
99
|
+
spin: _propTypes["default"].bool,
|
|
100
|
+
color: _propTypes["default"].string,
|
|
101
|
+
testid: _propTypes["default"].string,
|
|
102
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
103
|
+
};
|
|
104
|
+
ExploreCl.defaultProps = {
|
|
105
|
+
spin: false,
|
|
106
|
+
color: 'currentColor',
|
|
107
|
+
size: '1em'
|
|
108
|
+
};
|
|
109
|
+
var _default = exports["default"] = ExploreCl;
|
|
@@ -0,0 +1,87 @@
|
|
|
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 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
|
+
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
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var ReportInterpretationCl = function ReportInterpretationCl(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
|
+
fill: "none",
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
d: "M20.623 14.183a.9.9 0 01.754 1.634l-6.34 2.926a1.4 1.4 0 01-.926.087l-5.507-1.377-5.702 2.852a.9.9 0 11-.804-1.61l5.834-2.918c.261-.13.556-.175.843-.13l.122.025 5.514 1.378 6.212-2.867zM5.611 10.614c.462.384.879.822 1.24 1.306l-3.714 3.717a.901.901 0 01-1.274-1.274l3.748-3.749zM19.84 4.89a.9.9 0 011.322 1.22l-5.745 6.224a1.4 1.4 0 01-1.654.303l-2.275-1.138c.424-.49.906-.926 1.438-1.293l1.372.687 5.542-6.003zM8.97 3.36a.57.57 0 011.058 0l.285.687a4.91 4.91 0 002.533 2.615l.806.359c.462.205.462.877 0 1.083l-.854.38a4.907 4.907 0 00-2.496 2.53l-.278.636a.57.57 0 01-1.05 0l-.278-.635a4.907 4.907 0 00-2.496-2.532l-.854-.38c-.463-.205-.463-.877 0-1.082l.806-.359a4.91 4.91 0 002.532-2.615l.286-.688z",
|
|
57
|
+
fill: "url(#paint0_linear_11922_70)"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
59
|
+
id: "paint0_linear_11922_70",
|
|
60
|
+
x1: "1.6",
|
|
61
|
+
y1: "11.7",
|
|
62
|
+
x2: "22.477",
|
|
63
|
+
y2: "11.7",
|
|
64
|
+
gradientUnits: "userSpaceOnUse"
|
|
65
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
66
|
+
stopColor: "#1E76F0"
|
|
67
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
68
|
+
offset: ".355",
|
|
69
|
+
stopColor: "#9747FF"
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
71
|
+
offset: ".965",
|
|
72
|
+
stopColor: "#1E76F0"
|
|
73
|
+
}))))));
|
|
74
|
+
};
|
|
75
|
+
ReportInterpretationCl.propTypes = {
|
|
76
|
+
iconClassName: _propTypes["default"].string,
|
|
77
|
+
spin: _propTypes["default"].bool,
|
|
78
|
+
color: _propTypes["default"].string,
|
|
79
|
+
testid: _propTypes["default"].string,
|
|
80
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
81
|
+
};
|
|
82
|
+
ReportInterpretationCl.defaultProps = {
|
|
83
|
+
spin: false,
|
|
84
|
+
color: 'currentColor',
|
|
85
|
+
size: '1em'
|
|
86
|
+
};
|
|
87
|
+
var _default = exports["default"] = ReportInterpretationCl;
|
package/dist/lib/index.js
CHANGED
|
@@ -825,6 +825,12 @@ Object.defineProperty(exports, "TaDataInput", {
|
|
|
825
825
|
return _dataInput["default"];
|
|
826
826
|
}
|
|
827
827
|
});
|
|
828
|
+
Object.defineProperty(exports, "TaDataInterpretationCl", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function get() {
|
|
831
|
+
return _dataInterpretationCl["default"];
|
|
832
|
+
}
|
|
833
|
+
});
|
|
828
834
|
Object.defineProperty(exports, "TaDataOpsAiCl", {
|
|
829
835
|
enumerable: true,
|
|
830
836
|
get: function get() {
|
|
@@ -1149,6 +1155,12 @@ Object.defineProperty(exports, "TaExpand", {
|
|
|
1149
1155
|
return _expand["default"];
|
|
1150
1156
|
}
|
|
1151
1157
|
});
|
|
1158
|
+
Object.defineProperty(exports, "TaExploreCl", {
|
|
1159
|
+
enumerable: true,
|
|
1160
|
+
get: function get() {
|
|
1161
|
+
return _exploreCl["default"];
|
|
1162
|
+
}
|
|
1163
|
+
});
|
|
1152
1164
|
Object.defineProperty(exports, "TaExport", {
|
|
1153
1165
|
enumerable: true,
|
|
1154
1166
|
get: function get() {
|
|
@@ -2601,6 +2613,12 @@ Object.defineProperty(exports, "TaReportCl", {
|
|
|
2601
2613
|
return _reportCl["default"];
|
|
2602
2614
|
}
|
|
2603
2615
|
});
|
|
2616
|
+
Object.defineProperty(exports, "TaReportInterpretationCl", {
|
|
2617
|
+
enumerable: true,
|
|
2618
|
+
get: function get() {
|
|
2619
|
+
return _reportInterpretationCl["default"];
|
|
2620
|
+
}
|
|
2621
|
+
});
|
|
2604
2622
|
Object.defineProperty(exports, "TaReportReadingCl", {
|
|
2605
2623
|
enumerable: true,
|
|
2606
2624
|
get: function get() {
|
|
@@ -3459,12 +3477,6 @@ Object.defineProperty(exports, "TaWebpage", {
|
|
|
3459
3477
|
return _webpage["default"];
|
|
3460
3478
|
}
|
|
3461
3479
|
});
|
|
3462
|
-
Object.defineProperty(exports, "TaYuanCl", {
|
|
3463
|
-
enumerable: true,
|
|
3464
|
-
get: function get() {
|
|
3465
|
-
return _yuanCl["default"];
|
|
3466
|
-
}
|
|
3467
|
-
});
|
|
3468
3480
|
var _eventSm = _interopRequireDefault(require("./icons/event-sm"));
|
|
3469
3481
|
var _ePropertySm = _interopRequireDefault(require("./icons/e-property-sm"));
|
|
3470
3482
|
var _indicatorSm = _interopRequireDefault(require("./icons/indicator-sm"));
|
|
@@ -3507,7 +3519,9 @@ var _PlanetCl = _interopRequireDefault(require("./icons/Planet-cl"));
|
|
|
3507
3519
|
var _magicCl = _interopRequireDefault(require("./icons/magic-cl"));
|
|
3508
3520
|
var _magicWandCl = _interopRequireDefault(require("./icons/magic-wand-cl"));
|
|
3509
3521
|
var _aisqlCl = _interopRequireDefault(require("./icons/aisql-cl"));
|
|
3510
|
-
var
|
|
3522
|
+
var _dataInterpretationCl = _interopRequireDefault(require("./icons/data-interpretation-cl"));
|
|
3523
|
+
var _reportInterpretationCl = _interopRequireDefault(require("./icons/report-interpretation-cl"));
|
|
3524
|
+
var _exploreCl = _interopRequireDefault(require("./icons/explore-cl"));
|
|
3511
3525
|
var _flagCn = _interopRequireDefault(require("./icons/flag-cn"));
|
|
3512
3526
|
var _flagUs = _interopRequireDefault(require("./icons/flag-us"));
|
|
3513
3527
|
var _flagJp = _interopRequireDefault(require("./icons/flag-jp"));
|