@semcore/icon 4.38.0 → 4.39.1-prerelease.0

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 (72) hide show
  1. package/AddressPack/l/index.js +4 -1
  2. package/AddressPack/l/index.mjs +4 -1
  3. package/AddressPack/m/index.js +1 -1
  4. package/AddressPack/m/index.mjs +1 -1
  5. package/CHANGELOG.md +12 -0
  6. package/ChatQuestion/l/index.js +2 -2
  7. package/ChatQuestion/l/index.mjs +2 -2
  8. package/ChatQuestion/m/index.js +2 -2
  9. package/ChatQuestion/m/index.mjs +2 -2
  10. package/OrganicCarousel/l/index.d.ts +6 -0
  11. package/OrganicCarousel/l/index.js +44 -0
  12. package/OrganicCarousel/l/index.mjs +32 -0
  13. package/OrganicCarousel/m/index.d.ts +6 -0
  14. package/OrganicCarousel/m/index.js +44 -0
  15. package/OrganicCarousel/m/index.mjs +32 -0
  16. package/PopularProducts/l/index.js +2 -2
  17. package/PopularProducts/l/index.mjs +2 -2
  18. package/PopularProducts/m/index.js +2 -5
  19. package/PopularProducts/m/index.mjs +2 -5
  20. package/PopularStores/l/index.d.ts +6 -0
  21. package/PopularStores/l/index.js +41 -0
  22. package/PopularStores/l/index.mjs +29 -0
  23. package/PopularStores/m/index.d.ts +6 -0
  24. package/PopularStores/m/index.js +41 -0
  25. package/PopularStores/m/index.mjs +29 -0
  26. package/QuestionsAnswers/l/index.d.ts +6 -0
  27. package/QuestionsAnswers/l/index.js +41 -0
  28. package/QuestionsAnswers/l/index.mjs +29 -0
  29. package/QuestionsAnswers/m/index.d.ts +6 -0
  30. package/QuestionsAnswers/m/index.js +41 -0
  31. package/QuestionsAnswers/m/index.mjs +29 -0
  32. package/Report/l/index.js +2 -2
  33. package/Report/l/index.mjs +2 -2
  34. package/Report/m/index.js +2 -2
  35. package/Report/m/index.mjs +2 -2
  36. package/color/Confluence/l/index.js +4 -4
  37. package/color/Confluence/l/index.mjs +4 -4
  38. package/color/Confluence/m/index.js +4 -4
  39. package/color/Confluence/m/index.mjs +4 -4
  40. package/color/MicrosoftOffice/l/index.js +10 -10
  41. package/color/MicrosoftOffice/l/index.mjs +10 -10
  42. package/color/MicrosoftOffice/m/index.js +10 -10
  43. package/color/MicrosoftOffice/m/index.mjs +10 -10
  44. package/lib/cjs/Icon.js +5 -5
  45. package/lib/es6/Icon.js +5 -5
  46. package/package.json +5 -5
  47. package/pay/Discover/l/index.js +1 -1
  48. package/pay/Discover/l/index.mjs +1 -1
  49. package/pay/Discover/m/index.js +1 -1
  50. package/pay/Discover/m/index.mjs +1 -1
  51. package/pay/JCB/l/index.js +10 -10
  52. package/pay/JCB/l/index.mjs +10 -10
  53. package/pay/JCB/m/index.js +10 -10
  54. package/pay/JCB/m/index.mjs +10 -10
  55. package/pay/Visa/l/index.js +2 -2
  56. package/pay/Visa/l/index.mjs +2 -2
  57. package/pay/Visa/m/index.js +2 -2
  58. package/pay/Visa/m/index.mjs +2 -2
  59. package/svg/icon/AddressPack/l.svg +4 -1
  60. package/svg/icon/AddressPack/m.svg +3 -1
  61. package/svg/icon/ChatQuestion/l.svg +4 -1
  62. package/svg/icon/ChatQuestion/m.svg +4 -1
  63. package/svg/icon/OrganicCarousel/l.svg +1 -0
  64. package/svg/icon/OrganicCarousel/m.svg +1 -0
  65. package/svg/icon/PopularProducts/l.svg +4 -1
  66. package/svg/icon/PopularProducts/m.svg +4 -1
  67. package/svg/icon/PopularStores/l.svg +1 -0
  68. package/svg/icon/PopularStores/m.svg +1 -0
  69. package/svg/icon/QuestionsAnswers/l.svg +1 -0
  70. package/svg/icon/QuestionsAnswers/m.svg +1 -0
  71. package/svg/icon/Report/l.svg +4 -1
  72. package/svg/icon/Report/m.svg +4 -1
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function QuestionsAnswers(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '24' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '25' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 24 25' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "QuestionsAnswers",
25
+ "data-group": "l",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M12 7.021c-.567 0-1 .456-1 1a1 1 0 1 1-2 0c0-1.605 1.285-3 3-3s3 1.395 3 3c0 1.071-.466 1.89-.975 2.488-.38.447-.847.833-1.162 1.093-.08.067-.152.126-.208.175a1 1 0 1 1-1.31-1.512c.113-.098.223-.19.33-.278.297-.247.572-.475.827-.774.316-.371.498-.747.498-1.192 0-.544-.433-1-1-1ZM12 15.021a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ fillRule: "evenodd",
34
+ d: "M3 4.021a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v19a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-15Zm3-1h13v13H5v-12a1 1 0 0 1 1-1Zm-1 16V18l14 .021v2H6a1 1 0 0 1-1-1Z",
35
+ clipRule: "evenodd",
36
+ shapeRendering: "geometricPrecision"
37
+ }));
38
+ }
39
+ QuestionsAnswers.displayName = 'QuestionsAnswers';
40
+ var _default = (0, _core.createBaseComponent)(QuestionsAnswers);
41
+ exports["default"] = _default;
@@ -0,0 +1,29 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function QuestionsAnswers({
6
+ width = '24',
7
+ height = '25',
8
+ viewBox = '0 0 24 25',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "QuestionsAnswers",
14
+ "data-group": "l",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M12 7.021c-.567 0-1 .456-1 1a1 1 0 1 1-2 0c0-1.605 1.285-3 3-3s3 1.395 3 3c0 1.071-.466 1.89-.975 2.488-.38.447-.847.833-1.162 1.093-.08.067-.152.126-.208.175a1 1 0 1 1-1.31-1.512c.113-.098.223-.19.33-.278.297-.247.572-.475.827-.774.316-.371.498-.747.498-1.192 0-.544-.433-1-1-1ZM12 15.021a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ d: "M3 4.021a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v19a1 1 0 0 1-1 1H6a3 3 0 0 1-3-3v-15Zm3-1h13v13H5v-12a1 1 0 0 1 1-1Zm-1 16V18l14 .021v2H6a1 1 0 0 1-1-1Z",
24
+ clipRule: "evenodd",
25
+ shapeRendering: "geometricPrecision"
26
+ }));
27
+ }
28
+ QuestionsAnswers.displayName = 'QuestionsAnswers';
29
+ export default createBaseComponent(QuestionsAnswers);
@@ -0,0 +1,6 @@
1
+
2
+ import React from 'react';
3
+ import { IconProps } from '@semcore/icon';
4
+ declare const _default: <T>(props: IconProps & T) => React.ReactElement;
5
+ export default _default;
6
+
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
9
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
10
+ var _react = _interopRequireDefault(require("react"));
11
+ var _core = require("@semcore/core");
12
+ var _icon = _interopRequireDefault(require("@semcore/icon"));
13
+ var _excluded = ["width", "height", "viewBox"];
14
+ function QuestionsAnswers(_ref, ref) {
15
+ var _ref$width = _ref.width,
16
+ width = _ref$width === void 0 ? '16' : _ref$width,
17
+ _ref$height = _ref.height,
18
+ height = _ref$height === void 0 ? '17' : _ref$height,
19
+ _ref$viewBox = _ref.viewBox,
20
+ viewBox = _ref$viewBox === void 0 ? '0 0 16 17' : _ref$viewBox,
21
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
22
+ return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
23
+ ref: ref,
24
+ "data-name": "QuestionsAnswers",
25
+ "data-group": "m",
26
+ width: width,
27
+ height: height,
28
+ viewBox: viewBox
29
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
+ d: "M8.003 4.221c-.34 0-.6.274-.6.6a.6.6 0 0 1-1.2 0c0-.963.77-1.8 1.8-1.8 1.028 0 1.8.837 1.8 1.8 0 .643-.28 1.134-.585 1.493-.228.268-.509.5-.697.656l-.125.104a.6.6 0 0 1-.786-.906c.067-.06.134-.114.198-.167.178-.148.343-.285.496-.465.19-.223.299-.448.299-.715 0-.326-.26-.6-.6-.6ZM8.003 9.021a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2Z",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/_react["default"].createElement("path", {
33
+ fillRule: "evenodd",
34
+ d: "M2 3.021a3 3 0 0 1 3-3h8a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3v-9Zm3-1h7v8H4v-7a1 1 0 0 1 1-1Zm-1 10h8v1H5a1 1 0 0 1-1-1Z",
35
+ clipRule: "evenodd",
36
+ shapeRendering: "geometricPrecision"
37
+ }));
38
+ }
39
+ QuestionsAnswers.displayName = 'QuestionsAnswers';
40
+ var _default = (0, _core.createBaseComponent)(QuestionsAnswers);
41
+ exports["default"] = _default;
@@ -0,0 +1,29 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '@semcore/icon';
5
+ function QuestionsAnswers({
6
+ width = '16',
7
+ height = '17',
8
+ viewBox = '0 0 16 17',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "QuestionsAnswers",
14
+ "data-group": "m",
15
+ width: width,
16
+ height: height,
17
+ viewBox: viewBox
18
+ }, props), /*#__PURE__*/React.createElement("path", {
19
+ d: "M8.003 4.221c-.34 0-.6.274-.6.6a.6.6 0 0 1-1.2 0c0-.963.77-1.8 1.8-1.8 1.028 0 1.8.837 1.8 1.8 0 .643-.28 1.134-.585 1.493-.228.268-.509.5-.697.656l-.125.104a.6.6 0 0 1-.786-.906c.067-.06.134-.114.198-.167.178-.148.343-.285.496-.465.19-.223.299-.448.299-.715 0-.326-.26-.6-.6-.6ZM8.003 9.021a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2Z",
20
+ shapeRendering: "geometricPrecision"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fillRule: "evenodd",
23
+ d: "M2 3.021a3 3 0 0 1 3-3h8a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3v-9Zm3-1h7v8H4v-7a1 1 0 0 1 1-1Zm-1 10h8v1H5a1 1 0 0 1-1-1Z",
24
+ clipRule: "evenodd",
25
+ shapeRendering: "geometricPrecision"
26
+ }));
27
+ }
28
+ QuestionsAnswers.displayName = 'QuestionsAnswers';
29
+ export default createBaseComponent(QuestionsAnswers);
package/Report/l/index.js CHANGED
@@ -27,12 +27,12 @@ function Report(_ref, ref) {
27
27
  height: height,
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
- d: "M18 7H6v2h12V7ZM6 11h12v2H6v-2Zm7 4H6v2h7v-2Z",
30
+ d: "M7 7.019a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2H7ZM7 11.019a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2H7ZM6 16.019a1 1 0 0 1 1-1h5a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1Z",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/_react["default"].createElement("path", {
33
33
  fillRule: "evenodd",
34
+ d: "M3 2.019a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-18a1 1 0 0 0-1-1H3Zm1 2v16h16v-16H4Z",
34
35
  clipRule: "evenodd",
35
- d: "M2 3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Zm2 17V4h16v16H4Z",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }));
38
38
  }
