@tant/icons 1.22.33 → 1.22.35

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,63 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ import React from 'react';
12
+ import PropTypes from 'prop-types';
13
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
+ var CopywritingAiGray = function CopywritingAiGray(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ xmlns: "http://www.w3.org/2000/svg"
47
+ }, /*#__PURE__*/React.createElement("path", {
48
+ d: "M16.628 2C18.486 2 19.5 3.026 19.5 4.884v.67c0 .569-.174 1.03-.8 1.031-.428 0-.77-.462-.77-1.031v-.67c0-.72-.583-1.302-1.302-1.302H4.962c-.719 0-1.302.583-1.302 1.302v14.232c0 .72.621 1.184 1.34 1.184h12.5c.57 0 .8.565.8 1 0 .358-.23.7-.8.7H5c-1.858 0-3-1.026-3-2.884V4.884C2 3.026 3.104 2 4.962 2h11.666zm-.424 8c.063 0 .085.021.106.085l2.603 8.799c.02.073 0 .105-.075.105h-1.36c-.075 0-.106-.021-.127-.074l-.68-2.45c.009.012-2.587 0-2.613 0l-.649 2.45c-.02.074-.042.085-.127.085h-1.19c-.084 0-.106-.021-.084-.127l2.326-8.11c.042-.137.074-.276.085-.678 0-.064.021-.085.074-.085h1.711zm5.29.07c.074 0 .105.028.106.142v8.645c0 .1-.02.143-.106.143H20.22c-.085 0-.107-.057-.107-.143l-.01-8.645.005-.064c.01-.054.038-.079.102-.079h1.285zM8.202 15.204a.89.89 0 01.895.883.89.89 0 01-.896.884H6.493a.89.89 0 01-.893-.884.89.89 0 01.894-.883h1.708zm7.13-3.89c-.17.954-.605 2.565-.955 3.827h1.954c-.223-.902-.764-2.873-.977-3.827h-.022zm-5.214-.713c.496 0 .895.394.896.883a.89.89 0 01-.896.884H6.494a.89.89 0 01-.894-.884c0-.487.402-.883.894-.883h3.624zM14.078 6a.89.89 0 01.894.884c0 .487-.4.883-.894.883H6.494a.89.89 0 01-.894-.883A.89.89 0 016.494 6h7.584z"
49
+ }))));
50
+ };
51
+ CopywritingAiGray.propTypes = {
52
+ iconClassName: PropTypes.string,
53
+ spin: PropTypes.bool,
54
+ color: PropTypes.string,
55
+ testid: PropTypes.string,
56
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
57
+ };
58
+ CopywritingAiGray.defaultProps = {
59
+ spin: false,
60
+ color: 'currentColor',
61
+ size: '1em'
62
+ };
63
+ export default CopywritingAiGray;
@@ -0,0 +1,65 @@
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 ArrowVExpand = function ArrowVExpand(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ xmlns: "http://www.w3.org/2000/svg"
47
+ }, /*#__PURE__*/React.createElement("path", {
48
+ d: "M12 5.328l4.95 4.95 1.415-1.414L12 2.5 5.637 8.864l1.414 1.414L12 5.328z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M12 18.67l4.95-4.95 1.415 1.414L12 21.498l-6.364-6.364L7.05 13.72 12 18.67z"
51
+ }))));
52
+ };
53
+ ArrowVExpand.propTypes = {
54
+ iconClassName: PropTypes.string,
55
+ spin: PropTypes.bool,
56
+ color: PropTypes.string,
57
+ testid: PropTypes.string,
58
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
59
+ };
60
+ ArrowVExpand.defaultProps = {
61
+ spin: false,
62
+ color: 'currentColor',
63
+ size: '1em'
64
+ };
65
+ export default ArrowVExpand;
@@ -0,0 +1,65 @@
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 ArrowVFold = function ArrowVFold(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ xmlns: "http://www.w3.org/2000/svg"
47
+ }, /*#__PURE__*/React.createElement("path", {
48
+ d: "M12 7.45l4.95-4.95 1.415 1.414L12 10.278 5.637 3.914 7.05 2.5 12 7.45z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M12 16.548l4.95 4.95 1.415-1.414L12 13.72l-6.364 6.364 1.414 1.414 4.95-4.95z"
51
+ }))));
52
+ };
53
+ ArrowVFold.propTypes = {
54
+ iconClassName: PropTypes.string,
55
+ spin: PropTypes.bool,
56
+ color: PropTypes.string,
57
+ testid: PropTypes.string,
58
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
59
+ };
60
+ ArrowVFold.defaultProps = {
61
+ spin: false,
62
+ color: 'currentColor',
63
+ size: '1em'
64
+ };
65
+ export default ArrowVFold;
@@ -45,18 +45,10 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
45
45
  height: "24",
