@tant/icons 1.5.13 → 1.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/es/icons/alert-cl.js +9 -14
  2. package/dist/es/icons/d-integration-cl.js +5 -6
  3. package/dist/es/icons/d-manage-cl.js +5 -6
  4. package/dist/es/icons/d-tracking-cl.js +7 -16
  5. package/dist/es/icons/date-mark-cl.js +5 -6
  6. package/dist/es/icons/e-campaign-cl.js +9 -11
  7. package/dist/es/icons/e-charts-cl.js +6 -11
  8. package/dist/es/icons/e-setting-cl.js +8 -6
  9. package/dist/es/icons/e-task-cl.js +6 -8
  10. package/dist/es/icons/logo-fcm-cl.js +151 -0
  11. package/dist/es/icons/logo-jiguang-cl.js +112 -0
  12. package/dist/es/icons/m-attribution-cl.js +10 -12
  13. package/dist/es/icons/m-distribution-cl.js +6 -11
  14. package/dist/es/icons/m-event-cl.js +7 -8
  15. package/dist/es/icons/m-flow-cl.js +11 -21
  16. package/dist/es/icons/m-funnel-cl.js +5 -6
  17. package/dist/es/icons/m-prop-cl.js +5 -6
  18. package/dist/es/icons/m-retention-cl.js +5 -10
  19. package/dist/es/icons/m-sql-cl.js +8 -11
  20. package/dist/es/icons/template-cl.js +5 -6
  21. package/dist/es/icons/u-cohort-cl.js +5 -6
  22. package/dist/es/icons/u-search-cl.js +10 -24
  23. package/dist/es/icons/u-tag-cl.js +7 -6
  24. package/dist/es/index.js +2 -0
  25. package/dist/index.d.ts +2 -0
  26. package/dist/lib/icons/alert-cl.js +9 -14
  27. package/dist/lib/icons/d-integration-cl.js +5 -6
  28. package/dist/lib/icons/d-manage-cl.js +5 -6
  29. package/dist/lib/icons/d-tracking-cl.js +7 -16
  30. package/dist/lib/icons/date-mark-cl.js +5 -6
  31. package/dist/lib/icons/e-campaign-cl.js +9 -11
  32. package/dist/lib/icons/e-charts-cl.js +6 -11
  33. package/dist/lib/icons/e-setting-cl.js +8 -6
  34. package/dist/lib/icons/e-task-cl.js +6 -8
  35. package/dist/lib/icons/logo-fcm-cl.js +159 -0
  36. package/dist/lib/icons/logo-jiguang-cl.js +120 -0
  37. package/dist/lib/icons/m-attribution-cl.js +10 -12
  38. package/dist/lib/icons/m-distribution-cl.js +6 -11
  39. package/dist/lib/icons/m-event-cl.js +7 -8
  40. package/dist/lib/icons/m-flow-cl.js +11 -21
  41. package/dist/lib/icons/m-funnel-cl.js +5 -6
  42. package/dist/lib/icons/m-prop-cl.js +5 -6
  43. package/dist/lib/icons/m-retention-cl.js +5 -10
  44. package/dist/lib/icons/m-sql-cl.js +8 -11
  45. package/dist/lib/icons/template-cl.js +5 -6
  46. package/dist/lib/icons/u-cohort-cl.js +5 -6
  47. package/dist/lib/icons/u-search-cl.js +10 -24
  48. package/dist/lib/icons/u-tag-cl.js +7 -6
  49. package/dist/lib/index.js +14 -0
  50. package/dist/tant-icons.cjs.js +1288 -1112
  51. package/dist/tant-icons.esm.js +1287 -1113
  52. package/package.json +1 -1
