@atlaskit/icon 22.17.0 → 22.18.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 (99) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/core/arrow-down.js +2 -2
  3. package/core/arrow-left.js +2 -2
  4. package/core/arrow-right.js +2 -2
  5. package/core/arrow-up-right.js +2 -2
  6. package/core/arrow-up.js +2 -2
  7. package/core/changes.js +2 -2
  8. package/core/chart-trend.js +2 -2
  9. package/core/cloud-arrow-up.js +2 -2
  10. package/core/collapse-horizontal.js +2 -2
  11. package/core/collapse-vertical.js +2 -2
  12. package/core/content-align-center.js +2 -2
  13. package/core/content-align-left.js +2 -2
  14. package/core/content-align-right.js +2 -2
  15. package/core/content-width-narrow.js +2 -2
  16. package/core/content-width-wide.js +2 -2
  17. package/core/content-wrap-left.js +2 -2
  18. package/core/content-wrap-right.js +2 -2
  19. package/core/decision.js +2 -2
  20. package/core/defect.js +3 -3
  21. package/core/discovery.js +2 -2
  22. package/core/download.js +2 -2
  23. package/core/edit-bulk.js +2 -2
  24. package/core/expand-horizontal.js +2 -2
  25. package/core/expand-vertical.js +2 -2
  26. package/core/feedback.js +2 -2
  27. package/core/grow-diagonal.js +2 -2
  28. package/core/grow-horizontal.js +2 -2
  29. package/core/grow-vertical.js +2 -2
  30. package/core/highlight.d.ts +14 -0
  31. package/core/highlight.js +31 -0
  32. package/core/layout-one-column.d.ts +14 -0
  33. package/core/layout-one-column.js +31 -0
  34. package/core/layout-three-columns-sidebars.js +2 -2
  35. package/core/layout-three-columns.js +2 -2
  36. package/core/layout-two-columns-sidebar-left.js +2 -2
  37. package/core/layout-two-columns-sidebar-right.js +2 -2
  38. package/core/layout-two-columns.js +2 -2
  39. package/core/library.js +2 -2
  40. package/core/link-external.js +2 -2
  41. package/core/migration/content-align-center--editor-align-image-center.js +2 -2
  42. package/core/migration/content-align-left--editor-align-image-left.js +2 -2
  43. package/core/migration/content-align-right--editor-align-image-right.js +2 -2
  44. package/core/migration/content-width-narrow--editor-media-center.js +2 -2
  45. package/core/migration/content-width-wide--editor-media-wide.js +2 -2
  46. package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
  47. package/core/migration/layout-one-column--editor-layout-single.js +33 -0
  48. package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
  49. package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
  50. package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
  51. package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
  52. package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
  53. package/core/migration/on-call--hipchat-dial-out.js +2 -2
  54. package/core/migration/text-bold--editor-bold.js +2 -2
  55. package/core/migration/text-indent-left--editor-outdent.js +2 -2
  56. package/core/migration/text-indent-right--editor-indent.js +2 -2
  57. package/core/migration/text-italic--editor-italic.js +2 -2
  58. package/core/objective.js +2 -2
  59. package/core/on-call.js +2 -2
  60. package/core/operations.js +3 -3
  61. package/core/paint-bucket.js +2 -2
  62. package/core/redo.js +2 -2
  63. package/core/refresh.js +2 -2
  64. package/core/retry.js +2 -2
  65. package/core/sort-ascending.js +2 -2
  66. package/core/sort-descending.js +2 -2
  67. package/core/sprint.js +2 -2
  68. package/core/target.js +2 -2
  69. package/core/text-bold.js +2 -2
  70. package/core/text-indent-left.js +2 -2
  71. package/core/text-indent-right.js +2 -2
  72. package/core/text-italic.js +2 -2
  73. package/core/text-spellcheck.js +2 -2
  74. package/core/text-style.js +2 -2
  75. package/core/theme.js +2 -2
  76. package/core/undo.js +2 -2
  77. package/dist/cjs/components/icon-new.js +1 -1
  78. package/dist/cjs/metadata-core.js +47 -28
  79. package/dist/cjs/metadata-utility.js +1 -1
  80. package/dist/cjs/migration-map.js +9 -4
  81. package/dist/es2019/components/icon-new.js +1 -1
  82. package/dist/es2019/metadata-core.js +47 -28
  83. package/dist/es2019/metadata-utility.js +1 -1
  84. package/dist/es2019/migration-map.js +9 -4
  85. package/dist/esm/components/icon-new.js +1 -1
  86. package/dist/esm/metadata-core.js +47 -28
  87. package/dist/esm/metadata-utility.js +1 -1
  88. package/dist/esm/migration-map.js +9 -4
  89. package/dist/types/metadata-core.d.ts +1 -1
  90. package/dist/types/metadata-utility.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  93. package/glyph/editor/layout-single.js +4 -1
  94. package/package.json +4 -1
  95. package/utility/arrow-down.js +2 -2
  96. package/utility/arrow-left.js +2 -2
  97. package/utility/arrow-right.js +2 -2
  98. package/utility/arrow-up.js +2 -2
  99. package/utility/link-external.js +2 -2
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::957a9f41da3bcf918b1c3e540746d454>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+ /**
16
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "LayoutOneColumn".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Single purpose - Reserved for single column layout option in Confluence Editor
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const LayoutOneColumnIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 2.375c0-.345.28-.625.625-.625h13.25c.345 0 .625.28.625.625v11.25c0 .345-.28.625-.625.625H1.375a.625.625 0 0 1-.625-.625z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ LayoutOneColumnIcon.displayName = 'LayoutOneColumnIcon';
31
+ var _default = exports.default = LayoutOneColumnIcon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6092a8ef51e3f4ac81b0f306e7ceb00e>>
3
+ * @codegen <<SignedSource::39e27640fff2ebb489a7cb5df5ed6425>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "LayoutThreeColumnsSidebars".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::93397a0ce8295d49d5f6c2c34877d79b>>
3
+ * @codegen <<SignedSource::3ab1df70c5e98e9dcc02a6dffc116966>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "LayoutThreeColumns".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for 3 column layout option in Confluence Editor.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::96d948fe35f7161ba8a57cdd8af088f8>>
3
+ * @codegen <<SignedSource::7663e3516cab203b25b4283d65831ba6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "LayoutTwoColumnsSidebarLeft".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::eca5d99f2335ee5c3e4dbfe2209f170d>>
3
+ * @codegen <<SignedSource::6530ec7915463e0cb07b626ee01fd7c2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "LayoutTwoColumnsSidebarRight".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3a60133dada6f5ed0f52e24e63edb9e1>>
3
+ * @codegen <<SignedSource::fe82b45abf7d0b9cd902e865b89cf436>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "LayoutTwoColumns".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for 2 column layout option in Confluence Editor.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
package/core/library.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5ae149b120455c17da4377f877f4573e>>
3
+ * @codegen <<SignedSource::c4ec65fbf00177abf8ec5b3f1f7f7130>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "Library".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for library view in Atlassian Home.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4adc0525e520f8b445f2a6ae3f5a5364>>
3
+ * @codegen <<SignedSource::1bebef8004e71c9d246d70ddad8ec6a0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const LinkExternalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 2.75H4c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-2M8 8l5.25-5.25m0 4.25V2.75H9"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 2.75H4c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-2M8 8l4.75-4.75m.5 3.75V2.75H9"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  LinkExternalIcon.displayName = 'LinkExternalIcon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9909deb03aebbe07e5563487a0ba0457>>
3
+ * @codegen <<SignedSource::0242f688f592f4c00bc05d3f109e2008>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for ContentAlignCenterIcon.
20
20
  * This component is ContentAlignCenterIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageCenterIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for center aligning media and content.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::18cc03b448b58642120916a4d0e2eda7>>
3
+ * @codegen <<SignedSource::c4cf8c08261256e183b471075a447a79>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for ContentAlignLeftIcon.
20
20
  * This component is ContentAlignLeftIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageLeftIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for left aligning media and content.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d77a691515db516046702bea0b1992f8>>
3
+ * @codegen <<SignedSource::f2acf596698e14c7521c1bf0c9a33689>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for ContentAlignRightIcon.
20
20
  * This component is ContentAlignRightIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageRightIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for right aligning media and content.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::fb9ece94f04cbd8f50370a04a4820d3a>>
3
+ * @codegen <<SignedSource::142c9bb589c004730fb4f9a3d9240c47>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for ContentWidthNarrowIcon.
20
20
  * This component is ContentWidthNarrowIcon, with `UNSAFE_fallbackIcon` set to "EditorMediaCenterIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for setting media and content to a narrow width.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3ec2a2ada55397a742e61b5c252e6d8a>>
3
+ * @codegen <<SignedSource::5f5f47df5af815c966e0304927980064>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for ContentWidthWideIcon.
20
20
  * This component is ContentWidthWideIcon, with `UNSAFE_fallbackIcon` set to "EditorMediaWideIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for setting media and content to a wide width.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -0,0 +1,14 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0453b751378d8036a07b92776c436b78>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import Icon from '@atlaskit/icon/UNSAFE_base-new';
9
+
10
+ declare const LayoutOneColumnIconMigration: {
11
+ (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type' | 'LEGACY_fallbackIcon'> ): JSX.Element;
12
+ displayName: string;
13
+ };
14
+ export default LayoutOneColumnIconMigration;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ec7d4168cc789e624df258d7c76e544e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _layoutOneColumn = _interopRequireDefault(require("@atlaskit/icon/core/layout-one-column"));
14
+ var _layoutSingle = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/layout-single"));
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
+ /**
17
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
18
+ *
19
+ * Migration Icon component for LayoutOneColumnIcon.
20
+ * This component is LayoutOneColumnIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutSingleIcon".
21
+ *
22
+ * Category: multi-purpose
23
+ * Location: @atlaskit/icon
24
+ * Usage guidance: Single purpose - Reserved for single column layout option in Confluence Editor
25
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
26
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
27
+ */
28
+ const LayoutOneColumnIcon = props => /*#__PURE__*/_react.default.createElement(_layoutOneColumn.default, Object.assign({
29
+ LEGACY_fallbackIcon: _layoutSingle.default
30
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
31
+ }, props));
32
+ LayoutOneColumnIcon.Name = 'LayoutOneColumnIconMigration';
33
+ var _default = exports.default = LayoutOneColumnIcon;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d979b565970a365cac6888dc768cb869>>
3
+ * @codegen <<SignedSource::04f96c81f9e46c33d363f1ec09171e47>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for LayoutThreeColumnsIcon.
20
20
  * This component is LayoutThreeColumnsIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutThreeEqualIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for 3 column layout option in Confluence Editor.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c3e35b0c162ada20ab409c785dcc0e9b>>
