@tant/icons 1.20.43 → 1.20.49
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/bi-Operational-analysis-cl.js +115 -0
- package/dist/es/icons/bi-ai-cl.js +115 -0
- package/dist/es/icons/bi-alert-cl.js +115 -0
- package/dist/es/icons/bi-channel-reach-cl.js +117 -0
- package/dist/es/icons/bi-operation-policy-cl.js +120 -0
- package/dist/es/icons/bi-query-cl.js +115 -0
- package/dist/es/icons/bi-quick-start-cl.js +134 -0
- package/dist/es/icons/bi-target-player-cl.js +122 -0
- package/dist/es/icons/null.js +63 -0
- package/dist/es/index.js +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/lib/icons/bi-Operational-analysis-cl.js +122 -0
- package/dist/lib/icons/bi-ai-cl.js +122 -0
- package/dist/lib/icons/bi-alert-cl.js +122 -0
- package/dist/lib/icons/bi-channel-reach-cl.js +124 -0
- package/dist/lib/icons/bi-operation-policy-cl.js +127 -0
- package/dist/lib/icons/bi-query-cl.js +122 -0
- package/dist/lib/icons/bi-quick-start-cl.js +141 -0
- package/dist/lib/icons/bi-target-player-cl.js +129 -0
- package/dist/lib/icons/null.js +70 -0
- package/dist/lib/index.js +63 -0
- package/dist/tant-icons.cjs.js +2784 -1858
- package/dist/tant-icons.esm.js +2776 -1859
- package/package.json +1 -1
|
@@ -0,0 +1,115 @@
|
|
|
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 BiQueryCl = function BiQueryCl(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: "M11.6 2.92L5.93 4.437c-2.462.66-3.537 2.52-2.877 4.982l1.516 5.66c.661 2.467 2.522 3.541 4.985 2.881l5.662-1.517c2.462-.66 3.537-2.52 2.878-4.981l-1.518-5.667c-.653-2.463-2.514-3.536-4.977-2.877z",
|
|
50
|
+
fill: "url(#paint0_linear_10822_506)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("foreignObject", {
|
|
52
|
+
x: "-5.333",
|
|
53
|
+
y: "-6.333",
|
|
54
|
+
width: "39.667",
|
|
55
|
+
height: "39.667"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
58
|
+
style: {
|
|
59
|
+
backdropFilter: 'blur(6.17px)height'
|
|
60
|
+
},
|
|
61
|
+
clipPath: "url(#bgblur_0_10822_506_clip_path)"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
"data-figma-bg-blurRadius": "12.333",
|
|
64
|
+
d: "M11.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z",
|
|
65
|
+
fill: "#5B9BFF",
|
|
66
|
+
fillOpacity: ".4",
|
|
67
|
+
stroke: "url(#paint1_linear_10822_506)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
d: "M14.544 10a3.81 3.81 0 012.645 1.07l.02.016c.336.336.605.732.79 1.167l.008.018c.184.438.278.906.277 1.379 0 .477-.096.95-.285 1.392-.142.34-.337.659-.576.943l1.474 1.445c.136.126.136.34.005.468a.34.34 0 01-.482.005l-1.484-1.448a3.704 3.704 0 01-.959.566 3.806 3.806 0 01-3.002-.06 3.724 3.724 0 01-1.276-.952c-.358-.409.185-.791.594-.352.285.307.632.551 1.02.718.388.168.807.254 1.23.254a3.104 3.104 0 002.157-.867l.005-.005a2.921 2.921 0 00.669-3.231l-.005-.015c-.15-.355-.37-.679-.647-.952l-.017-.017a3.082 3.082 0 00-.993-.644 3.011 3.011 0 00-1.168-.228 3.066 3.066 0 00-2.787 1.78.333.333 0 01-.126.145.344.344 0 01-.188.052h-.002a.341.341 0 01-.287-.152.323.323 0 01-.025-.321c.59-1.29 1.933-2.174 3.415-2.174zm-.756 2.381l.05.041 1.627 1.615.692-1.152a.38.38 0 01.448-.158l.061.028c.158.09.222.276.162.438l-.029.06-.938 1.56a.366.366 0 01-.243.171.38.38 0 01-.293-.059l-.05-.041-1.628-1.615-.846 1.41a.366.366 0 01-.236.17.382.382 0 01-.29-.05l-.05-.04-.61-.559-.937 1.329a.38.38 0 01-.459.125l-.058-.032a.356.356 0 01-.128-.448l.033-.057 1.183-1.677a.38.38 0 01.508-.099l.053.04.586.538.855-1.425a.366.366 0 01.243-.172.383.383 0 01.294.06z",
|
|
70
|
+
fill: "#fff"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
72
|
+
id: "paint0_linear_10822_506",
|
|
73
|
+
x1: "5.781",
|
|
74
|
+
y1: "18.972",
|
|
75
|
+
x2: "20.215",
|
|
76
|
+
y2: "13.154",
|
|
77
|
+
gradientUnits: "userSpaceOnUse"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
79
|
+
stopColor: "#73BCFF"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
offset: "1",
|
|
82
|
+
stopColor: "#4F7BFF"
|
|
83
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
84
|
+
id: "paint1_linear_10822_506",
|
|
85
|
+
x1: "8.673",
|
|
86
|
+
y1: "8.084",
|
|
87
|
+
x2: "20.995",
|
|
88
|
+
y2: "20.405",
|
|
89
|
+
gradientUnits: "userSpaceOnUse"
|
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
+
stopColor: "#fff"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
offset: "1",
|
|
94
|
+
stopColor: "#2F63FF",
|
|
95
|
+
stopOpacity: ".2"
|
|
96
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
97
|
+
id: "bgblur_0_10822_506_clip_path",
|
|
98
|
+
transform: "translate(5.333 6.333)"
|
|
99
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M11.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z"
|
|
101
|
+
}))))));
|
|
102
|
+
};
|
|
103
|
+
BiQueryCl.propTypes = {
|
|
104
|
+
iconClassName: PropTypes.string,
|
|
105
|
+
spin: PropTypes.bool,
|
|
106
|
+
color: PropTypes.string,
|
|
107
|
+
testid: PropTypes.string,
|
|
108
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
109
|
+
};
|
|
110
|
+
BiQueryCl.defaultProps = {
|
|
111
|
+
spin: false,
|
|
112
|
+
color: 'currentColor',
|
|
113
|
+
size: '1em'
|
|
114
|
+
};
|
|
115
|
+
export default BiQueryCl;
|
|
@@ -0,0 +1,134 @@
|
|
|
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 BiQuickStartCl = function BiQuickStartCl(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: "M11.6 3.051l-5.67 1.52c-2.462.66-3.537 2.52-2.877 4.98l1.516 5.66c.661 2.468 2.522 3.542 4.985 2.882l5.662-1.517c2.462-.66 3.537-2.52 2.878-4.982l-1.518-5.666c-.653-2.463-2.514-3.537-4.977-2.877z",
|
|
50
|
+
fill: "url(#paint0_linear_10837_109)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("foreignObject", {
|
|
52
|
+
x: "-5.333",
|
|
53
|
+
y: "-6.201",
|
|
54
|
+
width: "39.667",
|
|
55
|
+
height: "39.667"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
58
|
+
style: {
|
|
59
|
+
backdropFilter: 'blur(6.17px)height'
|
|
60
|
+
},
|
|
61
|
+
clipPath: "url(#bgblur_0_10837_109_clip_path)"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
"data-figma-bg-blurRadius": "12.333",
|
|
64
|
+
d: "M17.648 6.132H11.36C8.628 6.132 7 7.76 7 10.49v6.277c0 2.738 1.628 4.365 4.36 4.365h6.28c2.732 0 4.36-1.627 4.36-4.357V10.49c.008-2.73-1.62-4.358-4.352-4.358z",
|
|
65
|
+
fill: "#5B9BFF",
|
|
66
|
+
fillOpacity: ".4"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("foreignObject", {
|
|
68
|
+
x: "-5.333",
|
|
69
|
+
y: "-6.202",
|
|
70
|
+
width: "39.667",
|
|
71
|
+
height: "39.667"
|
|
72
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
73
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
74
|
+
style: {
|
|
75
|
+
backdropFilter: 'blur(6.17px)height'
|
|
76
|
+
},
|
|
77
|
+
clipPath: "url(#bgblur_1_10837_109_clip_path)"
|
|
78
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
"data-figma-bg-blurRadius": "12.333",
|
|
80
|
+
d: "M17.641 19.998v1.133h-6.28v-1.133h6.28zm3.226-3.224v-6.288c.003-1.139-.331-1.911-.818-2.398-.486-.487-1.26-.823-2.4-.823h-6.288c-1.14 0-1.915.335-2.403.823-.488.488-.824 1.262-.824 2.401v6.277c0 1.144.336 1.92.824 2.408.488.488 1.263.824 2.403.824v1.133l-.254-.005C8.53 21.028 7 19.418 7 16.766v-6.277c0-2.644 1.529-4.255 4.107-4.353l.254-.005h6.288c2.731 0 4.359 1.628 4.351 4.358v6.285l-.004.252c-.098 2.578-1.709 4.105-4.355 4.105v-1.133c1.14 0 1.915-.336 2.403-.824.488-.488.823-1.261.823-2.4z",
|
|
81
|
+
fill: "url(#paint1_linear_10837_109)"
|
|
82
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
83
|
+
d: "M12.3 16.452l-.779.777a.303.303 0 01-.431 0 .303.303 0 010-.43l.774-.778c.12-.12.31-.12.43 0 .121.12.121.31.005.43zm.377.382l-.778.777a.303.303 0 000 .431c.12.12.312.12.432 0l.778-.777a.303.303 0 000-.431.303.303 0 00-.432 0zm4.9-4.27a1.013 1.013 0 11-1.014-1.013c.565 0 1.018.454 1.014 1.013zm-.61.005a.406.406 0 00-.404-.405.406.406 0 00-.404.405c0 .222.182.404.404.404a.4.4 0 00.405-.404zm1.855.533a5.005 5.005 0 01-1.29 2.235h-.03l-.04.044c.08.302.088.613.021.915a1.901 1.901 0 01-.524.977l-.018.018a1.972 1.972 0 01-1.054.529c-.404.062-.827 0-1.196-.182a.315.315 0 01-.129-.405.584.584 0 01.045-.066c.111-.12.196-.258.258-.404l.026-.063c-.08.014-.16.036-.24.04a4.179 4.179 0 01-.707.045.266.266 0 01-.204-.09l-1.32-1.323a.285.285 0 01-.085-.23c0-.223.018-.458.044-.68.014-.085.023-.165.04-.245l-.066.027a1.481 1.481 0 00-.4.262c-.116.11-.307.098-.418-.018-.018-.022-.031-.058-.05-.08a1.973 1.973 0 01-.177-1.182 1.943 1.943 0 011.516-1.595 1.93 1.93 0 01.916.018l.062-.062a5.037 5.037 0 012.232-1.288 5.09 5.09 0 012.583 0 .33.33 0 01.213.213l.005.004v.005a4.936 4.936 0 01-.013 2.58zm-.49-2.261a4.482 4.482 0 00-2.116.04c-.716.195-1.4.573-1.965 1.137l-.084.084-.08.09a.308.308 0 01-.334.084 1.315 1.315 0 00-.774-.058c-.244.053-.48.173-.675.364a1.405 1.405 0 00-.378 1.24c.075-.045.146-.085.226-.111.21-.09.436-.143.663-.147.031-.005.062 0 .093.004a.297.297 0 01.205.365 3.753 3.753 0 00-.129.613c-.013.173-.027.338-.031.506l1.147 1.15a4.536 4.536 0 001.12-.165c.032-.003.063-.007.094-.007.16.004.284.146.284.306a1.94 1.94 0 01-.262.893c.16.031.329.031.489.009a1.32 1.32 0 00.73-.369l.008-.009c.191-.195.311-.435.369-.68a1.414 1.414 0 00-.062-.777.307.307 0 01.08-.324l.093-.09.067-.066.018-.009a4.55 4.55 0 001.142-1.959 4.72 4.72 0 00.063-2.114z",
|
|
84
|
+
fill: "#fff"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
86
|
+
id: "paint0_linear_10837_109",
|
|
87
|
+
x1: "5.781",
|
|
88
|
+
y1: "19.104",
|
|
89
|
+
x2: "20.215",
|
|
90
|
+
y2: "13.286",
|
|
91
|
+
gradientUnits: "userSpaceOnUse"
|
|
92
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
stopColor: "#73BCFF"
|
|
94
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
95
|
+
offset: "1",
|
|
96
|
+
stopColor: "#4F7BFF"
|
|
97
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
98
|
+
id: "paint1_linear_10837_109",
|
|
99
|
+
x1: "8.674",
|
|
100
|
+
y1: "8.215",
|
|
101
|
+
x2: "20.995",
|
|
102
|
+
y2: "20.537",
|
|
103
|
+
gradientUnits: "userSpaceOnUse"
|
|
104
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
105
|
+
stopColor: "#fff"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
107
|
+
offset: "1",
|
|
108
|
+
stopColor: "#2F63FF",
|
|
109
|
+
stopOpacity: ".2"
|
|
110
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
111
|
+
id: "bgblur_0_10837_109_clip_path",
|
|
112
|
+
transform: "translate(5.333 6.201)"
|
|
113
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
114
|
+
d: "M17.648 6.132H11.36C8.628 6.132 7 7.76 7 10.49v6.277c0 2.738 1.628 4.365 4.36 4.365h6.28c2.732 0 4.36-1.627 4.36-4.357V10.49c.008-2.73-1.62-4.358-4.352-4.358z"
|
|
115
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
116
|
+
id: "bgblur_1_10837_109_clip_path",
|
|
117
|
+
transform: "translate(5.333 6.202)"
|
|
118
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
d: "M17.641 19.998v1.133h-6.28v-1.133h6.28zm3.226-3.224v-6.288c.003-1.139-.331-1.911-.818-2.398-.486-.487-1.26-.823-2.4-.823h-6.288c-1.14 0-1.915.335-2.403.823-.488.488-.824 1.262-.824 2.401v6.277c0 1.144.336 1.92.824 2.408.488.488 1.263.824 2.403.824v1.133l-.254-.005C8.53 21.028 7 19.418 7 16.766v-6.277c0-2.644 1.529-4.255 4.107-4.353l.254-.005h6.288c2.731 0 4.359 1.628 4.351 4.358v6.285l-.004.252c-.098 2.578-1.709 4.105-4.355 4.105v-1.133c1.14 0 1.915-.336 2.403-.824.488-.488.823-1.261.823-2.4z"
|
|
120
|
+
}))))));
|
|
121
|
+
};
|
|
122
|
+
BiQuickStartCl.propTypes = {
|
|
123
|
+
iconClassName: PropTypes.string,
|
|
124
|
+
spin: PropTypes.bool,
|
|
125
|
+
color: PropTypes.string,
|
|
126
|
+
testid: PropTypes.string,
|
|
127
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
128
|
+
};
|
|
129
|
+
BiQuickStartCl.defaultProps = {
|
|
130
|
+
spin: false,
|
|
131
|
+
color: 'currentColor',
|
|
132
|
+
size: '1em'
|
|
133
|
+
};
|
|
134
|
+
export default BiQuickStartCl;
|
|
@@ -0,0 +1,122 @@
|
|
|
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 BiTargetPlayerCl = function BiTargetPlayerCl(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: "M10.6 3.224l-5.67 1.52c-2.462.659-3.537 2.52-2.877 4.98l1.516 5.66c.661 2.468 2.522 3.542 4.985 2.882l5.662-1.517c2.462-.66 3.537-2.52 2.878-4.982l-1.519-5.666c-.652-2.463-2.513-3.537-4.976-2.877z",
|
|
50
|
+
fill: "url(#paint0_linear_10837_208)"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("foreignObject", {
|
|
52
|
+
x: "-6.333",
|
|
53
|
+
y: "-6.333",
|
|
54
|
+
width: "39.667",
|
|
55
|
+
height: "39.667"
|
|
56
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
58
|
+
style: {
|
|
59
|
+
backdropFilter: 'blur(6.17px)height'
|
|
60
|
+
},
|
|
61
|
+
clipPath: "url(#bgblur_0_10837_208_clip_path)"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
63
|
+
"data-figma-bg-blurRadius": "12.333",
|
|
64
|
+
d: "M10.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z",
|
|
65
|
+
fill: "#5B9BFF",
|
|
66
|
+
fillOpacity: ".4",
|
|
67
|
+
stroke: "url(#paint1_linear_10837_208)"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M15.688 12.222c0 1.228-.98 2.222-2.188 2.222-1.208 0-2.188-.995-2.188-2.222 0-1.227.98-2.222 2.188-2.222 1.208 0 2.188.995 2.188 2.222zm-.876 0c0 .737-.587 1.334-1.312 1.334a1.323 1.323 0 01-1.313-1.334c0-.736.588-1.333 1.313-1.333s1.313.597 1.313 1.333z",
|
|
72
|
+
fill: "#fff"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
fillRule: "evenodd",
|
|
75
|
+
clipRule: "evenodd",
|
|
76
|
+
d: "M10 16.667c0-1.183 2.332-1.778 3.5-1.778 1.168 0 3.5.595 3.5 1.778V18h-7v-1.333zm6.169 0c0-.285-1.37-.934-2.669-.934-1.3 0-2.669.65-2.669.934v.489h5.338v-.49z",
|
|
77
|
+
fill: "#fff"
|
|
78
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
79
|
+
id: "paint0_linear_10837_208",
|
|
80
|
+
x1: "4.781",
|
|
81
|
+
y1: "19.277",
|
|
82
|
+
x2: "19.215",
|
|
83
|
+
y2: "13.459",
|
|
84
|
+
gradientUnits: "userSpaceOnUse"
|
|
85
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
86
|
+
stopColor: "#73BCFF"
|
|
87
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
88
|
+
offset: "1",
|
|
89
|
+
stopColor: "#4F7BFF"
|
|
90
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
91
|
+
id: "paint1_linear_10837_208",
|
|
92
|
+
x1: "7.673",
|
|
93
|
+
y1: "8.084",
|
|
94
|
+
x2: "19.995",
|
|
95
|
+
y2: "20.405",
|
|
96
|
+
gradientUnits: "userSpaceOnUse"
|
|
97
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
98
|
+
stopColor: "#fff"
|
|
99
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
100
|
+
offset: "1",
|
|
101
|
+
stopColor: "#2F63FF",
|
|
102
|
+
stopOpacity: ".2"
|
|
103
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
104
|
+
id: "bgblur_0_10837_208_clip_path",
|
|
105
|
+
transform: "translate(6.333 6.333)"
|
|
106
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
d: "M10.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z"
|
|
108
|
+
}))))));
|
|
109
|
+
};
|
|
110
|
+
BiTargetPlayerCl.propTypes = {
|
|
111
|
+
iconClassName: PropTypes.string,
|
|
112
|
+
spin: PropTypes.bool,
|
|
113
|
+
color: PropTypes.string,
|
|
114
|
+
testid: PropTypes.string,
|
|
115
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
116
|
+
};
|
|
117
|
+
BiTargetPlayerCl.defaultProps = {
|
|
118
|
+
spin: false,
|
|
119
|
+
color: 'currentColor',
|
|
120
|
+
size: '1em'
|
|
121
|
+
};
|
|
122
|
+
export default BiTargetPlayerCl;
|
|
@@ -0,0 +1,63 @@
|
|
|
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 Null = function Null(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
|
+
d: "M18 10.5V12H6v-1.5h12z"
|
|
49
|
+
}))));
|
|
50
|
+
};
|
|
51
|
+
Null.propTypes = {
|
|
52
|
+
iconClassName: PropTypes.string,
|
|
53
|
+
spin: PropTypes.bool,
|
|
54
|
+
color: PropTypes.string,
|
|
55
|
+
testid: PropTypes.string,
|
|
56
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
|
+
};
|
|
58
|
+
Null.defaultProps = {
|
|
59
|
+
spin: false,
|
|
60
|
+
color: 'currentColor',
|
|
61
|
+
size: '1em'
|
|
62
|
+
};
|
|
63
|
+
export default Null;
|
package/dist/es/index.js
CHANGED
|
@@ -75,6 +75,14 @@ export { default as TaVManageDashboardCl } from './icons/v-manage-dashboard-cl';
|
|
|
75
75
|
export { default as TaPlatformAnalyticsCl } from './icons/platform-analytics-cl';
|
|
76
76
|
export { default as TaPlatformDataopsCl } from './icons/platform-dataops-cl';
|
|
77
77
|
export { default as TaPlatformSystemCl } from './icons/platform-system-cl';
|
|
78
|
+
export { default as TaBiQuickStartCl } from './icons/bi-quick-start-cl';
|
|
79
|
+
export { default as TaBiAlertCl } from './icons/bi-alert-cl';
|
|
80
|
+
export { default as TaBiQueryCl } from './icons/bi-query-cl';
|
|
81
|
+
export { default as TaBiAiCl } from './icons/bi-ai-cl';
|
|
82
|
+
export { default as TaBiOperationPolicyCl } from './icons/bi-operation-policy-cl';
|
|
83
|
+
export { default as TaBiTargetPlayerCl } from './icons/bi-target-player-cl';
|
|
84
|
+
export { default as TaBiChannelReachCl } from './icons/bi-channel-reach-cl';
|
|
85
|
+
export { default as TaBiOperationalAnalysisCl } from './icons/bi-Operational-analysis-cl';
|
|
78
86
|
export { default as TaLogoDingdingCl } from './icons/logo-dingding-cl';
|
|
79
87
|
export { default as TaLogoDingdingGray } from './icons/logo-dingding-gray';
|
|
80
88
|
export { default as TaLogoWecomCl } from './icons/logo-wecom-cl';
|
|
@@ -378,6 +386,7 @@ export { default as TaExternal } from './icons/external';
|
|
|
378
386
|
export { default as TaDisplayS } from './icons/display-s';
|
|
379
387
|
export { default as TaShare } from './icons/share';
|
|
380
388
|
export { default as TaCompass } from './icons/compass';
|
|
389
|
+
export { default as TaNull } from './icons/null';
|
|
381
390
|
export { default as TaPlay } from './icons/play';
|
|
382
391
|
export { default as TaConfig } from './icons/config';
|
|
383
392
|
export { default as TaSetting } from './icons/setting';
|
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,14 @@ export const TaVManageDashboardCl: Icon;
|
|
|
87
87
|
export const TaPlatformAnalyticsCl: Icon;
|
|
88
88
|
export const TaPlatformDataopsCl: Icon;
|
|
89
89
|
export const TaPlatformSystemCl: Icon;
|
|
90
|
+
export const TaBiQuickStartCl: Icon;
|
|
91
|
+
export const TaBiAlertCl: Icon;
|
|
92
|
+
export const TaBiQueryCl: Icon;
|
|
93
|
+
export const TaBiAiCl: Icon;
|
|
94
|
+
export const TaBiOperationPolicyCl: Icon;
|
|
95
|
+
export const TaBiTargetPlayerCl: Icon;
|
|
96
|
+
export const TaBiChannelReachCl: Icon;
|
|
97
|
+
export const TaBiOperationalAnalysisCl: Icon;
|
|
90
98
|
export const TaLogoDingdingCl: Icon;
|
|
91
99
|
export const TaLogoDingdingGray: Icon;
|
|
92
100
|
export const TaLogoWecomCl: Icon;
|
|
@@ -390,6 +398,7 @@ export const TaExternal: Icon;
|
|
|
390
398
|
export const TaDisplayS: Icon;
|
|
391
399
|
export const TaShare: Icon;
|
|
392
400
|
export const TaCompass: Icon;
|
|
401
|
+
export const TaNull: Icon;
|
|
393
402
|
export const TaPlay: Icon;
|
|
394
403
|
export const TaConfig: Icon;
|
|
395
404
|
export const TaSetting: Icon;
|
|
@@ -0,0 +1,122 @@
|
|
|
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 BiOperationalAnalysisCl = function BiOperationalAnalysisCl(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: "M10.6 3.224l-5.67 1.52c-2.462.659-3.537 2.52-2.877 4.98l1.516 5.66c.661 2.468 2.522 3.542 4.985 2.882l5.662-1.517c2.462-.66 3.537-2.52 2.878-4.982l-1.519-5.666c-.652-2.463-2.513-3.537-4.976-2.877z",
|
|
57
|
+
fill: "url(#paint0_linear_10837_220)"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("foreignObject", {
|
|
59
|
+
x: "-6.333",
|
|
60
|
+
y: "-6.333",
|
|
61
|
+
width: "39.667",
|
|
62
|
+
height: "39.667"
|
|
63
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
64
|
+
xmlns: "http://www.w3.org/1999/xhtml",
|
|
65
|
+
style: {
|
|
66
|
+
backdropFilter: 'blur(6.17px)height'
|
|
67
|
+
},
|
|
68
|
+
clipPath: "url(#bgblur_0_10837_220_clip_path)"
|
|
69
|
+
})), /*#__PURE__*/_react["default"].createElement("path", {
|
|
70
|
+
"data-figma-bg-blurRadius": "12.333",
|
|
71
|
+
d: "M10.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z",
|
|
72
|
+
fill: "#5B9BFF",
|
|
73
|
+
fillOpacity: ".4",
|
|
74
|
+
stroke: "url(#paint1_linear_10837_220)"
|
|
75
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
76
|
+
d: "M17.967 17.449h-9v-3.6h5.4v-2.7h3.6v6.3zm-8.1-.9h1.8v-1.8h-1.8v1.8zm2.7 0h1.8v-1.8h-1.8v1.8zm2.7 0h1.8v-1.8h-1.8v1.8zm0-2.7h1.8v-1.8h-1.8v1.8zm-4.723-2.824a.83.83 0 00.446.24l-1.053 1.301a.494.494 0 01-.276.668.499.499 0 01-.547-.13.498.498 0 01.418-.829l1.012-1.25zm4.21-1.735a.498.498 0 11-.015.99l-1.164 1.438a.501.501 0 01-.13.609.501.501 0 01-.422.1.5.5 0 01-.39-.486v-.007l-1.082-.764a.833.833 0 00.34-.369l.999.706a.496.496 0 01.267-.062l1.178-1.455a.497.497 0 01.419-.7zm-3.613.496a.664.664 0 11-.001 1.327.664.664 0 010-1.327zm-.016.34a.322.322 0 100 .645.322.322 0 000-.644z",
|
|
77
|
+
fill: "#fff"
|
|
78
|
+
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
79
|
+
id: "paint0_linear_10837_220",
|
|
80
|
+
x1: "4.781",
|
|
81
|
+
y1: "19.277",
|
|
82
|
+
x2: "19.215",
|
|
83
|
+
y2: "13.459",
|
|
84
|
+
gradientUnits: "userSpaceOnUse"
|
|
85
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
86
|
+
stopColor: "#73BCFF"
|
|
87
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
88
|
+
offset: "1",
|
|
89
|
+
stopColor: "#4F7BFF"
|
|
90
|
+
})), /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
91
|
+
id: "paint1_linear_10837_220",
|
|
92
|
+
x1: "7.673",
|
|
93
|
+
y1: "8.084",
|
|
94
|
+
x2: "19.995",
|
|
95
|
+
y2: "20.405",
|
|
96
|
+
gradientUnits: "userSpaceOnUse"
|
|
97
|
+
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
98
|
+
stopColor: "#fff"
|
|
99
|
+
}), /*#__PURE__*/_react["default"].createElement("stop", {
|
|
100
|
+
offset: "1",
|
|
101
|
+
stopColor: "#2F63FF",
|
|
102
|
+
stopOpacity: ".2"
|
|
103
|
+
})), /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
104
|
+
id: "bgblur_0_10837_220_clip_path",
|
|
105
|
+
transform: "translate(6.333 6.333)"
|
|
106
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
107
|
+
d: "M10.36 6.5h6.288c1.266 0 2.216.376 2.85 1.009.631.633 1.005 1.582 1.002 2.847v6.287c0 1.265-.375 2.215-1.009 2.848-.633.634-1.584 1.009-2.85 1.009h-6.282c-1.266 0-2.217-.376-2.85-1.01-.634-.634-1.009-1.586-1.009-2.855v-6.278c0-1.265.375-2.215 1.009-2.848.594-.594 1.467-.962 2.617-1.005l.233-.004z"
|
|
108
|
+
}))))));
|
|
109
|
+
};
|
|
110
|
+
BiOperationalAnalysisCl.propTypes = {
|
|
111
|
+
iconClassName: _propTypes["default"].string,
|
|
112
|
+
spin: _propTypes["default"].bool,
|
|
113
|
+
color: _propTypes["default"].string,
|
|
114
|
+
testid: _propTypes["default"].string,
|
|
115
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
116
|
+
};
|
|
117
|
+
BiOperationalAnalysisCl.defaultProps = {
|
|
118
|
+
spin: false,
|
|
119
|
+
color: 'currentColor',
|
|
120
|
+
size: '1em'
|
|
121
|
+
};
|
|
122
|
+
var _default = exports["default"] = BiOperationalAnalysisCl;
|