46
46
  fill: "none",
47
47
  xmlns: "http://www.w3.org/2000/svg"
48
- }, /*#__PURE__*/React.createElement("g", {
49
- clipPath: "url(#clip0_3340_346)"
50
48
  }, /*#__PURE__*/React.createElement("path", {
51
- d: "M12 .375C5.55.375.3 5.625.3 12.075c0 6.45 5.25 11.7 11.7 11.7 6.45 0 11.7-5.25 11.7-11.7 0-6.45-5.25-11.7-11.7-11.7zM17.475 10.5c0 .075-.075.225-.15.45-.525 1.05-1.8 3.15-1.8 3.15l-.375.675h1.8l-3.45 4.5.75-3.15h-1.425l.525-2.1c-.375.075-.9.225-1.425.375 0 0-.75.45-2.175-.825 0 0-.975-.825-.375-1.05.225-.075 1.125-.225 1.875-.3.975-.15 1.575-.225 1.575-.225s-3 .075-3.675-.075c-.675-.075-1.575-1.275-1.8-2.325 0 0-.3-.6.675-.3.975.3 4.8 1.05 4.8 1.05S7.8 8.775 7.425 8.4c-.3-.375-.975-2.025-.9-3.075 0 0 0-.225.3-.15 0 0 3.75 1.725 6.225 2.625 2.475 1.05 4.65 1.5 4.425 2.7z",
52
- fill: "#3AA2EB"
53
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
54
- id: "clip0_3340_346"
55
- }, /*#__PURE__*/React.createElement("rect", {
56
- width: "24",
57
- height: "24",
58
- fill: "#fff"
59
- }))))));
49
+ d: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62",
50
+ fill: "#007FFF"
51
+ }))));
60
52
  };
61
53
  LogoDingdingCl.propTypes = {
62
54
  iconClassName: PropTypes.string,
@@ -45,7 +45,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
45
45
  height: "24",
46
46
  xmlns: "http://www.w3.org/2000/svg"
47
47
  }, /*#__PURE__*/React.createElement("path", {
48
- d: "M13.2 7.8c-2.55-.9-6.45-2.7-6.45-2.7-.3 0-.3.15-.3.15 0 1.2.6 2.85.9 3.3.45.3 5.55 1.95 5.55 1.95S9 9.75 7.95 9.45c-.9-.3-.6.3-.6.3.15 1.05 1.05 2.25 1.8 2.4.75.15 3.75 0 3.75 0s-.6 0-1.65.15c-.6.15-1.5.3-1.8.45-.6.15.45 1.05.45 1.05 1.5 1.35 2.25.9 2.25.9.6-.15 1.05-.3 1.5-.45l-.45 2.1h1.5l-.9 3.15 3.6-4.65h-1.8l.45-.6s1.35-2.1 1.8-3.15c.15-.15.15-.3.15-.45.15-1.35-2.1-1.8-4.8-2.85zm-1.05-6.75C5.85 1.05.9 6.15.9 12.3S6 23.55 12.15 23.55c6.3 0 11.25-5.1 11.25-11.25S18.45 1.05 12.15 1.05zm0 21.75c-5.85 0-10.5-4.65-10.5-10.5S6.3 1.8 12.15 1.8s10.5 4.65 10.5 10.5S18 22.8 12.15 22.8z"
48
+ d: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62"
49
49
  }))));
