@tant/icons 1.22.17 → 1.22.18

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.
@@ -48,7 +48,7 @@ var MHeatmapCl = function MHeatmapCl(props) {
48
48
  }, /*#__PURE__*/React.createElement("path", {
49
49
  fillRule: "evenodd",
50
50
  clipRule: "evenodd",
51
- d: "M9.292 16.285c0-.22-.15-.407-.353-.494a6.262 6.262 0 01-3.304-3.33.544.544 0 00-.49-.35C2.857 12.11 1 13.98 1 16.285c0 2.306 1.856 4.175 4.146 4.175s4.146-1.87 4.146-4.175z",
51
+ d: "M5.146 12.111c.314 0 .574.222.704.509a6.263 6.263 0 003.033 3.078c.234.11.409.328.409.587 0 2.305-1.857 4.175-4.146 4.175C2.856 20.46 1 18.59 1 16.285c0-2.305 1.856-4.174 4.146-4.174z",
52
52
  fill: "#30C1D0"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
54
  fillRule: "evenodd",
@@ -0,0 +1,111 @@
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 PlatformAimonitorCl = function PlatformAimonitorCl(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("mask", {
49
+ id: "a",
50
+ style: {
51
+ maskType: 'alpha'
52
+ },
53
+ maskUnits: "userSpaceOnUse",
54
+ x: "3",
55
+ y: "8",
56
+ width: "18",
57
+ height: "10"
58
+ }, /*#__PURE__*/React.createElement("rect", {
59
+ width: "9.675",
60
+ height: "9.675",
61
+ transform: "scale(1.22788 .70165) rotate(45 -9.566 17.78)",
62
+ fill: "#D9D9D9"
63
+ })), /*#__PURE__*/React.createElement("g", {
64
+ mask: "url(#a)"
65
+ }, /*#__PURE__*/React.createElement("rect", {
66
+ width: "9.675",
67
+ height: "4.8",
68
+ transform: "matrix(.86824 -.49614 0 1 11.997 13.2)",
69
+ fill: "#B9BECF"
70
+ }), /*#__PURE__*/React.createElement("rect", {
71
+ width: "9.675",
72
+ height: "4.8",
73
+ transform: "matrix(.86824 .49614 0 1 3.597 8.4)",
74
+ fill: "#747C94"
75
+ }), /*#__PURE__*/React.createElement("rect", {
76
+ width: "9.675",
77
+ height: "9.675",
78
+ transform: "scale(1.22788 .70165) rotate(45 -1.308 14.36)",
79
+ fill: "#202241"
80
+ })), /*#__PURE__*/React.createElement("rect", {
81
+ width: "3.812",
82
+ height: "3.812",
83
+ transform: "scale(1.2466 .66783) rotate(45 -8.202 17.007)",
84
+ fill: "#D9D9D9"
85
+ }), /*#__PURE__*/React.createElement("path", {
86
+ d: "M11.996 7.2L8.636 9l3.36-2.4v.6z",
87
+ fill: "#D9D9D9"
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ d: "M11.997 7.2l3.36 1.8-3.36-2.4v.6z",
90
+ fill: "#D9D9D9"
91
+ }), /*#__PURE__*/React.createElement("path", {
92
+ d: "M11.996 10.8L8.636 9l3.36-2.4v4.2z",
93
+ fill: "#747C94"
94
+ }), /*#__PURE__*/React.createElement("path", {
95
+ d: "M11.997 10.8l3.36-1.8-3.36-2.4v4.2z",
96
+ fill: "#B9BECF"
97
+ }))));
98
+ };
99
+ PlatformAimonitorCl.propTypes = {
100
+ iconClassName: PropTypes.string,
101
+ spin: PropTypes.bool,
102
+ color: PropTypes.string,
103
+ testid: PropTypes.string,
104
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
105
+ };
106
+ PlatformAimonitorCl.defaultProps = {
107
+ spin: false,
108
+ color: 'currentColor',
109
+ size: '1em'
110
+ };
111
+ export default PlatformAimonitorCl;
package/dist/es/index.js CHANGED
@@ -82,6 +82,7 @@ export { default as TaPlatformAnalyticsCl } from './icons/platform-analytics-cl'
82
82
  export { default as TaPlatformDataopsCl } from './icons/platform-dataops-cl';