3
+ * @codegen <<SignedSource::9a043c301a7fe2d2ea788335f965925a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for LayoutThreeColumnsSidebarsIcon.
20
20
  * This component is LayoutThreeColumnsSidebarsIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutThreeWithSidebarsIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for 3 column layout with left and right sidebars option in Confluence Editor.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::28dd082a71c0afd491c4c0a3bfdc75a7>>
3
+ * @codegen <<SignedSource::9c765a73e50f292d111ceb1b6ed59418>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for LayoutTwoColumnsIcon.
20
20
  * This component is LayoutTwoColumnsIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutTwoEqualIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for 2 column layout option in Confluence Editor.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bbe28a01095e2a3431ba1549e57b0fd6>>
3
+ * @codegen <<SignedSource::b234b71a3e551ecdc3a85d121573493f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for LayoutTwoColumnsSidebarLeftIcon.
20
20
  * This component is LayoutTwoColumnsSidebarLeftIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutTwoLeftSidebarIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for 2 column layout with left sidebar option in Confluence Editor.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::6d38a9f52bfdeb0ca68edfb95af6002f>>
3
+ * @codegen <<SignedSource::20d70ee494842aaec08a1917782dc0a9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for LayoutTwoColumnsSidebarRightIcon.
20
20
  * This component is LayoutTwoColumnsSidebarRightIcon, with `UNSAFE_fallbackIcon` set to "EditorLayoutTwoRightSidebarIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for 2 column layout with right sidebar option in Confluence Editor.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e47a8ea87927faae7faffd8febb4eb98>>
