@tant/icons 1.21.63 → 1.21.70

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.
Files changed (74) hide show
  1. package/dist/es/icons/{bi-operation-policy-cl.js → bi-page.js} +6 -64
  2. package/dist/es/icons/{bi-channel-reach-cl.js → collect-cl.js} +12 -59
  3. package/dist/es/icons/num-sm.js +1 -1
  4. package/dist/es/icons/{bi-operation-analysis-cl.js → parameter-control.js} +6 -59
  5. package/dist/es/icons/ripple.js +1 -1
  6. package/dist/es/index.js +5 -34
  7. package/dist/index.d.ts +4 -33
  8. package/dist/lib/icons/{bi-operation-policy-cl.js → bi-page.js} +6 -64
  9. package/dist/lib/icons/{bi-channel-reach-cl.js → collect-cl.js} +12 -59
  10. package/dist/lib/icons/num-sm.js +1 -1
  11. package/dist/lib/icons/{bi-operation-analysis-cl.js → parameter-control.js} +6 -59
  12. package/dist/lib/icons/ripple.js +1 -1
  13. package/dist/lib/index.js +18 -221
  14. package/dist/tant-icons.cjs.js +1824 -5085
  15. package/dist/tant-icons.esm.js +1822 -5054
  16. package/package.json +1 -1
  17. package/dist/es/icons/bi-Indicator-cl.js +0 -116
  18. package/dist/es/icons/bi-ai-cl.js +0 -116
  19. package/dist/es/icons/bi-alert-cl.js +0 -116
  20. package/dist/es/icons/bi-analysis-cl.js +0 -116
  21. package/dist/es/icons/bi-beginner-guide-cl.js +0 -116
  22. package/dist/es/icons/bi-closed-loop-cl.js +0 -118
  23. package/dist/es/icons/bi-commercial-adaptation-cl.js +0 -116
  24. package/dist/es/icons/bi-control-cl.js +0 -116
  25. package/dist/es/icons/bi-crowd-cl.js +0 -116
  26. package/dist/es/icons/bi-data-closed-loop-cl.js +0 -116
  27. package/dist/es/icons/bi-disassembly-cl.js +0 -127
  28. package/dist/es/icons/bi-gameplay-cl.js +0 -116
  29. package/dist/es/icons/bi-gift-cl.js +0 -116
  30. package/dist/es/icons/bi-group-cl.js +0 -116
  31. package/dist/es/icons/bi-guide-cl.js +0 -119
  32. package/dist/es/icons/bi-model-cl.js +0 -116
  33. package/dist/es/icons/bi-operational-empowerment-cl.js +0 -116
  34. package/dist/es/icons/bi-path-analysis-cl.js +0 -116
  35. package/dist/es/icons/bi-path-cl.js +0 -116
  36. package/dist/es/icons/bi-personalized-deployment-cl.js +0 -116
  37. package/dist/es/icons/bi-query-cl.js +0 -116
  38. package/dist/es/icons/bi-quick-start-cl.js +0 -116
  39. package/dist/es/icons/bi-reach-cl.js +0 -122
  40. package/dist/es/icons/bi-social-analysis-cl.js +0 -116
  41. package/dist/es/icons/bi-stratification-cl.js +0 -116
  42. package/dist/es/icons/bi-support-cl.js +0 -116
  43. package/dist/es/icons/bi-target-player-cl.js +0 -123
  44. package/dist/es/icons/bi-user-identification-cl.js +0 -116
  45. package/dist/es/icons/bi-user-operation-cl.js +0 -116
  46. package/dist/lib/icons/bi-Indicator-cl.js +0 -123
  47. package/dist/lib/icons/bi-ai-cl.js +0 -123
  48. package/dist/lib/icons/bi-alert-cl.js +0 -123
  49. package/dist/lib/icons/bi-analysis-cl.js +0 -123
  50. package/dist/lib/icons/bi-beginner-guide-cl.js +0 -123
  51. package/dist/lib/icons/bi-closed-loop-cl.js +0 -125
  52. package/dist/lib/icons/bi-commercial-adaptation-cl.js +0 -123
  53. package/dist/lib/icons/bi-control-cl.js +0 -123
  54. package/dist/lib/icons/bi-crowd-cl.js +0 -123
  55. package/dist/lib/icons/bi-data-closed-loop-cl.js +0 -123
  56. package/dist/lib/icons/bi-disassembly-cl.js +0 -134
  57. package/dist/lib/icons/bi-gameplay-cl.js +0 -123
  58. package/dist/lib/icons/bi-gift-cl.js +0 -123
  59. package/dist/lib/icons/bi-group-cl.js +0 -123
  60. package/dist/lib/icons/bi-guide-cl.js +0 -126
  61. package/dist/lib/icons/bi-model-cl.js +0 -123
  62. package/dist/lib/icons/bi-operational-empowerment-cl.js +0 -123
  63. package/dist/lib/icons/bi-path-analysis-cl.js +0 -123
  64. package/dist/lib/icons/bi-path-cl.js +0 -123
  65. package/dist/lib/icons/bi-personalized-deployment-cl.js +0 -123
  66. package/dist/lib/icons/bi-query-cl.js +0 -123
  67. package/dist/lib/icons/bi-quick-start-cl.js +0 -123
  68. package/dist/lib/icons/bi-reach-cl.js +0 -129
  69. package/dist/lib/icons/bi-social-analysis-cl.js +0 -123
  70. package/dist/lib/icons/bi-stratification-cl.js +0 -123
  71. package/dist/lib/icons/bi-support-cl.js +0 -123
  72. package/dist/lib/icons/bi-target-player-cl.js +0 -130
  73. package/dist/lib/icons/bi-user-identification-cl.js +0 -123
  74. package/dist/lib/icons/bi-user-operation-cl.js +0 -123
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "1.21.63",
3
+ "version": "1.21.70",
4
4
  "description": "Icon automation workflow with Figma",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",
