@atlaskit/icon 26.1.1 → 26.3.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 (94) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/core/attachment.js +2 -2
  3. package/core/check-circle.js +2 -2
  4. package/core/chevron-double-left.js +2 -1
  5. package/core/chevron-double-right.js +2 -1
  6. package/core/chevron-down.js +3 -1
  7. package/core/chevron-left.js +3 -1
  8. package/core/chevron-right.js +3 -1
  9. package/core/chevron-up.js +3 -1
  10. package/core/clock.js +2 -2
  11. package/core/defect.js +2 -2
  12. package/core/devices.js +2 -2
  13. package/core/exclamation-square.js +2 -2
  14. package/core/list-checklist.js +2 -2
  15. package/core/migration/chevron-down--chevron-down-circle.js +3 -1
  16. package/core/migration/chevron-down--hipchat-chevron-down.js +3 -1
  17. package/core/migration/chevron-down.js +3 -1
  18. package/core/migration/chevron-left--chevron-left-circle.js +3 -1
  19. package/core/migration/chevron-left--chevron-left-large.js +3 -1
  20. package/core/migration/chevron-left.js +3 -1
  21. package/core/migration/chevron-right--chevron-right-circle.js +3 -1
  22. package/core/migration/chevron-right--chevron-right-large.js +3 -1
  23. package/core/migration/chevron-right.js +3 -1
  24. package/core/migration/chevron-up--chevron-up-circle.js +3 -1
  25. package/core/migration/chevron-up--hipchat-chevron-up.js +3 -1
  26. package/core/migration/chevron-up.js +3 -1
  27. package/core/minus-square.js +2 -2
  28. package/core/panel-left.d.ts +13 -0
  29. package/core/panel-left.js +28 -0
  30. package/core/panel-right.d.ts +13 -0
  31. package/core/panel-right.js +28 -0
  32. package/core/pen.js +2 -2
  33. package/core/pin-filled.js +2 -2
  34. package/core/pin.js +2 -2
  35. package/core/plus-square.js +2 -2
  36. package/core/priority-blocker.js +2 -2
  37. package/core/priority-critical.js +2 -2
  38. package/core/priority-high.js +2 -2
  39. package/core/priority-highest.js +2 -2
  40. package/core/priority-low.js +2 -2
  41. package/core/priority-lowest.js +2 -2
  42. package/core/priority-major.js +2 -2
  43. package/core/priority-medium.js +2 -2
  44. package/core/priority-minor.js +2 -2
  45. package/core/priority-trivial.js +2 -2
  46. package/core/problem.js +2 -2
  47. package/core/sidebar-left.d.ts +2 -2
  48. package/core/sidebar-right.d.ts +2 -2
  49. package/core/story.js +2 -2
  50. package/core/subtasks.js +2 -2
  51. package/core/tools.js +2 -2
  52. package/core/work-item.js +2 -2
  53. package/core/work-items.js +2 -2
  54. package/dist/cjs/deprecated-core.js +3 -3
  55. package/dist/cjs/metadata-core.js +39 -13
  56. package/dist/es2019/deprecated-core.js +3 -3
  57. package/dist/es2019/metadata-core.js +39 -13
  58. package/dist/esm/deprecated-core.js +3 -3
  59. package/dist/esm/metadata-core.js +39 -13
  60. package/dist/types/deprecated-core.d.ts +1 -1
  61. package/dist/types/metadata-core.d.ts +1 -1
  62. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  63. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  64. package/package.json +2 -2
  65. package/svgs/core/attachment.svg +1 -1
  66. package/svgs/core/check-circle.svg +1 -1
  67. package/svgs/core/clock.svg +1 -1
  68. package/svgs/core/defect.svg +1 -1
  69. package/svgs/core/devices.svg +1 -1
  70. package/svgs/core/exclamation-square.svg +1 -1
  71. package/svgs/core/list-checklist.svg +1 -1
  72. package/svgs/core/minus-square.svg +1 -1
  73. package/svgs/core/panel-left.svg +1 -0
  74. package/svgs/core/panel-right.svg +1 -0
  75. package/svgs/core/pen.svg +1 -1
  76. package/svgs/core/pin-filled.svg +1 -1
  77. package/svgs/core/pin.svg +1 -1
  78. package/svgs/core/plus-square.svg +1 -1
  79. package/svgs/core/priority-blocker.svg +1 -1
  80. package/svgs/core/priority-critical.svg +1 -1
  81. package/svgs/core/priority-high.svg +1 -1
  82. package/svgs/core/priority-highest.svg +1 -1
  83. package/svgs/core/priority-low.svg +1 -1
  84. package/svgs/core/priority-lowest.svg +1 -1
  85. package/svgs/core/priority-major.svg +1 -1
  86. package/svgs/core/priority-medium.svg +1 -1
  87. package/svgs/core/priority-minor.svg +1 -1
  88. package/svgs/core/priority-trivial.svg +1 -1
  89. package/svgs/core/problem.svg +1 -1
  90. package/svgs/core/story.svg +1 -1
  91. package/svgs/core/subtasks.svg +1 -1
  92. package/svgs/core/tools.svg +1 -1
  93. package/svgs/core/work-item.svg +1 -1
  94. package/svgs/core/work-items.svg +1 -1
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::c029232d00f9716a65577ac8246d2f0c>>
3
+ * @codegen <<SignedSource::3e70be7cdea3a7aa6f27de03bc870785>>
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" fill-rule="evenodd" d="M.22.22A.75.75 0 0 1 .936.023l9.96 2.549a2 2 0 0 1 1.478 1.608l.643 3.857a.75.75 0 0 1 .763.183l2 2a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1-.183-.763l-3.857-.643a2 2 0 0 1-1.609-1.477L.023.936A.75.75 0 0 1 .22.22m9.59 13.03.94.94 3.44-3.44-.94-.94zm1.887-4.007-2.454 2.454-4.816-.803a.5.5 0 0 1-.402-.37l-1.87-7.308 3.503 3.503a2 2 0 1 0 1.06-1.06L3.217 2.154l7.309 1.87a.5.5 0 0 1 .37.402zM8 7.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0" clip-rule="evenodd"/>`
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"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PenIcon.displayName = 'PenIcon';
@@ -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::ce33a064102f4d77a59e7ab3d7c4d430>>
3
+ * @codegen <<SignedSource::125e7296304e7c0f29e53606e034d45f>>
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 PinFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.825 2.082A1.375 1.375 0 0 0 10.646 0H5.354a1.375 1.375 0 0 0-1.18 2.082L5 3.458v3.475a5 5 0 0 0-1.184.611C2.898 8.194 2 9.347 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.055-1.816-3.706A5 5 0 0 0 11 6.933V3.458z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.354 0a1.376 1.376 0 0 0-1.268 1.908l.089.174L5 3.458v3.475a5 5 0 0 0-1.184.61C2.898 8.195 2 9.348 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.056-1.816-3.706A5 5 0 0 0 11 6.933V3.458l.825-1.376A1.375 1.375 0 0 0 10.647 0zm4.252 2.864-.045.09a.8.8 0 0 0-.061.296V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/><path fill="currentcolor" d="m9.606 2.864-.045.09a.8.8 0 0 0-.061.296V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PinFilledIcon.displayName = 'PinFilledIcon';
package/core/pin.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::0b0f8ce58e6844479e931ef5e257be59>>
3
+ * @codegen <<SignedSource::3cbb4cee02b4cc3e5b584fbc7fe3feb6>>
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 PinIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M11.825 2.082A1.375 1.375 0 0 0 10.646 0H5.354a1.375 1.375 0 0 0-1.18 2.082L5 3.458v3.475a5 5 0 0 0-1.184.611C2.898 8.194 2 9.347 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.055-1.816-3.706A5 5 0 0 0 11 6.933V3.458zM10.123 8.24l.012.002.066.015a3.4 3.4 0 0 1 1.115.512c.463.328.939.853 1.114 1.732H3.57a2.68 2.68 0 0 1 1.114-1.732 3.4 3.4 0 0 1 1.181-.527l.012-.002h-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.107-.386L5.575 1.5h4.85l-.818 1.364a.75.75 0 0 0-.107.386V7.5a.75.75 0 0 0 .623.74" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M5.354 0a1.376 1.376 0 0 0-1.268 1.908l.089.174L5 3.458v3.475a5 5 0 0 0-1.184.61C2.898 8.195 2 9.348 2 11.25c0 .414.336.75.75.75h4.5v4h1.5v-4h4.5a.75.75 0 0 0 .75-.75c0-1.903-.898-3.056-1.816-3.706A5 5 0 0 0 11 6.933V3.458l.825-1.376A1.375 1.375 0 0 0 10.647 0zm4.252 2.864a.75.75 0 0 0-.106.386V7.5c0 .367.265.68.627.74l.008.001.066.016a3.4 3.4 0 0 1 1.115.512c.463.327.938.852 1.113 1.731H3.57c.175-.88.65-1.404 1.113-1.731a3.4 3.4 0 0 1 1.181-.528l.008-.002A.75.75 0 0 0 6.5 7.5V3.25a.75.75 0 0 0-.106-.386L5.574 1.5h4.852z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PinIcon.displayName = 'PinIcon';
@@ -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::17750339c3618246dbd4656a3bc2bac5>>
3
+ * @codegen <<SignedSource::9e4860a70161d3c7420634011031e12a>>
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 PlusSquareIcon = 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.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm4.25 6.25V12h1.5V8.75H12v-1.5H8.75V4h-1.5v3.25H4v1.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM8.75 4v3.25H12v1.5H8.75V12h-1.5V8.75H4v-1.5h3.25V4zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PlusSquareIcon.displayName = 'PlusSquareIcon';
@@ -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::7e8db4bb533023ade24446178ce20e6a>>
3
+ * @codegen <<SignedSource::12851a7187594a6eb17c65cb8f8ca688>>
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 PriorityBlockerIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m12 .75H4v-1.5h8z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M12 7.25v1.5H4v-1.5zM16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityBlockerIcon.displayName = 'PriorityBlockerIcon';
@@ -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::52a01db954978a50421a4ef51e4f5cef>>
3
+ * @codegen <<SignedSource::d782750b0bad7a423ebc47180625ed8d>>
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 PriorityCriticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2.394 14.87a.75.75 0 0 0 .769-.033L8 11.649l4.837 3.188A.75.75 0 0 0 14 14.21v-9a.75.75 0 0 0-.337-.626l-5.25-3.46a.75.75 0 0 0-.826 0l-5.25 3.46A.75.75 0 0 0 2 5.21v9c0 .276.151.53.394.66M3.5 12.819V5.614L8 2.648l4.5 2.966v7.204l-4.087-2.694a.75.75 0 0 0-.826 0z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M12.837 14.836A.75.75 0 0 0 14 14.21v-9a.75.75 0 0 0-.337-.626l-5.25-3.46a.75.75 0 0 0-.826 0l-5.25 3.46A.75.75 0 0 0 2 5.21v9l.007.103a.75.75 0 0 0 1.156.523L8 11.65zm-4.424-4.713a.75.75 0 0 0-.826 0L3.5 12.818V5.615L8 2.648l4.5 2.965v7.204z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityCriticalIcon.displayName = 'PriorityCriticalIcon';
@@ -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::582272df69ba877b2e6d0a31fb625443>>
3
+ * @codegen <<SignedSource::7e6042f098c2ac1ddc893d485d5280d2>>
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 PriorityHighIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 5.624-5.5 3.625.826 1.252L8 7.148l5.087 3.353.826-1.252-5.5-3.625a.75.75 0 0 0-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 9.25-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.15l5.087 3.352z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityHighIcon.displayName = 'PriorityHighIcon';
@@ -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::7787d68f9f2cf7929987dcb9223dcce3>>
3
+ * @codegen <<SignedSource::fef0f06859e49caedcc4f47894a77da7>>
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 PriorityHighestIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 7.624-5.5 3.625.826 1.252L8 9.148l5.087 3.353.826-1.252-5.5-3.625a.75.75 0 0 0-.826 0m0-4.5-5.5 3.625L2.913 8 8 4.648l5.087 3.353.826-1.252-5.5-3.625a.75.75 0 0 0-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 6.75-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 4.65 13.087 8zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 9.15l5.087 3.352z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityHighestIcon.displayName = 'PriorityHighestIcon';
@@ -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::21d0a075606cbd74b589337b4710e18a>>
3
+ * @codegen <<SignedSource::b0a790d91d8a02a088319fd35139d8a9>>
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 PriorityLowIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 10.877-5.5-3.626L2.913 6 8 9.352l5.087-3.353.826 1.252-5.5 3.625a.75.75 0 0 1-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 7.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 9.352l5.087-3.353z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityLowIcon.displayName = 'PriorityLowIcon';
@@ -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::3761e67f98b67364b5a81ac33471607c>>
3
+ * @codegen <<SignedSource::db2c7aa1b630cb99a798af669bcbc383>>
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 PriorityLowestIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 8.376-5.5-3.625.826-1.252L8 6.852l5.087-3.353.826 1.252-5.5 3.625a.75.75 0 0 1-.826 0m0 4.5-5.5-3.625L2.913 8 8 11.352l5.087-3.353.826 1.252-5.5 3.626a.75.75 0 0 1-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 9.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 11.352l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 6.852l5.087-3.353z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityLowestIcon.displayName = 'PriorityLowestIcon';
@@ -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::343e44709f6a682c0d72b738b09d8ee9>>
3
+ * @codegen <<SignedSource::021a5f6eb4669c508f33a5d268dcf27b>>
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 PriorityMajorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 10.124-5.5 3.624.826 1.253L8 11.648l5.087 3.353.826-1.252-5.5-3.626a.75.75 0 0 0-.826 0m0-4.5-5.5 3.625.826 1.252L8 7.148l5.087 3.353.826-1.252-5.5-3.625a.75.75 0 0 0-.826 0m0-4.5-5.5 3.625L2.913 6 8 2.648l5.087 3.353.826-1.252-5.5-3.625a.75.75 0 0 0-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 4.75-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 2.65 13.087 6zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 7.15l5.087 3.352zm0 4.5-5.5-3.626a.75.75 0 0 0-.826 0l-5.5 3.625.826 1.252L8 11.65 13.087 15z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityMajorIcon.displayName = 'PriorityMajorIcon';
@@ -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::b9d1a56bb42a6866e602baee1d9fc883>>
3
+ * @codegen <<SignedSource::d8d7d06aafd80a5763505502d0e6cf1d>>
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 PriorityMediumIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M14 6.5H2V5h12zm0 4.5H2V9.5h12z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14 9.5V11H2V9.5zM14 5v1.5H2V5z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityMediumIcon.displayName = 'PriorityMediumIcon';
@@ -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::7c4056a5be1af2017b127dafdff042d3>>
3
+ * @codegen <<SignedSource::baba84b947707fdc1c5b936905249ed2>>
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 PriorityMinorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m7.587 5.876-5.5-3.625L2.913 1 8 4.352 13.087.999l.826 1.252-5.5 3.625a.75.75 0 0 1-.826 0m0 4.5-5.5-3.625.826-1.252L8 8.852l5.087-3.353.826 1.252-5.5 3.625a.75.75 0 0 1-.826 0m0 4.5-5.5-3.624.826-1.253L8 13.352l5.087-3.353.826 1.252-5.5 3.626a.75.75 0 0 1-.826 0" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m13.913 11.251-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 13.352l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 8.852l5.087-3.353zm0-4.5-5.5 3.625a.75.75 0 0 1-.826 0l-5.5-3.625.826-1.252L8 4.352 13.087.999z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityMinorIcon.displayName = 'PriorityMinorIcon';
@@ -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::881360c69af3bca400e43d0745d7175b>>
3
+ * @codegen <<SignedSource::18373519e9b8bb8d789f8e6cb8a6aee9>>
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 PriorityTrivialIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<circle cx="8" cy="8" r="7.25" stroke="currentcolor" stroke-width="1.5"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  PriorityTrivialIcon.displayName = 'PriorityTrivialIcon';
package/core/problem.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::4b0e283b3a840bc3b4c203e922f72a6c>>
3
+ * @codegen <<SignedSource::8ad59de50cbf2d9cd9f6ad629f1ce9da>>
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 ProblemIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m3.964 2.904 9.132 9.132a6.501 6.501 0 0 0-9.132-9.132m8.072 10.192L2.904 3.964a6.501 6.501 0 0 0 9.132 9.132M2.343 2.343a8 8 0 1 1 11.314 11.314A8 8 0 0 1 2.343 2.343" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M2.343 2.343a8 8 0 1 1 11.314 11.315A8 8 0 0 1 2.343 2.343m.561 1.622a6.5 6.5 0 0 0 9.13 9.13zm9.693-.562a6.5 6.5 0 0 0-8.632-.499l9.13 9.13a6.5 6.5 0 0 0-.498-8.63"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ProblemIcon.displayName = 'ProblemIcon';
@@ -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;
package/core/story.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::28e772f8cdb6f760a3c2951e84821a14>>
3
+ * @codegen <<SignedSource::57b828e09f9287500323fc5bcdd6b33d>>
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 StoryIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.983 2.5a.5.5 0 0 0-.5.5v9.806L8 10.333l3.518 2.473V3a.5.5 0 0 0-.5-.5zm-2 .5a2 2 0 0 1 2-2h6.035a2 2 0 0 1 2 2v11.202a.775.775 0 0 1-1.221.634L8 12.166l-3.797 2.67a.775.775 0 0 1-1.22-.634z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.518 3a.5.5 0 0 0-.5-.5H4.983a.5.5 0 0 0-.5.5v9.806L8 10.333l.431.304 3.087 2.169zm1.5 11.202a.776.776 0 0 1-1.122.694l-.099-.06L8 12.166l-3.796 2.67a.775.775 0 0 1-1.22-.634V3a2 2 0 0 1 2-2h6.035a2 2 0 0 1 2 2z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  StoryIcon.displayName = 'StoryIcon';
package/core/subtasks.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::b31b4268eb35fd0d014247794d0ca202>>
3
+ * @codegen <<SignedSource::cb1eed99abd44e812ae4cb98f136c93f>>
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 SubtasksIcon = 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-2h3.75a2 2 0 0 1 2 2v4.25H13a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H9.25a2 2 0 0 1-2-2V8.75H3a2 2 0 0 1-2-2zm6.25 4.25V3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v3.75a.5.5 0 0 0 .5.5zm1.5 1.5V13a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5V9.25a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 9.25a.5.5 0 0 0-.5-.5H8.75V13a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5zM7.25 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v3.75a.5.5 0 0 0 .5.5h4.25zm1.5 4.25H13a2 2 0 0 1 2 2V13a2 2 0 0 1-2 2H9.25a2 2 0 0 1-2-2V8.75H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h3.75a2 2 0 0 1 2 2z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  SubtasksIcon.displayName = 'SubtasksIcon';
package/core/tools.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::fd193d6db8f1ff9d9d5b933f93f1e56e>>
3
+ * @codegen <<SignedSource::a7a13f46e9c312b11d97e22779cf7962>>
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 ToolsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1.22.22a.75.75 0 0 1 .865-.14l2.5 1.25A.75.75 0 0 1 5 2v1.922l1 1A5 5 0 0 1 12.957.397a.75.75 0 0 1 .237 1.22L11.06 3.75l1.189 1.19 2.132-2.133a.75.75 0 0 1 1.22.237 5 5 0 0 1-2.664 6.566l2.351 2.35a2.341 2.341 0 0 1-3.31 3.311l-3.97-3.97-3.97 3.97a2.341 2.341 0 0 1-3.31-3.31l5.094-5.095L3.94 4.982H2a.75.75 0 0 1-.67-.412L.08 2.087a.75.75 0 0 1 .14-.867zM3.5 3.482V2.464l-1.602-.801-.234.234.798 1.585zm5.57 6.76 3.97 3.969a.841.841 0 0 0 1.189-1.19l-3.026-3.025A5 5 0 0 1 9.53 9.78zM11 1.5a3.5 3.5 0 0 0-3.222 4.869.75.75 0 0 1-.16.824l-.088.087-5.74 5.741a.84.84 0 1 0 1.189 1.19l5.828-5.829a.75.75 0 0 1 .824-.16 3.5 3.5 0 0 0 1.773.255 3.5 3.5 0 0 0 3.091-3.662L12.78 6.53a.75.75 0 0 1-1.06 0L9.47 4.28a.75.75 0 0 1 0-1.06l1.714-1.715A4 4 0 0 0 11 1.5" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 5q0-.093-.006-.185L12.78 6.53a.75.75 0 0 1-1.004.052l-.056-.052-2.25-2.25a.75.75 0 0 1 0-1.06l1.714-1.715a3.5 3.5 0 0 0-3.406 4.864.75.75 0 0 1-.16.823l-5.829 5.83a.84.84 0 0 0 0 1.189l.064.058c.33.27.818.25 1.126-.058l5.74-5.741.088-.088.086-.073a.75.75 0 0 1 .738-.086 3.5 3.5 0 0 0 1.773.254l.162-.023A3.5 3.5 0 0 0 14.5 5m-5.43 5.241 3.97 3.97a.841.841 0 0 0 1.189-1.19L11.2 9.994q-.1.005-.2.006a5 5 0 0 1-1.47-.22zM1.662 1.896l.799 1.586H3.5V2.464l-1.602-.802zM16 5a5 5 0 0 1-3.062 4.61l2.351 2.35a2.34 2.34 0 0 1-3.31 3.311l-3.97-3.97-3.97 3.97a2.34 2.34 0 0 1-3.133.162L.73 15.27a2.34 2.34 0 0 1 0-3.31l5.094-5.095L3.94 4.982H2a.75.75 0 0 1-.67-.413L.08 2.087a.75.75 0 0 1 .14-.867l1-1 .09-.077a.75.75 0 0 1 .775-.064l2.5 1.25.09.054A.75.75 0 0 1 5 2v1.922l1.002 1.002A5 5 0 0 1 12.956.397l.083.041a.75.75 0 0 1 .153 1.18L11.061 3.75l1.188 1.188 2.133-2.131.07-.06a.75.75 0 0 1 1.15.297C15.86 3.646 16 4.307 16 5"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ToolsIcon.displayName = 'ToolsIcon';
package/core/work-item.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::26ba74a55619bd4b134c4c0c504c8b64>>
3
+ * @codegen <<SignedSource::16b1a013266ea85d8875a6b5e1d2412a>>
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 WorkItemIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm8.426 1.517 1.148.966-4 4.75a.75.75 0 0 1-1.148 0l-2-2.375 1.148-.966L7 9.086z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zm-2.927 1.983-4 4.75a.75.75 0 0 1-1.146 0l-2-2.375 1.146-.966L7 9.085l3.427-4.068zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WorkItemIcon.displayName = '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::c4ae6cbf448d83dbeec4b01140533b0d>>
3
+ * @codegen <<SignedSource::fa0a7a20e9878c1f12b50feba4970dc6>>
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 WorkItemsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zM0 4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8.302.641 1.146.968-3.167 3.75a.75.75 0 0 1-1.146 0L3.552 7.484l1.146-.968 1.01 1.197z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M16 7v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75V7z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M11.5 4a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5zM9.448 5.608l-3.167 3.75a.75.75 0 0 1-1.09.061l-.055-.06-1.584-1.876 1.146-.966 1.01 1.196 2.594-3.071zM13 10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 11.75V7H16v4.75A3.25 3.25 0 0 1 12.75 15H5v-1.5h7.75a1.75 1.75 0 0 0 1.75-1.75"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  WorkItemsIcon.displayName = 'WorkItemsIcon';
@@ -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::7c22ff7738ef2148e1812d19e3326ba2>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
  var deprecatedIcons = {
@@ -50,10 +50,10 @@ var deprecatedIcons = {
50
50
  message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
51
51
  },
52
52
  '@atlaskit/icon/core/sidebar-left': {
53
- message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
53
+ message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
54
54
  },
55
55
  '@atlaskit/icon/core/sidebar-right': {
56
- message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
56
+ message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
57
57
  },
58
58
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
59
59
  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::60ca5eb1312bd9cabe699f3be0937d0f>>
12
+ * @codegen <<SignedSource::205e7286912020521b2f575b3086483f>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -727,14 +727,15 @@ var metadata = {
727
727
  status: 'published'
728
728
  },
729
729
  'chevron-double-left': {
730
- keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'left', 'previous year'],
730
+ keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'previous year', 'left'],
731
731
  componentName: 'ChevronDoubleLeftIcon',