3
+ * @codegen <<SignedSource::b85bd1a937ed9d086193f908c527e646>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for OnCallIcon.
20
20
  * This component is OnCallIcon, with `UNSAFE_fallbackIcon` set to "HipchatDialOutIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian products.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::055631809f31060029b0461284663ac3>>
3
+ * @codegen <<SignedSource::bbe29052caf3497c614e843906a80494>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for TextBoldIcon.
20
20
  * This component is TextBoldIcon, with `UNSAFE_fallbackIcon` set to "EditorBoldIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for bolding text.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9bf69f2e81ef2daf767f685a4d2420cc>>
3
+ * @codegen <<SignedSource::cf4f0681c19e7b69959b3fb556330037>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for TextIndentLeftIcon.
20
20
  * This component is TextIndentLeftIcon, with `UNSAFE_fallbackIcon` set to "EditorOutdentIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for shifting the indent of text content left.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::adc5bc6901455a7030f45281c693ea09>>
3
+ * @codegen <<SignedSource::a1757c5dad5fad9e531ab0527b5458f1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for TextIndentRightIcon.
20
20
  * This component is TextIndentRightIcon, with `UNSAFE_fallbackIcon` set to "EditorIndentIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for shifting the indent of text content right.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::98643afbe9ea8359b8ca06cb5f4a4261>>
