@atlaskit/icon 26.1.0 → 26.2.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 +50 -0
  2. package/build/index.tsx +2 -0
  3. package/core/attachment.js +2 -2
  4. package/core/check-circle.js +2 -2
  5. package/core/chevron-double-left.js +2 -1
  6. package/core/chevron-double-right.js +2 -1
  7. package/core/chevron-down.js +3 -1
  8. package/core/chevron-left.js +3 -1
  9. package/core/chevron-right.js +3 -1
  10. package/core/chevron-up.js +3 -1
  11. package/core/clock.js +2 -2
  12. package/core/defect.js +2 -2
  13. package/core/devices.js +2 -2
  14. package/core/exclamation-square.js +2 -2
  15. package/core/list-checklist.js +2 -2
  16. package/core/migration/chevron-down--chevron-down-circle.js +3 -1
  17. package/core/migration/chevron-down--hipchat-chevron-down.js +3 -1
  18. package/core/migration/chevron-down.js +3 -1
  19. package/core/migration/chevron-left--chevron-left-circle.js +3 -1
  20. package/core/migration/chevron-left--chevron-left-large.js +3 -1
  21. package/core/migration/chevron-left.js +3 -1
  22. package/core/migration/chevron-right--chevron-right-circle.js +3 -1
  23. package/core/migration/chevron-right--chevron-right-large.js +3 -1
  24. package/core/migration/chevron-right.js +3 -1
  25. package/core/migration/chevron-up--chevron-up-circle.js +3 -1
  26. package/core/migration/chevron-up--hipchat-chevron-up.js +3 -1
  27. package/core/migration/chevron-up.js +3 -1
  28. package/core/minus-square.js +2 -2
  29. package/core/pen.js +2 -2
  30. package/core/pin-filled.js +2 -2
  31. package/core/pin.js +2 -2
  32. package/core/plus-square.js +2 -2
  33. package/core/priority-blocker.js +2 -2
  34. package/core/priority-critical.js +2 -2
  35. package/core/priority-high.js +2 -2
  36. package/core/priority-highest.js +2 -2
  37. package/core/priority-low.js +2 -2
  38. package/core/priority-lowest.js +2 -2
  39. package/core/priority-major.js +2 -2
  40. package/core/priority-medium.js +2 -2
  41. package/core/priority-minor.js +2 -2
  42. package/core/priority-trivial.js +2 -2
  43. package/core/problem.js +2 -2
  44. package/core/story.js +2 -2
  45. package/core/subtasks.js +2 -2
  46. package/core/tools.js +2 -2
  47. package/core/work-item.js +2 -2
  48. package/core/work-items.js +2 -2
  49. package/dist/cjs/metadata-core.js +23 -11
  50. package/dist/cjs/metadata-utility.js +1 -1
  51. package/dist/cjs/recommended-small.js +7 -0
  52. package/dist/es2019/metadata-core.js +23 -11
  53. package/dist/es2019/metadata-utility.js +1 -1
  54. package/dist/es2019/recommended-small.js +1 -0
  55. package/dist/esm/metadata-core.js +23 -11
  56. package/dist/esm/metadata-utility.js +1 -1
  57. package/dist/esm/recommended-small.js +1 -0
  58. package/dist/types/metadata-core.d.ts +5 -1
  59. package/dist/types/metadata-utility.d.ts +5 -1
  60. package/dist/types/recommended-small.d.ts +1 -0
  61. package/dist/types/types.d.ts +1 -0
  62. package/dist/types-ts4.5/metadata-core.d.ts +5 -1
  63. package/dist/types-ts4.5/metadata-utility.d.ts +5 -1
  64. package/dist/types-ts4.5/recommended-small.d.ts +1 -0
  65. package/dist/types-ts4.5/types.d.ts +1 -0
  66. package/package.json +6 -6
  67. package/svgs/core/attachment.svg +1 -1
  68. package/svgs/core/check-circle.svg +1 -1
  69. package/svgs/core/clock.svg +1 -1
  70. package/svgs/core/defect.svg +1 -1
  71. package/svgs/core/devices.svg +1 -1
  72. package/svgs/core/exclamation-square.svg +1 -1
  73. package/svgs/core/list-checklist.svg +1 -1
  74. package/svgs/core/minus-square.svg +1 -1
  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