83
83
  export { default as TaPlatformSystemCl } from './icons/platform-system-cl';
84
84
  export { default as TaPlatformCommunityCl } from './icons/platform-community-cl';
85
+ export { default as TaPlatformAimonitorCl } from './icons/platform-aimonitor-cl';
85
86
  export { default as TaLogoDingdingCl } from './icons/logo-dingding-cl';
86
87
  export { default as TaLogoDingdingGray } from './icons/logo-dingding-gray';
87
88
  export { default as TaLogoWecomCl } from './icons/logo-wecom-cl';
package/dist/index.d.ts CHANGED
@@ -94,6 +94,7 @@ export const TaPlatformAnalyticsCl: Icon;
94
94
  export const TaPlatformDataopsCl: Icon;
95
95
  export const TaPlatformSystemCl: Icon;
96
96
  export const TaPlatformCommunityCl: Icon;
97
+ export const TaPlatformAimonitorCl: Icon;
97
98
  export const TaLogoDingdingCl: Icon;
98
99
  export const TaLogoDingdingGray: Icon;
99
100
  export const TaLogoWecomCl: Icon;
@@ -55,7 +55,7 @@ var MHeatmapCl = function MHeatmapCl(props) {
55
55
  }, /*#__PURE__*/_react["default"].createElement("path", {
56
56
  fillRule: "evenodd",
57
57
  clipRule: "evenodd",
58
- d: "M9.292 16.285c0-.22-.15-.407-.353-.494a6.262 6.262 0 01-3.304-3.33.544.544 0 00-.49-.35C2.857 12.11 1 13.98 1 16.285c0 2.306 1.856 4.175 4.146 4.175s4.146-1.87 4.146-4.175z",
58
+ d: "M5.146 12.111c.314 0 .574.222.704.509a6.263 6.263 0 003.033 3.078c.234.11.409.328.409.587 0 2.305-1.857 4.175-4.146 4.175C2.856 20.46 1 18.59 1 16.285c0-2.305 1.856-4.174 4.146-4.174z",
59
59
  fill: "#30C1D0"
60
60
  }), /*#__PURE__*/_react["default"].createElement("path", {
61
61
  fillRule: "evenodd",
@@ -0,0 +1,118 @@
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 PlatformAimonitorCl = function PlatformAimonitorCl(props) {
22
+ var color = props.color,
23
+ size = props.size,
24
+ spin = props.spin,
25
+ style = props.style,
26
+ className = props.className,
27
+ iconClassName = props.iconClassName,
28
+ testid = props.testid,
29
+ otherProps = _objectWithoutProperties(props, _excluded);
30
+ return /*#__PURE__*/_react["default"].createElement("span", {
31
+ role: "img",
32
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
33
+ }, /*#__PURE__*/_react["default"].createElement("style", {
34
+ children: loadingCircleStyle
35
+ }), /*#__PURE__*/_react["default"].createElement("svg", _extends({
36
+ xmlns: "http://www.w3.org/2000/svg",
37
+ width: size,
38
+ height: size,
39
+ viewBox: "0 0 24 24",
40
+ fill: color
41
+ }, otherProps, {
42
+ className: iconClassName,
43
+ "data-testid": testid,
44
+ style: _objectSpread(_objectSpread({}, style), spin ? {
45
+ animationDuration: '1s',
46
+ animationIterationCount: 'infinite',
47
+ animationName: 'loadingCircle',
48
+ animationTimingFunction: 'linear'
49
+ } : {})
50
+ }), /*#__PURE__*/_react["default"].createElement("svg", {
51
+ width: "24",
52
+ height: "24",
53
+ fill: "none",
54
+ xmlns: "http://www.w3.org/2000/svg"
55
+ }, /*#__PURE__*/_react["default"].createElement("mask", {
56
+ id: "a",
57
+ style: {
58
+ maskType: 'alpha'
59
+ },
60
+ maskUnits: "userSpaceOnUse",
61
+ x: "3",
62
+ y: "8",
63
+ width: "18",
64
+ height: "10"
65
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
66
+ width: "9.675",
67
+ height: "9.675",
68
+ transform: "scale(1.22788 .70165) rotate(45 -9.566 17.78)",
69
+ fill: "#D9D9D9"
70
+ })), /*#__PURE__*/_react["default"].createElement("g", {
71
+ mask: "url(#a)"
72
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
73
+ width: "9.675",
74
+ height: "4.8",
75
+ transform: "matrix(.86824 -.49614 0 1 11.997 13.2)",
76
+ fill: "#B9BECF"
77
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
78
+ width: "9.675",
79
+ height: "4.8",
80
+ transform: "matrix(.86824 .49614 0 1 3.597 8.4)",
81
+ fill: "#747C94"
82
+ }), /*#__PURE__*/_react["default"].createElement("rect", {
83
+ width: "9.675",
84
+ height: "9.675",
85
+ transform: "scale(1.22788 .70165) rotate(45 -1.308 14.36)",
86
+ fill: "#202241"
87
+ })), /*#__PURE__*/_react["default"].createElement("rect", {
88
+ width: "3.812",
89
+ height: "3.812",
90
+ transform: "scale(1.2466 .66783) rotate(45 -8.202 17.007)",
91
+ fill: "#D9D9D9"
92
+ }), /*#__PURE__*/_react["default"].createElement("path", {
93
+ d: "M11.996 7.2L8.636 9l3.36-2.4v.6z",
94
+ fill: "#D9D9D9"
95
+ }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ d: "M11.997 7.2l3.36 1.8-3.36-2.4v.6z",
97
+ fill: "#D9D9D9"
98
+ }), /*#__PURE__*/_react["default"].createElement("path", {
99
+ d: "M11.996 10.8L8.636 9l3.36-2.4v4.2z",
100
+ fill: "#747C94"
101
+ }), /*#__PURE__*/_react["default"].createElement("path", {
102
+ d: "M11.997 10.8l3.36-1.8-3.36-2.4v4.2z",
103
+ fill: "#B9BECF"
104
+ }))));
105
+ };
106
+ PlatformAimonitorCl.propTypes = {
107
+ iconClassName: _propTypes["default"].string,
108
+ spin: _propTypes["default"].bool,
109
+ color: _propTypes["default"].string,
110
+ testid: _propTypes["default"].string,
111
+ size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
112
+ };
113
+ PlatformAimonitorCl.defaultProps = {
114
+ spin: false,
115
+ color: 'currentColor',
116
+ size: '1em'
117
+ };
118
+ var _default = exports["default"] = PlatformAimonitorCl;
package/dist/lib/index.js CHANGED
@@ -2481,6 +2481,12 @@ Object.defineProperty(exports, "TaPlanetCl", {
2481
2481
  return _PlanetCl["default"];
2482
2482
  }
2483
2483
  });