@@ -16,12 +16,12 @@ function Report({
16
16
  height: height,
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
- d: "M18 7H6v2h12V7ZM6 11h12v2H6v-2Zm7 4H6v2h7v-2Z",
19
+ d: "M7 7.019a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2H7ZM7 11.019a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2H7ZM6 16.019a1 1 0 0 1 1-1h5a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1Z",
20
20
  shapeRendering: "geometricPrecision"
21
21
  }), /*#__PURE__*/React.createElement("path", {
22
22
  fillRule: "evenodd",
23
+ d: "M3 2.019a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-18a1 1 0 0 0-1-1H3Zm1 2v16h16v-16H4Z",
23
24
  clipRule: "evenodd",
24
- d: "M2 3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Zm2 17V4h16v16H4Z",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }));
27
27
  }
package/Report/m/index.js CHANGED
@@ -27,12 +27,12 @@ function Report(_ref, ref) {
27
27
  height: height,
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
- d: "M12 4H4v2h8V4ZM4 7h8v2H4V7Zm5 3H4v2h5v-2Z",
30
+ d: "M5 4.019a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5ZM5 7.019a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5ZM4 11.019a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1Z",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/_react["default"].createElement("path", {
33
33
  fillRule: "evenodd",
34
+ d: "M1 .019a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1H1Zm1 2v12h12v-12H2Z",
34
35
  clipRule: "evenodd",
35
- d: "M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1Zm2 13V2h12v12H2Z",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }));
38
38
  }
