@atlaskit/icon 26.4.1 → 27.1.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 (194) hide show
  1. package/CHANGELOG.md +116 -0
  2. package/afm-cc/tsconfig.json +1 -1
  3. package/afm-townsquare/tsconfig.json +27 -0
  4. package/core/capture.d.ts +4 -1
  5. package/core/capture.js +3 -3
  6. package/core/cash.js +2 -2
  7. package/core/close.d.ts +4 -1
  8. package/core/close.js +3 -3
  9. package/core/{issue.d.ts → cross.d.ts} +3 -6
  10. package/core/{align-right.js → cross.js} +7 -7
  11. package/core/discovery.d.ts +4 -1
  12. package/core/discovery.js +3 -2
  13. package/core/error.d.ts +4 -1
  14. package/core/error.js +3 -2
  15. package/core/flask.js +2 -2
  16. package/core/{issues.d.ts → focus-area.d.ts} +3 -6
  17. package/core/{summarize.js → focus-area.js} +7 -7
  18. package/core/information.d.ts +4 -1
  19. package/core/information.js +4 -2
  20. package/core/lightbulb.js +2 -2
  21. package/core/magic-wand.js +2 -2
  22. package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
  23. package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
  24. package/core/migration/capture--jira-capture.js +3 -3
  25. package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
  26. package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
  27. package/core/migration/close--cross.js +3 -3
  28. package/core/migration/close--editor-close.js +3 -3
  29. package/core/migration/discovery--editor-note.js +3 -2
  30. package/core/migration/error.js +3 -2
  31. package/core/migration/information--editor-info.js +4 -2
  32. package/core/migration/information--editor-panel.js +4 -2
  33. package/core/migration/information--info.js +4 -2
  34. package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
  35. package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
  36. package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
  37. package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
  38. package/core/migration/success--check-circle.js +2 -2
  39. package/core/migration/success--editor-success.js +2 -2
  40. package/core/migration/warning--editor-warning.js +3 -2
  41. package/core/migration/warning.js +3 -2
  42. package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
  43. package/core/migration/{issue.js → work-item--issue.js} +10 -10
  44. package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
  45. package/core/migration/{issues.js → work-items--issues.js} +9 -9
  46. package/core/paint-palette.js +2 -2
  47. package/core/pen.js +2 -2
  48. package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
  49. package/core/{border-weight-medium.js → status-discovery.js} +8 -7
  50. package/core/{align-left.d.ts → status-error.d.ts} +3 -6
  51. package/core/{drawer-right.js → status-error.js} +8 -7
  52. package/core/status-information.d.ts +13 -0
  53. package/core/{content-align-right.js → status-information.js} +9 -7
  54. package/core/status-success.d.ts +13 -0
  55. package/core/{border-weight-thick.js → status-success.js} +7 -7
  56. package/core/status-verified.js +3 -2
  57. package/core/status-warning.d.ts +13 -0
  58. package/core/{border-weight-thin.js → status-warning.js} +8 -7
  59. package/core/success.d.ts +4 -1
  60. package/core/success.js +2 -2
  61. package/core/warning.d.ts +4 -1
  62. package/core/warning.js +3 -2
  63. package/dist/cjs/deprecated-core.js +2 -81
  64. package/dist/cjs/deprecated-utility.js +134 -4
  65. package/dist/cjs/metadata-core.js +133 -308
  66. package/dist/cjs/metadata-utility.js +170 -30
  67. package/dist/cjs/migration-map.js +6 -6
  68. package/dist/es2019/deprecated-core.js +2 -81
  69. package/dist/es2019/deprecated-utility.js +134 -4
  70. package/dist/es2019/metadata-core.js +133 -308
  71. package/dist/es2019/metadata-utility.js +170 -30
  72. package/dist/es2019/migration-map.js +6 -6
  73. package/dist/esm/deprecated-core.js +2 -81
  74. package/dist/esm/deprecated-utility.js +134 -4
  75. package/dist/esm/metadata-core.js +133 -308
  76. package/dist/esm/metadata-utility.js +170 -30
  77. package/dist/esm/migration-map.js +6 -6
  78. package/dist/types/deprecated-core.d.ts +1 -1
  79. package/dist/types/deprecated-utility.d.ts +1 -1
  80. package/dist/types/metadata-core.d.ts +1 -1
  81. package/dist/types/metadata-utility.d.ts +1 -1
  82. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  83. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  84. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  85. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  86. package/glyph/child-issues.js +2 -2
  87. package/glyph/detail-view.js +2 -2
  88. package/glyph/issue.js +2 -2
  89. package/glyph/issues.js +2 -2
  90. package/glyph/overview.js +2 -2
  91. package/glyph/room-menu.js +2 -2
  92. package/package.json +7 -7
  93. package/svgs/core/cash.svg +1 -1
  94. package/svgs/core/cross.svg +1 -0
  95. package/svgs/core/flask.svg +1 -1
  96. package/svgs/core/focus-area.svg +1 -0
  97. package/svgs/core/lightbulb.svg +1 -1
  98. package/svgs/core/magic-wand.svg +1 -1
  99. package/svgs/core/paint-palette.svg +1 -1
  100. package/svgs/core/pen.svg +1 -1
  101. package/svgs/core/status-discovery.svg +1 -0
  102. package/svgs/core/status-error.svg +1 -0
  103. package/svgs/core/status-information.svg +1 -0
  104. package/svgs/core/status-success.svg +1 -0
  105. package/svgs/core/status-verified.svg +1 -1
  106. package/svgs/core/status-warning.svg +1 -0
  107. package/utility/add.d.ts +4 -1
  108. package/utility/arrow-down.d.ts +4 -1
  109. package/utility/arrow-left.d.ts +4 -1
  110. package/utility/arrow-right.d.ts +4 -1
  111. package/utility/arrow-up.d.ts +4 -1
  112. package/utility/check-circle.d.ts +4 -1
  113. package/utility/check-mark.d.ts +4 -1
  114. package/utility/chevron-double-left.d.ts +4 -1
  115. package/utility/chevron-double-right.d.ts +4 -1
  116. package/utility/chevron-down.d.ts +4 -1
  117. package/utility/chevron-left.d.ts +4 -1
  118. package/utility/chevron-right.d.ts +4 -1
  119. package/utility/chevron-up.d.ts +4 -1
  120. package/utility/cross-circle.d.ts +4 -1
  121. package/utility/cross.d.ts +4 -1
  122. package/utility/drag-handle-horizontal.d.ts +4 -1
  123. package/utility/drag-handle-vertical.d.ts +4 -1
  124. package/utility/drag-handle.d.ts +2 -2
  125. package/utility/error.d.ts +4 -1
  126. package/utility/information.d.ts +4 -1
  127. package/utility/link-external.d.ts +4 -1
  128. package/utility/lock-locked.d.ts +4 -1
  129. package/utility/lock-unlocked.d.ts +4 -1
  130. package/utility/show-more-horizontal.d.ts +4 -1
  131. package/utility/show-more-vertical.d.ts +4 -1
  132. package/utility/star-starred.d.ts +4 -1
  133. package/utility/star-unstarred.d.ts +4 -1
  134. package/utility/success.d.ts +4 -1
  135. package/utility/warning.d.ts +4 -1
  136. package/core/align-center.d.ts +0 -16
  137. package/core/align-center.js +0 -28
  138. package/core/align-left.js +0 -28
  139. package/core/align-right.d.ts +0 -16
  140. package/core/border-weight-medium.d.ts +0 -16
  141. package/core/border-weight-thick.d.ts +0 -16
  142. package/core/border-weight-thin.d.ts +0 -16
  143. package/core/child-issues.d.ts +0 -16
  144. package/core/child-issues.js +0 -28
  145. package/core/content-align-center.d.ts +0 -16
  146. package/core/content-align-center.js +0 -28
  147. package/core/content-align-left.d.ts +0 -16
  148. package/core/content-align-left.js +0 -28
  149. package/core/content-align-right.d.ts +0 -16
  150. package/core/drag-handle.d.ts +0 -16
  151. package/core/drag-handle.js +0 -28
  152. package/core/drawer-left.js +0 -28
  153. package/core/drawer-right.d.ts +0 -16
  154. package/core/issue.js +0 -28
  155. package/core/issues.js +0 -28
  156. package/core/migration/align-center--editor-align-center.js +0 -31
  157. package/core/migration/align-left--editor-align-left.js +0 -31
  158. package/core/migration/align-right--editor-align-right.js +0 -31
  159. package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
  160. package/core/migration/border-weight-thin--media-services-line.js +0 -31
  161. package/core/migration/child-issues.d.ts +0 -15
  162. package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
  163. package/core/migration/content-align-center--editor-align-image-center.js +0 -31
  164. package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
  165. package/core/migration/content-align-left--editor-align-image-left.js +0 -31
  166. package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
  167. package/core/migration/content-align-right--editor-align-image-right.js +0 -31
  168. package/core/migration/drag-handle--drag-handler.js +0 -31
  169. package/core/migration/issues.d.ts +0 -15
  170. package/core/migration/sidebar-right--detail-view.d.ts +0 -15
  171. package/core/migration/sidebar-right--room-menu.d.ts +0 -15
  172. package/core/sidebar-left.d.ts +0 -16
  173. package/core/sidebar-left.js +0 -28
  174. package/core/sidebar-right.d.ts +0 -16
  175. package/core/sidebar-right.js +0 -28
  176. package/core/summarize.d.ts +0 -16
  177. package/svgs/core/align-center.svg +0 -1
  178. package/svgs/core/align-left.svg +0 -1
  179. package/svgs/core/align-right.svg +0 -1
  180. package/svgs/core/border-weight-medium.svg +0 -1
  181. package/svgs/core/border-weight-thick.svg +0 -1
  182. package/svgs/core/border-weight-thin.svg +0 -1
  183. package/svgs/core/child-issues.svg +0 -1
  184. package/svgs/core/content-align-center.svg +0 -1
  185. package/svgs/core/content-align-left.svg +0 -1
  186. package/svgs/core/content-align-right.svg +0 -1
  187. package/svgs/core/drag-handle.svg +0 -1
  188. package/svgs/core/drawer-left.svg +0 -1
  189. package/svgs/core/drawer-right.svg +0 -1
  190. package/svgs/core/issue.svg +0 -1
  191. package/svgs/core/issues.svg +0 -1
  192. package/svgs/core/sidebar-left.svg +0 -1
  193. package/svgs/core/sidebar-right.svg +0 -1
  194. package/svgs/core/summarize.svg +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,121 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 27.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#173492](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/173492)
