@atlaskit/icon 22.17.0 → 22.18.1

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 (99) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/core/arrow-down.js +2 -2
  3. package/core/arrow-left.js +2 -2
  4. package/core/arrow-right.js +2 -2
  5. package/core/arrow-up-right.js +2 -2
  6. package/core/arrow-up.js +2 -2
  7. package/core/changes.js +2 -2
  8. package/core/chart-trend.js +2 -2
  9. package/core/cloud-arrow-up.js +2 -2
  10. package/core/collapse-horizontal.js +2 -2
  11. package/core/collapse-vertical.js +2 -2
  12. package/core/content-align-center.js +2 -2
  13. package/core/content-align-left.js +2 -2
  14. package/core/content-align-right.js +2 -2
  15. package/core/content-width-narrow.js +2 -2
  16. package/core/content-width-wide.js +2 -2
  17. package/core/content-wrap-left.js +2 -2
  18. package/core/content-wrap-right.js +2 -2
  19. package/core/decision.js +2 -2
  20. package/core/defect.js +3 -3
  21. package/core/discovery.js +2 -2
  22. package/core/download.js +2 -2
  23. package/core/edit-bulk.js +2 -2
  24. package/core/expand-horizontal.js +2 -2
  25. package/core/expand-vertical.js +2 -2
  26. package/core/feedback.js +2 -2
  27. package/core/grow-diagonal.js +2 -2
  28. package/core/grow-horizontal.js +2 -2
  29. package/core/grow-vertical.js +2 -2
  30. package/core/highlight.d.ts +14 -0
  31. package/core/highlight.js +31 -0
  32. package/core/layout-one-column.d.ts +14 -0
  33. package/core/layout-one-column.js +31 -0
  34. package/core/layout-three-columns-sidebars.js +2 -2
  35. package/core/layout-three-columns.js +2 -2
  36. package/core/layout-two-columns-sidebar-left.js +2 -2
  37. package/core/layout-two-columns-sidebar-right.js +2 -2
  38. package/core/layout-two-columns.js +2 -2
  39. package/core/library.js +2 -2
  40. package/core/link-external.js +2 -2
  41. package/core/migration/content-align-center--editor-align-image-center.js +2 -2
  42. package/core/migration/content-align-left--editor-align-image-left.js +2 -2
  43. package/core/migration/content-align-right--editor-align-image-right.js +2 -2
  44. package/core/migration/content-width-narrow--editor-media-center.js +2 -2
  45. package/core/migration/content-width-wide--editor-media-wide.js +2 -2
  46. package/core/migration/layout-one-column--editor-layout-single.d.ts +14 -0
  47. package/core/migration/layout-one-column--editor-layout-single.js +33 -0
  48. package/core/migration/layout-three-columns--editor-layout-three-equal.js +2 -2
  49. package/core/migration/layout-three-columns-sidebars--editor-layout-three-with-sidebars.js +2 -2
  50. package/core/migration/layout-two-columns--editor-layout-two-equal.js +2 -2
  51. package/core/migration/layout-two-columns-sidebar-left--editor-layout-two-left-sidebar.js +2 -2
  52. package/core/migration/layout-two-columns-sidebar-right--editor-layout-two-right-sidebar.js +2 -2
  53. package/core/migration/on-call--hipchat-dial-out.js +2 -2
  54. package/core/migration/text-bold--editor-bold.js +2 -2
  55. package/core/migration/text-indent-left--editor-outdent.js +2 -2
  56. package/core/migration/text-indent-right--editor-indent.js +2 -2
  57. package/core/migration/text-italic--editor-italic.js +2 -2
  58. package/core/objective.js +2 -2
  59. package/core/on-call.js +2 -2
  60. package/core/operations.js +3 -3
  61. package/core/paint-bucket.js +2 -2
  62. package/core/redo.js +2 -2
  63. package/core/refresh.js +2 -2
  64. package/core/retry.js +2 -2
  65. package/core/sort-ascending.js +2 -2
  66. package/core/sort-descending.js +2 -2
  67. package/core/sprint.js +2 -2
  68. package/core/target.js +2 -2
  69. package/core/text-bold.js +2 -2
  70. package/core/text-indent-left.js +2 -2
  71. package/core/text-indent-right.js +2 -2
  72. package/core/text-italic.js +2 -2
  73. package/core/text-spellcheck.js +2 -2
  74. package/core/text-style.js +2 -2
  75. package/core/theme.js +2 -2
  76. package/core/undo.js +2 -2
  77. package/dist/cjs/components/icon-new.js +1 -1
  78. package/dist/cjs/metadata-core.js +47 -28
  79. package/dist/cjs/metadata-utility.js +1 -1
  80. package/dist/cjs/migration-map.js +9 -4
  81. package/dist/es2019/components/icon-new.js +1 -1
  82. package/dist/es2019/metadata-core.js +47 -28
  83. package/dist/es2019/metadata-utility.js +1 -1
  84. package/dist/es2019/migration-map.js +9 -4
  85. package/dist/esm/components/icon-new.js +1 -1
  86. package/dist/esm/metadata-core.js +47 -28
  87. package/dist/esm/metadata-utility.js +1 -1
  88. package/dist/esm/migration-map.js +9 -4
  89. package/dist/types/metadata-core.d.ts +1 -1
  90. package/dist/types/metadata-utility.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  93. package/glyph/editor/layout-single.js +4 -1
  94. package/package.json +8 -5
  95. package/utility/arrow-down.js +2 -2
  96. package/utility/arrow-left.js +2 -2
  97. package/utility/arrow-right.js +2 -2
  98. package/utility/arrow-up.js +2 -2
  99. package/utility/link-external.js +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 22.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 22.18.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#140548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140548)