@@ -16,12 +16,12 @@ function Report({
16
16
  height: height,
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
- d: "M12 4H4v2h8V4ZM4 7h8v2H4V7Zm5 3H4v2h5v-2Z",
19
+ d: "M5 4.019a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5ZM5 7.019a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5ZM4 11.019a1 1 0 0 1 1-1h3a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1Z",
20
20
  shapeRendering: "geometricPrecision"
21
21
  }), /*#__PURE__*/React.createElement("path", {
22
22
  fillRule: "evenodd",
23
+ d: "M1 .019a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-14a1 1 0 0 0-1-1H1Zm1 2v12h12v-12H2Z",
23
24
  clipRule: "evenodd",
24
- d: "M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1Zm2 13V2h12v12H2Z",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }));
27
27
  }
@@ -28,14 +28,14 @@ function Confluence(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
31
- fill: "url(#intergalactic-icon-Confluence_l_a-4.38.0)",
31
+ fill: "url(#intergalactic-icon-Confluence_l_a-4.39.1)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
35
- fill: "url(#intergalactic-icon-Confluence_l_b-4.38.0)",
35
+ fill: "url(#intergalactic-icon-Confluence_l_b-4.39.1)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
38
- id: "intergalactic-icon-Confluence_l_a-4.38.0",
38
+ id: "intergalactic-icon-Confluence_l_a-4.39.1",
39
39
  x1: "21.369",
40
40
  y1: "23.259",
41
41
  x2: "8.34",
@@ -50,7 +50,7 @@ function Confluence(_ref, ref) {
50
50
  offset: "1",
51
51
  stopColor: "#0082FF"
52
52
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
53
- id: "intergalactic-icon-Confluence_l_b-4.38.0",
53
+ id: "intergalactic-icon-Confluence_l_b-4.39.1",
54
54
  x1: "2.615",
55
55
  y1: ".729",
56
56
  x2: "15.645",
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
20
- fill: "url(#intergalactic-icon-Confluence_l_a-4.38.0)",
20
+ fill: "url(#intergalactic-icon-Confluence_l_a-4.39.1)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
24
- fill: "url(#intergalactic-icon-Confluence_l_b-4.38.0)",
24
+ fill: "url(#intergalactic-icon-Confluence_l_b-4.39.1)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_l_a-4.38.0",
27
+ id: "intergalactic-icon-Confluence_l_a-4.39.1",
28
28
  x1: "21.369",
29
29
  y1: "23.259",
30
30
  x2: "8.34",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_l_b-4.38.0",
42
+ id: "intergalactic-icon-Confluence_l_b-4.39.1",
43
43
  x1: "2.615",
44
44
  y1: ".729",
45
45
  x2: "15.645",
@@ -28,14 +28,14 @@ function Confluence(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
31
- fill: "url(#intergalactic-icon-Confluence_m_a-4.38.0)",
31
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.39.1)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
35
- fill: "url(#intergalactic-icon-Confluence_m_b-4.38.0)",
35
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.39.1)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
38
- id: "intergalactic-icon-Confluence_m_a-4.38.0",
38
+ id: "intergalactic-icon-Confluence_m_a-4.39.1",
39
39
  x1: "14.756",
40
40
  y1: "16.14",
41
41
  x2: "5.349",
@@ -50,7 +50,7 @@ function Confluence(_ref, ref) {
50
50
  offset: "1",
51
51
  stopColor: "#0082FF"
52
52
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
53
- id: "intergalactic-icon-Confluence_m_b-4.38.0",
53
+ id: "intergalactic-icon-Confluence_m_b-4.39.1",
54
54
  x1: "1.233",
55
55
  y1: "-.148",
56
56
  x2: "10.64",
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
20
- fill: "url(#intergalactic-icon-Confluence_m_a-4.38.0)",
20
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.39.1)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
24
- fill: "url(#intergalactic-icon-Confluence_m_b-4.38.0)",
24
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.39.1)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_m_a-4.38.0",
27
+ id: "intergalactic-icon-Confluence_m_a-4.39.1",
28
28
  x1: "14.756",
