@atlaskit/icon 26.4.1 → 27.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/CHANGELOG.md +116 -0
  2. package/afm-cc/tsconfig.json +1 -1
  3. package/afm-townsquare/tsconfig.json +27 -0
  4. package/core/capture.d.ts +4 -1
  5. package/core/capture.js +3 -3
  6. package/core/cash.js +2 -2
  7. package/core/close.d.ts +4 -1
  8. package/core/close.js +3 -3
  9. package/core/{issue.d.ts → cross.d.ts} +3 -6
  10. package/core/{align-right.js → cross.js} +7 -7
  11. package/core/discovery.d.ts +4 -1
  12. package/core/discovery.js +3 -2
  13. package/core/error.d.ts +4 -1
  14. package/core/error.js +3 -2
  15. package/core/flask.js +2 -2
  16. package/core/{issues.d.ts → focus-area.d.ts} +3 -6
  17. package/core/{summarize.js → focus-area.js} +7 -7
  18. package/core/information.d.ts +4 -1
  19. package/core/information.js +4 -2
  20. package/core/lightbulb.js +2 -2
  21. package/core/magic-wand.js +2 -2
  22. package/core/migration/{align-center--editor-align-center.d.ts → align-text-left--overview.d.ts} +3 -3
  23. package/core/migration/{align-left--overview.js → align-text-left--overview.js} +7 -7
  24. package/core/migration/capture--jira-capture.js +3 -3
  25. package/core/migration/{align-right--editor-align-right.d.ts → child-work-items--child-issues.d.ts} +3 -3
  26. package/core/migration/{child-issues.js → child-work-items--child-issues.js} +9 -9
  27. package/core/migration/close--cross.js +3 -3
  28. package/core/migration/close--editor-close.js +3 -3
  29. package/core/migration/discovery--editor-note.js +3 -2
  30. package/core/migration/error.js +3 -2
  31. package/core/migration/information--editor-info.js +4 -2
  32. package/core/migration/information--editor-panel.js +4 -2
  33. package/core/migration/information--info.js +4 -2
  34. package/core/migration/{drag-handle--drag-handler.d.ts → panel-right--detail-view.d.ts} +3 -3
  35. package/core/migration/{sidebar-right--detail-view.js → panel-right--detail-view.js} +8 -8
  36. package/core/migration/{align-left--overview.d.ts → panel-right--room-menu.d.ts} +3 -3
  37. package/core/migration/{sidebar-right--room-menu.js → panel-right--room-menu.js} +8 -8
  38. package/core/migration/success--check-circle.js +2 -2
  39. package/core/migration/success--editor-success.js +2 -2
  40. package/core/migration/warning--editor-warning.js +3 -2
  41. package/core/migration/warning.js +3 -2
  42. package/core/migration/{issue.d.ts → work-item--issue.d.ts} +3 -3
  43. package/core/migration/{issue.js → work-item--issue.js} +10 -10
  44. package/core/migration/{align-left--editor-align-left.d.ts → work-items--issues.d.ts} +3 -3
  45. package/core/migration/{issues.js → work-items--issues.js} +9 -9
  46. package/core/paint-palette.js +2 -2
  47. package/core/pen.js +2 -2
  48. package/core/{drawer-left.d.ts → status-discovery.d.ts} +3 -6
  49. package/core/{border-weight-medium.js → status-discovery.js} +8 -7
  50. package/core/{align-left.d.ts → status-error.d.ts} +3 -6
  51. package/core/{drawer-right.js → status-error.js} +8 -7
  52. package/core/status-information.d.ts +13 -0
  53. package/core/{content-align-right.js → status-information.js} +9 -7
  54. package/core/status-success.d.ts +13 -0
  55. package/core/{border-weight-thick.js → status-success.js} +7 -7
  56. package/core/status-verified.js +3 -2
  57. package/core/status-warning.d.ts +13 -0
  58. package/core/{border-weight-thin.js → status-warning.js} +8 -7
  59. package/core/success.d.ts +4 -1
  60. package/core/success.js +2 -2
  61. package/core/warning.d.ts +4 -1
  62. package/core/warning.js +3 -2
  63. package/dist/cjs/deprecated-core.js +2 -81
  64. package/dist/cjs/deprecated-utility.js +134 -4
  65. package/dist/cjs/metadata-core.js +133 -308
  66. package/dist/cjs/metadata-utility.js +170 -30
  67. package/dist/cjs/migration-map.js +6 -6
  68. package/dist/es2019/deprecated-core.js +2 -81
  69. package/dist/es2019/deprecated-utility.js +134 -4
  70. package/dist/es2019/metadata-core.js +133 -308
  71. package/dist/es2019/metadata-utility.js +170 -30
  72. package/dist/es2019/migration-map.js +6 -6
  73. package/dist/esm/deprecated-core.js +2 -81
  74. package/dist/esm/deprecated-utility.js +134 -4
  75. package/dist/esm/metadata-core.js +133 -308
  76. package/dist/esm/metadata-utility.js +170 -30
  77. package/dist/esm/migration-map.js +6 -6
  78. package/dist/types/deprecated-core.d.ts +1 -1
  79. package/dist/types/deprecated-utility.d.ts +1 -1
  80. package/dist/types/metadata-core.d.ts +1 -1
  81. package/dist/types/metadata-utility.d.ts +1 -1
  82. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  83. package/dist/types-ts4.5/deprecated-utility.d.ts +1 -1
  84. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  85. package/dist/types-ts4.5/metadata-utility.d.ts +1 -1
  86. package/glyph/child-issues.js +2 -2
  87. package/glyph/detail-view.js +2 -2
  88. package/glyph/issue.js +2 -2
  89. package/glyph/issues.js +2 -2
  90. package/glyph/overview.js +2 -2
  91. package/glyph/room-menu.js +2 -2
  92. package/package.json +7 -7
  93. package/svgs/core/cash.svg +1 -1
  94. package/svgs/core/cross.svg +1 -0
  95. package/svgs/core/flask.svg +1 -1
  96. package/svgs/core/focus-area.svg +1 -0
  97. package/svgs/core/lightbulb.svg +1 -1
  98. package/svgs/core/magic-wand.svg +1 -1
  99. package/svgs/core/paint-palette.svg +1 -1
  100. package/svgs/core/pen.svg +1 -1
  101. package/svgs/core/status-discovery.svg +1 -0
  102. package/svgs/core/status-error.svg +1 -0
  103. package/svgs/core/status-information.svg +1 -0
  104. package/svgs/core/status-success.svg +1 -0
  105. package/svgs/core/status-verified.svg +1 -1
  106. package/svgs/core/status-warning.svg +1 -0
  107. package/utility/add.d.ts +4 -1
  108. package/utility/arrow-down.d.ts +4 -1
  109. package/utility/arrow-left.d.ts +4 -1
  110. package/utility/arrow-right.d.ts +4 -1
  111. package/utility/arrow-up.d.ts +4 -1
  112. package/utility/check-circle.d.ts +4 -1
  113. package/utility/check-mark.d.ts +4 -1
  114. package/utility/chevron-double-left.d.ts +4 -1
  115. package/utility/chevron-double-right.d.ts +4 -1
  116. package/utility/chevron-down.d.ts +4 -1
  117. package/utility/chevron-left.d.ts +4 -1
  118. package/utility/chevron-right.d.ts +4 -1
  119. package/utility/chevron-up.d.ts +4 -1
  120. package/utility/cross-circle.d.ts +4 -1
  121. package/utility/cross.d.ts +4 -1
  122. package/utility/drag-handle-horizontal.d.ts +4 -1
  123. package/utility/drag-handle-vertical.d.ts +4 -1
  124. package/utility/drag-handle.d.ts +2 -2
  125. package/utility/error.d.ts +4 -1
  126. package/utility/information.d.ts +4 -1
  127. package/utility/link-external.d.ts +4 -1
  128. package/utility/lock-locked.d.ts +4 -1
  129. package/utility/lock-unlocked.d.ts +4 -1
  130. package/utility/show-more-horizontal.d.ts +4 -1
  131. package/utility/show-more-vertical.d.ts +4 -1
  132. package/utility/star-starred.d.ts +4 -1
  133. package/utility/star-unstarred.d.ts +4 -1
  134. package/utility/success.d.ts +4 -1
  135. package/utility/warning.d.ts +4 -1
  136. package/core/align-center.d.ts +0 -16
  137. package/core/align-center.js +0 -28
  138. package/core/align-left.js +0 -28
  139. package/core/align-right.d.ts +0 -16
  140. package/core/border-weight-medium.d.ts +0 -16
  141. package/core/border-weight-thick.d.ts +0 -16
  142. package/core/border-weight-thin.d.ts +0 -16
  143. package/core/child-issues.d.ts +0 -16
  144. package/core/child-issues.js +0 -28
  145. package/core/content-align-center.d.ts +0 -16
  146. package/core/content-align-center.js +0 -28
  147. package/core/content-align-left.d.ts +0 -16
  148. package/core/content-align-left.js +0 -28
  149. package/core/content-align-right.d.ts +0 -16
  150. package/core/drag-handle.d.ts +0 -16
  151. package/core/drag-handle.js +0 -28
  152. package/core/drawer-left.js +0 -28
  153. package/core/drawer-right.d.ts +0 -16
  154. package/core/issue.js +0 -28
  155. package/core/issues.js +0 -28
  156. package/core/migration/align-center--editor-align-center.js +0 -31
  157. package/core/migration/align-left--editor-align-left.js +0 -31
  158. package/core/migration/align-right--editor-align-right.js +0 -31
  159. package/core/migration/border-weight-thin--media-services-line.d.ts +0 -15
  160. package/core/migration/border-weight-thin--media-services-line.js +0 -31
  161. package/core/migration/child-issues.d.ts +0 -15
  162. package/core/migration/content-align-center--editor-align-image-center.d.ts +0 -15
  163. package/core/migration/content-align-center--editor-align-image-center.js +0 -31
  164. package/core/migration/content-align-left--editor-align-image-left.d.ts +0 -15
  165. package/core/migration/content-align-left--editor-align-image-left.js +0 -31
  166. package/core/migration/content-align-right--editor-align-image-right.d.ts +0 -15
  167. package/core/migration/content-align-right--editor-align-image-right.js +0 -31
  168. package/core/migration/drag-handle--drag-handler.js +0 -31
  169. package/core/migration/issues.d.ts +0 -15
  170. package/core/migration/sidebar-right--detail-view.d.ts +0 -15
  171. package/core/migration/sidebar-right--room-menu.d.ts +0 -15
  172. package/core/sidebar-left.d.ts +0 -16
  173. package/core/sidebar-left.js +0 -28
  174. package/core/sidebar-right.d.ts +0 -16
  175. package/core/sidebar-right.js +0 -28
  176. package/core/summarize.d.ts +0 -16
  177. package/svgs/core/align-center.svg +0 -1
  178. package/svgs/core/align-left.svg +0 -1
  179. package/svgs/core/align-right.svg +0 -1
  180. package/svgs/core/border-weight-medium.svg +0 -1
  181. package/svgs/core/border-weight-thick.svg +0 -1
  182. package/svgs/core/border-weight-thin.svg +0 -1
  183. package/svgs/core/child-issues.svg +0 -1
  184. package/svgs/core/content-align-center.svg +0 -1
  185. package/svgs/core/content-align-left.svg +0 -1
  186. package/svgs/core/content-align-right.svg +0 -1
  187. package/svgs/core/drag-handle.svg +0 -1
  188. package/svgs/core/drawer-left.svg +0 -1
  189. package/svgs/core/drawer-right.svg +0 -1
  190. package/svgs/core/issue.svg +0 -1
  191. package/svgs/core/issues.svg +0 -1
  192. package/svgs/core/sidebar-left.svg +0 -1
  193. package/svgs/core/sidebar-right.svg +0 -1
  194. package/svgs/core/summarize.svg +0 -1
