@semcore/icon 17.0.1-prerelease.1 → 17.1.0-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 (57) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/Prompt/l/index.d.ts +5 -0
  3. package/lib/Prompt/l/index.js +37 -0
  4. package/lib/Prompt/l/index.mjs +31 -0
  5. package/lib/Prompt/m/index.d.ts +5 -0
  6. package/lib/Prompt/m/index.js +37 -0
  7. package/lib/Prompt/m/index.mjs +31 -0
  8. package/lib/Reddit/l/index.d.ts +5 -0
  9. package/lib/Reddit/l/index.js +37 -0
  10. package/lib/Reddit/l/index.mjs +31 -0
  11. package/lib/Reddit/m/index.d.ts +5 -0
  12. package/lib/Reddit/m/index.js +37 -0
  13. package/lib/Reddit/m/index.mjs +31 -0
  14. package/lib/cjs/Icon.js +3 -3
  15. package/lib/color/Confluence/l/index.js +4 -4
  16. package/lib/color/Confluence/l/index.mjs +4 -4
  17. package/lib/color/Confluence/m/index.js +4 -4
  18. package/lib/color/Confluence/m/index.mjs +4 -4
  19. package/lib/color/GoogleGenerativeAIColored/l/index.js +2 -2
  20. package/lib/color/GoogleGenerativeAIColored/l/index.mjs +2 -2
  21. package/lib/color/GoogleGenerativeAIColored/m/index.js +2 -2
  22. package/lib/color/GoogleGenerativeAIColored/m/index.mjs +2 -2
  23. package/lib/color/MetaColored/l/index.js +4 -4
  24. package/lib/color/MetaColored/l/index.mjs +4 -4
  25. package/lib/color/MetaColored/m/index.js +4 -4
  26. package/lib/color/MetaColored/m/index.mjs +4 -4
  27. package/lib/color/MicrosoftOffice/l/index.js +10 -10
  28. package/lib/color/MicrosoftOffice/l/index.mjs +10 -10
  29. package/lib/color/MicrosoftOffice/m/index.js +10 -10
  30. package/lib/color/MicrosoftOffice/m/index.mjs +10 -10
  31. package/lib/color/RedditColored/l/index.d.ts +5 -0
  32. package/lib/color/RedditColored/l/index.js +39 -0
  33. package/lib/color/RedditColored/l/index.mjs +33 -0
  34. package/lib/color/RedditColored/m/index.d.ts +5 -0
  35. package/lib/color/RedditColored/m/index.js +39 -0
  36. package/lib/color/RedditColored/m/index.mjs +33 -0
  37. package/lib/es6/Icon.js +3 -3
  38. package/lib/esm/Icon.mjs +4 -4
  39. package/lib/pay/Discover/l/index.js +1 -1
  40. package/lib/pay/Discover/l/index.mjs +1 -1
  41. package/lib/pay/Discover/m/index.js +1 -1
  42. package/lib/pay/Discover/m/index.mjs +1 -1
  43. package/lib/pay/JCB/l/index.js +10 -10
  44. package/lib/pay/JCB/l/index.mjs +10 -10
  45. package/lib/pay/JCB/m/index.js +10 -10
  46. package/lib/pay/JCB/m/index.mjs +10 -10
  47. package/lib/pay/Visa/l/index.js +2 -2
  48. package/lib/pay/Visa/l/index.mjs +2 -2
  49. package/lib/pay/Visa/m/index.js +2 -2
  50. package/lib/pay/Visa/m/index.mjs +2 -2
  51. package/package.json +3509 -3479
  52. package/svg/color/RedditColored/l.svg +1 -0
  53. package/svg/color/RedditColored/m.svg +1 -0
  54. package/svg/icon/Prompt/l.svg +1 -0
  55. package/svg/icon/Prompt/m.svg +1 -0
  56. package/svg/icon/Reddit/l.svg +1 -0
  57. package/svg/icon/Reddit/m.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
+ ## [17.1.0] - 2026-05-04
6
+
7
+ ### Added
8
+
9
+ - `Reddit`, `RedditColored` and `Prompt` icons.
10
+
11
+ ### Fixed
12
+
13
+ - Props in generated d.ts files.
14
+
15
+ ### Changed
16
+
17
+ - `Semrush` icon.
18
+
5
19
  ## [17.0.1] - 2026-04-16
6
20
 
7
21
  ### Fixed
