@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/CHANGELOG.md CHANGED
@@ -1,5 +1,62 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 26.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#160927](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160927)
8
+ [`70494296070b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70494296070b5) -
9
+ This release adds icons in `@atlaskit/icon`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon/core`**
14
+
15
+ - `panel-left`
16
+ - `panel-right`
17
+
18
+ ## 26.2.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#160457](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/160457)
23
+ [`9b2c186eb964f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9b2c186eb964f) -
24
+ This release updates icons in `@atlaskit/icon`.
25
+
26
+ ### Updated:
27
+
28
+ **`@atlaskit/icon/core`**
29
+
30
+ - `attachment`
31
+ - `check-circle`
32
+ - `chevron-right`
33
+ - `clock`
34
+ - `defect`
35
+ - `devices`
36
+ - `exclamation-square`
37
+ - `list-checklist`
38
+ - `minus-square`
39
+ - `pen`
40
+ - `pin-filled`
41
+ - `pin`
42
+ - `plus-square`
43
+ - `priority-blocker`
44
+ - `priority-critical`
45
+ - `priority-high`
46
+ - `priority-highest`
47
+ - `priority-low`
48
+ - `priority-lowest`
49
+ - `priority-major`
50
+ - `priority-medium`
51
+ - `priority-minor`
52
+ - `priority-trivial`
53
+ - `problem`
54
+ - `story`
55
+ - `subtasks`
56
+ - `tools`
57
+ - `work-item`
58
+ - `work-items`
59
+
3
60
  ## 26.1.1
4
61
 
5
62
  ### Patch 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::99a261ced8b464095d2fb123eeebd7f8>>
3
+ * @codegen <<SignedSource::174ee51c60633f76b0dbf1c968e4afc5>>
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 AttachmentIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.72 1.97a3.578 3.578 0 1 1 5.06 5.06l-4.5 4.5a2.164 2.164 0 1 1-3.06-3.06l4.5-4.5 1.06 1.06-4.5 4.5a.664.664 0 0 0 .94.94l4.5-4.5a2.079 2.079 0 0 0-2.94-2.94l-4.5 4.5a3.493 3.493 0 0 0 4.94 4.94l2.5-2.5 1.06 1.06-2.5 2.5a4.993 4.993 0 1 1-7.06-7.06z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m5.22 8.47 4.5-4.5 1.06 1.06-4.5 4.5a.664.664 0 0 0 .94.94l4.5-4.5a2.079 2.079 0 0 0-2.94-2.94l-4.5 4.5a3.492 3.492 0 0 0 4.94 4.94l2.5-2.5 1.06 1.06-2.5 2.5a4.993 4.993 0 0 1-7.06-7.06l4.5-4.5a3.578 3.578 0 0 1 5.06 5.06l-4.5 4.5a2.165 2.165 0 0 1-3.06-3.06"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  AttachmentIcon.displayName = 'AttachmentIcon';
@@ -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::114f507630eda1e5cfc84d510c7f0a43>>
3
+ * @codegen <<SignedSource::2e29ae4526453fe67eff894ad5ac76ad>>
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 CheckCircleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13m4.326 3.98-5 6a.75.75 0 0 1-1.152 0l-2.5-3 1.152-.96L6.75 9.828l4.424-5.308z" 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 0m-2.174-2.52-5 6a.75.75 0 0 1-1.152 0l-2.5-3 1.152-.96L6.75 9.828l4.424-5.308zM16 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
  CheckCircleIcon.displayName = 'CheckCircleIcon';
@@ -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::0aedad896576c9f30117ce568dac9ae2>>
3
+ * @codegen <<SignedSource::89a5ee1ee34f6c51127fc5be19fb8c41>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronDoubleLeft".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Known uses: Navigate to previous year in calendar/date picker
19
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
22
  */
@@ -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::efa862c3c428395b18b265911f386760>>
3
+ * @codegen <<SignedSource::a70faad39a1700c3cb50a44f6bcc1a4e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronDoubleRight".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Known uses: Navigate to next year in calendar/date picker
19
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
22
  */
@@ -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::05a4941b07732842dd47a8ac581e394b>>
3
+ * @codegen <<SignedSource::55c6484ab5ceb86b7f950bb9205e88a3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronDown".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
20
+ Known uses: Open dropdown menu, expanded tree item, collapse tree item
19
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
23
  */
@@ -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::9d5b8c4a4b8259ad2ac099d079c39acc>>
3
+ * @codegen <<SignedSource::4b851fec559156e1edca3c5f214f4a7f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronLeft".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
20
+ Known uses: Navigate back, show previous page of pagination results
19
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
23
  */
@@ -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::6d99c40083bd8ba17abae11f3e4c84cb>>
3
+ * @codegen <<SignedSource::dc9b5ca0894f9a89607a0f553a633e25>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronRight".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
20
+ Known uses: Next page of pagination results, collapsed tree item, expand tree item
19
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
23
  */
@@ -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::384cf900fa5e1e265919ad6f422b5c61>>
3
+ * @codegen <<SignedSource::186cfd732e4641b5fdb3f2d7a456f10c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,6 +16,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ChevronUp".
17
17
  * Category: multi-purpose
18
18
  * Location: @atlaskit/icon
19
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
20
+ Known uses: Close dropdown menu
19
21
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
20
22
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
21
23
  */
package/core/clock.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::e4c1734fa923dab0dd658a9a18dcfad0>>
3
+ * @codegen <<SignedSource::adfa31acacdadf9066a8b0b559629bfc>>
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 ClockIcon = 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 8m8.75-.36V3.25h-1.5v5.11l2.781 2.226.938-1.172z" 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 0M8.75 3.25v4.389l2.219 1.775-.938 1.172-2.5-2-.281-.226V3.25zM16 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
  ClockIcon.displayName = 'ClockIcon';
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::b87e183d0bc62c81a87ff27804c12c52>>
3
+ * @codegen <<SignedSource::cffb471186cd89a31d758cfe572fdc20>>
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 DefectIcon = 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-.5H9.513l-1.167 3h1.904a.75.75 0 0 1 .699 1.022l-1.75 4.5-1.398-.544L9.154 7H7.25a.75.75 0 0 1-.699-1.022L7.904 2.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H9.513l-1.166 3h1.903a.75.75 0 0 1 .7 1.021l-1.75 4.5-1.4-.543L9.154 7H7.25a.75.75 0 0 1-.7-1.021L7.904 2.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM15 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
  DefectIcon.displayName = 'DefectIcon';
package/core/devices.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::2964e1db519faefbac1fd16fc06b650e>>
3
+ * @codegen <<SignedSource::86996f811d99ced9816a8bb7c5f9ffb2>>
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 DevicesIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.5 2.5A.5.5 0 0 0 3 3v7h5v1.5H1.5v.5a.5.5 0 0 0 .5.5h6V14H2a2 2 0 0 1-2-2v-1.25A.75.75 0 0 1 .75 10h.75V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1.5H13V3a.5.5 0 0 0-.5-.5zm6 5.5a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2.5a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8a.5.5 0 0 0-.5-.5h-2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5zM13 3a.5.5 0 0 0-.5-.5h-9A.5.5 0 0 0 3 3v7h5v1.5H1.5v.5a.5.5 0 0 0 .5.5h6V14H2a2 2 0 0 1-2-2v-1.25l.004-.077A.75.75 0 0 1 .75 10h.75V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1.5H13zm3 11a2 2 0 0 1-2 2h-2.5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2H14a2 2 0 0 1 2 2z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  DevicesIcon.displayName = 'DevicesIcon';
@@ -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::2b0d124e457d5801617d2b83aa5799b9>>
3
+ * @codegen <<SignedSource::621a068ba1a664cb6c4f35ce5ba4a899>>
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 ExclamationSquareIcon = 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-.5zM7.25 9V4h1.5v5z" clip-rule="evenodd"/><path fill="currentcolor" d="M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
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 4v5h-1.5V4zM15 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"/><path fill="currentcolor" d="M9 11.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ExclamationSquareIcon.displayName = 'ExclamationSquareIcon';
@@ -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::b903c1aeed9dcc78b6920466c5c66a0d>>
3
+ * @codegen <<SignedSource::481d1ea8ad85e9d7b0bddff8ba9b16d1>>
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 ListChecklistIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m5.59 2.47-3 3.75a.75.75 0 0 1-1.22-.06L0 4.03l1.26-.81.81 1.25 2.35-2.94zm0 7.5-3 3.75a.75.75 0 0 1-1.22-.06L0 11.54l1.26-.81.81 1.25 2.35-2.94zM16 5H7V3.5h9zm0 7.5H7V11h9z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="m5.59 9.97-3 3.75a.75.75 0 0 1-1.16.01l-.05-.07-1.37-2.12 1.26-.81.81 1.25 2.33-2.95zm0-7.5-3 3.75a.75.75 0 0 1-1.16.01l-.05-.07L.01 4.04l1.26-.81.81 1.25 2.33-2.95zM16 11v1.5H7V11zm0-7.5V5H7V3.5z"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  ListChecklistIcon.displayName = 'ListChecklistIcon';
@@ -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::09f8583bbc8ebf2e03977a53b3b2431d>>
3
+ * @codegen <<SignedSource::59626c08204f2fadde30105abe0da3b1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Open dropdown menu, expanded tree item, collapse tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f0a527b9fbd19f12aa8b3a40ed19f48c>>
3
+ * @codegen <<SignedSource::e7cd534c00fe7f264597ee666bf617f5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Open dropdown menu, expanded tree item, collapse tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::118036bebf83d35a87abd08d1f67ec19>>
3
+ * @codegen <<SignedSource::b604d93f37780dd1b714089781bfee62>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Open dropdown menu, expanded tree item, collapse tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4ec16a8b3668a256708abceb0d7d3c7e>>
3
+ * @codegen <<SignedSource::ba077c7a26c607a900c6f8a00fd1f020>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Navigate back, show previous page of pagination results
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3a278a6cfed0f849d237aca1133973e8>>
3
+ * @codegen <<SignedSource::e34bc8237f35d48455854b605c0f874a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Navigate back, show previous page of pagination results
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::73c63d2f299dfa1c3f4f2deb74ad8fd5>>
3
+ * @codegen <<SignedSource::35e11ccb97e0d586e61a9d73f9190646>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Navigate back, show previous page of pagination results
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::e75e03023a4b6a855da6b347e989e9ce>>
3
+ * @codegen <<SignedSource::0c38e6c5a8f04cd2f45fe6dda170eaff>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Next page of pagination results, collapsed tree item, expand tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::740f6cddb95c56c5c4c0beb67f7dccb3>>
3
+ * @codegen <<SignedSource::0d4724a1e5dc4e8ab6ea5bb133724929>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Next page of pagination results, collapsed tree item, expand tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::005d53414e0b7fe018aceef15094403a>>
3
+ * @codegen <<SignedSource::306a4e4bd10916f4b0209b70ce9a55c2>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Next page of pagination results, collapsed tree item, expand tree item
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::82273d7016fe9d19fcef25761ebc96ae>>
3
+ * @codegen <<SignedSource::61878d3adddcaf94ea13bd66a1c7ae1b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Close dropdown menu
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0e6f3dc0e27d0c7d3b6cfe94e38052b6>>
3
+ * @codegen <<SignedSource::e591300488a0b21b4d41dc998cb671a7>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Close dropdown menu
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0291258c506777aac220262c44f610b3>>
3
+ * @codegen <<SignedSource::636414aaf061bfcc39e7053bfa952962>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -19,6 +19,8 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
19
19
  *
20
20
  * Category: multi-purpose
21
21
  * Location: @atlaskit/icon
22
+ * Usage guidance: Do not use 16px chevrons within buttons, icon buttons, or dropdowns to maintain visual cohesion with ADS which uses 12px chevrons.
23
+ Known uses: Close dropdown menu
22
24
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
23
25
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
24
26
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0940f97d6565c6e969b6ec3e3731bed3>>
3
+ * @codegen <<SignedSource::7ae0b716cc084036e713588fae9ee233>>
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 MinusSquareIcon = 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-.5zm9 6.25H4v-1.5h8z" 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-.5zM12 7.25v1.5H4v-1.5zM15 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
  MinusSquareIcon.displayName = 'MinusSquareIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ba08d94cacf51afba1b1b73b97f7baf6>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PanelLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PanelLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::022a93d8181f11b751c8d1c27d34dcb8>>
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 _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "PanelLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a preview panel to the left of the viewport edge. Use for right-to-left languages which invert the navigational chrome.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const PanelLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H8v11h6a.5.5 0 0 0 .5-.5zM5 10v1.5H3V10zm0-3v1.5H3V7zm0-3v1.5H3V4zm-3.5 9a.5.5 0 0 0 .5.5h4.5v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ PanelLeftIcon.displayName = 'PanelLeftIcon';
28
+ var _default = exports.default = PanelLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::80ad40c5cc61ff972c7d44982e9c64db>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const PanelRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default PanelRightIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8b10c2aaa76d32294bc7ed1c0a1888df>>
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 _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new"));
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ /**
16
+ * Icon: "PanelRight".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon
19
+ * Usage guidance: Reserved for opening a preview panel to the right of the viewport edge. Use only for left-to-right languages.
20
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
+ */
23
+ const PanelRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.5-.5H9.5v11H14a.5.5 0 0 0 .5-.5zM13 10v1.5h-2V10zm0-3v1.5h-2V7zm0-3v1.5h-2V4zM1.5 13a.5.5 0 0 0 .5.5h6v-11H2a.5.5 0 0 0-.5.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ PanelRightIcon.displayName = 'PanelRightIcon';
28
+ var _default = exports.default = PanelRightIcon;