@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.
@@ -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;
@@ -0,0 +1,120 @@
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 BiOperationPolicyCl = function BiOperationPolicyCl(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_184)"
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_184_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_184)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M13.5 15.136a1.636 1.636 0 100-3.273 1.636 1.636 0 000 3.273z",
70
+ fill: "#fff"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ fillRule: "evenodd",
73
+ clipRule: "evenodd",
74
+ d: "M13.09 9h.82v.84a3.683 3.683 0 013.25 3.25H18v.82h-.84a3.683 3.683 0 01-3.25 3.25V18h-.82v-.84a3.683 3.683 0 01-3.25-3.25H9v-.82h.84a3.683 3.683 0 013.25-3.25V9zm-2.454 4.5a2.864 2.864 0 105.728 0 2.864 2.864 0 00-5.728 0z",
75
+ fill: "#fff"
76
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
77
+ id: "paint0_linear_10837_184",
78
+ x1: "4.781",
79
+ y1: "19.277",
80
+ x2: "19.215",
81
+ y2: "13.459",
82
+ gradientUnits: "userSpaceOnUse"
83
+ }, /*#__PURE__*/React.createElement("stop", {
84
+ stopColor: "#73BCFF"
85
+ }), /*#__PURE__*/React.createElement("stop", {
86
+ offset: "1",
87
+ stopColor: "#4F7BFF"
88
+ })), /*#__PURE__*/React.createElement("linearGradient", {
89
+ id: "paint1_linear_10837_184",
90
+ x1: "7.673",
91
+ y1: "8.084",
92
+ x2: "19.995",
93
+ y2: "20.405",
94
+ gradientUnits: "userSpaceOnUse"
95
+ }, /*#__PURE__*/React.createElement("stop", {
96
+ stopColor: "#fff"
97
+ }), /*#__PURE__*/React.createElement("stop", {
98
+ offset: "1",
99
+ stopColor: "#2F63FF",
100
+ stopOpacity: ".2"
101
+ })), /*#__PURE__*/React.createElement("clipPath", {
102
+ id: "bgblur_0_10837_184_clip_path",
103
+ transform: "translate(6.333 6.333)"
104
+ }, /*#__PURE__*/React.createElement("path", {
105
+ 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"
106
+ }))))));
107
+ };
108
+ BiOperationPolicyCl.propTypes = {
109
+ iconClassName: PropTypes.string,
110
+ spin: PropTypes.bool,
111
+ color: PropTypes.string,
112
+ testid: PropTypes.string,
113
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
114
+ };
115
+ BiOperationPolicyCl.defaultProps = {
116
+ spin: false,
117
+ color: 'currentColor',
118
+ size: '1em'
119
+ };
120
+ export default BiOperationPolicyCl;