8
+ [`26fefb696ee7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/26fefb696ee7e) -
9
+ This release deprecates all `@atlaskit/icon/utility` entry-points. If you require 12px icons
10
+ please use the `@atlaskit/icon/core` entry-point instead with size prop set to 'small'.
11
+ Furthermore, this release also adds, updates and deprecates icons other icons in
12
+ `@atlaskit/icon/core`.
13
+
14
+ ### Added:
15
+
16
+ **`@atlaskit/icon/core`**
17
+
18
+ - `cross`
19
+ - `focus-area`
20
+ - `status-discovery`
21
+ - `status-error`
22
+ - `status-information`
23
+ - `status-success`
24
+ - `status-warning`
25
+
26
+ ### Updated:
27
+
28
+ **`@atlaskit/icon/core`**
29
+
30
+ - `cash`
31
+ - `close`
32
+ - `flask`
33
+ - `lightbulb`
34
+ - `magic-wand`
35
+ - `paint-palette`
36
+ - `pen`
37
+ - `status-verified`
38
+
39
+ ### Deprecated:
40
+
41
+ **`@atlaskit/icon/core`**
42
+
43
+ - `capture`
44
+ - `close`
45
+ - `discovery`
46
+ - `error`
47
+ - `information`
48
+ - `success`
49
+ - `warning`
50
+
51
+ ### Deprecated:
52
+
53
+ **`@atlaskit/icon/utility`**
54
+
55
+ - `add`
56
+ - `arrow-down`
57
+ - `arrow-left`
58
+ - `arrow-right`
59
+ - `arrow-up`
60
+ - `check-circle`
61
+ - `check-mark`
62
+ - `chevron-double-left`
63
+ - `chevron-double-right`
64
+ - `chevron-down`
65
+ - `chevron-left`
66
+ - `chevron-right`
67
+ - `chevron-up`
68
+ - `cross`
69
+ - `cross-circle`
70
+ - `drag-handle-horizontal`
71
+ - `drag-handle-vertical`
72
+ - `error`
73
+ - `information`
74
+ - `link-external`
75
+ - `lock-locked`
76
+ - `lock-unlocked`
77
+ - `show-more-horizontal`
78
+ - `show-more-vertical`
79
+ - `star-starred`
80
+ - `star-unstarred`
81
+ - `success`
82
+ - `warning`
83
+
84
+ ## 27.0.0
85
+
86
+ ### Major Changes
87
+
88
+ - [#171534](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171534)
89
+ [`7a6465c5735e5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7a6465c5735e5) -
90
+ This release removes icons in `@atlaskit/icon`.
91
+
92
+ ### Removed:
93
+
94
+ **`@atlaskit/icon/core`**
95
+
96
+ - `align-center`
97
+ - `align-left`
98
+ - `align-right`
99
+ - `border-weight-medium`
100
+ - `border-weight-thick`
101
+ - `border-weight-thin`
102
+ - `child-issues`
103
+ - `content-align-center`
104
+ - `content-align-left`
105
+ - `content-align-right`
106
+ - `drag-handle`
107
+ - `drawer-left`
108
+ - `drawer-right`
109
+ - `issue`
110
+ - `issues`
111
+ - `sidebar-left`
112
+ - `sidebar-right`
113
+ - `summarize`
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies
118
+
3
119
  ## 26.4.1
