@tant/icons 1.3.18 → 1.3.20

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 (33) hide show
  1. package/dist/es/icons/alert-cl.js +8 -8
  2. package/dist/es/icons/chart-cum.js +2 -10
  3. package/dist/es/icons/date-mark-cl.js +2 -2
  4. package/dist/es/icons/{folder-open-cl.js → folder-line.js} +7 -11
  5. package/dist/es/icons/{page-cl.js → folder-open-line.js} +8 -27
  6. package/dist/es/icons/logo-wepie-cl.js +69 -0
  7. package/dist/es/icons/{folder-cl.js → page-line.js} +7 -11
  8. package/dist/es/icons/page-open-cl.js +9 -13
  9. package/dist/es/icons/{space-open-cl.js → property.js} +22 -17
  10. package/dist/es/icons/{space-cl.js → smile.js} +7 -15
  11. package/dist/es/icons/{cmd-mac.js → space-line.js} +7 -5
  12. package/dist/es/icons/space-open-line.js +62 -0
  13. package/dist/es/icons/template-cl.js +3 -3
  14. package/dist/es/index.js +12 -10
  15. package/dist/index.d.ts +11 -9
  16. package/dist/lib/icons/alert-cl.js +8 -8
  17. package/dist/lib/icons/chart-cum.js +2 -10
  18. package/dist/lib/icons/date-mark-cl.js +2 -2
  19. package/dist/lib/icons/{folder-open-cl.js → folder-line.js} +7 -11
  20. package/dist/lib/icons/folder-open-line.js +70 -0
  21. package/dist/lib/icons/logo-wepie-cl.js +77 -0
  22. package/dist/lib/icons/{folder-cl.js → page-line.js} +7 -11
  23. package/dist/lib/icons/page-open-cl.js +9 -13
  24. package/dist/lib/icons/{space-open-cl.js → property.js} +22 -17
  25. package/dist/lib/icons/{space-cl.js → smile.js} +7 -15
  26. package/dist/lib/icons/{cmd-mac.js → space-line.js} +7 -5
  27. package/dist/lib/icons/space-open-line.js +70 -0
  28. package/dist/lib/icons/template-cl.js +3 -3
  29. package/dist/lib/index.js +39 -25
  30. package/dist/tant-icons.cjs.js +1902 -1831
  31. package/dist/tant-icons.esm.js +1895 -1826
  32. package/package.json +2 -2
  33. package/dist/lib/icons/page-cl.js +0 -89
package/dist/index.d.ts CHANGED
@@ -66,6 +66,8 @@ export const TaMute: Icon;
66
66
  export const TaApprove: Icon;
67
67
  export const TaEndTask: Icon;
68
68
  export const TaApproveCancelled: Icon;
69
+ export const TaSmile: Icon;
70
+ export const TaProperty: Icon;
69
71
  export const TaTdLogo: Icon;
70
72
  export const TaLanguage: Icon;
71
73
  export const TaCalendar: Icon;
@@ -166,17 +168,12 @@ export const TaLogoAppleGray: Icon;
166
168
  export const TaLogoXiaomiCl: Icon;
167
169
  export const TaLogoFutuCl: Icon;
168
170
  export const TaLogoHappyelementCl: Icon;
171
+ export const TaLogoWepieCl: Icon;
169
172
  export const TaDashboardCl: Icon;
170
173
  export const TaReportCl: Icon;
171
174
  export const TaUserTagCl: Icon;
172
175
  export const TaGroupCl: Icon;
173
176
  export const TaVPropCl: Icon;
174
- export const TaFolderCl: Icon;
175
- export const TaFolderOpenCl: Icon;
176
- export const TaSpaceCl: Icon;
177
- export const TaSpaceOpenCl: Icon;
178
- export const TaPageCl: Icon;
179
- export const TaPageOpenCl: Icon;
180
177
  export const TaMEventCl: Icon;
181
178
  export const TaMRetentionCl: Icon;
182
179
  export const TaMFunnelCl: Icon;
@@ -301,7 +298,6 @@ export const TaNewIndicator: Icon;
301
298
  export const TaBoxOpen: Icon;
302
299
  export const TaInterval: Icon;
303
300
  export const TaRevert: Icon;
304
- export const TaCmdMac: Icon;
305
301
  export const TaReport: Icon;
306
302
  export const TaReportRemoval: Icon;
307
303
  export const TaFileAdd: Icon;