50
50
  };
51
51
  LogoDingdingGray.propTypes = {
@@ -45,27 +45,16 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
45
45
  height: "24",
46
46
  fill: "none",
47
47
  xmlns: "http://www.w3.org/2000/svg"
48
- }, /*#__PURE__*/React.createElement("g", {
49
- clipPath: "url(#clip0_3342_408)"
50
48
  }, /*#__PURE__*/React.createElement("path", {
51
- d: "M24 .237l-5.902 6.377a.204.204 0 00-.047.163 1.135 1.135 0 01-.312 1.051 1.146 1.146 0 01-1.649 0l-4.694 4.688.461 6.207L17.136 24 24 .237z",
52
- fill: "#38F"
49
+ d: "M12.431 12.45c.507-.493 1.031-.971 1.515-1.486 1.01-1.074 2.155-1.934 3.574-2.388a7.785 7.785 0 012.458-.337c1.009.033 2 .267 2.918.687.108.052.148.077.042.184-.592.594-1.033 1.292-1.41 2.04-.54 1.069-1.03 2.163-1.644 3.194-.185.154-.31.36-.476.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.263a30.16 30.16 0 01-4.164-1.563.46.46 0 01-.08-.063 14.23 14.23 0 002.013-1.345c.269-.223.545-.442.785-.7z",
50
+ fill: "#133C99"
53
51
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "M23.925.4l-5.833 6.302a.19.19 0 00-.041.17 1.16 1.16 0 01-.685 1.29 1.14 1.14 0 01-1.255-.252l-4.62 4.62a.082.082 0 000 .074l.455 6.105L23.68.936 23.925.4z",
55
- fill: "#005DE0"
52
+ d: "M9.632 14.408a.293.293 0 01-.147-.046A27.139 27.139 0 011.4 8.468l-.025-.025c-.062-.068-.126-.139-.244-.094-.116.045-.115.138-.112.231v.037c.003 2.947.004 5.894.003 8.843 0 .476.194.834.59 1.088.36.229.725.451 1.106.647 2.834 1.46 5.814 1.838 8.916 1.132 2.898-.662 5.277-2.184 7.16-4.479a9.852 9.852 0 001.092-1.589c-.188.154-.311.36-.477.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.261a30.158 30.158 0 01-4.164-1.563.459.459 0 01-.08-.065v-.001z",
53
+ fill: "#3370FE"
56
54
  }), /*#__PURE__*/React.createElement("path", {
57
- d: "M23.742 0l-6.376 5.895a.169.169 0 01-.163.047 1.16 1.16 0 00-1.052.32 1.14 1.14 0 000 1.64l-4.7 4.702-6.173-.461L0 6.865 23.742 0z",
58
- fill: "#46EBD5"
59
- }), /*#__PURE__*/React.createElement("path", {
60
- d: "M23.6.068l-6.302 5.84a.19.19 0 01-.17.041 1.14 1.14 0 00-1.024 1.94l-4.613 4.62a.082.082 0 01-.074 0l-6.105-.455L23.064.32 23.6.068z",
61
- fill: "#00D0B6"
62
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
63
- id: "clip0_3342_408"
64
- }, /*#__PURE__*/React.createElement("rect", {
65
- width: "24",
66
- height: "24",
67
- fill: "#fff"
68
- }))))));
55
+ d: "M9.13 7.722a27.007 27.007 0 013.301 4.727c.507-.492 1.031-.97 1.515-1.485C14.956 9.89 16.1 9.03 17.52 8.576a12.939 12.939 0 00-2.383-4.827 1.254 1.254 0 00-1.043-.513H4.817c-.112 0-.223 0-.267.126-.045.125.04.186.123.244l.027.02a27.506 27.506 0 014.43 4.096z",
56
+ fill: "#00D5B8"
57
+ }))));
69
58
  };