4
120
 
5
121
  ### Patch Changes
@@ -4,7 +4,7 @@
4
4
  "declaration": true,
5
5
  "target": "es5",
6
6
  "composite": true,
7
- "outDir": "../dist",
7
+ "outDir": "../../../../../confluence/tsDist/@atlaskit__icon",
8
8
  "rootDir": "../"
9
9
  },
10
10
  "include": [
@@ -0,0 +1,27 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../townsquare/tsDist/@atlaskit__icon/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../tokens/afm-townsquare/tsconfig.json"
25
+ }
26
+ ]
27
+ }
package/core/capture.d.ts CHANGED
@@ -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::9f1ffda76aae5b860cfadf60b9506ed7>>
3
+ * @codegen <<SignedSource::329f6b429b72e22bcb32a232fd9ff121>>
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 "capture" is deprecated in favour of "focus-area" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CaptureIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/capture.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::5214d474784a87576e9d4de9982f1966>>
3
+ * @codegen <<SignedSource::a12ae91329c31904cfc6debd07c7390e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Capture".
17
- * Category: multi-purpose
17
+ * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: 📦 @atlaskit/icon/core/capture
19
+ * Usage guidance: Reserved for representing Focus Areas.
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/cash.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::34afbed3ed81bd41495402f2c7f8d3d4>>
3
+ * @codegen <<SignedSource::ba9dbcfa60d009476764a0efc04083e6>>
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 CashIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 2.75a.75.75 0 0 0-.75-.75H.75a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75zm-1.5.75v9h-13v-9zM4 7V4.5H2.5V7zm6.5 1c0-1.47-.955-3-2.5-3S5.5 6.53 5.5 8s.955 3 2.5 3 2.5-1.53 2.5-3M8 6.5c.388 0 1 .485 1 1.5s-.612 1.5-1 1.5S7 9.015 7 8s.612-1.5 1-1.5m5.5 5V9H12v2.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M.75 2a.75.75 0 0 0-.75.75v10.5c0 .414.336.75.75.75h14.5a.75.75 0 0 0 .75-.75V2.75a.75.75 0 0 0-.75-.75zM14.5 12.5h-13v-9h13zM12 9v2.5h1.5V9zM7 8c0-1.015.612-1.5 1-1.5S9 6.985 9 8s-.612 1.5-1 1.5S7 9.015 7 8M2.5 4.5V7H4V4.5zm3 3.5c0 1.47.955 3 2.5 3s2.5-1.53 2.5-3S9.545 5 8 5 5.5 6.53 5.5 8"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  CashIcon.displayName = 'CashIcon';
package/core/close.d.ts CHANGED
@@ -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::204e273b9bfda33f2a57bdca722d49b0>>
3
+ * @codegen <<SignedSource::43e45171969ac6e7d4a3afd487d0f78a>>
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 "close" is deprecated in favour of "cross" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const CloseIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/close.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::13d0fc846b6bef3d8e704c9e8e0a2026>>
3
+ * @codegen <<SignedSource::b2832ce3758295ab6ed0286f39d79816>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -14,9 +14,9 @@ var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
16
  * Icon: "Close".