29
29
  y1: "16.14",
30
30
  x2: "5.349",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_m_b-4.38.0",
42
+ id: "intergalactic-icon-Confluence_m_b-4.39.1",
43
43
  x1: "1.233",
44
44
  y1: "-.148",
45
45
  x2: "10.64",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.38.0)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.39.1)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.38.0)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.39.1)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.38.0)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.39.1)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.38.0)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.39.1)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.38.0)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.39.1)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.38.0",
50
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.39.1",
51
51
  x1: "17.73",
52
52
  y1: "-1.26",
53
53
  x2: "17.73",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.38.0",
71
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.39.1",
72
72
  x1: "13.5",
73
73
  y1: "-.43",
74
74
  x2: "1.04",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.38.0",
95
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.39.1",
96
96
  x1: "7.16",
97
97
  y1: "21.37",
98
98
  x2: "23.36",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.38.0",
107
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.39.1",
108
108
  x1: "13.75",
109
109
  y1: "-.79",
110
110
  x2: "11.11",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.38.0",
119
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.39.1",
120
120
  x1: "18.17",
121
121
  y1: "21.74",
122
122
  x2: "10.91",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.38.0)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.39.1)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.38.0)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.39.1)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.38.0)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.39.1)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.38.0)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.39.1)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.38.0)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.39.1)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.38.0",