@@ -322,8 +318,12 @@ export const TaBook: Icon;
322
318
  export const TaBook2: Icon;
323
319
  export const TaSticker: Icon;
324
320
  export const TaStickerFill: Icon;
325
- export const TaAvatarGroupCl: Icon;
326
- export const TaAvatarProjectCl: Icon;
321
+ export const TaFolderLine: Icon;
322
+ export const TaFolderOpenLine: Icon;
323
+ export const TaSpaceLine: Icon;
324
+ export const TaSpaceOpenLine: Icon;
325
+ export const TaPageLine: Icon;
326
+ export const TaPageOpenCl: Icon;
327
327
  export const TaEventSm: Icon;
328
328
  export const TaEPropertySm: Icon;
329
329
  export const TaIndicatorSm: Icon;
@@ -367,3 +367,5 @@ export const TaDrag2: Icon;
367
367
  export const TaExternal: Icon;
368
368
  export const TaDisplayS: Icon;
369
369
  export const TaShare: Icon;
370
+ export const TaAvatarGroupCl: Icon;
371
+ export const TaAvatarProjectCl: Icon;
@@ -51,22 +51,22 @@ var AlertCl = function AlertCl(props) {
51
51
  fill: "none",
52
52
  xmlns: "http://www.w3.org/2000/svg"
53
53
  }, /*#__PURE__*/_react["default"].createElement("rect", {
54
- x: "2",
55
- y: "19",
56
- width: "20",
57
- height: "3",
54
+ x: "1",
55
+ y: "19.7",
56
+ width: "22",
57
+ height: "3.3",
58
58
  fill: "#1673F6",
59
59
  fillOpacity: ".3"
60
60
  }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M11 2h2v3h-2V2z",
61
+ d: "M10.9 1h2.2v3.3h-2.2V1z",
62
62
  fill: "#1E76F0",
63
63
  fillOpacity: ".3"
64
64
  }), /*#__PURE__*/_react["default"].createElement("path", {
65
- d: "M19.121 4l1.415 1.414-2.122 2.122L17 6.12 19.121 4z",
65
+ d: "M19.834 3.2l1.555 1.556-2.333 2.333L17.5 5.533 19.834 3.2z",
66
66
  fill: "#1E76F0",
67
67
  fillOpacity: ".3"
68
68
  }), /*#__PURE__*/_react["default"].createElement("path", {
69
- d: "M3 5.434L4.394 4l2.151 2.09-1.394 1.435L3 5.435z",
69
+ d: "M2.1 4.778L3.633 3.2 6 5.5 4.467 7.078 2.1 4.778z",
70
70
  fill: "#1E76F0",
71
71
  fillOpacity: ".3"
72
72
  }), /*#__PURE__*/_react["default"].createElement("g", {
@@ -76,7 +76,7 @@ var AlertCl = function AlertCl(props) {
76
76
  }, /*#__PURE__*/_react["default"].createElement("path", {
77
77
  fillRule: "evenodd",
78
78
  clipRule: "evenodd",
79
- d: "M12 6.229a7 7 0 00-7 7V20.5h14v-7.271a7 7 0 00-7-7zM10 13H8v4h2v-4z",
79
+ 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",
80
80
  fill: "#1E76F0"
81
81
  })))));
82
82
  };
@@ -50,17 +50,9 @@ var ChartCum = function ChartCum(props) {
50
50
  height: "24",
51
51
  xmlns: "http://www.w3.org/2000/svg"
52
52
  }, /*#__PURE__*/_react["default"].createElement("path", {
53
- d: "M17 4h3v3h-3V4z"
53
+ d: "M3.932 12.917h.002l.017-.006.08-.029c.074-.026.186-.068.331-.127a15.72 15.72 0 001.234-.568c1.037-.529 2.44-1.37 3.888-2.616 2.117-1.82 3.112-3.453 3.583-4.586l.04-.1-2.039.98a.9.9 0 11-.78-1.623l4.62-2.218 1.84 5.088a.9.9 0 01-1.693.612l-.556-1.537c-.644 1.334-1.795 2.99-3.842 4.75a21.682 21.682 0 01-4.243 2.854c-.569.29-1.042.497-1.376.632a11.524 11.524 0 01-.504.19l-.032.011-.01.003-.003.002c-.001 0-.002 0-.275-.843l.273.843a.9.9 0 01-.556-1.712h.001z"
54
54
  }), /*#__PURE__*/_react["default"].createElement("path", {
55
- d: "M17 10h3v10h-3V10z"
56
- }), /*#__PURE__*/_react["default"].createElement("path", {
57
- d: "M3 14.583h3V20H3v-5.417z"
58
- }), /*#__PURE__*/_react["default"].createElement("path", {
59
- d: "M13 12.75h-3V20h3v-7.25z"
60
- }), /*#__PURE__*/_react["default"].createElement("path", {
61
- d: "M6 9H3v3h3V9z"
62
- }), /*#__PURE__*/_react["default"].createElement("path", {
63
- d: "M13 7h-3v3h3V7z"
55
+ d: "M21.357 9.366l-4.637 5.777-6.9 1.431-3.718 5.022-1.58-1.223 4.169-5.607 6.898-1.431 4.188-5.192 1.58 1.223z"
64
56
  }))));