14
+ [`c66b92f724af1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c66b92f724af1) - ###
15
+ Summary:
16
+
17
+ - Fixes issue where icons with arrows sometimes rendered incorrectly.
18
+ - Adds and updates some icons used in Editor.
19
+
20
+ ### Added:
21
+
22
+ **`@atlaskit/icon/core`**
23
+
24
+ - `highlight`
25
+ - `layout-one-column`
26
+
27
+ ### Updated:
28
+
29
+ **`@atlaskit/icon/core`**
30
+
31
+ - `text-style`: now feature smaller text with room for a color indicator underneath.
32
+ - Icons containing arrows have corrected paths
33
+
34
+ ### Patch Changes
35
+
36
+ - [#140615](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/140615)
37
+ [`5415fdcac6ff6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5415fdcac6ff6) -
38
+ Updates to internal feature flag logic
39
+
3
40
  ## 22.17.0
4
41
 
5
42
  ### Minor Changes
@@ -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::9d1aa0572d94bc56fef315dae94d7845>>
3
+ * @codegen <<SignedSource::09631b632043bdc3ce0c74675db0a370>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowDownIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 14.25V1M3 9.25l5 5 5-5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1v12.75m-5-4.5 5 5 5-5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ArrowDownIcon.displayName = 'ArrowDownIcon';
@@ -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::9e1fd7b933e999b25f94bae27a6bfcd2>>
3
+ * @codegen <<SignedSource::3a37d280aae57eeab1805b026c5caa66>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowLeftIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 8H15M6.75 3l-5 5 5 5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15 8H2.25m4.5-5-5 5 5 5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ArrowLeftIcon.displayName = 'ArrowLeftIcon';
@@ -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::81f09b6725db6a703aeff6cd91bee5a6>>
3
+ * @codegen <<SignedSource::d3ba36590232c43c6ebd269f57604960>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowRightIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M14.25 8H1m8.25-5 5 5-5 5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h12.75m-4.5-5 5 5-5 5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ArrowRightIcon.displayName = 'ArrowRightIcon';
@@ -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::e91f147fe60ea6a83ac4e3275d8b97ba>>
3
+ * @codegen <<SignedSource::96b1cfcfc0931d844464cb4903dfa64b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowUpRightIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M12.75 3.25 3 13m2.75-9.75h7v7"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m3 13 9.25-9.25m-6.5-.5h7v7"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ArrowUpRightIcon.displayName = 'ArrowUpRightIcon';
package/core/arrow-up.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::028c48e4a53ba5814cdf6673e813d3f8>>
3
+ * @codegen <<SignedSource::4a9cdfeddb54384b8f01bd19962996e6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ArrowUpIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75V15M3 6.75l5-5 5 5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 15V2.25m-5 4.5 5-5 5 5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ArrowUpIcon.displayName = 'ArrowUpIcon';
package/core/changes.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::a703dfdfe1b0821457ae2c936c28db02>>
3
+ * @codegen <<SignedSource::dd40a0a6332c9544aded5cbbf3552358>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ChangesIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5 8-3.25 3.25m0 0L5 14.5m-3.25-3.25H14M11 1.5l3.25 3.25m0 0L11 8m3.25-3.25H2"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5 8-3.25 3.25L5 14.5m9-3.25H2.25M11 1.5l3.25 3.25L11 8M2 4.75h11.75"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ChangesIcon.displayName = 'ChangesIcon';
@@ -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::cdb1ccac2bef0b462eb765c5c5d4b174>>
3
+ * @codegen <<SignedSource::455f1cfe43f9694a0d2bdb8f4cf5b290>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ChartTrendIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 1v9.75M15 14.25H3c-.69 0-1.25-.56-1.25-1.25v-2.25m12.5-8L8.5 8.5 6.25 6.25l-4.5 4.5"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M14.25 7V2.75H10"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 1v9.75M15 14.25H3c-.69 0-1.25-.56-1.25-1.25v-2.25m0 0 4.5-4.5L8.5 8.5l5.25-5.25m.5 3.75V2.75H10"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ChartTrendIcon.displayName = 'ChartTrendIcon';
@@ -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::febd6095fdf26c9199b6c7e2fc7e7331>>
3
+ * @codegen <<SignedSource::b536b82aecf69abf6032b73160fd2ce6>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const CloudArrowUpIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-width="1.5" d="M4 8.75A2.25 2.25 0 0 1 1.75 6.5v-.482a2.73 2.73 0 0 1 1.94-2.614l.739-.223.157-.427a3.058 3.058 0 0 1 5.82.242l.273.995h1.191a2.38 2.38 0 0 1 2.38 2.38V6.5A2.25 2.25 0 0 1 12 8.75m-4 0V16"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5 11.75 3-3 3 3"/>`
27
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m4.429 3.18.217.718.358-.108.129-.35zm6.25.81-.723.2.151.55h.572zM8 8.75l.53-.53a.75.75 0 0 0-1.06 0zm2.405-5.754.723-.2zM2.5 6.5v-.482H1V6.5zm1.408-2.378.738-.224-.434-1.435-.738.223zm1.225-.683.157-.427-1.408-.517-.157.427zm4.549-.244.274.995 1.446-.398-.274-.995zm.997 1.546h1.191v-1.5h-1.19zM13.5 6.37v.13H15v-.13zm-7.97 5.91 3-3-1.06-1.06-3 3zm1.94-3 3 3 1.06-1.061-3-3zm-.22-.031V16h1.5V9.25zM13.5 6.5A1.5 1.5 0 0 1 12 8v1.5a3 3 0 0 0 3-3zm-6.044-5a2.31 2.31 0 0 1 2.226 1.695l1.446-.398A3.81 3.81 0 0 0 7.456 0zM5.29 3.012A2.31 2.31 0 0 1 7.456 1.5V0a3.81 3.81 0 0 0-3.574 2.495zm6.58 1.729c.9 0 1.63.73 1.63 1.63H15a3.13 3.13 0 0 0-3.13-3.13zM2.5 6.018a1.98 1.98 0 0 1 1.408-1.896l-.434-1.436A3.48 3.48 0 0 0 1 6.018zM4 8a1.5 1.5 0 0 1-1.5-1.5H1a3 3 0 0 0 3 3z"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  CloudArrowUpIcon.displayName = 'CloudArrowUpIcon';
@@ -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::43f40b4d80938630027ccb274cad32ea>>
3
+ * @codegen <<SignedSource::8702c26040f01b5c696d991b20050baf>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const CollapseHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M13.25 5.5 10.75 8m0 0 2.5 2.5M10.75 8H16M2.75 5.5 5.25 8m0 0-2.5 2.5M5.25 8H0m8-7v14"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M13.25 5.5 10.75 8l2.5 2.5M16 8h-4.75m-8.5-2.5L5.25 8l-2.5 2.5M0 8h4.75M8 1v14"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  CollapseHorizontalIcon.displayName = 'CollapseHorizontalIcon';
@@ -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::8f88a99ad7b3ddcdb8da2b53bab28639>>
3
+ * @codegen <<SignedSource::d58f4bc448d70df3aa393021972b5d2d>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const CollapseVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h14M5.5 2.75 8 5.25m0 0 2.5-2.5M8 5.25V0M5.5 13.25l2.5-2.5m0 0 2.5 2.5M8 10.75V16"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 8h14M5.5 2.75 8 5.25l2.5-2.5M8 0v4.75m-2.5 8.5 2.5-2.5 2.5 2.5M8 16v-4.75"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  CollapseVerticalIcon.displayName = 'CollapseVerticalIcon';
@@ -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::c5d15f2569357a047a1f64ca27caf825>>
3
+ * @codegen <<SignedSource::ef224562567c260decaba928bd983d89>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentAlignCenter".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for center aligning media and content.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::e430bb3ba4c9f8cdaba76a070a7fc1b7>>
3
+ * @codegen <<SignedSource::45933d9aa4e43f0e1c5860aaa1b44c0e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentAlignLeft".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for left aligning media and content.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::26bc36c9db233a5c3fe23eab68c7715f>>
3
+ * @codegen <<SignedSource::7311081f999c2e886a67d63fda180808>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentAlignRight".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for right aligning media and content.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::a1a41b4fed6d2ceed0b04b7e7b1888ce>>
3
+ * @codegen <<SignedSource::e527ca552635361d2de53a2bae4ac445>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentWidthNarrow".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for setting media and content to a narrow width.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::7f8c6b2e7f1983f9caf24e4d2032361a>>
3
+ * @codegen <<SignedSource::79d3ff5a19eef15cda86466d9f8aa0ee>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentWidthWide".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for setting media and content to a wide width.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::b0ec8b4a548b24224b12fbba6dd0426a>>
3
+ * @codegen <<SignedSource::2a90839c00ec614f6d6ff0bcca1dad66>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentWrapLeft".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for left aligning media and content with wrapping enabled.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::43cd92ba5266599e558972ec003a344c>>
3
+ * @codegen <<SignedSource::0295c0550ff279246dba494f8175c17b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "ContentWrapRight".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for right aligning media and content with wrapping enabled.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
package/core/decision.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::8c9e2deb6ebf95556dd638948ba257eb>>
3
+ * @codegen <<SignedSource::8b3f4231c31a066bf4397268b3bb4d1a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const DecisionIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m1.75 1.75 5.884 5.884c.234.234.366.552.366.884V15m6.5-13.5L10 6"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75H1.75V8"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 15V8.518c0-.332-.132-.65-.366-.884L2.25 2.25M14.5 1.5 10 6M8 1.75H1.75V8"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  DecisionIcon.displayName = 'DecisionIcon';
package/core/defect.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::5e01b216eb7aed8ec3868bc7ae375ac2>>
3
+ * @codegen <<SignedSource::71f824cc4e1de05f46fbcf5d006260d9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,9 +17,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "Defect".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for 'Defect' Jira issue type.
22
+ * Usage guidance: Single purpose - Reserved for Defect Jira issue type.
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
  */