@@ -48,30 +48,25 @@ var AlertCl = function AlertCl(props) {
48
48
  y: "19.7",
49
49
  width: "22",
50
50
  height: "3.3",
51
- fill: "#1673F6",
52
- fillOpacity: ".3"
51
+ fill: "#B9D5FC"
53
52
  }), /*#__PURE__*/React.createElement("path", {
54
53
  d: "M10.9 1h2.2v3.3h-2.2V1z",
55
- fill: "#1E76F0",
56
- fillOpacity: ".3"
54
+ fill: "#BCD6FB"
57
55
  }), /*#__PURE__*/React.createElement("path", {
58
56
  d: "M19.834 3.2l1.555 1.556-2.333 2.333L17.5 5.533 19.834 3.2z",
59
- fill: "#1E76F0",
60
- fillOpacity: ".3"
57
+ fill: "#BCD6FB"
61
58
  }), /*#__PURE__*/React.createElement("path", {
62
59
  d: "M2.1 4.778L3.633 3.2 6 5.5 4.467 7.078 2.1 4.778z",
63
- fill: "#1E76F0",
64
- fillOpacity: ".3"
65
- }), /*#__PURE__*/React.createElement("g", {
66
- style: {
67
- mixBlendMode: 'multiply'
68
- }
69
- }, /*#__PURE__*/React.createElement("path", {
60
+ fill: "#BCD6FB"
61
+ }), /*#__PURE__*/React.createElement("path", {
70
62
  fillRule: "evenodd",
71
63
  clipRule: "evenodd",
72
64
  d: "M12 5.651a7.7 7.7 0 00-7.7 7.7v7.999h15.4v-7.999a7.7 7.7 0 00-7.7-7.7zM9.8 13.1H7.6v4.4h2.2v-4.4z",
73
65
  fill: "#1E76F0"
74
- })))));
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ d: "M19.7 19.7H4.3v1.65h15.4V19.7z",
68
+ fill: "#1663ED"
69
+ }))));
75
70
  };
76
71
  AlertCl.propTypes = {
77
72
  iconClassName: PropTypes.string,
@@ -52,17 +52,16 @@ var DIntegrationCl = function DIntegrationCl(props) {
52
52
  width: "6",
53
53
  height: "6",
54
54
  fill: "#B3CFF8"
55
- }), /*#__PURE__*/React.createElement("g", {
56
- style: {
57
- mixBlendMode: 'multiply'
58
- }
59
- }, /*#__PURE__*/React.createElement("rect", {
55
+ }), /*#__PURE__*/React.createElement("rect", {
60
56
  x: "6.4",
61
57
  y: "6",
62
58
  width: "7.2",
63
59
  height: "7.2",
64
60
  fill: "#1673F6"
65
- })))));
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ d: "M9 6v3H6.4V6H9z",
63
+ fill: "#0F5DEF"
64
+ }))));
66
65
  };
67
66
  DIntegrationCl.propTypes = {
68
67
  iconClassName: PropTypes.string,
@@ -52,14 +52,13 @@ var DManageCl = function DManageCl(props) {
52
52
  }), /*#__PURE__*/React.createElement("path", {
53
53
  d: "M22 17.75V11l-6 3v7.5l6-3.75z",
54
54
  fill: "#B3CFF8"
55
- }), /*#__PURE__*/React.createElement("g", {
56
- style: {
57
- mixBlendMode: 'multiply'
58
- }
59
- }, /*#__PURE__*/React.createElement("path", {
55
+ }), /*#__PURE__*/React.createElement("path", {
60
56
  d: "M10.001 17.75v-6.768l6 3.018v7.5l-6-3.75z",
61
57
  fill: "#73ABFA"
62
- })), /*#__PURE__*/React.createElement("path", {
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M13.784 12.885L10 10.982v4.267l3.783-2.364z",
60
+ fill: "#518BF3"
61
+ }), /*#__PURE__*/React.createElement("path", {
63
62
  d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z",
64
63
  fill: "#1673F6"
65
64
  }), /*#__PURE__*/React.createElement("path", {
@@ -46,34 +46,25 @@ var DTrackingCl = function DTrackingCl(props) {
46
46
  }, /*#__PURE__*/React.createElement("path", {
47
47
  d: "M22 17.219L12.159 22 2 17.219 12.159 13 22 17.219z",
48
48
  fill: "#B3CFF8"
49
- }), /*#__PURE__*/React.createElement("g", {
50
- style: {
51
- mixBlendMode: 'multiply'
52
- }
53
- }, /*#__PURE__*/React.createElement("circle", {
49
+ }), /*#__PURE__*/React.createElement("circle", {
54
50
  cx: "12",
55
51
  cy: "15",
56
52
  r: "3",
57
53
  fill: "#1673F6"
58
- })), /*#__PURE__*/React.createElement("g", {
59
- style: {
60
- mixBlendMode: 'multiply'
61
- }
62
- }, /*#__PURE__*/React.createElement("circle", {
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M12 18a3 3 0 002.883-3.832L12.16 13l-3.07 1.275A3 3 0 0012 18z",
56
+ fill: "#0F5DEF"
57
+ }), /*#__PURE__*/React.createElement("circle", {
63
58
  cx: "7",
64
59
  cy: "8",
65
60
  r: "3",
66
61
  fill: "#1673F6"
67
- })), /*#__PURE__*/React.createElement("g", {
68
- style: {
69
- mixBlendMode: 'multiply'
70
- }
71
- }, /*#__PURE__*/React.createElement("circle", {
62
+ }), /*#__PURE__*/React.createElement("circle", {
72
63
  cx: "16.5",
73
64
  cy: "6.5",
74
65
  r: "4.5",
75
66
  fill: "#1673F6"
76
- })))));
67
+ }))));
77
68
  };