3
+ * @codegen <<SignedSource::e38292b4773591a136b047eebeaca826>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19
19
  * Migration Icon component for TextItalicIcon.
20
20
  * This component is TextItalicIcon, with `UNSAFE_fallbackIcon` set to "EditorItalicIcon".
21
21
  *
22
- * Category: multi-purpose
22
+ * Category: single-purpose
23
23
  * Location: @atlaskit/icon
24
24
  * Usage guidance: Single purpose - Reserved for italicizing text.
25
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
package/core/objective.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::eb4833534361edb064eafa9e92e131dc>>
3
+ * @codegen <<SignedSource::534ed7c1f2fd398d6db305bca6edad3e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "Objective".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for objectives.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
package/core/on-call.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f132f9d57063d5f8f984514886c64c79>>
3
+ * @codegen <<SignedSource::5b048079578730495259c5c68f006dc0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "OnCall".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for representing on-call across Atlassian products.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7f7d37328f169f3db1cf1ea1f68605ce>>
3
+ * @codegen <<SignedSource::c3f05f638eba7a7a1426bb5af3fb0688>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,14 +17,14 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "Operations".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for IT Operations.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const OperationsIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M10.652 5.348A3.75 3.75 0 1 0 8 11.75m-.25-3.5 5.377-5.377A7.25 7.25 0 1 0 8 15.25"/><path fill="currentcolor" fill-rule="evenodd" d="M14.58 4.862a.75.75 0 0 1 .959.454l.008.025a.75.75 0 1 1-1.414.499l-.007-.02a.75.75 0 0 1 .454-.958m-2.798 2.573a.75.75 0 0 1 .713.786l-.001.014-.001.015a.75.75 0 1 1-1.498-.083v-.01l.001-.01a.75.75 0 0 1 .786-.712m3.497.183a.75.75 0 0 1 .71.788v.026a.75.75 0 1 1-1.498-.081v-.022a.75.75 0 0 1 .788-.71m-4.205 2.657a.75.75 0 0 1-.052 1.06l-.022.019a.75.75 0 1 1-1-1.118l.015-.013a.75.75 0 0 1 1.059.052m3.799.159a.75.75 0 0 1 .355 1l-.011.023a.75.75 0 0 1-1.353-.649l.01-.019a.75.75 0 0 1 .999-.355m-1.457 2.443a.75.75 0 0 1-.053 1.06l-.02.017a.75.75 0 1 1-1.001-1.117l.015-.014a.75.75 0 0 1 1.06.054m-2.278 1.703a.75.75 0 0 1-.454.958l-.025.009a.75.75 0 1 1-.499-1.415l.02-.007a.75.75 0 0 1 .958.455" clip-rule="evenodd"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M10.652 5.348A3.75 3.75 0 1 0 8 11.75m-.25-3.5 5.377-5.377A7.25 7.25 0 1 0 8 15.25"/><path fill="currentcolor" fill-rule="evenodd" d="M14.58 4.862a.75.75 0 0 1 .959.455l.008.024a.75.75 0 1 1-1.414.5l-.007-.02a.75.75 0 0 1 .454-.959m-2.798 2.573a.75.75 0 0 1 .713.786l-.001.015-.001.015a.75.75 0 1 1-1.498-.084v-.01l.001-.01a.75.75 0 0 1 .786-.712m3.497.184a.75.75 0 0 1 .71.787v.026a.75.75 0 1 1-1.498-.08V8.33a.75.75 0 0 1 .788-.711m-4.205 2.656a.75.75 0 0 1-.074 1.08.75.75 0 1 1-1-1.119l.015-.013a.75.75 0 0 1 1.059.052m3.799.16a.75.75 0 0 1 .355.999l-.011.023a.75.75 0 0 1-1.353-.648l.01-.02a.75.75 0 0 1 .999-.354m-1.457 2.443a.75.75 0 0 1-.053 1.059l-.02.017a.75.75 0 1 1-1.001-1.116l.015-.014a.75.75 0 0 1 1.06.054m-2.278 1.703a.75.75 0 0 1-.454.958l-.025.008a.75.75 0 1 1-.499-1.414l.02-.007a.75.75 0 0 1 .958.455" clip-rule="evenodd"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  OperationsIcon.displayName = 'OperationsIcon';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7d4d9e1e9576ff1294affc9854efaf91>>
3
+ * @codegen <<SignedSource::0426aaec8de17d1daf03e649f404c074>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const PaintBucketIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 3.25 1.134 8.866a1.25 1.25 0 0 0 0 1.768l4.732 4.732a1.25 1.25 0 0 0 1.768 0L13.25 9.75m-6.5-6.5 6.5 6.5m-6.5-6.5L5 1.5m8.25 8.25h-12m14 4.75a.75.75 0 0 1-1.5 0c0-.414.75-1.75.75-1.75s.75 1.336.75 1.75Z"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 2.25 1.134 7.866a1.25 1.25 0 0 0 0 1.768l4.732 4.732a1.25 1.25 0 0 0 1.768 0L13.25 8.75zm0 0L5.125.625M1.25 8.75h11m3 5.75a.75.75 0 0 1-1.5 0c0-.414.75-1.75.75-1.75s.75 1.336.75 1.75Z"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  PaintBucketIcon.displayName = 'PaintBucketIcon';
package/core/redo.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::16c88698b6f59157d35b58706cb79607>>
3
+ * @codegen <<SignedSource::593cae42335b1c3042615404b0b6f203>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const RedoIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M14.25 5.25h-8.5a4 4 0 0 0 0 8H8"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m10.75 1.75 3.5 3.5-3.5 3.5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 13.25H5.75a4 4 0 1 1 0-8h8m-3-3.5 3.5 3.5-3.5 3.5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  RedoIcon.displayName = 'RedoIcon';
package/core/refresh.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3f2ad7090034de3781bb0efd8604a739>>
3
+ * @codegen <<SignedSource::c4933bf44687bb6f7c689a91fdbcfe96>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const RefreshIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.25 1.75V6m0-4.25H2m4.25 0c-1.5 1.5-4.5 3-4.5 6.75 0 3.284 2.532 5.476 5.75 5.73m2.25 0V9.98m0 4.25H14m-4.25 0c1.5-1.5 4.5-3 4.5-6.75 0-3.283-2.532-5.475-5.75-5.73"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.25 6V1.75H2m5.5 12.48c-3.218-.254-5.75-2.447-5.75-5.73 0-3.368 2.42-4.921 4-6.29m4 7.77v4.25H14M8.5 1.75c3.218.255 5.75 2.447 5.75 5.73 0 3.352-2.397 4.906-3.977 6.27"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  RefreshIcon.displayName = 'RefreshIcon';
package/core/retry.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::792e6e1cc7b2a6c5cb36391158c3f522>>
3
+ * @codegen <<SignedSource::f3fefdb7c4870975ce9a50ab04b1b4e9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const RetryIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 14a6 6 0 1 1 6-6v3"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15.375 8.375 12.75 11l-2.625-2.625"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 14a6 6 0 1 1 6-6v2.5m2.625-2.125L12.75 11l-2.625-2.625"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  RetryIcon.displayName = 'RetryIcon';