@@ -0,0 +1,5 @@
1
+
2
+ import type { IconProps } from '../../types/index.mjs';
3
+ declare const Icon: React.FC<React.SVGProps<SVGSVGElement> & IconProps>;
4
+ export default Icon;
5
+
@@ -0,0 +1,37 @@
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 _react = _interopRequireDefault(require("react"));
10
+ var _core = require("@semcore/core");
11
+ var _index = _interopRequireDefault(require("../../cjs/index.js"));
12
+ function RootPrompt({
13
+ width = '24',
14
+ height = '24',
15
+ viewBox = '0 0 24 24',
16
+ ...props
17
+ }, ref) {
18
+ return /*#__PURE__*/_react.default.createElement(_index.default, (0, _extends2.default)({
19
+ ref: ref,
20
+ "data-name": "Prompt",
21
+ "data-ui-name": "Prompt",
22
+ "data-group": "l",
23
+ width: width,
24
+ height: height,
25
+ viewBox: viewBox
26
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M5.292 8.293a1 1 0 0 1 1.414 0l2.667 2.667a1 1 0 0 1 0 1.414L6.706 15.04a1 1 0 0 1-1.414-1.414l1.959-1.96-1.959-1.959a1 1 0 0 1 0-1.414M18 13a1 1 0 0 1 0 2h-6a1 1 0 1 1 0-2z",
28
+ shapeRendering: "geometricPrecision"
29
+ }), /*#__PURE__*/_react.default.createElement("path", {
30
+ fillRule: "evenodd",
31
+ d: "M22 4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H2a1 1 0 0 1-1.001-1V5A1 1 0 0 1 2 4zM3 18h18V6H3z",
32
+ clipRule: "evenodd",
33
+ shapeRendering: "geometricPrecision"
34
+ }));
35
+ }
36
+ RootPrompt.displayName = 'Prompt';
37
+ const Prompt = exports.default = (0, _core.createBaseComponent)(RootPrompt);
@@ -0,0 +1,31 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '../../esm/index.mjs';
5
+ function RootPrompt({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "Prompt",
14
+ "data-ui-name": "Prompt",
15
+ "data-group": "l",
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox
19
+ }, props), /*#__PURE__*/React.createElement("path", {
20
+ d: "M5.292 8.293a1 1 0 0 1 1.414 0l2.667 2.667a1 1 0 0 1 0 1.414L6.706 15.04a1 1 0 0 1-1.414-1.414l1.959-1.96-1.959-1.959a1 1 0 0 1 0-1.414M18 13a1 1 0 0 1 0 2h-6a1 1 0 1 1 0-2z",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ d: "M22 4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H2a1 1 0 0 1-1.001-1V5A1 1 0 0 1 2 4zM3 18h18V6H3z",
25
+ clipRule: "evenodd",
26
+ shapeRendering: "geometricPrecision"
27
+ }));
28
+ }
29
+ RootPrompt.displayName = 'Prompt';
30
+ const Prompt = createBaseComponent(RootPrompt);
31
+ export { Prompt as default };
@@ -0,0 +1,5 @@
1
+
2
+ import type { IconProps } from '../../types/index.mjs';
3
+ declare const Icon: React.FC<React.SVGProps<SVGSVGElement> & IconProps>;
4
+ export default Icon;
5
+
@@ -0,0 +1,37 @@
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 _react = _interopRequireDefault(require("react"));
10
+ var _core = require("@semcore/core");
11
+ var _index = _interopRequireDefault(require("../../cjs/index.js"));
12
+ function RootPrompt({
13
+ width = '16',
14
+ height = '16',
15
+ viewBox = '0 0 16 16',
16
+ ...props
17
+ }, ref) {
18
+ return /*#__PURE__*/_react.default.createElement(_index.default, (0, _extends2.default)({
19
+ ref: ref,
20
+ "data-name": "Prompt",
21
+ "data-ui-name": "Prompt",
22
+ "data-group": "m",
23
+ width: width,
24
+ height: height,
25
+ viewBox: viewBox
26
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M3.292 5.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L4.585 8 3.292 6.707a1 1 0 0 1 0-1.414M12 9a1 1 0 0 1 0 2H9a1 1 0 1 1 0-2z",
28
+ shapeRendering: "geometricPrecision"
29
+ }), /*#__PURE__*/_react.default.createElement("path", {
30
+ fillRule: "evenodd",
31
+ d: "M15 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM2 12h12V4H2z",
32
+ clipRule: "evenodd",
33
+ shapeRendering: "geometricPrecision"
34
+ }));
35
+ }
36
+ RootPrompt.displayName = 'Prompt';
37
+ const Prompt = exports.default = (0, _core.createBaseComponent)(RootPrompt);
@@ -0,0 +1,31 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '../../esm/index.mjs';
5
+ function RootPrompt({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "Prompt",
14
+ "data-ui-name": "Prompt",
15
+ "data-group": "m",
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox
19
+ }, props), /*#__PURE__*/React.createElement("path", {
20
+ d: "M3.292 5.293a1 1 0 0 1 1.414 0l2 2a1 1 0 0 1 0 1.414l-2 2a1 1 0 0 1-1.414-1.414L4.585 8 3.292 6.707a1 1 0 0 1 0-1.414M12 9a1 1 0 0 1 0 2H9a1 1 0 1 1 0-2z",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ d: "M15 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM2 12h12V4H2z",
25
+ clipRule: "evenodd",
26
+ shapeRendering: "geometricPrecision"
27
+ }));
28
+ }
29
+ RootPrompt.displayName = 'Prompt';
30
+ const Prompt = createBaseComponent(RootPrompt);
31
+ export { Prompt as default };
@@ -0,0 +1,5 @@
1
+
2
+ import type { IconProps } from '../../types/index.mjs';
3
+ declare const Icon: React.FC<React.SVGProps<SVGSVGElement> & IconProps>;
4
+ export default Icon;
5
+
@@ -0,0 +1,37 @@
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 _react = _interopRequireDefault(require("react"));
10
+ var _core = require("@semcore/core");
11
+ var _index = _interopRequireDefault(require("../../cjs/index.js"));
12
+ function RootReddit({
13
+ width = '24',
14
+ height = '24',
15
+ viewBox = '0 0 24 24',
16
+ ...props
17
+ }, ref) {
18
+ return /*#__PURE__*/_react.default.createElement(_index.default, (0, _extends2.default)({
19
+ ref: ref,
20
+ "data-name": "Reddit",
21
+ "data-ui-name": "Reddit",
22
+ "data-group": "l",
23
+ width: width,
24
+ height: height,
25
+ viewBox: viewBox
26
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M12.005 15.29c.893 0 1.747.042 2.539.122.135.014.22.154.168.28a2.934 2.934 0 0 1-5.414 0 .204.204 0 0 1 .169-.28 25 25 0 0 1 2.538-.123M8.611 11.61c.72 0 1.27.756 1.227 1.688s-.58 1.27-1.3 1.27-1.35-.38-1.308-1.311c.044-.931.662-1.647 1.381-1.647M15.4 11.61c.72 0 1.338.716 1.38 1.647.043.931-.587 1.31-1.306 1.31s-1.258-.337-1.301-1.27c-.043-.93.506-1.687 1.226-1.687",
28
+ shapeRendering: "geometricPrecision"
29
+ }), /*#__PURE__*/_react.default.createElement("path", {
30
+ fillRule: "evenodd",
31
+ d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11H2.594a.66.66 0 0 1-.467-1.127l2.095-2.095A10.97 10.97 0 0 1 1 12C1 5.925 5.925 1 12 1m4.021 2.933c-.884 0-1.623.626-1.794 1.46a2.96 2.96 0 0 0-2.64 2.941v.01c-1.612.068-3.084.526-4.253 1.25a2.568 2.568 0 1 0-2.66 4.358c.085 2.983 3.334 5.382 7.33 5.382 3.998 0 7.252-2.401 7.333-5.386a2.57 2.57 0 1 0-2.666-4.357c-1.18-.73-2.668-1.188-4.296-1.25v-.006c0-1.091.811-1.998 1.863-2.147a1.833 1.833 0 1 0 1.784-2.255",
32
+ clipRule: "evenodd",
33
+ shapeRendering: "geometricPrecision"
34
+ }));
35
+ }
36
+ RootReddit.displayName = 'Reddit';
37
+ const Reddit = exports.default = (0, _core.createBaseComponent)(RootReddit);
@@ -0,0 +1,31 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '../../esm/index.mjs';
5
+ function RootReddit({
6
+ width = '24',
7
+ height = '24',
8
+ viewBox = '0 0 24 24',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "Reddit",
14
+ "data-ui-name": "Reddit",
15
+ "data-group": "l",
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox
19
+ }, props), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12.005 15.29c.893 0 1.747.042 2.539.122.135.014.22.154.168.28a2.934 2.934 0 0 1-5.414 0 .204.204 0 0 1 .169-.28 25 25 0 0 1 2.538-.123M8.611 11.61c.72 0 1.27.756 1.227 1.688s-.58 1.27-1.3 1.27-1.35-.38-1.308-1.311c.044-.931.662-1.647 1.381-1.647M15.4 11.61c.72 0 1.338.716 1.38 1.647.043.931-.587 1.31-1.306 1.31s-1.258-.337-1.301-1.27c-.043-.93.506-1.687 1.226-1.687",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ d: "M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11H2.594a.66.66 0 0 1-.467-1.127l2.095-2.095A10.97 10.97 0 0 1 1 12C1 5.925 5.925 1 12 1m4.021 2.933c-.884 0-1.623.626-1.794 1.46a2.96 2.96 0 0 0-2.64 2.941v.01c-1.612.068-3.084.526-4.253 1.25a2.568 2.568 0 1 0-2.66 4.358c.085 2.983 3.334 5.382 7.33 5.382 3.998 0 7.252-2.401 7.333-5.386a2.57 2.57 0 1 0-2.666-4.357c-1.18-.73-2.668-1.188-4.296-1.25v-.006c0-1.091.811-1.998 1.863-2.147a1.833 1.833 0 1 0 1.784-2.255",
25
+ clipRule: "evenodd",
26
+ shapeRendering: "geometricPrecision"
27
+ }));
28
+ }
29
+ RootReddit.displayName = 'Reddit';
30
+ const Reddit = createBaseComponent(RootReddit);
31
+ export { Reddit as default };
@@ -0,0 +1,5 @@
1
+
2
+ import type { IconProps } from '../../types/index.mjs';
3
+ declare const Icon: React.FC<React.SVGProps<SVGSVGElement> & IconProps>;
4
+ export default Icon;
5
+
@@ -0,0 +1,37 @@
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 _react = _interopRequireDefault(require("react"));
10
+ var _core = require("@semcore/core");
11
+ var _index = _interopRequireDefault(require("../../cjs/index.js"));
12
+ function RootReddit({
13
+ width = '16',
14
+ height = '16',
15
+ viewBox = '0 0 16 16',
16
+ ...props
17
+ }, ref) {
18
+ return /*#__PURE__*/_react.default.createElement(_index.default, (0, _extends2.default)({
19
+ ref: ref,
20
+ "data-name": "Reddit",
21
+ "data-ui-name": "Reddit",
22
+ "data-group": "m",
23
+ width: width,
24
+ height: height,
25
+ viewBox: viewBox
26
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M8.004 10.392c.65 0 1.27.032 1.846.09.098.01.16.112.123.204a2.134 2.134 0 0 1-3.938 0 .148.148 0 0 1 .122-.204 19 19 0 0 1 1.847-.09M5.535 7.717c.523 0 .924.55.893 1.226-.032.678-.423.924-.947.924-.523 0-.981-.276-.95-.953s.481-1.197 1.004-1.197M10.473 7.717c.523 0 .973.52 1.004 1.197.03.677-.428.953-.95.953-.524 0-.916-.246-.947-.924-.031-.677.369-1.226.893-1.226",
28
+ shapeRendering: "geometricPrecision"
29
+ }), /*#__PURE__*/_react.default.createElement("path", {
30
+ fillRule: "evenodd",
31
+ d: "M8 0a8 8 0 0 1 0 16H1.16a.48.48 0 0 1-.34-.82l1.523-1.523A8 8 0 0 1 8 0m2.925 2.133c-.644 0-1.18.456-1.306 1.062A2.154 2.154 0 0 0 7.7 5.334v.007c-1.172.05-2.243.383-3.093.91a1.868 1.868 0 1 0-1.935 3.17c.063 2.169 2.426 3.913 5.333 3.913s5.273-1.746 5.332-3.917a1.869 1.869 0 1 0-1.94-3.169c-.857-.53-1.94-.864-3.124-.908v-.006c0-.794.591-1.452 1.356-1.56a1.333 1.333 0 1 0 1.297-1.641",
32
+ clipRule: "evenodd",
33
+ shapeRendering: "geometricPrecision"
34
+ }));
35
+ }
36
+ RootReddit.displayName = 'Reddit';
37
+ const Reddit = exports.default = (0, _core.createBaseComponent)(RootReddit);
@@ -0,0 +1,31 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import React from 'react';
3
+ import { createBaseComponent } from '@semcore/core';
4
+ import Icon from '../../esm/index.mjs';
5
+ function RootReddit({
6
+ width = '16',
7
+ height = '16',
8
+ viewBox = '0 0 16 16',
9
+ ...props
10
+ }, ref) {
11
+ return /*#__PURE__*/React.createElement(Icon, _extends({
12
+ ref: ref,
13
+ "data-name": "Reddit",
14
+ "data-ui-name": "Reddit",
15
+ "data-group": "m",
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox
19
+ }, props), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.004 10.392c.65 0 1.27.032 1.846.09.098.01.16.112.123.204a2.134 2.134 0 0 1-3.938 0 .148.148 0 0 1 .122-.204 19 19 0 0 1 1.847-.09M5.535 7.717c.523 0 .924.55.893 1.226-.032.678-.423.924-.947.924-.523 0-.981-.276-.95-.953s.481-1.197 1.004-1.197M10.473 7.717c.523 0 .973.52 1.004 1.197.03.677-.428.953-.95.953-.524 0-.916-.246-.947-.924-.031-.677.369-1.226.893-1.226",
21
+ shapeRendering: "geometricPrecision"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fillRule: "evenodd",
24
+ d: "M8 0a8 8 0 0 1 0 16H1.16a.48.48 0 0 1-.34-.82l1.523-1.523A8 8 0 0 1 8 0m2.925 2.133c-.644 0-1.18.456-1.306 1.062A2.154 2.154 0 0 0 7.7 5.334v.007c-1.172.05-2.243.383-3.093.91a1.868 1.868 0 1 0-1.935 3.17c.063 2.169 2.426 3.913 5.333 3.913s5.273-1.746 5.332-3.917a1.869 1.869 0 1 0-1.94-3.169c-.857-.53-1.94-.864-3.124-.908v-.006c0-.794.591-1.452 1.356-1.56a1.333 1.333 0 1 0 1.297-1.641",
25
+ clipRule: "evenodd",
26
+ shapeRendering: "geometricPrecision"
27
+ }));
28
+ }
29
+ RootReddit.displayName = 'Reddit';
30
+ const Reddit = createBaseComponent(RootReddit);
31
+ export { Reddit as default };
package/lib/cjs/Icon.js CHANGED
@@ -12,11 +12,11 @@ var _propsForElement = _interopRequireDefault(require("@semcore/core/lib/utils/p
12
12
  var _useColorResolver = require("@semcore/core/lib/utils/use/useColorResolver");
13
13
  var _react = _interopRequireDefault(require("react"));
14
14
  /*!__reshadow-styles__:"./style/icon.shadow.css"*/
15
- const styles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SIcon_wpxlh_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_wpxlh)}", /*__inner_css_end__*/"wpxlh_gg_"),
15
+ const styles = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SIcon_nd9fk_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_nd9fk)}", /*__inner_css_end__*/"nd9fk_gg_"),
16
16
  /*__reshadow_css_end__*/