65
57
  };
66
58
  ChartCum.propTypes = {
@@ -53,14 +53,14 @@ var DateMarkCl = function DateMarkCl(props) {
53
53
  }, /*#__PURE__*/_react["default"].createElement("path", {
54
54
  fillRule: "evenodd",
55
55
  clipRule: "evenodd",
56
- d: "M5.333 3h1.945v1.7h4.93V3h1.945v1.7h.903C16.129 4.7 17 5.588 17 6.683v11.334C17 19.112 16.13 20 15.056 20H3.944C2.871 20 2 19.112 2 18.017V6.683C2 5.588 2.87 4.7 3.944 4.7h1.39V3zm10 4.25H3.667v1.275h11.666V7.25z",
56
+ 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",
57
57
  fill: "#B3CFF8"
58
58
  }), /*#__PURE__*/_react["default"].createElement("g", {
59
59
  style: {
60
60
  mixBlendMode: 'multiply'
61
61
  }
62
62
  }, /*#__PURE__*/_react["default"].createElement("path", {
63
- d: "M23.404 14.19a.591.591 0 00-.478-.403l-3.413-.591-1.545-3.019a.607.607 0 00-.844-.234.606.606 0 00-.222.234l-1.528 3.019-3.413.609a.587.587 0 00-.514.725.574.574 0 00.164.278l2.492 2.247-.64 3.258a.585.585 0 00.239.575.655.655 0 00.631.043l3.098-1.492 3.089 1.492a.603.603 0 00.833-.296.585.585 0 00.037-.322l-.623-3.258 2.466-2.264a.575.575 0 00.17-.6z",
63
+ d: "M23.442 14.434a.659.659 0 00-.198-.3.638.638 0 00-.325-.148l-3.738-.658-1.692-3.353a.654.654 0 00-1.168 0l-1.673 3.354-3.739.676a.639.639 0 00-.34.14.657.657 0 00-.223.666.64.64 0 00.18.309l2.73 2.496-.702 3.62a.66.66 0 00.262.64.71.71 0 00.692.047l3.392-1.658 3.383 1.658a.653.653 0 00.954-.686l-.683-3.62 2.701-2.516a.64.64 0 00.187-.667z",
64
64
  fill: "#1673F6"
65
65
  })))));
66
66
  };
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  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; }
19
19
  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; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var FolderOpenCl = function FolderOpenCl(props) {
21
+ var FolderLine = function FolderLine(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -48,27 +48,23 @@ var FolderOpenCl = function FolderOpenCl(props) {
48
48
  }), /*#__PURE__*/_react["default"].createElement("svg", {
49
49
  width: "24",
50
50
  height: "24",
51
- fill: "none",
52
51
  xmlns: "http://www.w3.org/2000/svg"
53
52
  }, /*#__PURE__*/_react["default"].createElement("path", {
54
- d: "M2 5v15l2.499-9.911a1 1 0 01.97-.756H16V7a1 1 0 00-1-1h-4a1 1 0 01-.8-.4l-.9-1.2a1 1 0 00-.8-.4H3a1 1 0 00-1 1z",
55
- fill: "#202241"
56
- }), /*#__PURE__*/_react["default"].createElement("path", {
57
- opacity: ".3",
58
- d: "M18.174 20H2l2.499-9.911a1 1 0 01.97-.756H20.67a1 1 0 01.961 1.277l-2.497 8.667a1 1 0 01-.96.723z",
59
- fill: "#202241"
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M10.419 5l2.714 3.273h6.962V19H3.905V5h6.514zM2 20V4c0-.552.426-1 .952-1h7.9c.276 0 .537.125.718.343L14 6.273h7.048c.526 0 .952.447.952 1V20c0 .552-.426 1-.952 1H2.952C2.426 21 2 20.552 2 20zm5-10c-.526 0-.952.448-.952 1s.426 1 .952 1h6.667c.526 0 .952-.448.952-1s-.426-1-.952-1H7z"
60
56
  }))));