@@ -1,116 +0,0 @@
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 BiIndicatorCl = function BiIndicatorCl(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: "M12.285 3.187L6.211 4.815c-2.638.706-3.79 2.7-3.083 5.337l1.625 6.063c.708 2.645 2.702 3.795 5.34 3.088l6.067-1.625c2.638-.707 3.79-2.7 3.083-5.338l-1.626-6.07c-.7-2.64-2.694-3.79-5.332-3.083z",
50
- fill: "url(#paint0_linear_10857_420)"
51
- }), /*#__PURE__*/React.createElement("foreignObject", {
52
- x: "-5.333",
53
- y: "-5.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_10857_420_clip_path)"
62
- })), /*#__PURE__*/React.createElement("path", {
63
- "data-figma-bg-blurRadius": "12.333",
64
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.691-.69 1.711-1.082 3.027-1.082z",
65
- fill: "#5B9BFF",
66
- fillOpacity: ".4",
67
- stroke: "url(#paint1_linear_10857_420)",
68
- strokeWidth: ".5"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M10.509 16.706a.324.324 0 01.63 0v-2.35a.335.335 0 01-.63 0v-2.593A1.264 1.264 0 0111.77 10.5h5.47a1.261 1.261 0 011.262 1.263v5.475A1.264 1.264 0 0117.24 18.5h-5.47a1.261 1.261 0 01-1.261-1.262v-.532zm1.262-5.574a.628.628 0 00-.584.39.633.633 0 00-.047.242v5.474a.632.632 0 00.63.632h5.47a.63.63 0 00.63-.632v-5.475a.632.632 0 00-.63-.632h-5.47v.001zm3.288 2.157a.21.21 0 00-.1.354c.164.056.32.133.465.228.152.106.291.23.414.369.1.158.177.33.228.51a.21.21 0 00.3-.004.211.211 0 00.053-.096l.352-1.46a.21.21 0 00-.254-.253l-1.458.352zm.402.492l-2.107 2.127.15.15a.42.42 0 00.596 0l1.805-1.831-.446-.446h.002zm-3.296.935l-.445-.446-1.116 1.11a.316.316 0 00.344.517.317.317 0 00.102-.07l1.116-1.11zm1.19 1.19l.447-.445-1.338-1.34a.42.42 0 00-.594 0l-.15.151 1.635 1.638v-.003z",
71
- fill: "#fff"
72
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
73
- id: "paint0_linear_10857_420",
74
- x1: "6.051",
75
- y1: "20.387",
76
- x2: "21.516",
77
- y2: "14.153",
78
- gradientUnits: "userSpaceOnUse"
79
- }, /*#__PURE__*/React.createElement("stop", {
80
- stopColor: "#73BCFF"
81
- }), /*#__PURE__*/React.createElement("stop", {
82
- offset: "1",
83
- stopColor: "#4F7BFF"
84
- })), /*#__PURE__*/React.createElement("linearGradient", {
85
- id: "paint1_linear_10857_420",
86
- x1: "8.673",
87
- y1: "9.084",
88
- x2: "20.995",
89
- y2: "21.405",
90
- gradientUnits: "userSpaceOnUse"
91
- }, /*#__PURE__*/React.createElement("stop", {
92
- stopColor: "#fff"
93
- }), /*#__PURE__*/React.createElement("stop", {
94
- offset: "1",
95
- stopColor: "#2F63FF",
96
- stopOpacity: ".2"
97
- })), /*#__PURE__*/React.createElement("clipPath", {
98
- id: "bgblur_0_10857_420_clip_path",
99
- transform: "translate(5.333 5.333)"
100
- }, /*#__PURE__*/React.createElement("path", {
101
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.691-.69 1.711-1.082 3.027-1.082z"
102
- }))))));
103
- };
104
- BiIndicatorCl.propTypes = {
105
- iconClassName: PropTypes.string,
106
- spin: PropTypes.bool,
107
- color: PropTypes.string,
108
- testid: PropTypes.string,
109
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
110
- };
111
- BiIndicatorCl.defaultProps = {
112
- spin: false,
113
- color: 'currentColor',
114
- size: '1em'
115
- };
116
- export default BiIndicatorCl;
@@ -1,116 +0,0 @@
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 BiAiCl = function BiAiCl(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: "M12.285 3.187L6.211 4.814c-2.638.707-3.79 2.7-3.083 5.338l1.625 6.063c.708 2.645 2.702 3.795 5.34 3.088l6.067-1.625c2.638-.707 3.79-2.7 3.083-5.338l-1.626-6.07c-.7-2.64-2.694-3.79-5.332-3.083z",
50
- fill: "url(#paint0_linear_10857_397)"
51
- }), /*#__PURE__*/React.createElement("foreignObject", {
52
- x: "-5.333",
53
- y: "-5.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_10857_397_clip_path)"
62
- })), /*#__PURE__*/React.createElement("path", {
63
- "data-figma-bg-blurRadius": "12.333",
64
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z",
65
- fill: "#5B9BFF",
66
- fillOpacity: ".4",
67
- stroke: "url(#paint1_linear_10857_397)",
68
- strokeWidth: ".5"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M18.115 11.5c-.474 0-.88.322-.965.764-.085.444.273.852.748.852h.916c.022 0 .041-.015.045-.035l.127-.662c.092-.478-.294-.919-.806-.919h-.065zm-5.956 4.513c-.036.07.018.151.1.151h.817c.32 0 .534.314.404.591l-.234.497a.444.444 0 01-.403.248h-2.341c-.37 0-.612-.366-.452-.683l2.356-4.654a.667.667 0 01.598-.357h1.255c.303 0 .567.195.642.473l1.272 4.697c.072.265-.14.524-.428.524h-.75a.439.439 0 01-.427-.31l-.99-3.503c-.026-.093-.16-.106-.205-.019l-1.214 2.345zm4.969-1.803a.494.494 0 01.514-.417l.574.018c.292.009.514.252.482.527l-.315 2.738a.493.493 0 01-.498.424h-.618c-.3 0-.534-.25-.497-.535l.358-2.755z",
71
- fill: "#fff"
72
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
73
- id: "paint0_linear_10857_397",
74
- x1: "6.051",
75
- y1: "20.387",
76
- x2: "21.516",
77
- y2: "14.153",
78
- gradientUnits: "userSpaceOnUse"
79
- }, /*#__PURE__*/React.createElement("stop", {
80
- stopColor: "#73BCFF"
81
- }), /*#__PURE__*/React.createElement("stop", {
82
- offset: "1",
83
- stopColor: "#4F7BFF"
84
- })), /*#__PURE__*/React.createElement("linearGradient", {
85
- id: "paint1_linear_10857_397",
86
- x1: "8.673",
87
- y1: "9.084",
88
- x2: "20.995",
89
- y2: "21.405",
90
- gradientUnits: "userSpaceOnUse"
91
- }, /*#__PURE__*/React.createElement("stop", {
92
- stopColor: "#fff"
93
- }), /*#__PURE__*/React.createElement("stop", {
94
- offset: "1",
95
- stopColor: "#2F63FF",
96
- stopOpacity: ".2"
97
- })), /*#__PURE__*/React.createElement("clipPath", {
98
- id: "bgblur_0_10857_397_clip_path",
99
- transform: "translate(5.333 5.333)"
100
- }, /*#__PURE__*/React.createElement("path", {
101
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z"
102
- }))))));
103
- };
104
- BiAiCl.propTypes = {
105
- iconClassName: PropTypes.string,
106
- spin: PropTypes.bool,
107
- color: PropTypes.string,
108
- testid: PropTypes.string,
109
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
110
- };
111
- BiAiCl.defaultProps = {
112
- spin: false,
113
- color: 'currentColor',
114
- size: '1em'
115
- };
116
- export default BiAiCl;
@@ -1,116 +0,0 @@
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 BiAlertCl = function BiAlertCl(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: "M12.285 3.187L6.211 4.814c-2.638.707-3.79 2.7-3.083 5.338l1.625 6.063c.708 2.645 2.702 3.795 5.34 3.088l6.067-1.625c2.638-.707 3.79-2.7 3.083-5.338l-1.626-6.07c-.7-2.64-2.694-3.79-5.332-3.083z",
50
- fill: "url(#paint0_linear_10857_399)"
51
- }), /*#__PURE__*/React.createElement("foreignObject", {
52
- x: "-5.333",
53
- y: "-5.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_10857_399_clip_path)"
62
- })), /*#__PURE__*/React.createElement("path", {
63
- "data-figma-bg-blurRadius": "12.333",
64
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z",
65
- fill: "#5B9BFF",
66
- fillOpacity: ".4",
67
- stroke: "url(#paint1_linear_10857_399)",
68
- strokeWidth: ".5"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M14.53 12.022c1.646 0 2.984 1.35 2.984 3.008v2.71h.25c.267 0 .482.219.482.487a.486.486 0 01-.483.488h-6.526a.487.487 0 010-.976h.31V15.03c0-1.658 1.338-3.007 2.984-3.008zm0 .976a2.028 2.028 0 00-2.016 2.032v2.71h4.034v-2.71c0-1.12-.905-2.032-2.017-2.032zm-.649.28a.483.483 0 01.605.322.488.488 0 01-.314.607.834.834 0 00-.523.678l-.01.11a.485.485 0 01-.483.468h-.018a.486.486 0 01-.465-.505 1.806 1.806 0 011.208-1.68zm-.956 1.29c-.03.12-.05.252-.056.397l.019-.208c.01-.066.022-.13.037-.19zm1.014-1.101zm.818-.656c.038.004.076.01.114.017-.038-.006-.076-.014-.114-.018l-.226-.01.226.011zm-3.164-1.786a.482.482 0 01.67.139l.45.69a.49.49 0 01-.136.673v.001a.479.479 0 01-.671-.137l-.451-.691a.491.491 0 01.138-.675zm5.663-.071a.49.49 0 01.312.747l-.45.69a.488.488 0 01-.405.22.478.478 0 01-.264-.082v.001a.49.49 0 01-.183-.59l.045-.086.45-.689a.49.49 0 01.307-.21.48.48 0 01.188-.001zm-.78 1.332a.292.292 0 00.08.08v-.002a.288.288 0 01-.106-.128l.027.05zm-4.857-.694l.45.69h.002l-.451-.691h-.002zm2.912-1.307c.267 0 .483.22.483.488v.74a.485.485 0 01-.483.486.486.486 0 01-.484-.486v-.74c0-.269.217-.487.484-.488zm.275 1.304l.007-.019.005-.057v-.001a.278.278 0 01-.012.077zm2.119-.316h.001a.294.294 0 00-.001 0z",
71
- fill: "#fff"
72
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
73
- id: "paint0_linear_10857_399",
74
- x1: "6.051",
75
- y1: "20.387",
76
- x2: "21.516",
77
- y2: "14.153",
78
- gradientUnits: "userSpaceOnUse"
79
- }, /*#__PURE__*/React.createElement("stop", {
80
- stopColor: "#73BCFF"
81
- }), /*#__PURE__*/React.createElement("stop", {
82
- offset: "1",
83
- stopColor: "#4F7BFF"
84
- })), /*#__PURE__*/React.createElement("linearGradient", {
85
- id: "paint1_linear_10857_399",
86
- x1: "8.673",
87
- y1: "9.084",
88
- x2: "20.995",
89
- y2: "21.405",
90
- gradientUnits: "userSpaceOnUse"
91
- }, /*#__PURE__*/React.createElement("stop", {
92
- stopColor: "#fff"
93
- }), /*#__PURE__*/React.createElement("stop", {
94
- offset: "1",
95
- stopColor: "#2F63FF",
96
- stopOpacity: ".2"
97
- })), /*#__PURE__*/React.createElement("clipPath", {
98
- id: "bgblur_0_10857_399_clip_path",
99
- transform: "translate(5.333 5.333)"
100
- }, /*#__PURE__*/React.createElement("path", {
101
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z"
102
- }))))));
103
- };
104
- BiAlertCl.propTypes = {
105
- iconClassName: PropTypes.string,
106
- spin: PropTypes.bool,
107
- color: PropTypes.string,
108
- testid: PropTypes.string,
109
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
110
- };
111
- BiAlertCl.defaultProps = {
112
- spin: false,
113
- color: 'currentColor',
114
- size: '1em'
115
- };
116
- export default BiAlertCl;
@@ -1,116 +0,0 @@
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 BiAnalysisCl = function BiAnalysisCl(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: "M12.285 3.187L6.211 4.815c-2.638.706-3.79 2.7-3.083 5.337l1.625 6.063c.708 2.645 2.702 3.795 5.34 3.088l6.067-1.625c2.638-.707 3.79-2.7 3.083-5.338l-1.626-6.07c-.7-2.64-2.694-3.79-5.332-3.083z",
50
- fill: "url(#paint0_linear_10857_425)"
51
- }), /*#__PURE__*/React.createElement("foreignObject", {
52
- x: "-5.333",
53
- y: "-5.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_10857_425_clip_path)"
62
- })), /*#__PURE__*/React.createElement("path", {
63
- "data-figma-bg-blurRadius": "12.333",
64
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z",
65
- fill: "#5B9BFF",
66
- fillOpacity: ".4",
67
- stroke: "url(#paint1_linear_10857_425)",
68
- strokeWidth: ".5"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M17.648 10.578c.564 0 1.003.479 1 1.048v4.677c0 .566-.438 1.045-1 1.045h-2.1c.049.22.137.514.302.683a.213.213 0 01.096.176.22.22 0 01-.224.215h-2.444a.224.224 0 01-.206-.133.209.209 0 01.049-.233c.181-.175.276-.483.326-.708h-2.095c-.562 0-1-.48-1-1.045v-4.68c0-.566.438-1.045 1-1.045h6.296zm-3.738 6.77c-.03.19-.085.458-.19.644h1.557c-.105-.185-.16-.455-.19-.644H13.91zm-2.558-5.952c-.105 0-.208.092-.208.23v4.68c0 .137.103.23.208.23h6.296c.105 0 .209-.092.209-.23v-4.68c0-.138-.104-.23-.21-.23h-6.295zm6.696.143a.459.459 0 01.008.087v4.68l-.008.083a.454.454 0 00.01-.083v-4.68a.436.436 0 00-.01-.087zm-3.547.768c1.057 0 2.046.597 2.645 1.597a.204.204 0 010 .211c-.599 1-1.588 1.598-2.646 1.598-1.057 0-2.046-.598-2.645-1.598a.204.204 0 010-.21c.599-1 1.588-1.598 2.646-1.598zm0 .425c-.86 0-1.67.476-2.193 1.278.523.802 1.334 1.277 2.193 1.277s1.67-.475 2.192-1.277c-.523-.802-1.334-1.278-2.193-1.278zm.013.407c.494 0 .897.384.897.857s-.403.858-.897.858-.896-.385-.896-.858.402-.857.896-.857zm0 .428a.44.44 0 00-.448.43c0 .236.201.429.448.429a.44.44 0 00.448-.43.44.44 0 00-.448-.429zm3.363-2.298zm-.075-.042zm-.079-.024z",
71
- fill: "#fff"
72
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
73
- id: "paint0_linear_10857_425",
74
- x1: "6.051",
75
- y1: "20.387",
76
- x2: "21.516",
77
- y2: "14.153",
78
- gradientUnits: "userSpaceOnUse"
79
- }, /*#__PURE__*/React.createElement("stop", {
80
- stopColor: "#73BCFF"
81
- }), /*#__PURE__*/React.createElement("stop", {
82
- offset: "1",
83
- stopColor: "#4F7BFF"
84
- })), /*#__PURE__*/React.createElement("linearGradient", {
85
- id: "paint1_linear_10857_425",
86
- x1: "8.673",
87
- y1: "9.084",
88
- x2: "20.995",
89
- y2: "21.405",
90
- gradientUnits: "userSpaceOnUse"
91
- }, /*#__PURE__*/React.createElement("stop", {
92
- stopColor: "#fff"
93
- }), /*#__PURE__*/React.createElement("stop", {
94
- offset: "1",
95
- stopColor: "#2F63FF",
96
- stopOpacity: ".2"
97
- })), /*#__PURE__*/React.createElement("clipPath", {
98
- id: "bgblur_0_10857_425_clip_path",
99
- transform: "translate(5.333 5.333)"
100
- }, /*#__PURE__*/React.createElement("path", {
101
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z"
102
- }))))));
103
- };
104
- BiAnalysisCl.propTypes = {
105
- iconClassName: PropTypes.string,
106
- spin: PropTypes.bool,
107
- color: PropTypes.string,
108
- testid: PropTypes.string,
109
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
110
- };
111
- BiAnalysisCl.defaultProps = {
112
- spin: false,
113
- color: 'currentColor',
114
- size: '1em'
115
- };
116
- export default BiAnalysisCl;
@@ -1,116 +0,0 @@
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 BiBeginnerGuideCl = function BiBeginnerGuideCl(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: "M12.285 3.187L6.211 4.815c-2.638.706-3.79 2.7-3.083 5.337l1.625 6.063c.708 2.645 2.702 3.795 5.34 3.088l6.067-1.625c2.638-.707 3.79-2.7 3.083-5.338l-1.626-6.07c-.7-2.64-2.694-3.79-5.332-3.083z",
50
- fill: "url(#paint0_linear_10857_405)"
51
- }), /*#__PURE__*/React.createElement("foreignObject", {
52
- x: "-5.333",
53
- y: "-5.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_10857_405_clip_path)"
62
- })), /*#__PURE__*/React.createElement("path", {
63
- "data-figma-bg-blurRadius": "12.333",
64
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z",
65
- fill: "#5B9BFF",
66
- fillOpacity: ".4",
67
- stroke: "url(#paint1_linear_10857_405)",
68
- strokeWidth: ".5"
69
- }), /*#__PURE__*/React.createElement("path", {
70
- d: "M11.662 17.447V17h5.676v.443l-5.676.004zm.855-5.884v2.167c.002.072.037.14.098.191.06.05.142.079.227.079.214 0 .42-.072.572-.2l.33-.267.32.274a.89.89 0 00.55.193c.086 0 .169-.03.23-.081a.258.258 0 00.095-.196v-2.16h2.387v4.877h-5.664v-4.877h.855zm1.771 0v1.64l-.078-.066-.306-.26a.25.25 0 00-.159-.055c-.059 0-.116.02-.158.055l-.392.333v-1.667l1.093.02zm3.05-.563h-5.676a.726.726 0 00-.468.165.524.524 0 00-.194.398v5.884a.527.527 0 00.198.392c.124.103.29.161.464.161h5.676c.175 0 .344-.06.468-.165a.524.524 0 00.194-.398v-5.874c0-.15-.07-.292-.194-.398a.726.726 0 00-.468-.165z",
71
- fill: "#fff"
72
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
73
- id: "paint0_linear_10857_405",
74
- x1: "6.051",
75
- y1: "20.387",
76
- x2: "21.516",
77
- y2: "14.153",
78
- gradientUnits: "userSpaceOnUse"
79
- }, /*#__PURE__*/React.createElement("stop", {
80
- stopColor: "#73BCFF"
81
- }), /*#__PURE__*/React.createElement("stop", {
82
- offset: "1",
83
- stopColor: "#4F7BFF"
84
- })), /*#__PURE__*/React.createElement("linearGradient", {
85
- id: "paint1_linear_10857_405",
86
- x1: "8.673",
87
- y1: "9.084",
88
- x2: "20.995",
89
- y2: "21.405",
90
- gradientUnits: "userSpaceOnUse"
91
- }, /*#__PURE__*/React.createElement("stop", {
92
- stopColor: "#fff"
93
- }), /*#__PURE__*/React.createElement("stop", {
94
- offset: "1",
95
- stopColor: "#2F63FF",
96
- stopOpacity: ".2"
97
- })), /*#__PURE__*/React.createElement("clipPath", {
98
- id: "bgblur_0_10857_405_clip_path",
99
- transform: "translate(5.333 5.333)"
100
- }, /*#__PURE__*/React.createElement("path", {
101
- d: "M11.36 7.25h6.288c1.316 0 2.336.391 3.026 1.082.69.69 1.08 1.71 1.076 3.024v6.287c0 1.315-.391 2.334-1.082 3.025-.691.69-1.712 1.082-3.027 1.082h-6.282c-1.316 0-2.336-.392-3.027-1.083-.69-.692-1.082-1.713-1.082-3.032v-6.278c0-1.315.391-2.334 1.082-3.025.648-.647 1.585-1.032 2.784-1.077l.243-.005z"
102
- }))))));
103
- };
104
- BiBeginnerGuideCl.propTypes = {
105
- iconClassName: PropTypes.string,
106
- spin: PropTypes.bool,
107
- color: PropTypes.string,
108
- testid: PropTypes.string,
109
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
110
- };
111
- BiBeginnerGuideCl.defaultProps = {
112
- spin: false,
113
- color: 'currentColor',
114
- size: '1em'
115
- };
116
- export default BiBeginnerGuideCl;