@@ -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';
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 `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::ddf97866ab3e12660c9c9f8e4a34f107>>
12
+ * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -727,56 +727,66 @@ 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
+ shouldRecommendSmallIcon: true,
733
734
  type: 'core',
734
735
  categorization: 'multi-purpose',
736
+ usage: 'Known uses: Navigate to previous year in calendar/date picker',
735
737
  team: 'Design System Team',
736
- status: 'ready-to-publish',
738
+ status: 'published',
737
739
  slackChannel: '#icon-contributions'
738
740
  },
739
741
  'chevron-double-right': {
740
742
  keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'core', 'double chevron', 'right', 'next year'],
741
743
  componentName: 'ChevronDoubleRightIcon',
742
744
  package: '@atlaskit/icon/core/chevron-double-right',
745
+ shouldRecommendSmallIcon: true,
743
746
  type: 'core',
744
747
  categorization: 'multi-purpose',
748
+ usage: 'Known uses: Navigate to next year in calendar/date picker',
745
749
  team: 'Design System Team',
746
- status: 'ready-to-publish',
750
+ status: 'published',
747
751
  slackChannel: '#icon-contributions'
748
752
  },
749
753
  'chevron-down': {
750
- 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'],
751
755
  componentName: 'ChevronDownIcon',
752
756
  package: '@atlaskit/icon/core/chevron-down',
753
757
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
758
+ shouldRecommendSmallIcon: true,
754
759
  type: 'core',
755
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',
756
762
  team: 'Design System Team',
757
- status: 'ready-to-publish',
763
+ status: 'published',
758
764
  slackChannel: '#icon-contributions'
759
765
  },
760
766
  'chevron-left': {
761
- keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
767
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back', 'previous'],
762
768
  componentName: 'ChevronLeftIcon',
763
769
  package: '@atlaskit/icon/core/chevron-left',
764
770
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
771
+ shouldRecommendSmallIcon: true,
765
772
  type: 'core',
766
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',
767
775
  team: 'Design System Team',
768
- status: 'ready-to-publish',
776
+ status: 'published',
769
777
  slackChannel: '#icon-contributions'
770
778
  },
771
779
  'chevron-right': {
772
- 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'],
773
781
  componentName: 'ChevronRightIcon',
774
782
  package: '@atlaskit/icon/core/chevron-right',
775
783
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
784
+ shouldRecommendSmallIcon: true,
776
785
  type: 'core',
777
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',
778
788
  team: 'Design System Team',
779
- status: 'ready-to-publish',
789
+ status: 'published',
780
790
  slackChannel: '#icon-contributions'
781
791
  },
782
792
  'chevron-up': {
@@ -784,10 +794,12 @@ var metadata = {
784
794
  componentName: 'ChevronUpIcon',
785
795
  package: '@atlaskit/icon/core/chevron-up',
786
796
  oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
797
+ shouldRecommendSmallIcon: true,
787
798
  type: 'core',
788
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',
789
801
  team: 'Design System Team',
790
- status: 'ready-to-publish',
802
+ status: 'published',
791
803
  slackChannel: '#icon-contributions'
792
804
  },
793
805
  'child-issues': {
@@ -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::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
12
+ * @codegen <<SignedSource::d968f0d4e1bd5bc5e728353f8fdcc101>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
 
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.recommendedSmallIcons = void 0;
7
+ var recommendedSmallIcons = exports.recommendedSmallIcons = ['chevron-double-left', 'chevron-double-right', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up'];
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::ddf97866ab3e12660c9c9f8e4a34f107>>
6
+ * @codegen <<SignedSource::36bf23d1966a06c9de1168524e5a2747>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -721,56 +721,66 @@ const metadata = {
721
721
  status: 'published'
722
722
  },
723
723
  'chevron-double-left': {
724
- keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'left', 'previous year'],
724
+ keywords: ['chevron-double-left', 'chevrondoubleleft', 'icon', 'core', 'double chevron', 'previous year', 'left'],
725
725
  componentName: 'ChevronDoubleLeftIcon',
726
726
  package: '@atlaskit/icon/core/chevron-double-left',
727
+ shouldRecommendSmallIcon: true,
727
728
  type: 'core',
728
729
  categorization: 'multi-purpose',
730
+ usage: 'Known uses: Navigate to previous year in calendar/date picker',
729
731
  team: 'Design System Team',
730
- status: 'ready-to-publish',
732
+ status: 'published',
731
733
  slackChannel: '#icon-contributions'
732
734
  },
733
735
  'chevron-double-right': {
734
736
  keywords: ['chevron-double-right', 'chevrondoubleright', 'icon', 'core', 'double chevron', 'right', 'next year'],
735
737
  componentName: 'ChevronDoubleRightIcon',
736
738
  package: '@atlaskit/icon/core/chevron-double-right',
739
+ shouldRecommendSmallIcon: true,
737
740
  type: 'core',
738
741
  categorization: 'multi-purpose',
742
+ usage: 'Known uses: Navigate to next year in calendar/date picker',
739
743
  team: 'Design System Team',
740
- status: 'ready-to-publish',
744
+ status: 'published',
741
745
  slackChannel: '#icon-contributions'
742
746
  },
743
747
  'chevron-down': {
744
- keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'open dropdown menu', 'expanded tree item', 'collapse tree item'],
748
+ keywords: ['chevron-down', 'chevrondown', 'expand', 'collapse', 'icon', 'core', 'chevron down', 'expand', 'open'],
745
749
  componentName: 'ChevronDownIcon',
746
750
  package: '@atlaskit/icon/core/chevron-down',
747
751
  oldName: ['chevron-down', 'chevron-down-circle', 'hipchat/chevron-down'],
752
+ shouldRecommendSmallIcon: true,
748
753
  type: 'core',
749
754
  categorization: 'multi-purpose',
755
+ 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',
750
756
  team: 'Design System Team',
751
- status: 'ready-to-publish',
757
+ status: 'published',
752
758
  slackChannel: '#icon-contributions'
753
759
  },
754
760
  'chevron-left': {
755
- keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back'],
761
+ keywords: ['chevron-left', 'chevronleft', 'back', 'previous', 'icon', 'core', 'chevron left', 'back', 'previous'],
756
762
  componentName: 'ChevronLeftIcon',
757
763
  package: '@atlaskit/icon/core/chevron-left',
758
764
  oldName: ['chevron-left-circle', 'chevron-left', 'chevron-left-large'],
765
+ shouldRecommendSmallIcon: true,
759
766
  type: 'core',
760
767
  categorization: 'multi-purpose',
768
+ 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',
761
769
  team: 'Design System Team',
762
- status: 'ready-to-publish',
770
+ status: 'published',
763
771
  slackChannel: '#icon-contributions'
764
772
  },
765
773
  'chevron-right': {
766
- keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'collapsed', 'expand tree item'],
774
+ keywords: ['chevron-right', 'chevronright', 'forward', 'next', 'icon', 'core', 'chevron right', 'next', 'collapsed', 'expand', 'show children'],
767
775
  componentName: 'ChevronRightIcon',
768
776
  package: '@atlaskit/icon/core/chevron-right',
769
777
  oldName: ['chevron-right-circle', 'chevron-right', 'chevron-right-large'],
778
+ shouldRecommendSmallIcon: true,
770
779
  type: 'core',
771
780
  categorization: 'multi-purpose',
781
+ 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',
772
782
  team: 'Design System Team',
773
- status: 'ready-to-publish',
783
+ status: 'published',
774
784
  slackChannel: '#icon-contributions'
775
785
  },
776
786
  'chevron-up': {
@@ -778,10 +788,12 @@ const metadata = {
778
788
  componentName: 'ChevronUpIcon',
779
789
  package: '@atlaskit/icon/core/chevron-up',
780
790
  oldName: ['chevron-up-circle', 'hipchat/chevron-up', 'chevron-up'],
791
+ shouldRecommendSmallIcon: true,
781
792
  type: 'core',
782
793
  categorization: 'multi-purpose',
794
+ 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',
783
795
  team: 'Design System Team',
784
- status: 'ready-to-publish',
796
+ status: 'published',
785
797
  slackChannel: '#icon-contributions'
786
798
  },
787
799
  'child-issues': {
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
5
5
  *
6
- * @codegen <<SignedSource::0a9bbc9e058d3b90ee6b8b82cf2f9830>>
6
+ * @codegen <<SignedSource::d968f0d4e1bd5bc5e728353f8fdcc101>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -0,0 +1 @@
1
+ export const recommendedSmallIcons = ['chevron-double-left', 'chevron-double-right', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up'];