39
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.39.1",
40
40
  x1: "17.73",
41
41
  y1: "-1.26",
42
42
  x2: "17.73",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.38.0",
60
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.39.1",
61
61
  x1: "13.5",
62
62
  y1: "-.43",
63
63
  x2: "1.04",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.38.0",
84
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.39.1",
85
85
  x1: "7.16",
86
86
  y1: "21.37",
87
87
  x2: "23.36",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.38.0",
96
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.39.1",
97
97
  x1: "13.75",
98
98
  y1: "-.79",
99
99
  x2: "11.11",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.38.0",
108
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.39.1",
109
109
  x1: "18.17",
110
110
  y1: "21.74",
111
111
  x2: "10.91",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.38.0)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.39.1)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.38.0)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.39.1)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.38.0)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.39.1)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.38.0)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.39.1)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.38.0)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.39.1)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.38.0",
50
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.39.1",
51
51
  x1: "12.07",
52
52
  y1: "-.84",
53
53
  x2: "12.07",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.38.0",
71
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.39.1",
72
72
  x1: "9.18",
73
73
  y1: "-.29",
74
74
  x2: ".96",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.38.0",
95
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.39.1",
96
96
  x1: "4.84",
97
97
  y1: "14.25",
98
98
  x2: "15.93",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.38.0",
107
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.39.1",
108
108
  x1: "9.36",
109
109
  y1: "-.53",
110
110
  x2: "7.61",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.38.0",
119
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.39.1",
120
120
  x1: "12.38",
121
121
  y1: "14.49",
122
122
  x2: "7.42",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.38.0)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.39.1)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.38.0)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.39.1)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.38.0)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.39.1)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.38.0)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.39.1)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.38.0)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.39.1)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.38.0",
39
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.39.1",
40
40
  x1: "12.07",
41
41
  y1: "-.84",
42
42
  x2: "12.07",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.38.0",
60
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.39.1",
61
61
  x1: "9.18",
62
62
  y1: "-.29",
63
63
  x2: ".96",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.38.0",
84
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.39.1",
85
85
  x1: "4.84",
86
86
  y1: "14.25",
87
87
  x2: "15.93",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.38.0",
96
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.39.1",
97
97
  x1: "9.36",
98
98
  y1: "-.53",
99
99
  x2: "7.61",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.38.0",
108
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.39.1",
109
109
  x1: "12.38",
110
110
  y1: "14.49",
111
111
  x2: "7.42",
package/lib/cjs/Icon.js CHANGED
@@ -22,11 +22,11 @@ var _hasLabels = _interopRequireDefault(require("@semcore/utils/lib/hasLabels"))
22
22
  var _useColorResolver = require("@semcore/utils/lib/use/useColorResolver");
23
23
  var _excluded = ["keyboardFocused"];
24
24
  /*__reshadow-styles__:"./style/icon.shadow.css"*/
25
- var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_1ncz1_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1ncz1)}.___SIcon_1ncz1_gg_.__keyboardFocused_1ncz1_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_1ncz1_gg_.__interactive_1ncz1_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1ncz1_gg_.__interactive_1ncz1_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "1ncz1_gg_") /*__reshadow_css_end__*/, {
26
- "__SIcon": "___SIcon_1ncz1_gg_",
27
- "--color": "--color_1ncz1",
28
- "_keyboardFocused": "__keyboardFocused_1ncz1_gg_",
29
- "_interactive": "__interactive_1ncz1_gg_"
25
+ var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_y53bw_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_y53bw)}.___SIcon_y53bw_gg_.__keyboardFocused_y53bw_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_y53bw_gg_.__interactive_y53bw_gg_{cursor:pointer}@media (hover:hover){.___SIcon_y53bw_gg_.__interactive_y53bw_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "y53bw_gg_") /*__reshadow_css_end__*/, {
26
+ "__SIcon": "___SIcon_y53bw_gg_",
27
+ "--color": "--color_y53bw",
28
+ "_keyboardFocused": "__keyboardFocused_y53bw_gg_",
29
+ "_interactive": "__interactive_y53bw_gg_"
30
30
  });
31
31
  function Icon(props, ref) {
32
32
  var _useBox = (0, _flexBox.useBox)((0, _objectSpread2["default"])({