78
69
  DTrackingCl.propTypes = {
79
70
  iconClassName: PropTypes.string,
@@ -48,14 +48,13 @@ var DateMarkCl = function DateMarkCl(props) {
48
48
  clipRule: "evenodd",
49
49
  d: "M3.65 2h2.13v1.889h5.4V2h2.13v1.889h.989c1.176 0 2.13.987 2.13 2.204v12.592c0 1.217-.954 2.204-2.13 2.204H2.129C.954 20.889 0 19.902 0 18.685V6.093c0-1.217.953-2.204 2.13-2.204h1.52V2zm10.953 4.722H1.825V8.14h12.778V6.722z",
50
50
  fill: "#B3CFF8"
51
- }), /*#__PURE__*/React.createElement("g", {
52
- style: {
53
- mixBlendMode: 'multiply'
54
- }
55
- }, /*#__PURE__*/React.createElement("path", {
51
+ }), /*#__PURE__*/React.createElement("path", {
56
52
  d: "M23.442 14.434a.658.658 0 00-.199-.3.639.639 0 00-.324-.148l-3.739-.658-1.691-3.353a.654.654 0 00-1.168 0l-1.673 3.354-3.739.676a.638.638 0 00-.34.14.658.658 0 00-.223.666.64.64 0 00.18.309l2.73 2.496-.702 3.62a.66.66 0 00.262.64.712.712 0 00.691.047l3.393-1.658 3.383 1.658a.653.653 0 00.953-.686l-.682-3.62 2.701-2.516a.64.64 0 00.187-.667z",
57
53
  fill: "#1673F6"
58
- })))));
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M16.429 9.824v8.861c0 1.217-.954 2.204-2.13 2.204h-1.677l.633-3.273-2.729-2.496a.64.64 0 01-.168-.667.658.658 0 01.21-.308.638.638 0 01.341-.14l3.739-.676 1.673-3.354a.678.678 0 01.108-.15z",
56
+ fill: "#0F5DEF"
57
+ }))));
59
58
  };
60
59
  DateMarkCl.propTypes = {
61
60
  iconClassName: PropTypes.string,
@@ -51,21 +51,19 @@ var ECampaignCl = function ECampaignCl(props) {
51
51
  }), /*#__PURE__*/React.createElement("path", {
52
52
  d: "M20 9h-7v11h5a2 2 0 002-2V9z",
53
53
  fill: "#B3CFF8"
54
- }), /*#__PURE__*/React.createElement("g", {
55
- style: {
56
- mixBlendMode: 'multiply'
57
- }
58
- }, /*#__PURE__*/React.createElement("path", {
54
+ }), /*#__PURE__*/React.createElement("path", {
59
55
  d: "M2 8a1 1 0 011-1h8v4H3a1 1 0 01-1-1V8z",
60
56
  fill: "#1E76F0"
61
- })), /*#__PURE__*/React.createElement("g", {
62
- style: {
63
- mixBlendMode: 'multiply'
64
- }
65
- }, /*#__PURE__*/React.createElement("path", {
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M11 11V9H4v2h7z",
59
+ fill: "#1560E9"
60
+ }), /*#__PURE__*/React.createElement("path", {
66
61
  d: "M22 8a1 1 0 00-1-1h-8v4h8a1 1 0 001-1V8z",
67
62
  fill: "#1E76F0"
68
- })), /*#__PURE__*/React.createElement("path", {
63
+ }), /*#__PURE__*/React.createElement("path", {
64
+ d: "M20 11V9h-7v2h7z",
65
+ fill: "#1560E9"
66
+ }), /*#__PURE__*/React.createElement("path", {
69
67
  d: "M7.277 2.518l3.849 2.566a.5.5 0 01-.277.916H7a.5.5 0 01-.5-.5V2.934a.5.5 0 01.777-.416z",
70
68
  fill: "#B3CFF8"
71
69
  }), /*#__PURE__*/React.createElement("path", {
@@ -49,21 +49,16 @@ var EChartsCl = function EChartsCl(props) {
49
49
  width: "13",
50
50
  height: "20",
51
51
  fill: "#B3CFF8"
52
- }), /*#__PURE__*/React.createElement("g", {
53
- style: {
54
- mixBlendMode: 'multiply'
55
- }
56
- }, /*#__PURE__*/React.createElement("path", {
52
+ }), /*#__PURE__*/React.createElement("path", {
57
53
  d: "M22.39 10.53h-6.18V4c3.412 0 6.179 2.924 6.18 6.53z",
58
54
  fill: "#1E76F0"
59
- })), /*#__PURE__*/React.createElement("g", {
60
- style: {
61
- mixBlendMode: 'multiply'
62
- }
63
- }, /*#__PURE__*/React.createElement("path", {
55
+ }), /*#__PURE__*/React.createElement("path", {
64
56
  d: "M15.18 5.088C11.767 5.088 9 8.012 9 11.62c0 3.607 2.767 6.531 6.18 6.531s6.18-2.924 6.18-6.53h-6.18V5.088z",
65
57
  fill: "#1E76F0"
66
- })))));
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "M15 5.091v13.056c-3.33-.1-6-2.984-6-6.528 0-3.543 2.67-6.427 6-6.528z",
60
+ fill: "#1560E9"
61
+ }))));
67
62
  };