17
- * Category: single-purpose
17
+ * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for closing an element.
19
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
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,16 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f7578167a72b21ee10668ef9d25c9b02>>
3
+ * @codegen <<SignedSource::cad76b6f1588fdaf5e291415763855d3>>
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 "issue" is deprecated in favour of "work-item" from “@atlaskit/icon/core”
11
- */
12
- declare const IssueIcon: {
9
+ declare const CrossIcon: {
13
10
  (props: NewCoreIconProps): JSX.Element;
14
11
  displayName: string;
15
12
  };
16
- export default IssueIcon;
13
+ export default CrossIcon;
@@ -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::076ce80542daec69d2b437a796deaf04>>
3
+ * @codegen <<SignedSource::85cb292de644104b34b7dd23f5bdf435>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,16 +13,16 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * Icon: "AlignRight".
16
+ * Icon: "Cross".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Multi purpose - Known uses: align text right, align content right.
19
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
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
  */
23
- const AlignRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM15 14H8v-1.5h7z" clip-rule="evenodd"/>`
23
+ const CrossIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.03 3.03 9.06 8l4.97 4.97-1.06 1.06L8 9.06l-4.97 4.97-1.06-1.06L6.94 8 1.97 3.03l1.06-1.06L8 6.94l4.97-4.97z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
- AlignRightIcon.displayName = 'AlignRightIcon';
28
- var _default = exports.default = AlignRightIcon;
27
+ CrossIcon.displayName = 'CrossIcon';
28
+ var _default = exports.default = CrossIcon;
@@ -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::f0dc9b00f8504b207d961dbae5a0807e>>
3
+ * @codegen <<SignedSource::54b9ba742080654e9d0217fedaaff5d8>>
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 "discovery" is deprecated in favour of "status-discovery" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const DiscoveryIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/discovery.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::76cd3e086072c64456cfadc7cf78beeb>>
3
+ * @codegen <<SignedSource::ffbdc778869407ee1ee67d41c1920845>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Discovery".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for representing discovery. Used for Note info panel variant in Editor.
19
+ * Usage guidance: Reserved for discovery statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
20
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
23
  */
package/core/error.d.ts CHANGED
@@ -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::d7920885c80f683226354c1c665ebac5>>
3
+ * @codegen <<SignedSource::b0132d8f8111588f4d4cd28fa4679e8c>>
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 "error" is deprecated in favour of "status-error" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const ErrorIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
package/core/error.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::257fef37d04db299e24e95484ff9b12f>>
3
+ * @codegen <<SignedSource::a2cd3105f02ad146f4ebeeb5e7e40633>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Error".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Reserved for when there is an error.
19
+ * Usage guidance: Reserved for error statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
20
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
23
  */
package/core/flask.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::74bfec641d4189e7274e991164fabf9a>>
3
+ * @codegen <<SignedSource::c10a33263e75892be93ba7d3c2bbdb7f>>
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 FlaskIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.75 0h6.5v1.5h-.75v3.359l3.284 8.414A2 2 0 0 1 11.92 16H4.08a2 2 0 0 1-1.864-2.727L5.5 4.859V1.5h-.75zM7 1.5V5a.8.8 0 0 1-.051.273L5.689 8.5h4.622L9.05 5.273A.8.8 0 0 1 9 5V1.5zm3.896 8.5H5.104l-1.49 3.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.25 1v1.5h-.75v1.36l3.283 8.413A2 2 0 0 1 11.92 15H4.08a2 2 0 0 1-1.863-2.727L5.5 3.859V2.5h-.75V1zM3.614 12.818a.5.5 0 0 0 .466.682h7.84a.5.5 0 0 0 .466-.682L10.896 9H5.103zM7 4a.8.8 0 0 1-.052.272L5.69 7.5h4.621L9.052 4.272A.8.8 0 0 1 9 4V2.5H7z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  FlaskIcon.displayName = 'FlaskIcon';
@@ -1,16 +1,13 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::8a4d7a4871d4885aa36887176acf086c>>
3
+ * @codegen <<SignedSource::70f6fcff85fc0f9a22983ef58cb795b3>>
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 "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”
11
- */
12
- declare const IssuesIcon: {
9
+ declare const FocusAreaIcon: {
13
10
  (props: NewCoreIconProps): JSX.Element;
14
11
  displayName: string;
15
12
  };
16
- export default IssuesIcon;
13
+ export default FocusAreaIcon;
@@ -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::a03db518592dd1f81c21f51aa111feb9>>
3
+ * @codegen <<SignedSource::8a343d228f7b2cb744ed538334c31c9f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,16 +13,16 @@ var _react = _interopRequireDefault(require("react"));
13
13
  var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  /**
16
- * Icon: "Summarize".
16
+ * Icon: "FocusArea".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for summarizing content with Atlassian Intelligence & Loom
19
+ * Usage guidance: Reserved for representing Focus Areas.
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
  */
23
- const SummarizeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.166h14v1.5H1zm10.796 4.328a.75.75 0 0 1 1.41 0l.615 1.687 1.686.615a.75.75 0 0 1 0 1.41l-1.686.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.687-.615a.75.75 0 0 1 0-1.41l1.687-.615zM1 9.333h7v1.5H1zm0 4.166h5v1.5H1z" clip-rule="evenodd"/>`
23
+ const FocusAreaIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M1 13v-3h1.5v3a.5.5 0 0 0 .5.5h3V15H3a2 2 0 0 1-2-2m12.5 0v-3H15v3a2 2 0 0 1-2 2h-3v-1.5h3a.5.5 0 0 0 .5-.5M9.75 8a1.75 1.75 0 1 0-3.5 0 1.75 1.75 0 0 0 3.5 0M1 3a2 2 0 0 1 2-2h3v1.5H3a.5.5 0 0 0-.5.5v3H1zm12.5 0a.5.5 0 0 0-.5-.5h-3V1h3a2 2 0 0 1 2 2v3h-1.5zm-2.25 5a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
- SummarizeIcon.displayName = 'SummarizeIcon';
28
- var _default = exports.default = SummarizeIcon;
27
+ FocusAreaIcon.displayName = 'FocusAreaIcon';
28
+ var _default = exports.default = FocusAreaIcon;
@@ -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::2f8c351c5d81b2dd5f904839353c1418>>
3
+ * @codegen <<SignedSource::97c27ad97fd45ccd7269b02a35d03dfc>>
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 "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
11
+ */
9
12
  declare const InformationIcon: {
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::11503d00887c85dd37060e980bd5f02d>>
3
+ * @codegen <<SignedSource::d43a7428702b82788297fb999fe29f0a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "Information".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Single purpose - Known uses: information state in section messages or inline messages.
19
+ * Usage guidance: Reserved for information statuses and messaging.
20
+ Filled status icons provide higher visual contrast to draw attention to important information.
21
+ For information tooltips, use the unfilled 'information circle' icon.
20
22
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
23
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
24
  */
package/core/lightbulb.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::aff1a0601d1dfa1b068f5f916af0a8fe>>
3
+ * @codegen <<SignedSource::5f93e34be6622a1cb8208e9984b09a45>>
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 LightbulbIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a4.5 4.5 0 0 0-2.516 8.232c.545.368 1.002.994 1.016 1.768h3c.014-.774.471-1.4 1.016-1.768A4.5 4.5 0 0 0 8 1.5M9.5 13h-3v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zM2 6a6 6 0 1 1 9.355 4.975c-.247.167-.355.385-.355.56V14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-2.465c0-.175-.108-.393-.355-.56A6 6 0 0 1 2 6" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10 12.5H6V14a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-2-11c-3.022 0-4.935 3.243-3.473 5.888L5.535 9.21c.303.548.463 1.164.465 1.79h4a3.7 3.7 0 0 1 .465-1.79l1.008-1.822C12.935 4.743 11.022 1.5 8 1.5M11.5 14a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-2.988a2.2 2.2 0 0 0-.277-1.075L3.215 8.114C1.2 4.47 3.835 0 8 0c4.164 0 6.8 4.47 4.785 8.114l-1.008 1.823a2.2 2.2 0 0 0-.277 1.075z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  LightbulbIcon.displayName = 'LightbulbIcon';
@@ -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::e674ae8e4bcaa3ce828d44ac8144dec4>>
3
+ * @codegen <<SignedSource::b57d69a7e6f53846886bde82f36883e5>>
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 MagicWandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M10 2V0h1.5v2zM7.922 3.482 6.507 2.068l1.061-1.06 1.414 1.414zm7.07-1.414-1.414 1.414-1.06-1.06 1.414-1.415zM8.779 4.162a1.375 1.375 0 0 1 1.944 0l1.116 1.116a1.375 1.375 0 0 1 0 1.944l-8.116 8.116a1.375 1.375 0 0 1-1.944 0L.662 14.222a1.375 1.375 0 0 1 0-1.944zM9.75 5.31 8.31 6.75l.94.94 1.44-1.44zM8.19 8.75l-.94-.94-5.44 5.44.94.94zM16 6h-2V4.5h2zm-2.068 3.493-1.414-1.415 1.06-1.06 1.415 1.414z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.027 3.911a1.376 1.376 0 0 1 1.841-.094l.105.094 1.116 1.116a1.376 1.376 0 0 1 0 1.946l-8.616 8.616a1.376 1.376 0 0 1-1.946 0L.411 14.473a1.376 1.376 0 0 1 0-1.946zM1.561 13.5l.939.94L7.938 9 7 8.061zm13.431-4.067-1.06 1.06-1.415-1.414 1.061-1.06zM8.061 7l.938.938L10.939 6l-.94-.94zM16 5v1.5h-2V5zM7.982 2.422l-1.06 1.06-1.414-1.414 1.06-1.06zm7.01-.354-1.414 1.414-1.06-1.06 1.414-1.414zM11 0v2H9.5V0z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  MagicWandIcon.displayName = 'MagicWandIcon';
@@ -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::0188437d1631919c44c4a71160c8ee6e>>
3
+ * @codegen <<SignedSource::dfd04740cf5384ffa46f2bef32e6b7ca>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
@@ -8,8 +8,8 @@ import React from 'react';
8
8
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
9
  import Icon from '@atlaskit/icon/base-new';
10
10
 
11
- declare const AlignCenterIconMigration: {
11
+ declare const AlignTextLeftIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignCenterIconMigration;
15
+ export default AlignTextLeftIconMigration;
@@ -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::572539e0e383af35886df9b58f6a5d20>>
3
+ * @codegen <<SignedSource::b6ff75d4122eed72eb0b91a004b9cfb7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -10,12 +10,12 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.default = void 0;
12
12
  var _react = _interopRequireDefault(require("react"));
13
- var _alignLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-left"));
13
+ var _alignTextLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-text-left"));
14
14
  var _overview = _interopRequireDefault(require("@atlaskit/icon/glyph/overview"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for AlignLeftIcon.
18
- * This component is AlignLeftIcon, with `UNSAFE_fallbackIcon` set to "OverviewIcon".
17
+ * Migration Icon component for AlignTextLeftIcon.
18
+ * This component is AlignTextLeftIcon, with `UNSAFE_fallbackIcon` set to "OverviewIcon".
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
@@ -23,9 +23,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
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
- const AlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_alignLeft.default, Object.assign({
26
+ const AlignTextLeftIcon = props => /*#__PURE__*/_react.default.createElement(_alignTextLeft.default, Object.assign({
27
27
  LEGACY_fallbackIcon: _overview.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- AlignLeftIcon.Name = 'AlignLeftIconMigration';
31
- var _default = exports.default = AlignLeftIcon;
30
+ AlignTextLeftIcon.Name = 'AlignTextLeftIconMigration';
31
+ var _default = exports.default = AlignTextLeftIcon;
@@ -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::de803b253d54b4162d4d04cd51a35361>>
3
+ * @codegen <<SignedSource::5c422438719ca9581daa7fe8f75988c3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,9 +17,9 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
17
17
  * Migration Icon component for CaptureIcon.
18
18
  * This component is CaptureIcon, with `UNSAFE_fallbackIcon` set to "JiraCaptureIcon".
19
19
  *
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: 📦 @atlaskit/icon/core/capture
22
+ * Usage guidance: Reserved for representing Focus Areas.
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
  */
@@ -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::b9df3b680e3ca0b914668902d51b2309>>
3
+ * @codegen <<SignedSource::dcfa99ae520270ab1938c1b4c6728ba0>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
@@ -8,8 +8,8 @@ import React from 'react';
8
8
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
9
  import Icon from '@atlaskit/icon/base-new';
10
10
 
11
- declare const AlignRightIconMigration: {
11
+ declare const ChildWorkItemsIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignRightIconMigration;
15
+ export default ChildWorkItemsIconMigration;