61
57
  };
62
- FolderOpenCl.propTypes = {
58
+ FolderLine.propTypes = {
63
59
  iconClassName: _propTypes["default"].string,
64
60
  spin: _propTypes["default"].bool,
65
61
  color: _propTypes["default"].string,
66
62
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
67
63
  };
68
- FolderOpenCl.defaultProps = {
64
+ FolderLine.defaultProps = {
69
65
  spin: false,
70
66
  color: 'currentColor',
71
67
  size: '1em'
72
68
  };
73
- var _default = FolderOpenCl;
69
+ var _default = FolderLine;
74
70
  exports["default"] = _default;
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
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"];
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ 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); }
13
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
14
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
15
+ 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; }
16
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
+ 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); }
18
+ 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; }
19
+ 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; }
20
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
+ var FolderOpenLine = function FolderOpenLine(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
+ otherProps = _objectWithoutProperties(props, _excluded);
29
+ return /*#__PURE__*/_react["default"].createElement("span", {
30
+ role: "img",
31
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
32
+ }, /*#__PURE__*/_react["default"].createElement("style", {
33
+ children: loadingCircleStyle
34
+ }), /*#__PURE__*/_react["default"].createElement("svg", _extends({
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ width: size,
37
+ height: size,
38
+ viewBox: "0 0 24 24",
39
+ fill: color
40
+ }, otherProps, {
41
+ className: iconClassName,
42
+ style: _objectSpread(_objectSpread({}, style), spin ? {
43
+ animationDuration: '1s',
44
+ animationIterationCount: 'infinite',
45
+ animationName: 'loadingCircle',
46
+ animationTimingFunction: 'linear'
47
+ } : {})
48
+ }), /*#__PURE__*/_react["default"].createElement("svg", {
49
+ width: "24",
50
+ height: "24",
51
+ xmlns: "http://www.w3.org/2000/svg"
52
+ }, /*#__PURE__*/_react["default"].createElement("path", {
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M2 3.977v17.009h.083L2.078 21H17.28c.79 0 1.442-.556 1.661-1.301l2.983-7.845.012-.046c.294-1.118-.46-2.357-1.676-2.357h-5.776v-3.52c0-.54-.399-.977-.891-.977h-3.567a.868.868 0 01-.714-.391L8.51 3.39A.868.868 0 007.796 3H2.892C2.399 3 2 3.437 2 3.977zM12.786 9.45v-2.74h-2.76c-.856 0-1.627-.442-2.1-1.132l-.562-.822H3.699V16.08l1.732-5.261c.2-.776.864-1.367 1.68-1.367h5.675zm-8.33 9.777l2.607-7.916.01-.04a.105.105 0 01.03-.058.037.037 0 01.008-.005h7.373v8.034l-10.028-.015zm10.028.015v-8.034h5.777c.002 0 .01.006.02.02a.137.137 0 01.021.09l-2.973 7.819-.012.046a.102.102 0 01-.03.054l-.008.005h-2.795z"
56
+ }))));
57
+ };
58
+ FolderOpenLine.propTypes = {
59
+ iconClassName: _propTypes["default"].string,
60
+ spin: _propTypes["default"].bool,
61
+ color: _propTypes["default"].string,
62
+ size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
63
+ };
64
+ FolderOpenLine.defaultProps = {
65
+ spin: false,
66
+ color: 'currentColor',
67
+ size: '1em'
68
+ };
69
+ var _default = FolderOpenLine;
70
+ exports["default"] = _default;
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
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"];
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
+ 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); }
13
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
14
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
15
+ 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; }
16
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
+ 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); }
18
+ 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; }
19
+ 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; }
20
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
+ var LogoWepieCl = function LogoWepieCl(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
+ otherProps = _objectWithoutProperties(props, _excluded);
29
+ return /*#__PURE__*/_react["default"].createElement("span", {
30
+ role: "img",
31
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
32
+ }, /*#__PURE__*/_react["default"].createElement("style", {
33
+ children: loadingCircleStyle
34
+ }), /*#__PURE__*/_react["default"].createElement("svg", _extends({
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ width: size,
37
+ height: size,
38
+ viewBox: "0 0 24 24",
39
+ fill: color
40
+ }, otherProps, {
41
+ className: iconClassName,
42
+ style: _objectSpread(_objectSpread({}, style), spin ? {
43
+ animationDuration: '1s',
44
+ animationIterationCount: 'infinite',
45
+ animationName: 'loadingCircle',
46
+ animationTimingFunction: 'linear'
47
+ } : {})
48
+ }), /*#__PURE__*/_react["default"].createElement("svg", {
49
+ width: "24",
50
+ height: "24",
51
+ fill: "none",
52
+ xmlns: "http://www.w3.org/2000/svg"
53
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
54
+ width: "24",
55
+ height: "24",
56
+ rx: "1",
57
+ fill: "#06AD5C"
58
+ }), /*#__PURE__*/_react["default"].createElement("path", {
59
+ fillRule: "evenodd",
60
+ clipRule: "evenodd",
61
+ d: "M11.137 2.413c-.071.017-.517.098-.99.18-1.427.25-3.023.979-4.206 1.922-.225.18-1.267 1.22-1.446 1.444C3.131 7.666 2.413 9.726 2.4 11.967c-.013 2.287.646 4.221 2.06 6.049.344.444 1.475 1.517 1.931 1.83 1.762 1.213 3.46 1.748 5.564 1.754 1.433.004 2.36-.163 3.575-.643 1.395-.551 2.218-1.091 3.276-2.148 1.058-1.057 1.598-1.879 2.15-3.272.48-1.213.648-2.14.644-3.57-.006-2.103-.541-3.799-1.755-5.558-.315-.456-1.388-1.586-1.833-1.929-1.725-1.332-3.586-2-5.755-2.067-.545-.017-1.049-.017-1.12 0zM7.691 7.837c.318.163.628.58.803 1.075.075.213.231.639.347.947l.48 1.277c.149.395.327.83.397.964.07.135.127.307.127.383 0 .075.079.3.175.499.236.485.514 1.594.514 2.048 0 1.129-.951 2.754-1.491 2.547-.069-.026-.185-.215-.258-.42a141.04 141.04 0 00-.834-2.222c-.153-.402-.393-1.041-.534-1.42l-.414-1.118c-.088-.237-.32-.837-.514-1.334-.425-1.084-.69-1.882-.691-2.085-.003-.336.29-.859.592-1.057.366-.24.93-.276 1.301-.084zm4.72.035c.212.109.382.29.504.538.219.444.806 1.94.806 2.053 0 .044.091.284.202.533.11.25.27.648.356.885.085.236.27.74.411 1.118.447 1.196.51 1.499.47 2.242a3.202 3.202 0 01-.869 2.043c-.51.556-.636.445-1.18-1.027-.191-.514-.44-1.167-.556-1.451-.115-.284-.285-.73-.377-.99-.093-.26-.27-.744-.395-1.075-.125-.331-.319-.854-.43-1.162-.113-.307-.361-.965-.553-1.462-.192-.497-.35-1.016-.35-1.154-.002-.333.372-.958.667-1.113.34-.18.921-.17 1.294.022zm5.445.038c1.36.694 1.129 2.807-.388 3.543-.43.21-.43.21-.456-.03-.022-.202-.086-.257-.424-.356-.803-.237-1.414-1.134-1.275-1.873.07-.37.322-.893.503-1.044.562-.465 1.404-.564 2.04-.24z",
62
+ fill: "#fff"
63
+ }))));
64
+ };
65
+ LogoWepieCl.propTypes = {
66
+ iconClassName: _propTypes["default"].string,
67
+ spin: _propTypes["default"].bool,
68
+ color: _propTypes["default"].string,
69
+ size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
70
+ };
71
+ LogoWepieCl.defaultProps = {
72
+ spin: false,
73
+ color: 'currentColor',
74
+ size: '1em'
75
+ };
76
+ var _default = LogoWepieCl;
77
+ exports["default"] = _default;
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  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; }
19
19
  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; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var FolderCl = function FolderCl(props) {
21
+ var PageLine = function PageLine(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -48,27 +48,23 @@ var FolderCl = function FolderCl(props) {
48
48
  }), /*#__PURE__*/_react["default"].createElement("svg", {
49
49
  width: "24",
50
50
  height: "24",
51
- fill: "none",
52
51
  xmlns: "http://www.w3.org/2000/svg"
53
52
  }, /*#__PURE__*/_react["default"].createElement("path", {
54
- d: "M2 6a2 2 0 012-2h6.607a2 2 0 012 2v1.75H2V6z",
55
- fill: "#202241"
56
- }), /*#__PURE__*/_react["default"].createElement("path", {
57
- opacity: ".15",
58
- d: "M2 7h18a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2V7z",
59
- fill: "#202241"
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M5 5v14h14V5H5zM4 3a1 1 0 00-1 1v16a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H4zm3.5 6.321c0-.532.432-.964.964-.964h7.072a.964.964 0 110 1.929H8.464A.964.964 0 017.5 9.32zm.964 2.893a.964.964 0 100 1.928h4.072a.964.964 0 100-1.928H8.464z"
60
56
  }))));