68
63
  EChartsCl.propTypes = {
69
64
  iconClassName: PropTypes.string,
@@ -55,16 +55,18 @@ var ESettingCl = function ESettingCl(props) {
55
55
  width: "15",
56
56
  height: "9",
57
57
  fill: "#B3CFF8"
58
- }), /*#__PURE__*/React.createElement("g", {
59
- style: {
60
- mixBlendMode: 'multiply'
61
- }
62
- }, /*#__PURE__*/React.createElement("path", {
58
+ }), /*#__PURE__*/React.createElement("path", {
63
59
  fillRule: "evenodd",
64
60
  clipRule: "evenodd",
65
61
  d: "M12.5 22l3.5-6-3.5-6h-7L2 16l3.5 6h7zM9 17.98c1.104 0 2-.887 2-1.98a1.99 1.99 0 00-2-1.98c-1.105 0-2 .887-2 1.98a1.99 1.99 0 002 1.98z",
66
62
  fill: "#1E76F0"
67
- })))));
63
+ }), /*#__PURE__*/React.createElement("path", {
64
+ d: "M7 11h6.083l-.583-1H7v1z",
65
+ fill: "#1560E9"
66
+ }), /*#__PURE__*/React.createElement("path", {
67
+ d: "M12.5 22l3.5-6-1.75-3H7v2.982a1.99 1.99 0 012-1.961c1.104 0 2 .886 2 1.979a1.99 1.99 0 01-2 1.98 1.99 1.99 0 01-2-1.962V22h5.5z",
68
+ fill: "#1560E9"
69
+ }))));
68
70
  };
69
71
  ESettingCl.propTypes = {
70
72
  iconClassName: PropTypes.string,
@@ -45,16 +45,14 @@ var ETaskCl = function ETaskCl(props) {
45
45
  xmlns: "http://www.w3.org/2000/svg"
46
46
  }, /*#__PURE__*/React.createElement("path", {
47
47
  d: "M6 2v17H4v3h7v-3H9V2H6z",
48
- fill: "#1673F6",
49
- fillOpacity: ".3"
50
- }), /*#__PURE__*/React.createElement("g", {
51
- style: {
52
- mixBlendMode: 'multiply'
53
- }
54
- }, /*#__PURE__*/React.createElement("path", {
48
+ fill: "#B9D5FC"
49
+ }), /*#__PURE__*/React.createElement("path", {
55
50
  d: "M20 4H7.5v10.5H20l-2.5-5L20 4z",
56
51
  fill: "#1673F6"
57
- })))));
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M9 4H7.5v10.5H9V4z",
54
+ fill: "#1060F3"
55
+ }))));
58
56
  };