70
59
  LogoFeishuCl.propTypes = {
71
60
  iconClassName: PropTypes.string,
@@ -0,0 +1,67 @@
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 LogoPythonGray = function LogoPythonGray(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ xmlns: "http://www.w3.org/2000/svg"
47
+ }, /*#__PURE__*/React.createElement("path", {
48
+ d: "M20.15 9a.15.15 0 00-.15-.15h-2.65V11a1.85 1.85 0 01-1.85 1.85h-7a.15.15 0 00-.15.15v7c0 .083.067.15.15.15h7a.15.15 0 00.15-.15v-3.65H13a.85.85 0 110-1.7h7a.15.15 0 00.15-.15V9zm-4.5-5a.15.15 0 00-.15-.15h-7a.15.15 0 00-.15.15v3.65H11a.85.85 0 110 1.7H4a.15.15 0 00-.15.15v5c0 .083.067.15.15.15h2.65V13a1.85 1.85 0 011.85-1.85h7a.15.15 0 00.15-.15V4zm1.7 3.15H20A1.85 1.85 0 0121.85 9v5.5A1.85 1.85 0 0120 16.35h-2.65V20a1.85 1.85 0 01-1.85 1.85h-7A1.85 1.85 0 016.65 20v-3.65H4a1.85 1.85 0 01-1.85-1.85v-5A1.85 1.85 0 014 7.65h2.65V4A1.85 1.85 0 018.5 2.15h7A1.85 1.85 0 0117.35 4v3.15z"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M11.5 5.75a1 1 0 11-2 0 1 1 0 012 0z"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M14.5 18.25a1 1 0 11-2 0 1 1 0 012 0z"
53
+ }))));
54
+ };
55
+ LogoPythonGray.propTypes = {
56
+ iconClassName: PropTypes.string,
57
+ spin: PropTypes.bool,
58
+ color: PropTypes.string,
59
+ testid: PropTypes.string,
60
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
61
+ };
62
+ LogoPythonGray.defaultProps = {
63
+ spin: false,
64
+ color: 'currentColor',
65
+ size: '1em'
66
+ };
67
+ export default LogoPythonGray;
@@ -0,0 +1,136 @@
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 StarAiCl = function StarAiCl(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: "M16.728 14.405a.37.37 0 01.688 0l.187.445a3.185 3.185 0 001.647 1.693l.525.232c.3.133.3.568 0 .701l-.555.248a3.186 3.186 0 00-1.626 1.638l-.18.412c-.132.3-.551.3-.684 0l-.18-.412a3.186 3.186 0 00-1.625-1.638l-.556-.248a.385.385 0 010-.7l.525-.233a3.185 3.185 0 001.647-1.693l.187-.445z",
50
+ fill: "url(#paint0_linear_12706_64)"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M16.728 14.405a.37.37 0 01.688 0l.187.445a3.185 3.185 0 001.647 1.693l.525.232c.3.133.3.568 0 .701l-.555.248a3.186 3.186 0 00-1.626 1.638l-.18.412c-.132.3-.551.3-.684 0l-.18-.412a3.186 3.186 0 00-1.625-1.638l-.556-.248a.385.385 0 010-.7l.525-.233a3.185 3.185 0 001.647-1.693l.187-.445z",
53
+ fill: "url(#paint1_linear_12706_64)",
54
+ fillOpacity: ".2"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M9.708 4.434a.692.692 0 011.284 0l.651 1.56a5.65 5.65 0 002.924 3.001l1.712.758c.56.248.56 1.06 0 1.308l-1.769.781a5.649 5.649 0 00-2.88 2.906l-.642 1.463a.694.694 0 01-1.276 0l-.642-1.463a5.65 5.65 0 00-2.882-2.905L4.42 11.06c-.56-.248-.56-1.06 0-1.308l1.712-.758a5.651 5.651 0 002.924-3.001l.65-1.56z",
57
+ fill: "url(#paint2_linear_12706_64)"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M9.708 4.434a.692.692 0 011.284 0l.651 1.56a5.65 5.65 0 002.924 3.001l1.712.758c.56.248.56 1.06 0 1.308l-1.769.781a5.649 5.649 0 00-2.88 2.906l-.642 1.463a.694.694 0 01-1.276 0l-.642-1.463a5.65 5.65 0 00-2.882-2.905L4.42 11.06c-.56-.248-.56-1.06 0-1.308l1.712-.758a5.651 5.651 0 002.924-3.001l.65-1.56z",
60
+ fill: "url(#paint3_linear_12706_64)",
61
+ fillOpacity: ".2"
62
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
63
+ id: "paint0_linear_12706_64",
64
+ x1: "-8.888",
65
+ y1: "10.666",
66
+ x2: "20.456",
67
+ y2: "12",
68
+ gradientUnits: "userSpaceOnUse"
69
+ }, /*#__PURE__*/React.createElement("stop", {
70
+ stopColor: "#1E76F0"
71
+ }), /*#__PURE__*/React.createElement("stop", {
72
+ offset: ".355",
73
+ stopColor: "#9746FF"
74
+ }), /*#__PURE__*/React.createElement("stop", {
75
+ offset: ".628",
76
+ stopColor: "#7053FF"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: ".965",
79
+ stopColor: "#1E76F0"
80
+ })), /*#__PURE__*/React.createElement("linearGradient", {
81
+ id: "paint1_linear_12706_64",
82
+ x1: "15.051",
83
+ y1: "4",
84
+ x2: "8.89",
85
+ y2: "19.555",
86
+ gradientUnits: "userSpaceOnUse"
87
+ }, /*#__PURE__*/React.createElement("stop", {
88
+ stopColor: "#D8BAFF"
89
+ }), /*#__PURE__*/React.createElement("stop", {
90
+ offset: "1",
91
+ stopColor: "#2B71EE"
92
+ })), /*#__PURE__*/React.createElement("linearGradient", {
93
+ id: "paint2_linear_12706_64",
94
+ x1: "-8.888",
95
+ y1: "10.666",
96
+ x2: "20.456",
97
+ y2: "12",
98
+ gradientUnits: "userSpaceOnUse"
99
+ }, /*#__PURE__*/React.createElement("stop", {
100
+ stopColor: "#1E76F0"
101
+ }), /*#__PURE__*/React.createElement("stop", {
102
+ offset: ".355",
103
+ stopColor: "#9746FF"
104
+ }), /*#__PURE__*/React.createElement("stop", {
105
+ offset: ".628",
106
+ stopColor: "#7053FF"
107
+ }), /*#__PURE__*/React.createElement("stop", {
108
+ offset: ".965",
109
+ stopColor: "#1E76F0"
110
+ })), /*#__PURE__*/React.createElement("linearGradient", {
111
+ id: "paint3_linear_12706_64",
112
+ x1: "15.051",
113
+ y1: "4",
114
+ x2: "8.89",
115
+ y2: "19.555",
116
+ gradientUnits: "userSpaceOnUse"
117
+ }, /*#__PURE__*/React.createElement("stop", {
118
+ stopColor: "#D8BAFF"
119
+ }), /*#__PURE__*/React.createElement("stop", {
120
+ offset: "1",
121
+ stopColor: "#2B71EE"
122
+ }))))));
123
+ };
124
+ StarAiCl.propTypes = {
125
+ iconClassName: PropTypes.string,
126
+ spin: PropTypes.bool,
127
+ color: PropTypes.string,
128
+ testid: PropTypes.string,
129
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
130
+ };
131
+ StarAiCl.defaultProps = {
132
+ spin: false,
133
+ color: 'currentColor',
134
+ size: '1em'
135
+ };
136
+ export default StarAiCl;
package/dist/es/index.js CHANGED
@@ -43,6 +43,8 @@ export { default as TaAisqlCl } from './icons/aisql-cl';
43
43
  export { default as TaDataInterpretationCl } from './icons/data-interpretation-cl';