732
732
  package: '@atlaskit/icon/core/chevron-double-left',
733
733
  shouldRecommendSmallIcon: true,
734
734
  type: 'core',
735
735
  categorization: 'multi-purpose',
736
+ usage: 'Known uses: Navigate to previous year in calendar/date picker',
736
737
  team: 'Design System Team',
737
- status: 'ready-to-publish',
738
+ status: 'published',
738
739
  slackChannel: '#icon-contributions'
739
740
  },
740
741
  'chevron-double-right': {
@@ -744,44 +745,48 @@ var metadata = {
744
745
  shouldRecommendSmallIcon: true,
745
746
  type: 'core',
746
747
  categorization: 'multi-purpose',
748
+ usage: 'Known uses: Navigate to next year in calendar/date picker',
747
749
  team: 'Design System Team',
748
- status: 'ready-to-publish',
750
+ status: 'published',
749
751
  slackChannel: '#icon-contributions'
750
752
  },
751
753
  'chevron-down': {
752
- keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'open dropdown menu', 'expanded tree item', 'collapse tree item'],
754
+ keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'expand', 'open'],
753
755
  componentName: 'ChevronDownIcon',
754
756
  package: '@atlaskit/icon/core/chevron-down',
755
757
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
756
758
  shouldRecommendSmallIcon: true,