package/core/discovery.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::9d4dc88bdcaa8c3a44c396369a853a07>>
3
+ * @codegen <<SignedSource::7b7af5f97c35ca72c9fc5338a9feba92>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const DiscoveryIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M13 1.75H3c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h5.25v-4a2 2 0 0 1 2-2h4V3c0-.69-.56-1.25-1.25-1.25" clip-rule="evenodd"/><path fill="currentcolor" d="M14.25 8.25V9H15v-.75zm-6 6V15H9v-.75zm3-3v-.75a.75.75 0 0 0-.75.75zm2 0 .53.53 1.28-1.28h-1.81zm-2 2h-.75v1.81l1.28-1.28zm3-5.75h-4V9h4zM7.5 10.25v4H9v-4zM3 2.5h10V1H3zm10 0a.5.5 0 0 1 .5.5H15a2 2 0 0 0-2-2zm.5.5v5.25H15V3zM8.25 13.5H3V15h5.25zM3 13.5a.5.5 0 0 1-.5-.5H1a2 2 0 0 0 2 2zm-.5-.5V3H1v10zm0-10a.5.5 0 0 1 .5-.5V1a2 2 0 0 0-2 2zm8.75 9h2v-1.5h-2zm.75 1.25v-2h-1.5v2zm.72-2.53-2 2 1.06 1.06 2-2zM1 13a2 2 0 0 0 2 2v-1.5a.5.5 0 0 1-.5-.5zm9.25-5.5a2.75 2.75 0 0 0-2.75 2.75H9C9 9.56 9.56 9 10.25 9zM15 3a2 2 0 0 0-2-2v1.5a.5.5 0 0 1 .5.5zM2.5 3a.5.5 0 0 1 .5-.5V1a2 2 0 0 0-2 2z"/><path stroke="#fff" stroke-linejoin="round" stroke-width="1.5" d="M4 4.75h7m-7 3.5h3"/>`
27
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 1h10a2 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-2m7.5 10.25a.75.75 0 0 1 .75-.75h3.81l-4.56 4.56z" clip-rule="evenodd"/><path fill="#fff" fill-rule="evenodd" d="M11 5.5H4V4h7zM7 9H4V7.5h3z" clip-rule="evenodd"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  DiscoveryIcon.displayName = 'DiscoveryIcon';
package/core/download.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::a9aaf4aeb0306f2d3ee9684dc41f2c22>>
3
+ * @codegen <<SignedSource::eb1ef1149a66571c4f3afc5dc7ecc365>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const DownloadIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 9v4c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V9M8 10.25V1"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m4 6.25 4 4 4-4"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 9v4c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V9M8 1v8.75m-4-3.5 4 4 4-4"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  DownloadIcon.displayName = 'DownloadIcon';
package/core/edit-bulk.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::3641fabbe5383036f49b84b4caa67541>>
3
+ * @codegen <<SignedSource::65f3dddbdd5c7e15e2c440586fc79985>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -17,7 +17,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
17
17
  * Please reach out in #icon-contributions before using these in production.