44
44
  export { default as TaReportInterpretationCl } from './icons/report-interpretation-cl';
45
45
  export { default as TaExploreCl } from './icons/explore-cl';
46
+ export { default as TaStarAiCl } from './icons/star-AI-cl';
47
+ export { default as TaCopywritingAiGray } from './icons/Copywriting-AI-gray';
46
48
  export { default as TaFlagCn } from './icons/flag-cn';
47
49
  export { default as TaFlagUs } from './icons/flag-us';
48
50
  export { default as TaFlagJp } from './icons/flag-jp';
@@ -117,6 +119,7 @@ export { default as TaLogoSparkCl } from './icons/logo-spark-cl';
117
119
  export { default as TaLogoSamlCl } from './icons/logo-saml-cl';
118
120
  export { default as TaLogoAirbridgeCl } from './icons/logo-airbridge-cl';
119
121
  export { default as TaLogoPythonCl } from './icons/logo-python-cl';
122
+ export { default as TaLogoPythonGray } from './icons/logo-python-gray';
120
123
  export { default as TaAvatarGroupCl } from './icons/avatar-group-cl';
121
124
  export { default as TaAvatarProjectCl } from './icons/avatar-project-cl';
122
125
  export { default as TaReport } from './icons/report';
@@ -442,6 +445,8 @@ export { default as TaDisplayS } from './icons/display-s';
442
445
  export { default as TaShare } from './icons/share';