757
759
  type: 'core',
758
760
  categorization: 'multi-purpose',
761
+ usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Open dropdown menu, expanded tree item, collapse tree item',
759
762
  team: 'Design System Team',
760
- status: 'ready-to-publish',
763
+ status: 'published',
761
764
  slackChannel: '#icon-contributions'
762
765
  },
763
766
  'chevron-left': {
764
- keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
767
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back', 'previous'],
765
768
  componentName: 'ChevronLeftIcon',
766
769
  package: '@atlaskit/icon/core/chevron-left',
767
770
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
768
771
  shouldRecommendSmallIcon: true,
769
772
  type: 'core',
770
773
  categorization: 'multi-purpose',
774
+ usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Navigate back, show previous page of pagination results',
771
775
  team: 'Design System Team',
772
- status: 'ready-to-publish',
776
+ status: 'published',
773
777
  slackChannel: '#icon-contributions'
774
778
  },
775
779
  'chevron-right': {
776
- keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'collapsed', 'expand tree item'],
780
+ keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
777
781
  componentName: 'ChevronRightIcon',
778
782
  package: '@atlaskit/icon/core/chevron-right',
779
783
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
780
784
  shouldRecommendSmallIcon: true,
781
785
  type: 'core',
782
786
  categorization: 'multi-purpose',