17
17
  {
18
- "__SIcon": "___SIcon_wpxlh_gg_",
19
- "--color": "--color_wpxlh"
18
+ "__SIcon": "___SIcon_nd9fk_gg_",
19
+ "--color": "--color_nd9fk"
20
20
  });
21
21
  function calculateIndentStyles(props, scaleIndent) {
22
22
  return (0, _indentStyles.removeUndefinedKeys)({
@@ -25,14 +25,14 @@ function RootConfluence({
25
25
  viewBox: viewBox
26
26
  }, props), /*#__PURE__*/_react.default.createElement("path", {
27
27
  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",
28
- fill: "url(#intergalactic-icon-Confluence_l_a-17.0.1)",
28
+ fill: "url(#intergalactic-icon-Confluence_l_a-17.1.0)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/_react.default.createElement("path", {
31
31
  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",
32
- fill: "url(#intergalactic-icon-Confluence_l_b-17.0.1)",
32
+ fill: "url(#intergalactic-icon-Confluence_l_b-17.1.0)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
35
- id: "intergalactic-icon-Confluence_l_a-17.0.1",
35
+ id: "intergalactic-icon-Confluence_l_a-17.1.0",
36
36
  x1: "21.369",
37
37
  y1: "23.259",
38
38
  x2: "8.34",
@@ -47,7 +47,7 @@ function RootConfluence({
47
47
  offset: "1",
48
48
  stopColor: "#0082FF"
49
49
  })), /*#__PURE__*/_react.default.createElement("linearGradient", {
50
- id: "intergalactic-icon-Confluence_l_b-17.0.1",
50
+ id: "intergalactic-icon-Confluence_l_b-17.1.0",
51
51
  x1: "2.615",
52
52
  y1: ".729",
53
53
  x2: "15.645",
@@ -18,14 +18,14 @@ function RootConfluence({
18
18
  viewBox: viewBox
19
19
  }, props), /*#__PURE__*/React.createElement("path", {
20
20
  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",
21
- fill: "url(#intergalactic-icon-Confluence_l_a-17.0.1)",
21
+ fill: "url(#intergalactic-icon-Confluence_l_a-17.1.0)",
22
22
  shapeRendering: "geometricPrecision"
23
23
  }), /*#__PURE__*/React.createElement("path", {
24
24
  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",
25
- fill: "url(#intergalactic-icon-Confluence_l_b-17.0.1)",
25
+ fill: "url(#intergalactic-icon-Confluence_l_b-17.1.0)",
26
26
  shapeRendering: "geometricPrecision"
27
27
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
28
- id: "intergalactic-icon-Confluence_l_a-17.0.1",
28
+ id: "intergalactic-icon-Confluence_l_a-17.1.0",
29
29
  x1: "21.369",
30
30
  y1: "23.259",
31
31
  x2: "8.34",
@@ -40,7 +40,7 @@ function RootConfluence({
40
40
  offset: "1",
41
41
  stopColor: "#0082FF"
42
42
  })), /*#__PURE__*/React.createElement("linearGradient", {
43
- id: "intergalactic-icon-Confluence_l_b-17.0.1",
43
+ id: "intergalactic-icon-Confluence_l_b-17.1.0",
44
44
  x1: "2.615",
45
45
  y1: ".729",
46
46
  x2: "15.645",
@@ -25,14 +25,14 @@ function RootConfluence({
25
25
  viewBox: viewBox
26
26
  }, props), /*#__PURE__*/_react.default.createElement("path", {
27
27
  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",
28
- fill: "url(#intergalactic-icon-Confluence_m_a-17.0.1)",
28
+ fill: "url(#intergalactic-icon-Confluence_m_a-17.1.0)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/_react.default.createElement("path", {
31
31
  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",
32
- fill: "url(#intergalactic-icon-Confluence_m_b-17.0.1)",
32
+ fill: "url(#intergalactic-icon-Confluence_m_b-17.1.0)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
35
- id: "intergalactic-icon-Confluence_m_a-17.0.1",
35
+ id: "intergalactic-icon-Confluence_m_a-17.1.0",
36
36
  x1: "14.756",
37
37
  y1: "16.14",
38
38
  x2: "5.349",
@@ -47,7 +47,7 @@ function RootConfluence({
47
47
  offset: "1",
48
48
  stopColor: "#0082FF"
49
49
  })), /*#__PURE__*/_react.default.createElement("linearGradient", {
50
- id: "intergalactic-icon-Confluence_m_b-17.0.1",
50
+ id: "intergalactic-icon-Confluence_m_b-17.1.0",
51
51
  x1: "1.233",
52
52
  y1: "-.148",
53
53
  x2: "10.64",
@@ -18,14 +18,14 @@ function RootConfluence({
18
18
  viewBox: viewBox
19
19
  }, props), /*#__PURE__*/React.createElement("path", {
20
20
  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",
21
- fill: "url(#intergalactic-icon-Confluence_m_a-17.0.1)",
21
+ fill: "url(#intergalactic-icon-Confluence_m_a-17.1.0)",
22
22
  shapeRendering: "geometricPrecision"
23
23
  }), /*#__PURE__*/React.createElement("path", {
24
24
  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",
25
- fill: "url(#intergalactic-icon-Confluence_m_b-17.0.1)",
25
+ fill: "url(#intergalactic-icon-Confluence_m_b-17.1.0)",
26
26
  shapeRendering: "geometricPrecision"
27
27
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
28
- id: "intergalactic-icon-Confluence_m_a-17.0.1",
28
+ id: "intergalactic-icon-Confluence_m_a-17.1.0",
29
29
  x1: "14.756",
30
30
  y1: "16.14",
31
31
  x2: "5.349",
@@ -40,7 +40,7 @@ function RootConfluence({
40
40
  offset: "1",
41
41
  stopColor: "#0082FF"
42
42
  })), /*#__PURE__*/React.createElement("linearGradient", {
43
- id: "intergalactic-icon-Confluence_m_b-17.0.1",
43
+ id: "intergalactic-icon-Confluence_m_b-17.1.0",
44
44
  x1: "1.233",
45
45
  y1: "-.148",
46
46
  x2: "10.64",
@@ -24,11 +24,11 @@ function RootGoogleGenerativeAIColored({
24
24
  height: height,
25
25
  viewBox: viewBox
26
26
  }, props), /*#__PURE__*/_react.default.createElement("path", {
27
- fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_l_a-17.0.1)",
27
+ fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_l_a-17.1.0)",
28
28
  d: "M11.556 1.251c.097-.335.791-.335.888 0a15.05 15.05 0 0 0 3.83 6.474 15.04 15.04 0 0 0 6.475 3.83c.335.098.335.792 0 .89a15.04 15.04 0 0 0-6.475 3.83 15.04 15.04 0 0 0-3.83 6.474c-.097.335-.791.335-.888 0a15.04 15.04 0 0 0-3.83-6.475 15.04 15.04 0 0 0-6.475-3.83c-.335-.097-.335-.792 0-.888a15.04 15.04 0 0 0 6.475-3.83 15.04 15.04 0 0 0 3.83-6.475",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
31
- id: "intergalactic-icon-GoogleGenerativeAIColored_l_a-17.0.1",
31
+ id: "intergalactic-icon-GoogleGenerativeAIColored_l_a-17.1.0",
32
32
  x1: "1",
33
33
  x2: "23",
34
34
  y1: "23",
@@ -17,11 +17,11 @@ function RootGoogleGenerativeAIColored({
17
17
  height: height,
18
18
  viewBox: viewBox
19
19
  }, props), /*#__PURE__*/React.createElement("path", {
20
- fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_l_a-17.0.1)",
20
+ fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_l_a-17.1.0)",
21
21
  d: "M11.556 1.251c.097-.335.791-.335.888 0a15.05 15.05 0 0 0 3.83 6.474 15.04 15.04 0 0 0 6.475 3.83c.335.098.335.792 0 .89a15.04 15.04 0 0 0-6.475 3.83 15.04 15.04 0 0 0-3.83 6.474c-.097.335-.791.335-.888 0a15.04 15.04 0 0 0-3.83-6.475 15.04 15.04 0 0 0-6.475-3.83c-.335-.097-.335-.792 0-.888a15.04 15.04 0 0 0 6.475-3.83 15.04 15.04 0 0 0 3.83-6.475",
22
22
  shapeRendering: "geometricPrecision"
23
23
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
24
- id: "intergalactic-icon-GoogleGenerativeAIColored_l_a-17.0.1",
24
+ id: "intergalactic-icon-GoogleGenerativeAIColored_l_a-17.1.0",
25
25
  x1: "1",
26
26
  x2: "23",
27
27
  y1: "23",
@@ -24,11 +24,11 @@ function RootGoogleGenerativeAIColored({
24
24
  height: height,
25
25
  viewBox: viewBox
26
26
  }, props), /*#__PURE__*/_react.default.createElement("path", {
27
- fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_m_a-17.0.1)",
27
+ fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_m_a-17.1.0)",
28
28
  d: "M7.677.183c.07-.244.575-.244.646 0a10.94 10.94 0 0 0 2.785 4.708 10.94 10.94 0 0 0 4.71 2.786c.243.07.243.575 0 .646a10.94 10.94 0 0 0-4.71 2.786 10.94 10.94 0 0 0-2.785 4.708c-.07.244-.575.244-.646 0a10.94 10.94 0 0 0-2.786-4.708A10.94 10.94 0 0 0 .183 8.323c-.244-.07-.244-.576 0-.646A10.94 10.94 0 0 0 4.89 4.89 10.94 10.94 0 0 0 7.677.183",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
31
- id: "intergalactic-icon-GoogleGenerativeAIColored_m_a-17.0.1",
31
+ id: "intergalactic-icon-GoogleGenerativeAIColored_m_a-17.1.0",
32
32
  x1: "0",
33
33
  x2: "16",
34
34
  y1: "16",
@@ -17,11 +17,11 @@ function RootGoogleGenerativeAIColored({
17
17
  height: height,
18
18
  viewBox: viewBox
19
19
  }, props), /*#__PURE__*/React.createElement("path", {
20
- fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_m_a-17.0.1)",
20
+ fill: "url(#intergalactic-icon-GoogleGenerativeAIColored_m_a-17.1.0)",
21
21
  d: "M7.677.183c.07-.244.575-.244.646 0a10.94 10.94 0 0 0 2.785 4.708 10.94 10.94 0 0 0 4.71 2.786c.243.07.243.575 0 .646a10.94 10.94 0 0 0-4.71 2.786 10.94 10.94 0 0 0-2.785 4.708c-.07.244-.575.244-.646 0a10.94 10.94 0 0 0-2.786-4.708A10.94 10.94 0 0 0 .183 8.323c-.244-.07-.244-.576 0-.646A10.94 10.94 0 0 0 4.89 4.89 10.94 10.94 0 0 0 7.677.183",
22
22
  shapeRendering: "geometricPrecision"
23
23
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
24
- id: "intergalactic-icon-GoogleGenerativeAIColored_m_a-17.0.1",
24
+ id: "intergalactic-icon-GoogleGenerativeAIColored_m_a-17.1.0",
25
25
  x1: "0",
26
26
  x2: "16",
27
27
  y1: "16",
@@ -28,15 +28,15 @@ function RootMetaColored({
28
28
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/_react.default.createElement("path", {
31
- fill: "url(#intergalactic-icon-MetaColored_l_a-17.0.1)",
31
+ fill: "url(#intergalactic-icon-MetaColored_l_a-17.1.0)",
32
32
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/_react.default.createElement("path", {
35
- fill: "url(#intergalactic-icon-MetaColored_l_b-17.0.1)",
35
+ fill: "url(#intergalactic-icon-MetaColored_l_b-17.1.0)",
36
36
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
39
- id: "intergalactic-icon-MetaColored_l_a-17.0.1",
39
+ id: "intergalactic-icon-MetaColored_l_a-17.1.0",
40
40
  x1: "5.159",
41
41
  x2: "21.683",
42
42
  y1: "11.595",
@@ -54,7 +54,7 @@ function RootMetaColored({
54
54
  offset: "1",
55
55
  stopColor: "#0082FB"
56
56
  })), /*#__PURE__*/_react.default.createElement("linearGradient", {
57
- id: "intergalactic-icon-MetaColored_l_b-17.0.1",
57
+ id: "intergalactic-icon-MetaColored_l_b-17.1.0",
58
58
  x1: "3.457",
59
59
  x2: "3.457",
60
60
  y1: "15.653",
@@ -21,15 +21,15 @@ function RootMetaColored({
21
21
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
22
22
  shapeRendering: "geometricPrecision"
23
23
  }), /*#__PURE__*/React.createElement("path", {
24
- fill: "url(#intergalactic-icon-MetaColored_l_a-17.0.1)",
24
+ fill: "url(#intergalactic-icon-MetaColored_l_a-17.1.0)",
25
25
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
26
26
  shapeRendering: "geometricPrecision"
27
27
  }), /*#__PURE__*/React.createElement("path", {
28
- fill: "url(#intergalactic-icon-MetaColored_l_b-17.0.1)",
28
+ fill: "url(#intergalactic-icon-MetaColored_l_b-17.1.0)",
29
29
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
30
30
  shapeRendering: "geometricPrecision"
31
31
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
32
- id: "intergalactic-icon-MetaColored_l_a-17.0.1",
32
+ id: "intergalactic-icon-MetaColored_l_a-17.1.0",
33
33
  x1: "5.159",
34
34
  x2: "21.683",
35
35
  y1: "11.595",
@@ -47,7 +47,7 @@ function RootMetaColored({
47
47
  offset: "1",
48
48
  stopColor: "#0082FB"
49
49
  })), /*#__PURE__*/React.createElement("linearGradient", {
50
- id: "intergalactic-icon-MetaColored_l_b-17.0.1",
50
+ id: "intergalactic-icon-MetaColored_l_b-17.1.0",
51
51
  x1: "3.457",
52
52
  x2: "3.457",
53
53
  y1: "15.653",
@@ -30,15 +30,15 @@ function RootMetaColored({
30
30
  d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/_react.default.createElement("path", {
33
- fill: "url(#intergalactic-icon-MetaColored_m_b-17.0.1)",
33
+ fill: "url(#intergalactic-icon-MetaColored_m_b-17.1.0)",
34
34
  d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
35
35
  shapeRendering: "geometricPrecision"
36
36
  }), /*#__PURE__*/_react.default.createElement("path", {
37
- fill: "url(#intergalactic-icon-MetaColored_m_c-17.0.1)",
37
+ fill: "url(#intergalactic-icon-MetaColored_m_c-17.1.0)",
38
38
  d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
39
39
  shapeRendering: "geometricPrecision"
40
40
  })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("linearGradient", {
41
- id: "intergalactic-icon-MetaColored_m_b-17.0.1",
41
+ id: "intergalactic-icon-MetaColored_m_b-17.1.0",
42
42
  x1: "3.468",
43
43
  x2: "14.486",
44
44
  y1: "8.225",
@@ -56,7 +56,7 @@ function RootMetaColored({
56
56
  offset: "1",
57
57
  stopColor: "#0082FB"
58
58
  })), /*#__PURE__*/_react.default.createElement("linearGradient", {
59
- id: "intergalactic-icon-MetaColored_m_c-17.0.1",
59
+ id: "intergalactic-icon-MetaColored_m_c-17.1.0",
60
60
  x1: "2.305",
61
61
  x2: "2.305",
62
62
  y1: "11.015",