443
446
  export { default as TaCompass } from './icons/compass';
444
447
  export { default as TaNull } from './icons/null';
448
+ export { default as TaArrowVExpand } from './icons/arrow-v-expand';
449
+ export { default as TaArrowVFold } from './icons/arrow-v-fold';
445
450
  export { default as TaPlay } from './icons/play';
446
451
  export { default as TaConfig } from './icons/config';
447
452
  export { default as TaSetting } from './icons/setting';
package/dist/index.d.ts CHANGED
@@ -55,6 +55,8 @@ export const TaAisqlCl: Icon;
55
55
  export const TaDataInterpretationCl: Icon;
56
56
  export const TaReportInterpretationCl: Icon;
57
57
  export const TaExploreCl: Icon;
58
+ export const TaStarAiCl: Icon;
59
+ export const TaCopywritingAiGray: Icon;
58
60
  export const TaFlagCn: Icon;
59
61
  export const TaFlagUs: Icon;
60
62
  export const TaFlagJp: Icon;
@@ -129,6 +131,7 @@ export const TaLogoSparkCl: Icon;
129
131
  export const TaLogoSamlCl: Icon;
130
132
  export const TaLogoAirbridgeCl: Icon;
131
133
  export const TaLogoPythonCl: Icon;
134
+ export const TaLogoPythonGray: Icon;
132
135
  export const TaAvatarGroupCl: Icon;
133
136
  export const TaAvatarProjectCl: Icon;
134
137
  export const TaReport: Icon;
@@ -454,6 +457,8 @@ export const TaDisplayS: Icon;
454
457
  export const TaShare: Icon;
455
458
  export const TaCompass: Icon;
456
459
  export const TaNull: Icon;
460
+ export const TaArrowVExpand: Icon;
461
+ export const TaArrowVFold: Icon;
457
462
  export const TaPlay: Icon;
458
463
  export const TaConfig: Icon;
459
464
  export const TaSetting: Icon;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _propTypes = _interopRequireDefault(require("prop-types"));
