@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
@@ -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::89cbd658a789691c2dfd917ec82d5504>>
3
+ * @codegen <<SignedSource::1043cc02e149fc19165ba5b91793bff7>>
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 _childIssues = _interopRequireDefault(require("@atlaskit/icon/core/child-issues"));
14
- var _childIssues2 = _interopRequireDefault(require("@atlaskit/icon/glyph/child-issues"));
13
+ var _childWorkItems = _interopRequireDefault(require("@atlaskit/icon/core/child-work-items"));
14
+ var _childIssues = _interopRequireDefault(require("@atlaskit/icon/glyph/child-issues"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for ChildIssuesIcon.
18
- * This component is ChildIssuesIcon, with `UNSAFE_fallbackIcon` set to "ChildIssuesIcon".
17
+ * Migration Icon component for ChildWorkItemsIcon.
18
+ * This component is ChildWorkItemsIcon, with `UNSAFE_fallbackIcon` set to "ChildIssuesIcon".
19
19
  *
20
20
  * Category: single-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 ChildIssuesIcon = props => /*#__PURE__*/_react.default.createElement(_childIssues.default, Object.assign({
27
- LEGACY_fallbackIcon: _childIssues2.default
26
+ const ChildWorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_childWorkItems.default, Object.assign({
27
+ LEGACY_fallbackIcon: _childIssues.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- ChildIssuesIcon.Name = 'ChildIssuesIconMigration';
31
- var _default = exports.default = ChildIssuesIcon;
30
+ ChildWorkItemsIcon.Name = 'ChildWorkItemsIconMigration';
31
+ var _default = exports.default = ChildWorkItemsIcon;
@@ -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::e25fa526c0658720d6f2766d6bdbde06>>
3
+ * @codegen <<SignedSource::35b8c6b585772b9406ca86ab3c3befd4>>
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 CloseIcon.
18
18
  * This component is CloseIcon, with `UNSAFE_fallbackIcon` set to "CrossIcon".
19
19
  *
20
- * Category: single-purpose
20
+ * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for closing an element.
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
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::e514a79fafb6c57d068e94d2350d1008>>
3
+ * @codegen <<SignedSource::a8221850e05ac929fb26618da6db4acc>>
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 CloseIcon.
18
18
  * This component is CloseIcon, with `UNSAFE_fallbackIcon` set to "EditorCloseIcon".
19
19
  *
20
- * Category: single-purpose
20
+ * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for closing an element.
22
+ * Usage guidance: Known uses: closing modals, panels, and transient views; removing tags
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::083750d66f8ddafc04b4d764ea361b41>>
3
+ * @codegen <<SignedSource::79b7b06346630e2a8502fd6db80f47e1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,8 @@ 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 representing discovery. Used for Note info panel variant in Editor.
22
+ * Usage guidance: Reserved for discovery statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
23
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
26
  */
@@ -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::3a36a65999ae3c13d3a1917b5e2b052e>>
3
+ * @codegen <<SignedSource::65cdc00c41545a5e974b615c0e363097>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,8 @@ 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 when there is an error.
22
+ * Usage guidance: Reserved for error statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
23
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
26
  */
@@ -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::c283363b764d34f6b30155eda3eaef46>>
3
+ * @codegen <<SignedSource::921c43387c7852c5edb9fb15d3707fce>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::a5529c459ee2c2df402232a3b7b74525>>
3
+ * @codegen <<SignedSource::56ceccaeae6b6ab573cba52e86f8798f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::a62cd542d4ba6c4ac33816bbd6056646>>
3
+ * @codegen <<SignedSource::cba8aea4f01e137899fc410e6d59c613>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,9 @@ 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 - Known uses: information state in section messages or inline messages.
22
+ * Usage guidance: Reserved for information statuses and messaging.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
24
+ For information tooltips, use the unfilled 'information circle' icon.
23
25
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
26
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
27
  */
@@ -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::d9bec7a819604eee59fe0d53d0083632>>
3
+ * @codegen <<SignedSource::246004ff06402c5e56edeef9f0a2a075>>
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 DragHandleIconMigration: {
11
+ declare const PanelRightIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default DragHandleIconMigration;
15
+ export default PanelRightIconMigration;
@@ -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::07e9a2b593bf5e9366acb4ee47ef2d98>>
3
+ * @codegen <<SignedSource::8fa35c2d859c6465bf7d8e74ec194e5c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.default = void 0;
12
12
  var _react = _interopRequireDefault(require("react"));
13
- var _sidebarRight = _interopRequireDefault(require("@atlaskit/icon/core/sidebar-right"));
13
+ var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
14
14
  var _detailView = _interopRequireDefault(require("@atlaskit/icon/glyph/detail-view"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for SidebarRightIcon.
18
- * This component is SidebarRightIcon, with `UNSAFE_fallbackIcon` set to "DetailViewIcon".
17
+ * Migration Icon component for PanelRightIcon.
18
+ * This component is PanelRightIcon, with `UNSAFE_fallbackIcon` set to "DetailViewIcon".
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
22
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
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 SidebarRightIcon = props => /*#__PURE__*/_react.default.createElement(_sidebarRight.default, Object.assign({
26
+ const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_panelRight.default, Object.assign({
27
27
  LEGACY_fallbackIcon: _detailView.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- SidebarRightIcon.Name = 'SidebarRightIconMigration';
31
- var _default = exports.default = SidebarRightIcon;
30
+ PanelRightIcon.Name = 'PanelRightIconMigration';
31
+ var _default = exports.default = PanelRightIcon;
@@ -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::cdc9397055651967e0de7948ec735737>>
3
+ * @codegen <<SignedSource::246004ff06402c5e56edeef9f0a2a075>>
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 AlignLeftIconMigration: {
11
+ declare const PanelRightIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignLeftIconMigration;
15
+ export default PanelRightIconMigration;
@@ -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::e58e7b589be250667f707f9830c9b76b>>
3
+ * @codegen <<SignedSource::d6384f464f0a5845294d9f9ecf767552>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.default = void 0;
12
12
  var _react = _interopRequireDefault(require("react"));
13
- var _sidebarRight = _interopRequireDefault(require("@atlaskit/icon/core/sidebar-right"));
13
+ var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right"));
14
14
  var _roomMenu = _interopRequireDefault(require("@atlaskit/icon/glyph/room-menu"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for SidebarRightIcon.
18
- * This component is SidebarRightIcon, with `UNSAFE_fallbackIcon` set to "RoomMenuIcon".
17
+ * Migration Icon component for PanelRightIcon.
18
+ * This component is PanelRightIcon, with `UNSAFE_fallbackIcon` set to "RoomMenuIcon".
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
22
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
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 SidebarRightIcon = props => /*#__PURE__*/_react.default.createElement(_sidebarRight.default, Object.assign({
26
+ const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_panelRight.default, Object.assign({
27
27
  LEGACY_fallbackIcon: _roomMenu.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- SidebarRightIcon.Name = 'SidebarRightIconMigration';
31
- var _default = exports.default = SidebarRightIcon;
30
+ PanelRightIcon.Name = 'PanelRightIconMigration';
31
+ var _default = exports.default = PanelRightIcon;
@@ -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::934663f3d49f13f5eb4d23bc2f11a666>>
3
+ * @codegen <<SignedSource::45c9288f6eb359396f296ae05aab18bb>>
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 success section messages and form validation messages.
22
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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::a025c623e0bb09a5c37bf2eb484e3711>>
3
+ * @codegen <<SignedSource::cff7f76982b85a3455ee52aa89d66175>>
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 success section messages and form validation messages.
22
+ * Usage guidance: Reserved for success statuses and messaging. Filled status icons provide higher visual contrast to draw attention to important information.
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::77723dece3c67bedf7bcbbec84e5d004>>
3
+ * @codegen <<SignedSource::d0bf07842bc2fe365de9b1d85cb30465>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,8 @@ 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 warning system status.
22
+ * Usage guidance: Reserved for warning statuses.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
23
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
26
  */
@@ -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::783ce92761ea23bbb39745cb99e4a6be>>
3
+ * @codegen <<SignedSource::d5fac6bc179ab80298f715340f91ebf9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,7 +19,8 @@ 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 warning system status.
22
+ * Usage guidance: Reserved for warning statuses.
23
+ Filled status icons provide higher visual contrast to draw attention to important information.
23
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
26
  */
@@ -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::00e990f6b85ff54345596643ee3a341c>>
3
+ * @codegen <<SignedSource::7ad08e9cf6f278ece76cffb1e663e664>>
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 IssueIconMigration: {
11
+ declare const WorkItemIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default IssueIconMigration;
15
+ export default WorkItemIconMigration;
@@ -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::20c4153f88370509387fcb931f8e0884>>
3
+ * @codegen <<SignedSource::dd889e80424019b64b57f46f523f0af4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -10,22 +10,22 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  exports.default = void 0;
12
12
  var _react = _interopRequireDefault(require("react"));
13
- var _issue = _interopRequireDefault(require("@atlaskit/icon/core/issue"));
14
- var _issue2 = _interopRequireDefault(require("@atlaskit/icon/glyph/issue"));
13
+ var _workItem = _interopRequireDefault(require("@atlaskit/icon/core/work-item"));
14
+ var _issue = _interopRequireDefault(require("@atlaskit/icon/glyph/issue"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for IssueIcon.
18
- * This component is IssueIcon, with `UNSAFE_fallbackIcon` set to "IssueIcon".
17
+ * Migration Icon component for WorkItemIcon.
18
+ * This component is WorkItemIcon, with `UNSAFE_fallbackIcon` set to "IssueIcon".
19
19
  *
20
20
  * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Reserved for representing work items.
22
+ * Usage guidance: Reserved for 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
  */
26
- const IssueIcon = props => /*#__PURE__*/_react.default.createElement(_issue.default, Object.assign({
27
- LEGACY_fallbackIcon: _issue2.default
26
+ const WorkItemIcon = props => /*#__PURE__*/_react.default.createElement(_workItem.default, Object.assign({
27
+ LEGACY_fallbackIcon: _issue.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- IssueIcon.Name = 'IssueIconMigration';
31
- var _default = exports.default = IssueIcon;
30
+ WorkItemIcon.Name = 'WorkItemIconMigration';
31
+ var _default = exports.default = WorkItemIcon;
@@ -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::cdc9397055651967e0de7948ec735737>>
3
+ * @codegen <<SignedSource::7aae3106e4986a9a18d1d926655330a1>>
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 AlignLeftIconMigration: {
11
+ declare const WorkItemsIconMigration: {
12
12
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
13
  displayName: string;
14
14
  };
15
- export default AlignLeftIconMigration;
15
+ export default WorkItemsIconMigration;
@@ -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::540b588acaf0422e358accf8cfb04725>>
3
+ * @codegen <<SignedSource::fb8f7b91262d340d7e94aafcc4e8657b>>
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 _issues = _interopRequireDefault(require("@atlaskit/icon/core/issues"));
14
- var _issues2 = _interopRequireDefault(require("@atlaskit/icon/glyph/issues"));
13
+ var _workItems = _interopRequireDefault(require("@atlaskit/icon/core/work-items"));
14
+ var _issues = _interopRequireDefault(require("@atlaskit/icon/glyph/issues"));
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  /**
17
- * Migration Icon component for IssuesIcon.
18
- * This component is IssuesIcon, with `UNSAFE_fallbackIcon` set to "IssuesIcon".
17
+ * Migration Icon component for WorkItemsIcon.
18
+ * This component is WorkItemsIcon, with `UNSAFE_fallbackIcon` set to "IssuesIcon".
19
19
  *
20
20
  * Category: single-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 IssuesIcon = props => /*#__PURE__*/_react.default.createElement(_issues.default, Object.assign({
27
- LEGACY_fallbackIcon: _issues2.default
26
+ const WorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_workItems.default, Object.assign({
27
+ LEGACY_fallbackIcon: _issues.default
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
- IssuesIcon.Name = 'IssuesIconMigration';
31
- var _default = exports.default = IssuesIcon;
30
+ WorkItemsIcon.Name = 'WorkItemsIconMigration';
31
+ var _default = exports.default = WorkItemsIcon;
@@ -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::1225ef95e7a558c311f2850a8a302084>>
3
+ * @codegen <<SignedSource::cbe6a4cd6ca6d41449932a25ed8a0757>>
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 PaintPaletteIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14.279 6.318A6.5 6.5 0 0 0 1.715 9.66c.218.645.465.869.701.96.29.11.796.115 1.72-.183 1.061-.344 2.141-.209 2.975.346.84.56 1.37 1.508 1.389 2.651.009.546.112.694.166.74.058.05.29.184 1.064.09a6.5 6.5 0 0 0 4.547-7.947M5.929.273a8 8 0 1 1 4.141 15.454 1 1 0 0 1-.097.02c-.908.117-1.72.055-2.29-.438-.573-.498-.672-1.24-.682-1.85-.011-.672-.309-1.152-.72-1.426-.42-.279-1.017-.384-1.683-.168-1.005.325-1.93.457-2.717.156-.836-.32-1.307-1.041-1.596-1.908l-.012-.042A8 8 0 0 1 5.929.273" clip-rule="evenodd"/><path fill="currentcolor" d="M8.26 5.6a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17m3.19 2.25a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17m-6.49-.07a1.13 1.13 0 1 1-.58-2.17 1.13 1.13 0 0 1 .58 2.17"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.93.273a8 8 0 0 1 4.14 15.455 1 1 0 0 1-.097.02c-.908.117-1.72.054-2.29-.44-.573-.497-.672-1.239-.682-1.849-.011-.672-.309-1.151-.72-1.426-.42-.279-1.016-.384-1.682-.169-1.006.326-1.93.458-2.717.157-.837-.32-1.308-1.041-1.597-1.908l-.012-.043A8 8 0 0 1 5.93.273m8.348 6.044A6.5 6.5 0 0 0 1.716 9.658c.218.647.464.872.701.962.29.11.796.117 1.72-.182 1.061-.344 2.14-.209 2.974.346.84.56 1.371 1.507 1.39 2.65.009.546.112.695.166.742.059.05.291.181 1.064.088a6.5 6.5 0 0 0 4.547-7.947"/><path fill="currentcolor" d="M10.87 5.68a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m-6.49-.07a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17m3.3-2.18a1.13 1.13 0 1 1 .58 2.17 1.13 1.13 0 0 1-.58-2.17"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PaintPaletteIcon.displayName = 'PaintPaletteIcon';
package/core/pen.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::3e70be7cdea3a7aa6f27de03bc870785>>
3
+ * @codegen <<SignedSource::b782fa91208a5ce454d88e26c102b6d4>>
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 PenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" d="M.22.22A.75.75 0 0 1 .936.023l9.96 2.548.142.042a2 2 0 0 1 1.336 1.568l.643 3.858a.75.75 0 0 1 .763.18l2 2a.75.75 0 0 1 0 1.061l-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1-.18-.763l-3.86-.643a2 2 0 0 1-1.567-1.336l-.042-.142L.023.936A.75.75 0 0 1 .22.22m9.59 13.03.94.94 3.44-3.44-.94-.94zM8 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0m1.5 0a2 2 0 1 1-3.842-.781L2.154 3.215l1.87 7.31.024.07a.5.5 0 0 0 .379.3l4.815.801 2.454-2.454-.801-4.815a.5.5 0 0 0-.3-.38l-.07-.023-7.31-1.87 3.504 3.504A2 2 0 0 1 9.5 7.5"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M.72.72a.75.75 0 0 1 .73-.194l9.167 2.522a2 2 0 0 1 1.461 1.739l.294 3.083a2 2 0 0 1 2.042.483L15.78 9.72a.75.75 0 0 1 0 1.06l-5 5a.75.75 0 0 1-1.06 0l-1.366-1.366a2 2 0 0 1-.484-2.042l-3.083-.294a2 2 0 0 1-1.74-1.46L.528 1.448A.75.75 0 0 1 .72.72m12.634 8.694a.5.5 0 0 0-.707 0l-3.233 3.232a.5.5 0 0 0 0 .707l.836.836 3.94-3.94zM6.636 5.575a1.624 1.624 0 0 1 2.114 1.55 1.625 1.625 0 1 1-3.175-.49l-2.85-2.85 1.77 6.435a.5.5 0 0 0 .435.365l4.04.384 1.999-2-.384-4.04a.5.5 0 0 0-.365-.435l-6.435-1.77z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PenIcon.displayName = 'PenIcon';
@@ -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::935924fc159f794461e1f2ad14ae2090>>
3
+ * @codegen <<SignedSource::512be2441c25a33a28f9f93c5f6f87b9>>
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
- */
12
- declare const DrawerLeftIcon: {
9
+ declare const StatusDiscoveryIcon: {
13
10
  (props: NewCoreIconProps): JSX.Element;
14
11
  displayName: string;
15
12
  };
16
- export default DrawerLeftIcon;
13
+ export default StatusDiscoveryIcon;
@@ -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::ca7bab7d6e99fcd2c8cec89786bd2509>>
3
+ * @codegen <<SignedSource::d3d9e204036cb1254e3df77520f3e51c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -13,16 +13,17 @@ 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: "BorderWeightMedium".
16
+ * Icon: "StatusDiscovery".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for representing medium border stroke widths.
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
  */
23
- const BorderWeightMediumIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m14.707 2.707-12 12-1.414-1.414 12-12z" clip-rule="evenodd"/>`
24
+ const StatusDiscoveryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
25
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10.5 15.06v-3.81a.75.75 0 0 1 .75-.75h3.81z"/><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v6h-4.75C9.56 9 9 9.56 9 10.25V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM4 9h3V7.5H4zm0-5v1.5h7V4z" clip-rule="evenodd"/>`
25
26
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
27
  }, props));
27
- BorderWeightMediumIcon.displayName = 'BorderWeightMediumIcon';
28
- var _default = exports.default = BorderWeightMediumIcon;
28
+ StatusDiscoveryIcon.displayName = 'StatusDiscoveryIcon';
29
+ var _default = exports.default = StatusDiscoveryIcon;
@@ -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::4a73a33fc0ad0edbdd11496f434abfde>>
3
+ * @codegen <<SignedSource::e68f5bc60eca730b0a65f7bd26f51d19>>
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 "align-left" is deprecated in favour of "align-text-left" from “@atlaskit/icon/core”
11
- */
12
- declare const AlignLeftIcon: {
9
+ declare const StatusErrorIcon: {
13
10
  (props: NewCoreIconProps): JSX.Element;
14
11
  displayName: string;
15
12
  };
16
- export default AlignLeftIcon;
13
+ export default StatusErrorIcon;