18
18
  *
19
19
  * Icon: "EditBulk".
20
- * Category: multi-purpose
20
+ * Category: single-purpose
21
21
  * Location: @atlaskit/icon
22
22
  * Usage guidance: Single purpose - Reserved for editing multiple objects in bulk.
23
23
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
@@ -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::71a2e5c72d660bcc8de2d0798757664e>>
3
+ * @codegen <<SignedSource::238463209b8cf58f013ec08b5b8ef825>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ExpandHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 1v14m14.5-14v14m-5.5-9.5 2.5 2.5m0 0-2.5 2.5m2.5-2.5h-8.5m2.5-2.5L3.75 8m0 0 2.5 2.5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 1v14m14.5-14v14m-5.5-9.5 2.5 2.5-2.5 2.5m-3.5-5L3.75 8l2.5 2.5m5.5-2.5h-7.5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ExpandHorizontalIcon.displayName = 'ExpandHorizontalIcon';
@@ -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::396e38059af6523f91dbdc6707580b26>>
3
+ * @codegen <<SignedSource::0982a0299162b3a0e6fe63a5d313aec9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const ExpandVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.5 9.75 2.5 2.5m0 0 2.5-2.5M8 12.25v-8.5m-7 11.5h14M1 .75h14m-9.5 5.5L8 3.75m0 0 2.5 2.5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.5 9.75 2.5 2.5 2.5-2.5M1 15.25h14M1 .75h14m-9.5 5.5L8 3.75l2.5 2.5M8 11.75v-7.5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  ExpandVerticalIcon.displayName = 'ExpandVerticalIcon';
package/core/feedback.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::2fdc79421e640da36581eab376b367cc>>
3
+ * @codegen <<SignedSource::0df978b45a8a270a3a96f94adac63c42>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const FeedbackIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.25 7H3c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25h10c.69 0 1.25.56 1.25 1.25v8c0 .69-.56 1.25-1.25 1.25H6L1.75 15V9.5"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m7.75 4.5 2.5 2.5-2.5 2.5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1.75 9.5V15L6 12.25h7c.69 0 1.25-.56 1.25-1.25V3c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v2.75C1.75 6.44 2.31 7 3 7h6.75m-2-2.5 2.5 2.5-2.5 2.5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  FeedbackIcon.displayName = 'FeedbackIcon';
@@ -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::f69eb5a9b8b1e7da8f574f6162b5c487>>
3
+ * @codegen <<SignedSource::7a69662d7c3f46d3a483d39154b3f1d3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const GrowDiagonalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m7 9-5.25 5.25M9 7l5.25-5.25M1.75 9.5v4.75H6.5m7.75-7.75V1.75H9.5"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m7 9-4.75 4.75M9 7l4.75-4.75m-12 7.25v4.75H6.5m7.75-7.75V1.75H9.5"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  GrowDiagonalIcon.displayName = 'GrowDiagonalIcon';
@@ -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::ccb353025eaeb7d4b7dabfb8df9aa0a1>>
3
+ * @codegen <<SignedSource::87af33c6c4cce76c9a9b75eefce3cb84>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const GrowHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m11.75 4.5 3.5 3.5m0 0-3.5 3.5m3.5-3.5H9M4.25 4.5.75 8m0 0 3.5 3.5M.75 8H7"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m11.75 4.5 3.5 3.5-3.5 3.5M9 8h5.75M4.25 4.5.75 8l3.5 3.5M7 8H1.25"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  GrowHorizontalIcon.displayName = 'GrowHorizontalIcon';
@@ -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::06df44eaf1cd7a7ded098d0a43af5a13>>
3
+ * @codegen <<SignedSource::6099b964ee1aa5045990f6c96b7d4810>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const GrowVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.5 4.25 8 .75m0 0 3.5 3.5M8 .75V7m-3.5 4.75 3.5 3.5m0 0 3.5-3.5M8 15.25V9"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.5 4.25 8 .75l3.5 3.5M8 7V1.25m-3.5 10.5 3.5 3.5 3.5-3.5M8 9v5.75"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  GrowVerticalIcon.displayName = 'GrowVerticalIcon';
@@ -0,0 +1,14 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::83d171dbfbeff4d8a134bd0830e39c72>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import Icon from '@atlaskit/icon/UNSAFE_base-new';
9
+
10
+ declare const HighlightIcon: {
11
+ (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ displayName: string;
13
+ };
14
+ export default HighlightIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::86a5a7dc0d1b2da69acd4bf2dc653269>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+ "use strict";
7
+
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ exports.default = void 0;
12
+ var _react = _interopRequireDefault(require("react"));
13
+ var _UNSAFE_baseNew = _interopRequireDefault(require("@atlaskit/icon/UNSAFE_base-new"));
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+ /**
16
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "Highlight".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon
22
+ * Usage guidance: Single purpose - Reserved for highlight text tool in Confluence Editor.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const HighlightIcon = props => /*#__PURE__*/_react.default.createElement(_UNSAFE_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.125 9.375 3.5 8.75l1.25-3.5L10.946.925a.625.625 0 0 1 .8.07l1.259 1.26a.625.625 0 0 1 .07.8L8.75 9.25l-3.5 1.25-.625-.625m-.5-.5L3 10.5l.5.5 1.125-1.125m-.5-.5.5.5m.12-4.632 4 4"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ HighlightIcon.displayName = 'HighlightIcon';
31
+ var _default = exports.default = HighlightIcon;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f42797004f1a4c4b829eb8dd191845ec>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import React from 'react';
8
+ import Icon from '@atlaskit/icon/UNSAFE_base-new';
9
+
10
+ declare const LayoutOneColumnIcon: {
11
+ (props: Omit<React.ComponentProps<typeof Icon>, 'dangerouslySetGlyph' | 'type'>): JSX.Element;
12
+ displayName: string;
13
+ };
14
+ export default LayoutOneColumnIcon;