10
+ var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
13
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
14
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
15
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
18
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
19
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
20
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
+ var CopywritingAiGray = function CopywritingAiGray(props) {
22
+ var color = props.color,
23
+ size = props.size,
24
+ spin = props.spin,
25
+ style = props.style,
26
+ className = props.className,
27
+ iconClassName = props.iconClassName,
28
+ testid = props.testid,
29
+ otherProps = _objectWithoutProperties(props, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement("span", {
31
+ role: "img",
32
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
33
+ }, /*#__PURE__*/_react["default"].createElement("style", {
34
+ children: loadingCircleStyle
35
+ }), /*#__PURE__*/_react["default"].createElement("svg", _extends({
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ width: size,
38
+ height: size,
39
+ viewBox: "0 0 24 24",
40
+ fill: color
41
+ }, otherProps, {
42
+ className: iconClassName,
43
+ "data-testid": testid,
44
+ style: _objectSpread(_objectSpread({}, style), spin ? {
45
+ animationDuration: '1s',
46
+ animationIterationCount: 'infinite',
47
+ animationName: 'loadingCircle',
48
+ animationTimingFunction: 'linear'
49
+ } : {})
50
+ }), /*#__PURE__*/_react["default"].createElement("svg", {
51
+ width: "24",
52
+ height: "24",
53
+ xmlns: "http://www.w3.org/2000/svg"
54
+ }, /*#__PURE__*/_react["default"].createElement("path", {
55
+ d: "M16.628 2C18.486 2 19.5 3.026 19.5 4.884v.67c0 .569-.174 1.03-.8 1.031-.428 0-.77-.462-.77-1.031v-.67c0-.72-.583-1.302-1.302-1.302H4.962c-.719 0-1.302.583-1.302 1.302v14.232c0 .72.621 1.184 1.34 1.184h12.5c.57 0 .8.565.8 1 0 .358-.23.7-.8.7H5c-1.858 0-3-1.026-3-2.884V4.884C2 3.026 3.104 2 4.962 2h11.666zm-.424 8c.063 0 .085.021.106.085l2.603 8.799c.02.073 0 .105-.075.105h-1.36c-.075 0-.106-.021-.127-.074l-.68-2.45c.009.012-2.587 0-2.613 0l-.649 2.45c-.02.074-.042.085-.127.085h-1.19c-.084 0-.106-.021-.084-.127l2.326-8.11c.042-.137.074-.276.085-.678 0-.064.021-.085.074-.085h1.711zm5.29.07c.074 0 .105.028.106.142v8.645c0 .1-.02.143-.106.143H20.22c-.085 0-.107-.057-.107-.143l-.01-8.645.005-.064c.01-.054.038-.079.102-.079h1.285zM8.202 15.204a.89.89 0 01.895.883.89.89 0 01-.896.884H6.493a.89.89 0 01-.893-.884.89.89 0 01.894-.883h1.708zm7.13-3.89c-.17.954-.605 2.565-.955 3.827h1.954c-.223-.902-.764-2.873-.977-3.827h-.022zm-5.214-.713c.496 0 .895.394.896.883a.89.89 0 01-.896.884H6.494a.89.89 0 01-.894-.884c0-.487.402-.883.894-.883h3.624zM14.078 6a.89.89 0 01.894.884c0 .487-.4.883-.894.883H6.494a.89.89 0 01-.894-.883A.89.89 0 016.494 6h7.584z"
56
+ }))));
57
+ };
58
+ CopywritingAiGray.propTypes = {
59
+ iconClassName: _propTypes["default"].string,
60
+ spin: _propTypes["default"].bool,
61
+ color: _propTypes["default"].string,
62
+ testid: _propTypes["default"].string,
63
+ size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
64
+ };
65
+ CopywritingAiGray.defaultProps = {
66
+ spin: false,
67
+ color: 'currentColor',
68
+ size: '1em'
69
+ };
70
+ var _default = exports["default"] = CopywritingAiGray;