@@ -1,31 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::93e6e19651ada7306bb6a5fa80edf8fa>>
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 _borderWeightThin = _interopRequireDefault(require("@atlaskit/icon/core/border-weight-thin"));
14
- var _line = _interopRequireDefault(require("@atlaskit/icon/glyph/media-services/line"));
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- /**
17
- * Migration Icon component for BorderWeightThinIcon.
18
- * This component is BorderWeightThinIcon, with `UNSAFE_fallbackIcon` set to "MediaServicesLineIcon".
19
- *
20
- * Category: single-purpose
21
- * Location: @atlaskit/icon
22
- * Usage guidance: Reserved for representing thin border stroke widths.
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 BorderWeightThinIcon = props => /*#__PURE__*/_react.default.createElement(_borderWeightThin.default, Object.assign({
27
- LEGACY_fallbackIcon: _line.default
28
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
- }, props));
30
- BorderWeightThinIcon.Name = 'BorderWeightThinIconMigration';
31
- var _default = exports.default = BorderWeightThinIcon;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::a8856e68bff40725231b61f86254a370>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const ChildIssuesIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default ChildIssuesIconMigration;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::34dbc9c897e8b67dc625b0b29e1386ae>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const ContentAlignCenterIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default ContentAlignCenterIconMigration;
@@ -1,31 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::7e6aedff4d53728f0bfb5b38b4570ce7>>
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 _contentAlignCenter = _interopRequireDefault(require("@atlaskit/icon/core/content-align-center"));
14
- var _alignImageCenter = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-image-center"));
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- /**
17
- * Migration Icon component for ContentAlignCenterIcon.
18
- * This component is ContentAlignCenterIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageCenterIcon".
19
- *
20
- * Category: single-purpose
21
- * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for center aligning media and content.
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 ContentAlignCenterIcon = props => /*#__PURE__*/_react.default.createElement(_contentAlignCenter.default, Object.assign({
27
- LEGACY_fallbackIcon: _alignImageCenter.default
28
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
- }, props));
30
- ContentAlignCenterIcon.Name = 'ContentAlignCenterIconMigration';
31
- var _default = exports.default = ContentAlignCenterIcon;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::292dfa4d8763f42033efc5c17b5651b5>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const ContentAlignLeftIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default ContentAlignLeftIconMigration;
@@ -1,31 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::37145fcbf5ed6d8abd2e10c9ef98652f>>
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 _contentAlignLeft = _interopRequireDefault(require("@atlaskit/icon/core/content-align-left"));
14
- var _alignImageLeft = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-image-left"));
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- /**
17
- * Migration Icon component for ContentAlignLeftIcon.
18
- * This component is ContentAlignLeftIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageLeftIcon".
19
- *
20
- * Category: single-purpose
21
- * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for left aligning media and content.
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 ContentAlignLeftIcon = props => /*#__PURE__*/_react.default.createElement(_contentAlignLeft.default, Object.assign({
27
- LEGACY_fallbackIcon: _alignImageLeft.default
28
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
- }, props));
30
- ContentAlignLeftIcon.Name = 'ContentAlignLeftIconMigration';
31
- var _default = exports.default = ContentAlignLeftIcon;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::36c12a66565370191ffd49e717bc170a>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const ContentAlignRightIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default ContentAlignRightIconMigration;
@@ -1,31 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::f94e073d76bc490a4f7b3dc7496f79e8>>
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 _contentAlignRight = _interopRequireDefault(require("@atlaskit/icon/core/content-align-right"));
14
- var _alignImageRight = _interopRequireDefault(require("@atlaskit/icon/glyph/editor/align-image-right"));
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- /**
17
- * Migration Icon component for ContentAlignRightIcon.
18
- * This component is ContentAlignRightIcon, with `UNSAFE_fallbackIcon` set to "EditorAlignImageRightIcon".
19
- *
20
- * Category: single-purpose
21
- * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for right aligning media and content.
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 ContentAlignRightIcon = props => /*#__PURE__*/_react.default.createElement(_contentAlignRight.default, Object.assign({
27
- LEGACY_fallbackIcon: _alignImageRight.default
28
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
- }, props));
30
- ContentAlignRightIcon.Name = 'ContentAlignRightIconMigration';
31
- var _default = exports.default = ContentAlignRightIcon;
@@ -1,31 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5d4d2a245f8aab8f82b97947fb6b2255>>
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 _dragHandle = _interopRequireDefault(require("@atlaskit/icon/core/drag-handle"));
14
- var _dragHandler = _interopRequireDefault(require("@atlaskit/icon/glyph/drag-handler"));
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- /**
17
- * Migration Icon component for DragHandleIcon.
18
- * This component is DragHandleIcon, with `UNSAFE_fallbackIcon` set to "DragHandlerIcon".
19
- *
20
- * Category: single-purpose
21
- * Location: @atlaskit/icon
22
- * Usage guidance: Single purpose - Reserved for draggable elements along a vertical axis.
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 DragHandleIcon = props => /*#__PURE__*/_react.default.createElement(_dragHandle.default, Object.assign({
27
- LEGACY_fallbackIcon: _dragHandler.default
28
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
- }, props));
30
- DragHandleIcon.Name = 'DragHandleIconMigration';
31
- var _default = exports.default = DragHandleIcon;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::080a7208a0a506d86e990abdf914de5d>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const IssuesIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default IssuesIconMigration;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::94149022bf387cbb7c433b9da58981a9>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const SidebarRightIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default SidebarRightIconMigration;
@@ -1,15 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::94149022bf387cbb7c433b9da58981a9>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import React from 'react';
8
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
9
- import Icon from '@atlaskit/icon/base-new';
10
-
11
- declare const SidebarRightIconMigration: {
12
- (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
13
- displayName: string;
14
- };
15
- export default SidebarRightIconMigration;
@@ -1,16 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::92832e7bb082159eab67198c65433053>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
-
9
- /**
10
- * @deprecated The icon "sidebar-left" is deprecated in favour of "panel-left" from “@atlaskit/icon/core”
11
- */
12
- declare const SidebarLeftIcon: {
13
- (props: NewCoreIconProps): JSX.Element;
14
- displayName: string;
15
- };
16
- export default SidebarLeftIcon;
@@ -1,28 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bbf0a620b439f947d4e41cc4cd52674e>>
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: "SidebarLeft".
17
- * Category: single-purpose
18
- * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the left of the viewport edge.
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 SidebarLeftIcon = 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.5h5.5v-9zm7 0v9h5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm-3 3H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
27
- SidebarLeftIcon.displayName = 'SidebarLeftIcon';
28
- var _default = exports.default = SidebarLeftIcon;
@@ -1,16 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::46402e2d2d758d9f400b93e074b1d3e8>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
-
9
- /**
10
- * @deprecated The icon "sidebar-right" is deprecated in favour of "panel-right" from “@atlaskit/icon/core”
11
- */
12
- declare const SidebarRightIcon: {
13
- (props: NewCoreIconProps): JSX.Element;
14
- displayName: string;
15
- };
16
- export default SidebarRightIcon;
@@ -1,28 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::0baa35972d89eacaa977962f4f53337e>>
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: "SidebarRight".
17
- * Category: single-purpose
18
- * Location: @atlaskit/icon
19
- * Usage guidance: Reserved for opening a drawer or sidebar to the right of the viewport edge.
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 SidebarRightIcon = 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.5h5v-9zm6.5 0v9H14a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm4.5 3h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/>`
25
- // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
- }, props));
27
- SidebarRightIcon.displayName = 'SidebarRightIcon';
28
- var _default = exports.default = SidebarRightIcon;
@@ -1,16 +0,0 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::587c4908d31c30697c90aa2830e5b9c8>>
4
- * @codegenCommand yarn build:icon-glyphs
5
- */
6
-
7
- import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
-
9
- /**
10
- * @deprecated The icon "summarize" is deprecated in favour of "ai-generative-text-summary" from “@atlaskit/icon/core”
11
- */
12
- declare const SummarizeIcon: {
13
- (props: NewCoreIconProps): JSX.Element;
14
- displayName: string;
15
- };
16
- export default SummarizeIcon;
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M12 3.5H4V2h8zm3 5.25H1v-1.5h14zM12 14H4v-1.5h8z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM8 14H1v-1.5h7z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 3.5H1V2h14zm0 5.25H1v-1.5h14zM15 14H8v-1.5h7z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m14.707 2.707-12 12-1.414-1.414 12-12z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m14.884 2.884-12 12-1.768-1.768 12-12z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m14.53 2.53-12 12-1.06-1.06 12-12z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2.5 4.5V1H1v10a2 2 0 0 0 2 2h4v.75c0 .69.56 1.25 1.25 1.25h5.5c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25h-5.5c-.69 0-1.25.56-1.25 1.25v.75H3a.5.5 0 0 1-.5-.5V6H7v.75C7 7.44 7.56 8 8.25 8h5.5C14.44 8 15 7.44 15 6.75v-3c0-.69-.56-1.25-1.25-1.25h-5.5C7.56 2.5 7 3.06 7 3.75v.75zm6-.5v2.5h5V4zm0 7v2.5h5V11z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm-8.5 4v3h3v-3zM6.375 5h3.25C10.385 5 11 5.616 11 6.375v3.25c0 .76-.616 1.375-1.375 1.375h-3.25C5.615 11 5 10.384 5 9.625v-3.25C5 5.615 5.616 5 6.375 5M15 15H1v-1.5h14z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm-12.5 4v3h3v-3zM2.375 5h3.25C6.385 5 7 5.616 7 6.375v3.25C7 10.385 6.384 11 5.625 11h-3.25C1.615 11 1 10.384 1 9.625v-3.25C1 5.615 1.616 5 2.375 5M15 15H1v-1.5h14z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm-4.5 4v3h3v-3zM10.375 5h3.25C14.385 5 15 5.616 15 6.375v3.25c0 .76-.616 1.375-1.375 1.375h-3.25C9.615 11 9 10.384 9 9.625v-3.25C9 5.615 9.616 5 10.375 5M15 15H1v-1.5h14z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7 2.75a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m5.5 0a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0M7 8a1.75 1.75 0 1 1-3.5 0A1.75 1.75 0 0 1 7 8m5.5 0A1.75 1.75 0 1 1 9 8a1.75 1.75 0 0 1 3.5 0M7 13.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0m5.5 0a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5.5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9v9zm-8-6H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M2 3.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h5v-9zM2 2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m12 10.5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8.5v9zm-1-6h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><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"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><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"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><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.5h5.5v-9zm7 0v9h5a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm-3 3H3V5h3zm0 3H3V8h3z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><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.5h5v-9zm6.5 0v9H14a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5zm4.5 3h-3V5h3zm0 3h-3V8h3z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.166h14v1.5H1zm10.796 4.328a.75.75 0 0 1 1.41 0l.615 1.687 1.686.615a.75.75 0 0 1 0 1.41l-1.686.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.687-.615a.75.75 0 0 1 0-1.41l1.687-.615zM1 9.333h7v1.5H1zm0 4.166h5v1.5H1z" clip-rule="evenodd"/></svg>