@tant/icons 1.20.36 → 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.
@@ -49,14 +49,59 @@ var PlanetCl = function PlanetCl(props) {
49
49
  fillRule: "evenodd",
50
50
  clipRule: "evenodd",
51
51
  d: "M12 5c1.93 0 3.677.781 4.943 2.044a.9.9 0 01.296-.09c1.275-.155 2.433-.169 3.347.003.85.16 1.816.548 2.154 1.484.291.81-.046 1.605-.471 2.205a5.97 5.97 0 01-.617.725 4.013 4.013 0 00-1.103-1.453c.097-.109.181-.213.251-.312.142-.2.207-.35.234-.448a.356.356 0 00.014-.09l-.002-.012v-.003s0-.003-.002-.005a.485.485 0 00-.12-.099c-.127-.077-.341-.161-.67-.223-.525-.1-1.234-.122-2.097-.055.06.113.12.226.175.343a3.99 3.99 0 00-1.88.297 5.2 5.2 0 10-8.266 6.223c1.439-.26 3.077-.698 4.786-1.314a33.86 33.86 0 001.107-.423c.122.607.383 1.165.748 1.638a34.068 34.068 0 01-4.525 1.48 5.191 5.191 0 005.037-.93 3.99 3.99 0 001.68.893A6.979 6.979 0 0112 19a6.97 6.97 0 01-4.395-1.554c-.488.068-.953.118-1.392.144-1.012.06-1.937.012-2.678-.187-.711-.19-1.479-.587-1.77-1.396-.322-.892.115-1.764.62-2.406.538-.684 1.355-1.376 2.338-2.037a.895.895 0 01.302-.13A6.999 6.999 0 0112 5zm-6.846 8.464c-.61.456-1.063.88-1.354 1.25-.186.237-.281.42-.321.544a.43.43 0 00-.023.117l.001.017.002.006a.332.332 0 00.075.071c.083.06.23.132.467.196.48.129 1.188.184 2.105.129l.012-.001a6.957 6.957 0 01-.964-2.33z",
52
- fill: "#7E7F80"
52
+ fill: "url(#paint0_linear_10623_66)"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
54
  d: "M18 10a3 3 0 110 6 3 3 0 010-6z",
55
- fill: "#7E7F80"
55
+ fill: "url(#paint1_linear_10623_66)"
56
56
  }), /*#__PURE__*/React.createElement("path", {
57
57
  d: "M9.612 8.81c.89-.447 1.855-.325 2.156.273l.047.115c.191.588-.28 1.359-1.114 1.779l-.167.076c-.841.353-1.708.211-1.99-.349-.3-.598.178-1.446 1.068-1.893z",
58
- fill: "#7E7F80"
59
- }))));
58
+ fill: "url(#paint2_linear_10623_66)"
59
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
60
+ id: "paint0_linear_10623_66",
61
+ x1: "1.654",
62
+ y1: "12",
63
+ x2: "23.451",
64
+ y2: "12",
65
+ gradientUnits: "userSpaceOnUse"
66
+ }, /*#__PURE__*/React.createElement("stop", {
67
+ stopColor: "#1E76F0"
68
+ }), /*#__PURE__*/React.createElement("stop", {
69
+ offset: ".355",
70
+ stopColor: "#9747FF"
71
+ }), /*#__PURE__*/React.createElement("stop", {
72
+ offset: ".965",
73
+ stopColor: "#1E76F0"
74
+ })), /*#__PURE__*/React.createElement("linearGradient", {
75
+ id: "paint1_linear_10623_66",
76
+ x1: "1.654",
77
+ y1: "12",
78
+ x2: "23.451",
79
+ y2: "12",
80
+ gradientUnits: "userSpaceOnUse"
81
+ }, /*#__PURE__*/React.createElement("stop", {
82
+ stopColor: "#1E76F0"
83
+ }), /*#__PURE__*/React.createElement("stop", {
84
+ offset: ".355",
85
+ stopColor: "#9747FF"
86
+ }), /*#__PURE__*/React.createElement("stop", {
87
+ offset: ".965",
88
+ stopColor: "#1E76F0"
89
+ })), /*#__PURE__*/React.createElement("linearGradient", {
90
+ id: "paint2_linear_10623_66",
91
+ x1: "1.654",
92
+ y1: "12",
93
+ x2: "23.451",
94
+ y2: "12",
95
+ gradientUnits: "userSpaceOnUse"
96
+ }, /*#__PURE__*/React.createElement("stop", {
97
+ stopColor: "#1E76F0"
98
+ }), /*#__PURE__*/React.createElement("stop", {
99
+ offset: ".355",
100
+ stopColor: "#9747FF"
101
+ }), /*#__PURE__*/React.createElement("stop", {
102
+ offset: ".965",
103
+ stopColor: "#1E76F0"
104
+ }))))));
60
105
  };
