@atlaskit/icon 22.17.0 → 22.18.1
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.
- package/CHANGELOG.md +37 -0
- package/core/arrow-down.js +2 -2
- package/core/arrow-left.js +2 -2
- package/core/arrow-right.js +2 -2
- package/core/arrow-up-right.js +2 -2
- package/core/arrow-up.js +2 -2
- package/core/changes.js +2 -2
- package/core/chart-trend.js +2 -2
- package/core/cloud-arrow-up.js +2 -2
- package/core/collapse-horizontal.js +2 -2
- package/core/collapse-vertical.js +2 -2
- package/core/content-align-center.js +2 -2
- package/core/content-align-left.js +2 -2
- package/core/content-align-right.js +2 -2
- package/core/content-width-narrow.js +2 -2
- package/core/content-width-wide.js +2 -2
- package/core/content-wrap-left.js +2 -2
- package/core/content-wrap-right.js +2 -2
- package/core/decision.js +2 -2
- package/core/defect.js +3 -3
- package/core/discovery.js +2 -2
- package/core/download.js +2 -2
- package/core/edit-bulk.js +2 -2
- package/core/expand-horizontal.js +2 -2
- package/core/expand-vertical.js +2 -2
- package/core/feedback.js +2 -2
- package/core/grow-diagonal.js +2 -2
- package/core/grow-horizontal.js +2 -2
- package/core/grow-vertical.js +2 -2
- package/core/highlight.d.ts +14 -0
- package/core/highlight.js +31 -0
- package/core/layout-one-column.d.ts +14 -0
- package/core/layout-one-column.js +31 -0
- package/core/layout-three-columns-sidebars.js +2 -2
- package/core/layout-three-columns.js +2 -2
- package/core/layout-two-columns-sidebar-left.js +2 -2
- package/core/layout-two-columns-sidebar-right.js +2 -2
- package/core/layout-two-columns.js +2 -2
- package/core/library.js +2 -2
- package/core/link-external.js +2 -2
- package/core/migration/content-align-center--editor-align-image-center.js +2 -2
- package/core/migration/content-align-left--editor-align-image-left.js +2 -2
- package/core/migration/content-align-right--editor-align-image-right.js +2 -2
- package/core/migration/content-width-narrow--editor-media-center.js +2 -2
- package/core/migration/content-width-wide--editor-media-wide.js +2 -2
- package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
- package/core/migration/layout-one-column--editor-layout-single.js +33 -0
- package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
- package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
- package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
- package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
- package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
- package/core/migration/on-call--hipchat-dial-out.js +2 -2
- package/core/migration/text-bold--editor-bold.js +2 -2
- package/core/migration/text-indent-left--editor-outdent.js +2 -2
- package/core/migration/text-indent-right--editor-indent.js +2 -2
- package/core/migration/text-italic--editor-italic.js +2 -2
- package/core/objective.js +2 -2
- package/core/on-call.js +2 -2
- package/core/operations.js +3 -3
- package/core/paint-bucket.js +2 -2
- package/core/redo.js +2 -2
- package/core/refresh.js +2 -2
- package/core/retry.js +2 -2
- package/core/sort-ascending.js +2 -2
- package/core/sort-descending.js +2 -2
- package/core/sprint.js +2 -2
- package/core/target.js +2 -2
- package/core/text-bold.js +2 -2
- package/core/text-indent-left.js +2 -2
- package/core/text-indent-right.js +2 -2
- package/core/text-italic.js +2 -2
- package/core/text-spellcheck.js +2 -2
- package/core/text-style.js +2 -2
- package/core/theme.js +2 -2
- package/core/undo.js +2 -2
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/metadata-core.js +47 -28
- package/dist/cjs/metadata-utility.js +1 -1
- package/dist/cjs/migration-map.js +9 -4
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/metadata-core.js +47 -28
- package/dist/es2019/metadata-utility.js +1 -1
- package/dist/es2019/migration-map.js +9 -4
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/metadata-core.js +47 -28
- package/dist/esm/metadata-utility.js +1 -1
- package/dist/esm/migration-map.js +9 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types/metadata-utility.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
- package/glyph/editor/layout-single.js +4 -1
- package/package.json +8 -5
- package/utility/arrow-down.js +2 -2
- package/utility/arrow-left.js +2 -2
- package/utility/arrow-right.js +2 -2
- package/utility/arrow-up.js +2 -2
- 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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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)
|
package/core/link-external.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::
|
|
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
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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::
|
|
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:
|
|
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)
|
package/core/operations.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::
|
|
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:
|
|
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.
|
|
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';
|
package/core/paint-bucket.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::
|
|
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
|
|
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::
|
|
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="
|
|
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::
|
|
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
|
|
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::
|
|
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-
|
|
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';
|