2484
+ Object.defineProperty(exports, "TaPlatformAimonitorCl", {
2485
+ enumerable: true,
2486
+ get: function get() {
2487
+ return _platformAimonitorCl["default"];
2488
+ }
2489
+ });
2484
2490
  Object.defineProperty(exports, "TaPlatformAnalyticsCl", {
2485
2491
  enumerable: true,
2486
2492
  get: function get() {
@@ -3585,6 +3591,7 @@ var _platformAnalyticsCl = _interopRequireDefault(require("./icons/platform-anal
3585
3591
  var _platformDataopsCl = _interopRequireDefault(require("./icons/platform-dataops-cl"));
3586
3592
  var _platformSystemCl = _interopRequireDefault(require("./icons/platform-system-cl"));
3587
3593
  var _platformCommunityCl = _interopRequireDefault(require("./icons/platform-community-cl"));
3594
+ var _platformAimonitorCl = _interopRequireDefault(require("./icons/platform-aimonitor-cl"));
3588
3595
  var _logoDingdingCl = _interopRequireDefault(require("./icons/logo-dingding-cl"));
3589
3596
  var _logoDingdingGray = _interopRequireDefault(require("./icons/logo-dingding-gray"));
3590
3597
  var _logoWecomCl = _interopRequireDefault(require("./icons/logo-wecom-cl"));