61
106
  PlanetCl.propTypes = {
62
107
  iconClassName: PropTypes.string,
@@ -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 BiOperationalAnalysisCl = function BiOperationalAnalysisCl(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_220)"
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_220_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_220)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ 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",
70
+ fill: "#fff"
71
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
72
+ id: "paint0_linear_10837_220",
73
+ x1: "4.781",
74
+ y1: "19.277",
75
+ x2: "19.215",
76
+ y2: "13.459",
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_10837_220",
85
+ x1: "7.673",
86
+ y1: "8.084",
87
+ x2: "19.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_10837_220_clip_path",
98
+ transform: "translate(6.333 6.333)"
99
+ }, /*#__PURE__*/React.createElement("path", {
100
+ 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"
101
+ }))))));
102
+ };
103
+ BiOperationalAnalysisCl.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
+ BiOperationalAnalysisCl.defaultProps = {
111
+ spin: false,
112
+ color: 'currentColor',
113
+ size: '1em'
114
+ };
115
+ export default BiOperationalAnalysisCl;
@@ -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 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: "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_10822_595)"
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_10822_595_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_10822_595)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M17.115 10c-.474 0-.88.322-.965.764-.085.443.273.852.748.852h.916c.022 0 .041-.015.045-.036l.127-.66c.092-.48-.294-.92-.806-.92h-.065zm-5.956 4.513c-.036.07.018.152.1.152h.817c.32 0 .534.313.404.59l-.234.496a.444.444 0 01-.403.249H9.502c-.37 0-.612-.366-.452-.682l2.356-4.655a.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-.311l-.99-3.502c-.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.737a.493.493 0 01-.498.425h-.618c-.3 0-.534-.25-.497-.535l.358-2.755z",
70
+ fill: "#fff"
71
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
72
+ id: "paint0_linear_10822_595",
73
+ x1: "4.781",
74
+ y1: "19.277",
75
+ x2: "19.215",
76
+ y2: "13.459",
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_595",
85
+ x1: "7.673",
86
+ y1: "8.084",
87
+ x2: "19.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_595_clip_path",
98
+ transform: "translate(6.333 6.333)"
99
+ }, /*#__PURE__*/React.createElement("path", {
100
+ 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"
101
+ }))))));
102
+ };
103
+ BiAiCl.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
+ BiAiCl.defaultProps = {
111
+ spin: false,
112
+ color: 'currentColor',
113
+ size: '1em'
114
+ };
115
+ export default BiAiCl;
@@ -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 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: "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_10837_135)"
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_10837_135_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_10837_135)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M15.033 10.855c1.757 0 3.185 1.44 3.185 3.211v2.893h.267c.285 0 .515.234.515.52 0 .287-.23.52-.515.521h-6.968a.52.52 0 010-1.041h.331v-2.893c0-1.77 1.428-3.211 3.185-3.211zm0 1.04a2.165 2.165 0 00-2.153 2.171v2.893h4.306v-2.893c0-1.196-.966-2.17-2.153-2.17zm-.693.3a.516.516 0 01.645.344.52.52 0 01-.335.648.89.89 0 00-.559.724l-.01.117c-.01.28-.238.5-.516.5h-.019a.519.519 0 01-.496-.54 1.928 1.928 0 011.29-1.792zm-1.021 1.377c-.033.128-.055.27-.06.425l.02-.223c.01-.07.023-.138.04-.202zm1.082-1.175zm.874-.7c.04.004.081.011.121.017-.04-.006-.08-.014-.121-.018l-.242-.011.242.012zM11.896 9.79a.514.514 0 01.715.148l.482.737c.156.24.09.56-.146.719a.512.512 0 01-.716-.146l-.482-.738a.524.524 0 01.147-.72zm6.047-.077c.066.013.13.04.185.077h.002a.52.52 0 01.147.721l-.482.738a.52.52 0 01-.432.233.519.519 0 01-.478-.716l.049-.09.48-.737a.522.522 0 01.328-.224.514.514 0 01.201-.002zm-.832 1.423a.32.32 0 00.085.085v-.001a.31.31 0 01-.114-.138l.029.054zm-5.187-.741l.481.737h.002l-.482-.738h-.001zM15.034 9c.284 0 .515.234.515.52v.79c0 .287-.23.52-.516.52a.52.52 0 01-.516-.52v-.79a.52.52 0 01.516-.52zm.293 1.392c.002-.007.006-.013.007-.02l.006-.062a.293.293 0 01-.013.082zm2.262-.337h.002a.322.322 0 00-.001 0z",
70
+ fill: "#fff"
71
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
72
+ id: "paint0_linear_10837_135",
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_10837_135",
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_10837_135_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
+ BiAlertCl.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
+ BiAlertCl.defaultProps = {
111
+ spin: false,
112
+ color: 'currentColor',
113
+ size: '1em'
114
+ };
115
+ export default BiAlertCl;
@@ -0,0 +1,117 @@
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 BiChannelReachCl = function BiChannelReachCl(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_215)"
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_215_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_215)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ fillRule: "evenodd",
70
+ clipRule: "evenodd",
71
+ d: "M10 10h4.8v.778H10V10zm.4 6.222h4.4V17h-4.4v-.778zm4.4-3.11h-4v.777h4v-.778zm-3.2-1.556H18v.777h-6.4v-.777zm6.4 3.11h-6.4v.778H18v-.777z",
72
+ fill: "#fff"
73
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
74
+ id: "paint0_linear_10837_215",
75
+ x1: "4.781",
76
+ y1: "19.277",
77
+ x2: "19.215",
78
+ y2: "13.459",
79
+ gradientUnits: "userSpaceOnUse"
80
+ }, /*#__PURE__*/React.createElement("stop", {
81
+ stopColor: "#73BCFF"
82
+ }), /*#__PURE__*/React.createElement("stop", {
83
+ offset: "1",
84
+ stopColor: "#4F7BFF"
85
+ })), /*#__PURE__*/React.createElement("linearGradient", {
86
+ id: "paint1_linear_10837_215",
87
+ x1: "7.673",
88
+ y1: "8.084",
89
+ x2: "19.995",
90
+ y2: "20.405",
91
+ gradientUnits: "userSpaceOnUse"
92
+ }, /*#__PURE__*/React.createElement("stop", {
93
+ stopColor: "#fff"
94
+ }), /*#__PURE__*/React.createElement("stop", {
95
+ offset: "1",
96
+ stopColor: "#2F63FF",
97
+ stopOpacity: ".2"
98
+ })), /*#__PURE__*/React.createElement("clipPath", {
99
+ id: "bgblur_0_10837_215_clip_path",
100
+ transform: "translate(6.333 6.333)"
101
+ }, /*#__PURE__*/React.createElement("path", {
102
+ 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"
103
+ }))))));
104
+ };
105
+ BiChannelReachCl.propTypes = {
106
+ iconClassName: PropTypes.string,
107
+ spin: PropTypes.bool,
108
+ color: PropTypes.string,
109
+ testid: PropTypes.string,
110
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
111
+ };
112
+ BiChannelReachCl.defaultProps = {
113
+ spin: false,
114
+ color: 'currentColor',
115
+ size: '1em'
116
+ };
117
+ export default BiChannelReachCl;