61
57
  };
62
- FolderCl.propTypes = {
58
+ PageLine.propTypes = {
63
59
  iconClassName: _propTypes["default"].string,
64
60
  spin: _propTypes["default"].bool,
65
61
  color: _propTypes["default"].string,
66
62
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
67
63
  };
68
- FolderCl.defaultProps = {
64
+ PageLine.defaultProps = {
69
65
  spin: false,
70
66
  color: 'currentColor',
71
67
  size: '1em'
72
68
  };
73
- var _default = FolderCl;
69
+ var _default = PageLine;
74
70
  exports["default"] = _default;
@@ -55,23 +55,19 @@ var PageOpenCl = function PageOpenCl(props) {
55
55
  y: "3",
56
56
  width: "18",
57
57
  height: "18",
58
- rx: "2",
58
+ rx: "1",
59
59
  fill: "#1E76F0"
60
- }), /*#__PURE__*/_react["default"].createElement("rect", {
60
+ }), /*#__PURE__*/_react["default"].createElement("path", {
61
61
  opacity: ".7",
62
- x: "6.857",
63
- y: "6.857",
64
- width: "10.286",
65
- height: "1.929",
66
- rx: ".964",
62
+ fillRule: "evenodd",
63
+ clipRule: "evenodd",
64
+ d: "M7 9a1 1 0 011-1h8a1 1 0 110 2H8a1 1 0 01-1-1z",
67
65
  fill: "#fff"
68
- }), /*#__PURE__*/_react["default"].createElement("rect", {
66
+ }), /*#__PURE__*/_react["default"].createElement("path", {
69
67
  opacity: ".7",
70
- x: "6.857",
71
- y: "10.714",
72
- width: "6.429",
73
- height: "1.929",
74
- rx: ".964",
68
+ fillRule: "evenodd",
69
+ clipRule: "evenodd",
70
+ d: "M7 13a1 1 0 011-1h4a1 1 0 110 2H8a1 1 0 01-1-1z",
75
71
  fill: "#fff"
76
72
  }))));
