@atlaskit/icon 26.2.0 → 26.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 26.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#161328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/161328)
8
+ [`76f53eb3bc586`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76f53eb3bc586) -
9
+ This release updates and deprecates icons in `@atlaskit/icon`.
10
+
11
+ ### Updated:
12
+
13
+ **`@atlaskit/icon/core`**
14
+
15
+ - `image`
16
+
17
+ ### Deprecated:
18
+
19
+ **`@atlaskit/icon/core`**
20
+
21
+ - `child-issues`
22
+ - `drawer-left`
23
+ - `drawer-right`
24
+ - `summarize`
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
30
+ ## 26.3.0
31
+
32
+ ### Minor Changes
33
+
34
+ - [#160927](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160927)
35
+ [`70494296070b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70494296070b5) -
36
+ This release adds icons in `@atlaskit/icon`.
37
+
38
+ ### Added:
39
+
40
+ **`@atlaskit/icon/core`**
41
+
42
+ - `panel-left`
43
+ - `panel-right`
44
+
3
45
  ## 26.2.0
4
46
 
5
47
  ### Minor Changes
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9bf2c890b1a051d8bed6359f72ba85f9>>
3
+ * @codegen <<SignedSource::cde2ad987876c8ba84138c3bea2cec75>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ChildIssuesIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::359c101bebeaae075dd3e3e9a50caec7>>
3
+ * @codegen <<SignedSource::0a33c20b0e9684239e470bd9fc395b3e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChildIssues".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for child issues in Jira.
19
+ * Usage guidance: Reserved for child work items.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e8204eddc3f5549654b5eb5066f09327>>
3
+ * @codegen <<SignedSource::935924fc159f794461e1f2ad14ae2090>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DrawerLeftIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::e365e632c54e433331f32a6e8a891c81>>
3
+ * @codegen <<SignedSource::104b4ca293b6a45e251b904aac4a841c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "DrawerLeft".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
19
+ * Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f765f5f051dfb0c2aca563f189e1997f>>
3
+ * @codegen <<SignedSource::358bfb75410a2c2205aee7d7a5da3c68>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DrawerRightIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::63a1f44437aa60176f53be742bda56ec>>
3
+ * @codegen <<SignedSource::fd2c77c72df580ec76edf4672a0944dd>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "DrawerRight".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
19
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
package/core/image.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::de6761c1e7b45c04cd65fb74ac2d27eb>>
3
+ * @codegen <<SignedSource::92d4dfc113a3924af0f8a9fba22d539c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const ImageIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.647l5.775-6.978a.75.75 0 0 1 1.092-.068l2.986 2.81V3a.5.5 0 0 0-.5-.5zm10.5 8.824-3.432-3.23L5.594 13.5H13a.5.5 0 0 0 .5-.5zM4 5.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ImageIcon.displayName = 'ImageIcon';
@@ -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::460873555b00dc694a7c27133071dd5e>>
3
+ * @codegen <<SignedSource::89cbd658a789691c2dfd917ec82d5504>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for child issues in Jira.
22
+ * Usage guidance: Reserved for child work items.
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
  */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ba08d94cacf51afba1b1b73b97f7baf6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PanelLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PanelLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::022a93d8181f11b751c8d1c27d34dcb8>>
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 _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "PanelLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const PanelLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ PanelLeftIcon.displayName = 'PanelLeftIcon';
28
+ var _default = exports.default = PanelLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::80ad40c5cc61ff972c7d44982e9c64db>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PanelRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PanelRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8b10c2aaa76d32294bc7ed1c0a1888df>>
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 _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "PanelRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ PanelRightIcon.displayName = 'PanelRightIcon';
28
+ var _default = exports.default = PanelRightIcon;
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d0e4c891ef1d66a3e91395c56a26bd8d>>
3
+ * @codegen <<SignedSource::92832e7bb082159eab67198c65433053>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
9
  /**
10
- * @deprecated The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”
10
+ * @deprecated The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
11
11
  */
12
12
  declare const SidebarLeftIcon: {
13
13
  (props: NewCoreIconProps): JSX.Element;
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b5679f9c6d7e1de9322d308af9e73f2a>>
3
+ * @codegen <<SignedSource::46402e2d2d758d9f400b93e074b1d3e8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
9
  /**
10
- * @deprecated The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”
10
+ * @deprecated The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
11
11
  */
12
12
  declare const SidebarRightIcon: {
13
13
  (props: NewCoreIconProps): JSX.Element;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b6846070cdf213c94dd27550a287ca07>>
3
+ * @codegen <<SignedSource::587c4908d31c30697c90aa2830e5b9c8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const SummarizeIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
12
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
  var deprecatedIcons = {
@@ -31,6 +31,9 @@ var deprecatedIcons = {
31
31
  '@atlaskit/icon/core/border-weight-thin': {
32
32
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
33
33
  },
34
+ '@atlaskit/icon/core/child-issues': {
35
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
36
+ },
34
37
  '@atlaskit/icon/core/content-align-center': {
35
38
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
36
39
  },
@@ -43,6 +46,12 @@ var deprecatedIcons = {
43
46
  '@atlaskit/icon/core/drag-handle': {
44
47
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
45
48
  },
49
+ '@atlaskit/icon/core/drawer-left': {
50
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
51
+ },
52
+ '@atlaskit/icon/core/drawer-right': {
53
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
54
+ },
46
55
  '@atlaskit/icon/core/issue': {
47
56
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
48
57
  },
@@ -50,10 +59,13 @@ var deprecatedIcons = {
50
59
  message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
51
60
  },
52
61
  '@atlaskit/icon/core/sidebar-left': {
53
- message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
62
+ message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
54
63
  },
55
64
  '@atlaskit/icon/core/sidebar-right': {
56
- message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
65
+ message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
66
+ },
67
+ '@atlaskit/icon/core/summarize': {
68
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
57
69
  },
58
70
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
59
71
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
12
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -803,15 +803,20 @@ var metadata = {
803
803
  slackChannel: '#icon-contributions'
804
804
  },
805
805
  'child-issues': {
806
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
806
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
807
807
  componentName: 'ChildIssuesIcon',
808
808
  package: '@atlaskit/icon/core/child-issues',
809
809
  oldName: ['child-issues'],
810
810
  type: 'core',
811
+ replacement: {
812
+ name: 'child-work-items',
813
+ type: 'core',
814
+ location: '@atlaskit/icon'
815
+ },
811
816
  categorization: 'single-purpose',
812
- usage: 'Single purpose - Reserved for child issues in Jira.',
817
+ usage: 'Reserved for child work items.',
813
818
  team: 'Design System Team',
814
- status: 'published'
819
+ status: 'deprecated'
815
820
  },
816
821
  'child-work-items': {
817
822
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1265,24 +1270,34 @@ var metadata = {
1265
1270
  slackChannel: '#icon-contributions'
1266
1271
  },
1267
1272
  'drawer-left': {
1268
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1273
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1269
1274
  componentName: 'DrawerLeftIcon',
1270
1275
  package: '@atlaskit/icon/core/drawer-left',
1271
1276
  type: 'core',
1277
+ replacement: {
1278
+ name: 'panel-left',
1279
+ type: 'core',
1280
+ location: '@atlaskit/icon'
1281
+ },
1272
1282
  categorization: 'single-purpose',
1273
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1283
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1274
1284
  team: 'Design System Team',
1275
- status: 'published'
1285
+ status: 'deprecated'
1276
1286
  },
1277
1287
  'drawer-right': {
1278
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1288
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1279
1289
  componentName: 'DrawerRightIcon',
1280
1290
  package: '@atlaskit/icon/core/drawer-right',
1281
1291
  type: 'core',
1292
+ replacement: {
1293
+ name: 'panel-right',
1294
+ type: 'core',
1295
+ location: '@atlaskit/icon'
1296
+ },
1282
1297
  categorization: 'single-purpose',
1283
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1298
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1284
1299
  team: 'Design System Team',
1285
- status: 'published'
1300
+ status: 'deprecated'
1286
1301
  },
1287
1302
  edit: {
1288
1303
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -2376,6 +2391,26 @@ var metadata = {
2376
2391
  team: 'Design System Team',
2377
2392
  status: 'published'
2378
2393
  },
2394
+ 'panel-left': {
2395
+ keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
2396
+ componentName: 'PanelLeftIcon',
2397
+ package: '@atlaskit/icon/core/panel-left',
2398
+ type: 'core',
2399
+ categorization: 'single-purpose',
2400
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
2401
+ team: 'Design System Team',
2402
+ status: 'published'
2403
+ },
2404
+ 'panel-right': {
2405
+ keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
2406
+ componentName: 'PanelRightIcon',
2407
+ package: '@atlaskit/icon/core/panel-right',
2408
+ type: 'core',
2409
+ categorization: 'single-purpose',
2410
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
2411
+ team: 'Design System Team',
2412
+ status: 'published'
2413
+ },
2379
2414
  pen: {
2380
2415
  keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
2381
2416
  componentName: 'PenIcon',
@@ -3021,7 +3056,7 @@ var metadata = {
3021
3056
  package: '@atlaskit/icon/core/sidebar-left',
3022
3057
  type: 'core',
3023
3058
  replacement: {
3024
- name: 'drawer-left',
3059
+ name: 'panel-left',
3025
3060
  type: 'core',
3026
3061
  location: '@atlaskit/icon'
3027
3062
  },
@@ -3037,7 +3072,7 @@ var metadata = {
3037
3072
  oldName: ['detail-view', 'room-menu'],
3038
3073
  type: 'core',
3039
3074
  replacement: {
3040
- name: 'drawer-right',
3075
+ name: 'panel-right',
3041
3076
  type: 'core',
3042
3077
  location: '@atlaskit/icon'
3043
3078
  },
@@ -3270,10 +3305,15 @@ var metadata = {
3270
3305
  componentName: 'SummarizeIcon',
3271
3306
  package: '@atlaskit/icon/core/summarize',
3272
3307
  type: 'core',
3308
+ replacement: {
3309
+ name: 'ai-generative-text-summary',
3310
+ type: 'core',
3311
+ location: '@atlaskit/icon'
3312
+ },
3273
3313
  categorization: 'single-purpose',
3274
3314
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3275
3315
  team: 'Atlassian Intelligence & Loom',
3276
- status: 'published',
3316
+ status: 'deprecated',
3277
3317
  slackChannel: '#feedback-loom-vizrefresh'
3278
3318
  },
3279
3319
  support: {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
@@ -25,6 +25,9 @@ const deprecatedIcons = {
25
25
  '@atlaskit/icon/core/border-weight-thin': {
26
26
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
27
27
  },
28
+ '@atlaskit/icon/core/child-issues': {
29
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
30
+ },
28
31
  '@atlaskit/icon/core/content-align-center': {
29
32
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
30
33
  },
@@ -37,6 +40,12 @@ const deprecatedIcons = {
37
40
  '@atlaskit/icon/core/drag-handle': {
38
41
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
39
42
  },
43
+ '@atlaskit/icon/core/drawer-left': {
44
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
45
+ },
46
+ '@atlaskit/icon/core/drawer-right': {
47
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
48
+ },
40
49
  '@atlaskit/icon/core/issue': {
41
50
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
42
51
  },
@@ -44,10 +53,13 @@ const deprecatedIcons = {
44
53
  message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
45
54
  },
46
55
  '@atlaskit/icon/core/sidebar-left': {
47
- message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
56
+ message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
48
57
  },
49
58
  '@atlaskit/icon/core/sidebar-right': {
50
- message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
59
+ message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
60
+ },
61
+ '@atlaskit/icon/core/summarize': {
62
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
51
63
  },
52
64
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
53
65
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -797,15 +797,20 @@ const metadata = {
797
797
  slackChannel: '#icon-contributions'
798
798
  },
799
799
  'child-issues': {
800
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
800
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
801
801
  componentName: 'ChildIssuesIcon',
802
802
  package: '@atlaskit/icon/core/child-issues',
803
803
  oldName: ['child-issues'],
804
804
  type: 'core',
805
+ replacement: {
806
+ name: 'child-work-items',
807
+ type: 'core',
808
+ location: '@atlaskit/icon'
809
+ },
805
810
  categorization: 'single-purpose',
806
- usage: 'Single purpose - Reserved for child issues in Jira.',
811
+ usage: 'Reserved for child work items.',
807
812
  team: 'Design System Team',
808
- status: 'published'
813
+ status: 'deprecated'
809
814
  },
810
815
  'child-work-items': {
811
816
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1259,24 +1264,34 @@ const metadata = {
1259
1264
  slackChannel: '#icon-contributions'
1260
1265
  },
1261
1266
  'drawer-left': {
1262
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1267
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1263
1268
  componentName: 'DrawerLeftIcon',
1264
1269
  package: '@atlaskit/icon/core/drawer-left',
1265
1270
  type: 'core',
1271
+ replacement: {
1272
+ name: 'panel-left',
1273
+ type: 'core',
1274
+ location: '@atlaskit/icon'
1275
+ },
1266
1276
  categorization: 'single-purpose',
1267
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1277
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1268
1278
  team: 'Design System Team',
1269
- status: 'published'
1279
+ status: 'deprecated'
1270
1280
  },
1271
1281
  'drawer-right': {
1272
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1282
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1273
1283
  componentName: 'DrawerRightIcon',
1274
1284
  package: '@atlaskit/icon/core/drawer-right',
1275
1285
  type: 'core',
1286
+ replacement: {
1287
+ name: 'panel-right',
1288
+ type: 'core',
1289
+ location: '@atlaskit/icon'
1290
+ },
1276
1291
  categorization: 'single-purpose',
1277
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1292
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1278
1293
  team: 'Design System Team',
1279
- status: 'published'
1294
+ status: 'deprecated'
1280
1295
  },
1281
1296
  edit: {
1282
1297
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -2370,6 +2385,26 @@ const metadata = {
2370
2385
  team: 'Design System Team',
2371
2386
  status: 'published'
2372
2387
  },
2388
+ 'panel-left': {
2389
+ keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
2390
+ componentName: 'PanelLeftIcon',
2391
+ package: '@atlaskit/icon/core/panel-left',
2392
+ type: 'core',
2393
+ categorization: 'single-purpose',
2394
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
2395
+ team: 'Design System Team',
2396
+ status: 'published'
2397
+ },
2398
+ 'panel-right': {
2399
+ keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
2400
+ componentName: 'PanelRightIcon',
2401
+ package: '@atlaskit/icon/core/panel-right',
2402
+ type: 'core',
2403
+ categorization: 'single-purpose',
2404
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
2405
+ team: 'Design System Team',
2406
+ status: 'published'
2407
+ },
2373
2408
  pen: {
2374
2409
  keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
2375
2410
  componentName: 'PenIcon',
@@ -3015,7 +3050,7 @@ const metadata = {
3015
3050
  package: '@atlaskit/icon/core/sidebar-left',
3016
3051
  type: 'core',
3017
3052
  replacement: {
3018
- name: 'drawer-left',
3053
+ name: 'panel-left',
3019
3054
  type: 'core',
3020
3055
  location: '@atlaskit/icon'
3021
3056
  },
@@ -3031,7 +3066,7 @@ const metadata = {
3031
3066
  oldName: ['detail-view', 'room-menu'],
3032
3067
  type: 'core',
3033
3068
  replacement: {
3034
- name: 'drawer-right',
3069
+ name: 'panel-right',
3035
3070
  type: 'core',
3036
3071
  location: '@atlaskit/icon'
3037
3072
  },
@@ -3264,10 +3299,15 @@ const metadata = {
3264
3299
  componentName: 'SummarizeIcon',
3265
3300
  package: '@atlaskit/icon/core/summarize',
3266
3301
  type: 'core',
3302
+ replacement: {
3303
+ name: 'ai-generative-text-summary',
3304
+ type: 'core',
3305
+ location: '@atlaskit/icon'
3306
+ },
3267
3307
  categorization: 'single-purpose',
3268
3308
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3269
3309
  team: 'Atlassian Intelligence & Loom',
3270
- status: 'published',
3310
+ status: 'deprecated',
3271
3311
  slackChannel: '#feedback-loom-vizrefresh'
3272
3312
  },
3273
3313
  support: {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  var deprecatedIcons = {
@@ -25,6 +25,9 @@ var deprecatedIcons = {
25
25
  '@atlaskit/icon/core/border-weight-thin': {
26
26
  message: 'The icon "border-weight-thin" is deprecated in favour of "stroke-weight-small" from “@atlaskit/icon/core”'
27
27
  },
28
+ '@atlaskit/icon/core/child-issues': {
29
+ message: 'The icon "child-issues" is deprecated in favour of "child-work-items" from “@atlaskit/icon/core”'
30
+ },
28
31
  '@atlaskit/icon/core/content-align-center': {
29
32
  message: 'The icon "content-align-center" is deprecated in favour of "align-image-center" from “@atlaskit/icon/core”'
30
33
  },
@@ -37,6 +40,12 @@ var deprecatedIcons = {
37
40
  '@atlaskit/icon/core/drag-handle': {
38
41
  message: 'The icon "drag-handle" is deprecated in favour of "drag-handle-vertical" from “@atlaskit/icon/core”'
39
42
  },
43
+ '@atlaskit/icon/core/drawer-left': {
44
+ message: 'The icon "drawer-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
45
+ },
46
+ '@atlaskit/icon/core/drawer-right': {
47
+ message: 'The icon "drawer-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
48
+ },
40
49
  '@atlaskit/icon/core/issue': {
41
50
  message: 'The icon "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”'
42
51
  },
@@ -44,10 +53,13 @@ var deprecatedIcons = {
44
53
  message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
45
54
  },
46
55
  '@atlaskit/icon/core/sidebar-left': {
47
- message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
56
+ message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
48
57
  },
49
58
  '@atlaskit/icon/core/sidebar-right': {
50
- message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
59
+ message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
60
+ },
61
+ '@atlaskit/icon/core/summarize': {
62
+ message: 'The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”'
51
63
  },
52
64
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
53
65
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -797,15 +797,20 @@ var metadata = {
797
797
  slackChannel: '#icon-contributions'
798
798
  },
799
799
  'child-issues': {
800
- keywords: ['child-issues', 'childissues', 'icon', 'core'],
800
+ keywords: ['child-issues', 'childissues', 'icon', 'core', 'children', 'child', 'related', 'work items'],
801
801
  componentName: 'ChildIssuesIcon',
802
802
  package: '@atlaskit/icon/core/child-issues',
803
803
  oldName: ['child-issues'],
804
804
  type: 'core',
805
+ replacement: {
806
+ name: 'child-work-items',
807
+ type: 'core',
808
+ location: '@atlaskit/icon'
809
+ },
805
810
  categorization: 'single-purpose',
806
- usage: 'Single purpose - Reserved for child issues in Jira.',
811
+ usage: 'Reserved for child work items.',
807
812
  team: 'Design System Team',
808
- status: 'published'
813
+ status: 'deprecated'
809
814
  },
810
815
  'child-work-items': {
811
816
  keywords: ['child-work-items', 'childworkitems', 'icon', 'core', 'children', 'child', 'related', 'work items'],
@@ -1259,24 +1264,34 @@ var metadata = {
1259
1264
  slackChannel: '#icon-contributions'
1260
1265
  },
1261
1266
  'drawer-left': {
1262
- keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'sidebar', 'detail view', 'left rail', 'drawer'],
1267
+ keywords: ['drawer-left', 'drawerleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
1263
1268
  componentName: 'DrawerLeftIcon',
1264
1269
  package: '@atlaskit/icon/core/drawer-left',
1265
1270
  type: 'core',
1271
+ replacement: {
1272
+ name: 'panel-left',
1273
+ type: 'core',
1274
+ location: '@atlaskit/icon'
1275
+ },
1266
1276
  categorization: 'single-purpose',
1267
- usage: 'Reserved for opening a drawer or sidebar to the left of the viewport edge.',
1277
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use only for right-to-left languages which invert the navigational chrome.',
1268
1278
  team: 'Design System Team',
1269
- status: 'published'
1279
+ status: 'deprecated'
1270
1280
  },
1271
1281
  'drawer-right': {
1272
- keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'sidebar', 'detail view', 'right rail', 'drawer'],
1282
+ keywords: ['drawer-right', 'drawerright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
1273
1283
  componentName: 'DrawerRightIcon',
1274
1284
  package: '@atlaskit/icon/core/drawer-right',
1275
1285
  type: 'core',
1286
+ replacement: {
1287
+ name: 'panel-right',
1288
+ type: 'core',
1289
+ location: '@atlaskit/icon'
1290
+ },
1276
1291
  categorization: 'single-purpose',
1277
- usage: 'Reserved for opening a drawer or sidebar to the right of the viewport edge.',
1292
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
1278
1293
  team: 'Design System Team',
1279
- status: 'published'
1294
+ status: 'deprecated'
1280
1295
  },
1281
1296
  edit: {
1282
1297
  keywords: ['edit', 'pencil', 'write', 'icon', 'core', 'pencil', 'pencil on page'],
@@ -2370,6 +2385,26 @@ var metadata = {
2370
2385
  team: 'Design System Team',
2371
2386
  status: 'published'
2372
2387
  },
2388
+ 'panel-left': {
2389
+ keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
2390
+ componentName: 'PanelLeftIcon',
2391
+ package: '@atlaskit/icon/core/panel-left',
2392
+ type: 'core',
2393
+ categorization: 'single-purpose',
2394
+ usage: 'Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.',
2395
+ team: 'Design System Team',
2396
+ status: 'published'
2397
+ },
2398
+ 'panel-right': {
2399
+ keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
2400
+ componentName: 'PanelRightIcon',
2401
+ package: '@atlaskit/icon/core/panel-right',
2402
+ type: 'core',
2403
+ categorization: 'single-purpose',
2404
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
2405
+ team: 'Design System Team',
2406
+ status: 'published'
2407
+ },
2373
2408
  pen: {
2374
2409
  keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
2375
2410
  componentName: 'PenIcon',
@@ -3015,7 +3050,7 @@ var metadata = {
3015
3050
  package: '@atlaskit/icon/core/sidebar-left',
3016
3051
  type: 'core',
3017
3052
  replacement: {
3018
- name: 'drawer-left',
3053
+ name: 'panel-left',
3019
3054
  type: 'core',
3020
3055
  location: '@atlaskit/icon'
3021
3056
  },
@@ -3031,7 +3066,7 @@ var metadata = {
3031
3066
  oldName: ['detail-view', 'room-menu'],
3032
3067
  type: 'core',
3033
3068
  replacement: {
3034
- name: 'drawer-right',
3069
+ name: 'panel-right',
3035
3070
  type: 'core',
3036
3071
  location: '@atlaskit/icon'
3037
3072
  },
@@ -3264,10 +3299,15 @@ var metadata = {
3264
3299
  componentName: 'SummarizeIcon',
3265
3300
  package: '@atlaskit/icon/core/summarize',
3266
3301
  type: 'core',
3302
+ replacement: {
3303
+ name: 'ai-generative-text-summary',
3304
+ type: 'core',
3305
+ location: '@atlaskit/icon'
3306
+ },
3267
3307
  categorization: 'single-purpose',
3268
3308
  usage: 'Reserved for summarizing content with Atlassian Intelligence & Loom',
3269
3309
  team: 'Atlassian Intelligence & Loom',
3270
- status: 'published',
3310
+ status: 'deprecated',
3271
3311
  slackChannel: '#feedback-loom-vizrefresh'
3272
3312
  },
3273
3313
  support: {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::c2c64d32be380c3e7cc94588fb166f0e>>
6
+ * @codegen <<SignedSource::3ab215e5b6736f728bfeeaa0c615bcb0>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  declare const deprecatedIcons: Record<string, {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
6
+ * @codegen <<SignedSource::9e09756c3df3b5d2b29ea6fe6fe67ccc>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  interface metadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "26.2.0",
3
+ "version": "26.4.0",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -127,7 +127,7 @@
127
127
  "@atlaskit/textfield": "^8.0.0",
128
128
  "@atlaskit/theme": "^18.0.0",
129
129
  "@atlaskit/toggle": "^15.0.0",
130
- "@atlaskit/tooltip": "^20.0.0",
130
+ "@atlaskit/tooltip": "^20.1.0",
131
131
  "@atlaskit/visual-regression": "workspace:^",
132
132
  "@atlassian/ssr-tests": "^0.2.0",
133
133
  "@babel/core": "7.24.9",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.647l5.775-6.978a.75.75 0 0 1 1.092-.068l2.986 2.81V3a.5.5 0 0 0-.5-.5zm10.5 8.824-3.432-3.23L5.594 13.5H13a.5.5 0 0 0 .5-.5zM4 5.75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5.75 4a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h.644l6.274-7.723.053-.058a.75.75 0 0 1 1.06 0L13.5 8.19V3a.5.5 0 0 0-.5-.5zm2.575 11H13a.5.5 0 0 0 .5-.5v-2.69l-2.943-2.943z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/></svg>