787
+ usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Next page of pagination results, collapsed tree item, expand tree item',
783
788
  team: 'Design System Team',
784
- status: 'ready-to-publish',
789
+ status: 'published',
785
790
  slackChannel: '#icon-contributions'
786
791
  },
787
792
  'chevron-up': {
@@ -792,8 +797,9 @@ var metadata = {
792
797
  shouldRecommendSmallIcon: true,
793
798
  type: 'core',
794
799
  categorization: 'multi-purpose',
800
+ usage: 'Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons. Known uses: Close dropdown menu',
795
801
  team: 'Design System Team',
796
- status: 'ready-to-publish',
802
+ status: 'published',
797
803
  slackChannel: '#icon-contributions'
798
804
  },
799
805
  'child-issues': {
@@ -2370,6 +2376,26 @@ var metadata = {
2370
2376
  team: 'Design System Team',
2371
2377
  status: 'published'
2372
2378
  },
2379
+ 'panel-left': {
2380
+ keywords: ['panel-left', 'panelleft', 'icon', 'core', 'detail view', 'left rail', 'drawer', 'preview panel', 'sidebar'],
2381
+ componentName: 'PanelLeftIcon',
2382
+ package: '@atlaskit/icon/core/panel-left',
2383
+ type: 'core',
2384
+ categorization: 'single-purpose',
2385
+ 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.',
2386
+ team: 'Design System Team',
2387
+ status: 'published'
2388
+ },
2389
+ 'panel-right': {
2390
+ keywords: ['panel-right', 'panelright', 'icon', 'core', 'detail view', 'right rail', 'drawer', 'preview panel', 'sidebar'],
2391
+ componentName: 'PanelRightIcon',
2392
+ package: '@atlaskit/icon/core/panel-right',
2393
+ type: 'core',
2394
+ categorization: 'single-purpose',
2395
+ usage: 'Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.',
2396
+ team: 'Design System Team',
2397
+ status: 'published'
2398
+ },
2373
2399
  pen: {
2374
2400
  keywords: ['pen', 'icon', 'core', 'pen tool', 'nib', 'fountain pen', 'design', 'work type'],
2375
2401
  componentName: 'PenIcon',
@@ -3015,7 +3041,7 @@ var metadata = {
3015
3041
  package: '@atlaskit/icon/core/sidebar-left',
3016
3042
  type: 'core',
3017
3043
  replacement: {
3018
- name: 'drawer-left',
3044
+ name: 'panel-left',
3019
3045
  type: 'core',
3020
3046
  location: '@atlaskit/icon'
3021
3047
  },
@@ -3031,7 +3057,7 @@ var metadata = {
3031
3057
  oldName: ['detail-view', 'room-menu'],
3032
3058
  type: 'core',
3033
3059
  replacement: {
3034
- name: 'drawer-right',
3060
+ name: 'panel-right',
3035
3061
  type: 'core',
3036
3062
  location: '@atlaskit/icon'
3037
3063
  },
@@ -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::7c22ff7738ef2148e1812d19e3326ba2>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
  const deprecatedIcons = {
@@ -44,10 +44,10 @@ const deprecatedIcons = {
44
44
  message: 'The icon "issues" is deprecated in favour of "work-items" from “@atlaskit/icon/core”'
45
45
  },
46
46
  '@atlaskit/icon/core/sidebar-left': {
47
- message: 'The icon "sidebar-left" is deprecated in favour of "drawer-left" from “@atlaskit/icon/core”'
47
+ message: 'The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”'
48
48
  },
49
49
  '@atlaskit/icon/core/sidebar-right': {
50
- message: 'The icon "sidebar-right" is deprecated in favour of "drawer-right" from “@atlaskit/icon/core”'
50
+ message: 'The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”'
51
51
  },
52
52
  '@atlaskit/icon/core/migration/align-center--editor-align-center': {
53
53
  message: 'The icon "align-center--editor-align-center" is deprecated in favour of "align-text-center--editor-align-center" from “@atlaskit/icon/core/migration”'