77
73
  };
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  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; }
19
19
  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; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var SpaceOpenCl = function SpaceOpenCl(props) {
21
+ var Property = function Property(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -48,35 +48,40 @@ var SpaceOpenCl = function SpaceOpenCl(props) {
48
48
  }), /*#__PURE__*/_react["default"].createElement("svg", {
49
49
  width: "24",
50
50
  height: "24",
51
- fill: "none",
52
51
  xmlns: "http://www.w3.org/2000/svg"
52
+ }, /*#__PURE__*/_react["default"].createElement("g", {
53
+ clipPath: "url(#clip0_6404_776)"
53
54
  }, /*#__PURE__*/_react["default"].createElement("path", {
54
- opacity: ".3",
55
- d: "M2.667 17.828v-5.534l9.22 5.239v6.465l-8.66-5.181a1.152 1.152 0 01-.56-.989z",
56
- fill: "#202241"
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M4.417 3.42c.441.358.51 1.005.152 1.447a11.262 11.262 0 00-2.513 7.11c0 2.715.955 5.203 2.547 7.153a1.028 1.028 0 01-1.592 1.3A13.32 13.32 0 010 11.978C0 8.795 1.113 5.87 2.97 3.573a1.028 1.028 0 011.447-.152z"
57
58
  }), /*#__PURE__*/_react["default"].createElement("path", {
58
- opacity: ".15",
59
- d: "M21.333 17.735v-5.438l-9.446 5.236V24l8.882-5.275c.35-.207.564-.584.564-.99z",
60
- fill: "#202241"
59
+ fillRule: "evenodd",
60
+ clipRule: "evenodd",
61
+ d: "M19.587 3.424a1.028 1.028 0 00-.153 1.446 11.263 11.263 0 012.51 7.106c0 2.695-.94 5.167-2.513 7.11a1.028 1.028 0 101.599 1.294A13.318 13.318 0 0024 11.976c0-3.18-1.112-6.104-2.967-8.399a1.028 1.028 0 00-1.446-.153z"
61
62
  }), /*#__PURE__*/_react["default"].createElement("path", {
62
- d: "M7.293 9.696l3.844 2.406c.405.253.915.256 1.322.006l4.05-2.48 4.824 2.689-9.421 5.402-9.22-5.402 4.6-2.62z",
63
- fill: "#202241"
63
+ fillRule: "evenodd",
64
+ clipRule: "evenodd",
65
+ d: "M6.01 16.839c0-.568.418-1.028.934-1.028h1.492l5.875-9.24a.913.913 0 01.767-.438h1.979c.516 0 .935.46.935 1.028 0 .568-.419 1.028-.936 1.028h-1.491L9.69 17.428a.914.914 0 01-.767.439H6.944c-.516 0-.935-.46-.935-1.028z"
64
66
  }), /*#__PURE__*/_react["default"].createElement("path", {
65
- opacity: ".3",
66
- d: "M11.137 12.102L3.272 7.18c-.813-.51-.806-1.715.014-2.213L11.15.183a1.253 1.253 0 011.295-.006l8.037 4.785c.833.496.84 1.719.013 2.225l-8.036 4.921c-.407.25-.917.247-1.322-.006z",
67
- fill: "#202241"
68
- }))));
67
+ d: "M7.79 9.099c-.397.622-1.723.437-1.651-.616.071-1.054.86-1.994 2.033-2.213 1.307-.242 1.931.21 2.28.698.722.722 3.04 5.356 3.27 5.811 1.493 2.938 1.582 2.98 2.283 2.862.701-.118.29-1.427 1.568-1.12 1.279.31.366 2.13-.184 2.678-.623.62-2.203.977-3.171 0-.968-.978-3.197-5.417-4.117-7.196-.278-.537-.697-1.74-1.305-1.821-.588-.079-.61.295-1.006.917z"
68
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
69
+ id: "clip0_6404_776"
70
+ }, /*#__PURE__*/_react["default"].createElement("rect", {
71
+ width: "24",
72
+ height: "24"
73
+ }))))));
69
74
  };