59
57
  ETaskCl.propTypes = {
60
58
  iconClassName: PropTypes.string,
@@ -0,0 +1,151 @@
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"];
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, 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(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
+ import React from 'react';
12
+ import PropTypes from 'prop-types';
13
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
+ var LogoFcmCl = function LogoFcmCl(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
+ otherProps = _objectWithoutProperties(props, _excluded);
22
+ return /*#__PURE__*/React.createElement("span", {
23
+ role: "img",
24
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25
+ }, /*#__PURE__*/React.createElement("style", {
26
+ children: loadingCircleStyle
27
+ }), /*#__PURE__*/React.createElement("svg", _extends({
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ width: size,
30
+ height: size,
31
+ viewBox: "0 0 24 24",
32
+ fill: color
33
+ }, otherProps, {
34
+ className: iconClassName,
35
+ style: _objectSpread(_objectSpread({}, style), spin ? {
36
+ animationDuration: '1s',
37
+ animationIterationCount: 'infinite',
38
+ animationName: 'loadingCircle',
39
+ animationTimingFunction: 'linear'
40
+ } : {})
41
+ }), /*#__PURE__*/React.createElement("svg", {
42
+ width: "24",
43
+ height: "24",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg"
46
+ }, /*#__PURE__*/React.createElement("mask", {
47
+ id: "a",
48
+ style: {
49
+ maskType: 'luminance'
50
+ },
51
+ maskUnits: "userSpaceOnUse",
52
+ x: "4",
53
+ y: "1",
54
+ width: "16",
55
+ height: "22"
56
+ }, /*#__PURE__*/React.createElement("path", {
57
+ d: "M17.938 5.925a.506.506 0 00-.85-.275l-2.6 2.6-2.038-3.887a.496.496 0 00-.675-.213.578.578 0 00-.213.213L10.45 6.487l-2.8-5.224a.495.495 0 00-.675-.2.52.52 0 00-.262.362L4 18.75l7.238 4.063c.45.25 1.012.25 1.462 0L20 18.75 17.937 5.925z",
58
+ fill: "#fff"
59
+ })), /*#__PURE__*/React.createElement("g", {
60
+ mask: "url(#a)"
61
+ }, /*#__PURE__*/React.createElement("path", {
62
+ d: "M4 18.75L6.713 1.425a.49.49 0 01.574-.413.52.52 0 01.363.263l2.8 5.225 1.113-2.125a.496.496 0 01.675-.213c.087.05.162.125.212.213L20 18.75H4z",
63
+ fill: "#FFA000"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ opacity: ".12",
66
+ d: "M13.25 1.125L0 0v24l4-5.25 9.25-17.625z",
67
+ fill: "url(#paint0_linear_7578_261)"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M13.363 12L10.45 6.488 4 18.75 13.363 12z",
70
+ fill: "#F57C00"
71
+ }), /*#__PURE__*/React.createElement("path", {
72
+ opacity: ".2",
73
+ d: "M0 0h24v24H0V0z",
74
+ fill: "url(#paint1_linear_7578_261)"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M20 18.75L17.925 5.913a.506.506 0 00-.85-.275L4 18.75l7.238 4.063c.45.25 1.012.25 1.462 0L20 18.75z",
77
+ fill: "#FFCA28"
78
+ }), /*#__PURE__*/React.createElement("path", {
79
+ d: "M17.937 5.925a.506.506 0 00-.85-.275l-2.6 2.6-2.037-3.887a.496.496 0 00-.675-.213.578.578 0 00-.213.213L10.45 6.487l-2.8-5.224a.495.495 0 00-.675-.2.52.52 0 00-.263.362L4 18.75h-.013l.013.012.075.038L14.487 8.375l2.6-2.6c.2-.2.513-.2.713 0a.447.447 0 01.137.275l2.05 12.712.025-.012-2.075-12.825zm-13.912 12.8L6.712 1.55a.49.49 0 01.575-.413.52.52 0 01.363.263l2.8 5.225L11.562 4.5a.496.496 0 01.675-.212c.088.05.163.124.213.212l2 3.8L4.025 18.725z",
80
+ fill: "#fff",
81
+ fillOpacity: ".2"
82
+ }), /*#__PURE__*/React.createElement("path", {
83
+ opacity: ".2",
84
+ d: "M12.7 22.688a1.52 1.52 0 01-1.462 0l-7.225-4.05L4 18.75l7.238 4.063c.45.25 1.012.25 1.462 0L20 18.75l-.012-.113-7.288 4.05z",
85
+ fill: "#A52714"
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ d: "M17.938 5.925a.506.506 0 00-.85-.275l-2.6 2.6-2.038-3.887a.496.496 0 00-.675-.213.578.578 0 00-.213.213L10.45 6.487l-2.8-5.224a.495.495 0 00-.675-.2.52.52 0 00-.262.362L4 18.75l7.238 4.063c.45.25 1.012.25 1.462 0L20 18.75 17.937 5.925z",
88
+ fill: "url(#paint2_linear_7578_261)"
89
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
90
+ id: "paint0_linear_7578_261",
91
+ x1: "7.118",
92
+ y1: "12.819",
93
+ x2: "6.118",
94
+ y2: "12.297",
95
+ gradientUnits: "userSpaceOnUse"
96
+ }, /*#__PURE__*/React.createElement("stop", {
97
+ stopColor: "#A52714"
98
+ }), /*#__PURE__*/React.createElement("stop", {
99
+ offset: ".4",
100
+ stopColor: "#A52714",
101
+ stopOpacity: ".5"
102
+ }), /*#__PURE__*/React.createElement("stop", {
103
+ offset: ".8",
104
+ stopColor: "#A52714",
105
+ stopOpacity: "0"
106
+ })), /*#__PURE__*/React.createElement("linearGradient", {
107
+ id: "paint1_linear_7578_261",
108
+ x1: "11.368",
109
+ y1: "11.365",
110
+ x2: "10.92",
111
+ y2: "10.917",
112
+ gradientUnits: "userSpaceOnUse"
113
+ }, /*#__PURE__*/React.createElement("stop", {
114
+ stopColor: "#A52714",
115
+ stopOpacity: ".8"
116
+ }), /*#__PURE__*/React.createElement("stop", {
117
+ offset: ".5",
118
+ stopColor: "#A52714",
119
+ stopOpacity: ".21"
120
+ }), /*#__PURE__*/React.createElement("stop", {
121
+ offset: "1",
122
+ stopColor: "#A52714",
123
+ stopOpacity: "0"
124
+ })), /*#__PURE__*/React.createElement("linearGradient", {
125
+ id: "paint2_linear_7578_261",
126
+ x1: "3.569",
127
+ y1: "4.872",
128
+ x2: "20.28",
129
+ y2: "21.582",
130
+ gradientUnits: "userSpaceOnUse"
131
+ }, /*#__PURE__*/React.createElement("stop", {
132
+ stopColor: "#fff",
133
+ stopOpacity: ".1"
134
+ }), /*#__PURE__*/React.createElement("stop", {
135
+ offset: "1",
136
+ stopColor: "#fff",
137
+ stopOpacity: "0"
138
+ }))))));
139
+ };
140
+ LogoFcmCl.propTypes = {
141
+ iconClassName: PropTypes.string,
142
+ spin: PropTypes.bool,
143
+ color: PropTypes.string,
144
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
145
+ };
146
+ LogoFcmCl.defaultProps = {
147
+ spin: false,
148
+ color: 'currentColor',
149
+ size: '1em'
150
+ };
151
+ export default LogoFcmCl;
@@ -0,0 +1,112 @@
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"];
3
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, 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(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
8
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
9
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
10
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
11
+ import React from 'react';
12
+ import PropTypes from 'prop-types';
13
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
+ var LogoJiguangCl = function LogoJiguangCl(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
+ otherProps = _objectWithoutProperties(props, _excluded);
22
+ return /*#__PURE__*/React.createElement("span", {
23
+ role: "img",
24
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25
+ }, /*#__PURE__*/React.createElement("style", {
26
+ children: loadingCircleStyle
27
+ }), /*#__PURE__*/React.createElement("svg", _extends({
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ width: size,
30
+ height: size,
31
+ viewBox: "0 0 24 24",
32
+ fill: color
33
+ }, otherProps, {
34
+ className: iconClassName,
35
+ style: _objectSpread(_objectSpread({}, style), spin ? {
36
+ animationDuration: '1s',
37
+ animationIterationCount: 'infinite',
38
+ animationName: 'loadingCircle',
39
+ animationTimingFunction: 'linear'
40
+ } : {})
41
+ }), /*#__PURE__*/React.createElement("svg", {
42
+ width: "24",
43
+ height: "24",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg"
46
+ }, /*#__PURE__*/React.createElement("path", {
47
+ d: "M9.858 10.744c4.614.343 8.594 3.766 10.374 5.297.14.12.265.229.377.323.5.398.954.866 1.385 1.31l.276.284c.256.268.485.526.682.748.529.597.832.938.832.543 0-4.865-3.07-11.197-6.576-14.677-2.868-2.139-5.318-1.853-6.4-.558-1.111 1.336-1.458 4.082-.95 6.73z",
48
+ fill: "url(#paint0_linear_7575_120)"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M13.315 2.11A3.953 3.953 0 0012.41 2c.305.01.607.046.904.11z",
51
+ fill: "url(#paint1_linear_7575_120)"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M1 19.166C1 12.045 7.485 2 12.411 2a5.107 5.107 0 012.476.73 12.09 12.09 0 012.335 1.852c-2.874-2.15-5.33-1.865-6.415-.568C8.742 6.5 9.32 13.86 13.117 16.402c1.045.678-4.516 2.383-7.524 3.028-3.009.646-4.593.962-4.593-.264z",
56
+ fill: "url(#paint2_linear_7575_120)"
57
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
58
+ id: "paint0_linear_7575_120",
59
+ x1: "38.62",
60
+ y1: "598.009",
61
+ x2: "1819.89",
62
+ y2: "1965.92",
63
+ gradientUnits: "userSpaceOnUse"
64
+ }, /*#__PURE__*/React.createElement("stop", {
65
+ stopColor: "#3939E5"
66
+ }), /*#__PURE__*/React.createElement("stop", {
67
+ offset: ".28",
68
+ stopColor: "#4B7CFF"
69
+ }), /*#__PURE__*/React.createElement("stop", {
70
+ offset: "1",
71
+ stopColor: "#1AE2A4"
72
+ })), /*#__PURE__*/React.createElement("linearGradient", {
73
+ id: "paint1_linear_7575_120",
74
+ x1: "38.62",
75
+ y1: "598.009",
76
+ x2: "1819.89",
77
+ y2: "1965.92",
78
+ gradientUnits: "userSpaceOnUse"
79
+ }, /*#__PURE__*/React.createElement("stop", {
80
+ stopColor: "#3939E5"
81
+ }), /*#__PURE__*/React.createElement("stop", {
82
+ offset: ".28",
83
+ stopColor: "#4B7CFF"
84
+ }), /*#__PURE__*/React.createElement("stop", {
85
+ offset: "1",
86
+ stopColor: "#1AE2A4"
87
+ })), /*#__PURE__*/React.createElement("linearGradient", {
88
+ id: "paint2_linear_7575_120",
89
+ x1: "997.296",
90
+ y1: "74.303",
91
+ x2: "539.964",
92
+ y2: "1787.9",
93
+ gradientUnits: "userSpaceOnUse"
94
+ }, /*#__PURE__*/React.createElement("stop", {
95
+ stopColor: "#28ADDD"
96
+ }), /*#__PURE__*/React.createElement("stop", {
97
+ offset: "1",
98
+ stopColor: "#1AE2A4"
99
+ }))))));
100
+ };
101
+ LogoJiguangCl.propTypes = {
102
+ iconClassName: PropTypes.string,
103
+ spin: PropTypes.bool,
104
+ color: PropTypes.string,
105
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
106
+ };
107
+ LogoJiguangCl.defaultProps = {
108
+ spin: false,
109
+ color: 'currentColor',
110
+ size: '1em'
111
+ };
112
+ export default LogoJiguangCl;
@@ -62,35 +62,33 @@ var MAttributionCl = function MAttributionCl(props) {
62
62
  r: "3",
63
63
  transform: "rotate(15.15 10.51 4.75)",
64
64
  fill: "#F66C47"
65
- }), /*#__PURE__*/React.createElement("g", {
66
- style: {
67
- mixBlendMode: 'multiply'
68
- }
69
- }, /*#__PURE__*/React.createElement("rect", {
65
+ }), /*#__PURE__*/React.createElement("rect", {
70
66
  x: "6.931",
71
67
  y: "14.14",
72
68
  width: "9",
73
69
  height: "2",
74
70
  transform: "rotate(-74.85 6.93 14.14)",
75
71
  fill: "#1673F6"
76
- })), /*#__PURE__*/React.createElement("circle", {
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M10.735 7.742a2.995 2.995 0 01-1.93-.523l.478-1.766 1.93.523-.478 1.766z",
74
+ fill: "#153144"
75
+ }), /*#__PURE__*/React.createElement("circle", {
77
76
  cx: "19.144",
78
77
  cy: "19.048",
79
78
  r: "3",
80
79
  transform: "rotate(86.986 19.144 19.048)",
81
80
  fill: "#F66C47"
82
- }), /*#__PURE__*/React.createElement("g", {
83
- style: {
84
- mixBlendMode: 'multiply'
85
- }
86
- }, /*#__PURE__*/React.createElement("rect", {
81
+ }), /*#__PURE__*/React.createElement("rect", {
87
82
  x: "9.105",
88
83
  y: "18.576",
89
84
  width: "9",
90
85
  height: "2",
91
86
  transform: "rotate(-3.014 9.105 18.576)",
92
87
  fill: "#1673F6"
93
- })), /*#__PURE__*/React.createElement("circle", {
88
+ }), /*#__PURE__*/React.createElement("path", {
89
+ d: "M16.266 18.199l1.826-.097.106 1.998-1.827.096a2.993 2.993 0 01-.105-1.997z",
90
+ fill: "#153144"
91
+ }), /*#__PURE__*/React.createElement("circle", {
94
92
  cx: "7.5",
95
93
  cy: "16.5",
96
94
  r: "5.5",
@@ -43,33 +43,28 @@ var MDistributionCl = function MDistributionCl(props) {
43
43
  height: "24",
44
44
  fill: "none",
45
45
  xmlns: "http://www.w3.org/2000/svg"
46
- }, /*#__PURE__*/React.createElement("g", {
47
- style: {
48
- mixBlendMode: 'multiply'
49
- }
50
46
  }, /*#__PURE__*/React.createElement("rect", {
51
47
  x: "3",
52
48
  y: "5",
53
49
  width: "12",
54
50
  height: "6",
55
51
  fill: "#1673F6"
56
- })), /*#__PURE__*/React.createElement("rect", {
52
+ }), /*#__PURE__*/React.createElement("rect", {
57
53
  x: "9",
58
54
  y: "13",
59
55
  width: "8",
60
56
  height: "6",
61
57
  fill: "#1673F6"
62
- }), /*#__PURE__*/React.createElement("g", {
63
- style: {
64
- mixBlendMode: 'multiply'
65
- }
66
- }, /*#__PURE__*/React.createElement("rect", {
58
+ }), /*#__PURE__*/React.createElement("rect", {
67
59
  x: "15",
68
60
  y: "13",
69
61
  width: "6",
70
62
  height: "6",
71
63
  fill: "#ED6845"
72
- })), /*#__PURE__*/React.createElement("circle", {
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M15 19h2v-6h-2v6z",
66
+ fill: "#153144"
67
+ }), /*#__PURE__*/React.createElement("circle", {
73
68
  cx: "19",
74
69
  cy: "8",
75
70
  r: "3",
@@ -44,18 +44,17 @@ var MEventCl = function MEventCl(props) {
44
44
  fill: "none",
45
45
  xmlns: "http://www.w3.org/2000/svg"
46
46
  }, /*#__PURE__*/React.createElement("circle", {
47
- cx: "17",
47
+ cx: "17.5",
48
48
  cy: "7",
49
49
  r: "5",
50
50
  fill: "#F66C47"
51
- }), /*#__PURE__*/React.createElement("g", {
52
- style: {
53
- mixBlendMode: 'multiply'
54
- }
55
- }, /*#__PURE__*/React.createElement("path", {
56
- d: "M1.6 14.186c-.818-.357-.794-1.527.039-1.85L15.234 7.07c.815-.315 1.614.491 1.29 1.302L11.11 21.973c-.331.831-1.504.843-1.851.018l-2.147-5.1a1 1 0 00-.522-.528L1.6 14.186z",
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M2.1 14.186c-.818-.357-.794-1.527.039-1.85L15.735 7.07c.814-.315 1.613.491 1.29 1.302l-5.416 13.601c-.331.831-1.504.843-1.851.018l-2.147-5.1a1 1 0 00-.522-.528L2.1 14.186z",
57
53
  fill: "#1673F6"
58
- })))));
54
+ }), /*#__PURE__*/React.createElement("path", {
55
+ d: "M15.711 11.67a5.01 5.01 0 01-3.05-3.41l3.074-1.19c.814-.315 1.613.491 1.29 1.302l-1.314 3.299z",
56
+ fill: "#153144"
57
+ }))));
59
58
  };
60
59
  MEventCl.propTypes = {
61
60
  iconClassName: PropTypes.string,