70
- SpaceOpenCl.propTypes = {
75
+ Property.propTypes = {
71
76
  iconClassName: _propTypes["default"].string,
72
77
  spin: _propTypes["default"].bool,
73
78
  color: _propTypes["default"].string,
74
79
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
75
80
  };
76
- SpaceOpenCl.defaultProps = {
81
+ Property.defaultProps = {
77
82
  spin: false,
78
83
  color: 'currentColor',
79
84
  size: '1em'
80
85
  };
81
- var _default = SpaceOpenCl;
86
+ var _default = Property;
82
87
  exports["default"] = _default;
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  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; }
19
19
  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; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var SpaceCl = function SpaceCl(props) {
21
+ var Smile = function Smile(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -48,31 +48,23 @@ var SpaceCl = function SpaceCl(props) {
48
48
  }), /*#__PURE__*/_react["default"].createElement("svg", {
49
49
  width: "24",
50
50
  height: "24",
51
- fill: "none",
52
51
  xmlns: "http://www.w3.org/2000/svg"
53
52
  }, /*#__PURE__*/_react["default"].createElement("path", {
54
- opacity: ".3",
55
- d: "M2.667 17.672V6.49l9.109 2.489v12.444l-8.425-2.801a1 1 0 01-.684-.949z",
56
- fill: "#202241"
57
- }), /*#__PURE__*/_react["default"].createElement("path", {
58
- opacity: ".15",
59
- d: "M21.109 17.591V6.489l-9.333 2.489v12.444l8.65-2.882a1 1 0 00.683-.949z",
60
- fill: "#202241"
61
- }), /*#__PURE__*/_react["default"].createElement("path", {
62
- d: "M11.9 8.978L2.666 6.454l8.978-2.386a1 1 0 01.509-.002l9.18 2.388-9.435 2.524z",
63
- fill: "#202241"
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M12 4a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12zm6.5-4a1 1 0 011 1v1a1 1 0 11-2 0V9a1 1 0 011-1zm7 0a1 1 0 011 1v1a1 1 0 11-2 0V9a1 1 0 011-1zm-6.293 5.98l-.002-.001-.002-.002.024.022c.025.022.068.06.128.106a4.354 4.354 0 004.736.36 4.055 4.055 0 00.682-.466l.024-.023h.001a1 1 0 011.409 1.42l-.707-.708.707.707-.001.002h-.002l-.003.004-.007.007-.022.02a4.576 4.576 0 01-.296.252 6.355 6.355 0 01-6.926.541 6.047 6.047 0 01-.827-.54 4.616 4.616 0 01-.295-.252l-.022-.02L7.8 15.4l-.004-.003v-.002c-.001 0-.002 0 .705-.708l-.707.707a1 1 0 011.409-1.42"
64
56
  }))));
65
57
  };
66
- SpaceCl.propTypes = {
58
+ Smile.propTypes = {
67
59
  iconClassName: _propTypes["default"].string,
68
60
  spin: _propTypes["default"].bool,
69
61
  color: _propTypes["default"].string,
70
62
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
71
63
  };
72
- SpaceCl.defaultProps = {
64
+ Smile.defaultProps = {
73
65
  spin: false,
74
66
  color: 'currentColor',
75
67
  size: '1em'
76
68
  };
77
- var _default = SpaceCl;
69
+ var _default = Smile;
78
70
  exports["default"] = _default;
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  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; }
19
19
  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; }
20
20
  var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21
- var CmdMac = function CmdMac(props) {
21
+ var SpaceLine = function SpaceLine(props) {
22
22
  var color = props.color,
23
23
  size = props.size,
24
24
  spin = props.spin,
@@ -50,19 +50,21 @@ var CmdMac = function CmdMac(props) {
50
50
  height: "24",
51
51
  xmlns: "http://www.w3.org/2000/svg"
52
52
  }, /*#__PURE__*/_react["default"].createElement("path", {
53
- d: "M9.778 7.556h4.444V5.889a3.889 3.889 0 113.89 3.889h-1.668v4.444h1.667a3.89 3.89 0 11-3.889 3.89v-1.668H9.778v1.667a3.89 3.89 0 11-3.89-3.889h1.668V9.778H5.889a3.889 3.889 0 113.889-3.89v1.668zm-2.222 0V5.889a1.667 1.667 0 10-1.667 1.667h1.667zm0 8.888H5.889a1.667 1.667 0 101.667 1.667v-1.667zm8.888-8.888h1.667a1.667 1.667 0 10-1.667-1.667v1.667zm0 8.888v1.667a1.667 1.667 0 101.667-1.667h-1.667zM9.778 9.778v4.444h4.444V9.778H9.778z"
53
+ fillRule: "evenodd",
54
+ clipRule: "evenodd",
55
+ d: "M12.499 2.124a1.068 1.068 0 00-.998 0L3 6.663a.912.912 0 00-.499.798v9.078c0 .33.19.634.499.798l8.502 4.54c.309.164.69.164.998 0L21 17.337a.912.912 0 00.499-.798V7.461c0-.33-.19-.634-.499-.798L12.5 2.123zM12 10.93L5.557 7.426 12 3.986l6.443 3.44L12 10.93zm-7.506 5.077v-7.02l6.509 3.54v6.954l-6.509-3.474zm8.503 3.474l6.509-3.474v-7.02l-6.509 3.54v6.954z"
54
56
  }))));
55
57
  };
56
- CmdMac.propTypes = {
58
+ SpaceLine.propTypes = {
57
59
  iconClassName: _propTypes["default"].string,
58
60
  spin: _propTypes["default"].bool,
59
61
  color: _propTypes["default"].string,
60
62
  size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
61
63
  };
62
- CmdMac.defaultProps = {
64
+ SpaceLine.defaultProps = {
63
65
  spin: false,
64
66
  color: 'currentColor',
65
67
  size: '1em'
66
68
  };
67
- var _default = CmdMac;
69
+ var _default = SpaceLine;
68
70
  exports["default"] = _default;