@atlaskit/icon-lab 4.16.0 → 4.18.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 (151) hide show
  1. package/CHANGELOG.md +89 -0
  2. package/core/diagram-symbol-action.d.ts +13 -0
  3. package/core/diagram-symbol-action.js +28 -0
  4. package/core/diagram-symbol-alternate-process.d.ts +13 -0
  5. package/core/diagram-symbol-alternate-process.js +28 -0
  6. package/core/diagram-symbol-collate.d.ts +13 -0
  7. package/core/diagram-symbol-collate.js +28 -0
  8. package/core/diagram-symbol-comment-left.d.ts +13 -0
  9. package/core/diagram-symbol-comment-left.js +28 -0
  10. package/core/diagram-symbol-comment-right.d.ts +13 -0
  11. package/core/diagram-symbol-comment-right.js +28 -0
  12. package/core/diagram-symbol-connector-off-page.d.ts +13 -0
  13. package/core/diagram-symbol-connector-off-page.js +28 -0
  14. package/core/diagram-symbol-connector-on-page.d.ts +13 -0
  15. package/core/diagram-symbol-connector-on-page.js +28 -0
  16. package/core/diagram-symbol-database.d.ts +13 -0
  17. package/core/diagram-symbol-database.js +28 -0
  18. package/core/diagram-symbol-decision.d.ts +13 -0
  19. package/core/diagram-symbol-decision.js +28 -0
  20. package/core/diagram-symbol-delay.d.ts +13 -0
  21. package/core/diagram-symbol-delay.js +28 -0
  22. package/core/diagram-symbol-display.d.ts +13 -0
  23. package/core/diagram-symbol-display.js +28 -0
  24. package/core/diagram-symbol-document.d.ts +13 -0
  25. package/core/diagram-symbol-document.js +28 -0
  26. package/core/diagram-symbol-documents.d.ts +13 -0
  27. package/core/diagram-symbol-documents.js +28 -0
  28. package/core/diagram-symbol-hard-disk.d.ts +13 -0
  29. package/core/diagram-symbol-hard-disk.js +28 -0
  30. package/core/diagram-symbol-input-output.d.ts +13 -0
  31. package/core/diagram-symbol-input-output.js +28 -0
  32. package/core/diagram-symbol-internal-storage.d.ts +13 -0
  33. package/core/diagram-symbol-internal-storage.js +28 -0
  34. package/core/diagram-symbol-loop-limit.d.ts +13 -0
  35. package/core/diagram-symbol-loop-limit.js +28 -0
  36. package/core/diagram-symbol-manual-input.d.ts +13 -0
  37. package/core/diagram-symbol-manual-input.js +28 -0
  38. package/core/diagram-symbol-manual-operation.d.ts +13 -0
  39. package/core/diagram-symbol-manual-operation.js +28 -0
  40. package/core/diagram-symbol-merge.d.ts +13 -0
  41. package/core/diagram-symbol-merge.js +28 -0
  42. package/core/diagram-symbol-mind-map.d.ts +13 -0
  43. package/core/diagram-symbol-mind-map.js +28 -0
  44. package/core/diagram-symbol-or.d.ts +13 -0
  45. package/core/diagram-symbol-or.js +28 -0
  46. package/core/diagram-symbol-predefined-process.d.ts +13 -0
  47. package/core/diagram-symbol-predefined-process.js +28 -0
  48. package/core/diagram-symbol-preparation.d.ts +13 -0
  49. package/core/diagram-symbol-preparation.js +28 -0
  50. package/core/diagram-symbol-sort.d.ts +13 -0
  51. package/core/diagram-symbol-sort.js +28 -0
  52. package/core/diagram-symbol-stored-data.d.ts +13 -0
  53. package/core/diagram-symbol-stored-data.js +28 -0
  54. package/core/diagram-symbol-summing-junction.d.ts +13 -0
  55. package/core/diagram-symbol-summing-junction.js +28 -0
  56. package/core/diagram-symbol-terminator.d.ts +13 -0
  57. package/core/diagram-symbol-terminator.js +28 -0
  58. package/core/hand-clenched.d.ts +4 -1
  59. package/core/hand-closed.d.ts +13 -0
  60. package/core/hand-closed.js +28 -0
  61. package/core/hand-open.d.ts +13 -0
  62. package/core/hand-open.js +28 -0
  63. package/core/hand-raised.d.ts +13 -0
  64. package/core/hand-raised.js +28 -0
  65. package/core/randomize.d.ts +13 -0
  66. package/core/randomize.js +28 -0
  67. package/core/shape-comment-left.d.ts +4 -1
  68. package/core/shape-comment-left.js +2 -2
  69. package/core/shape-comment-right.d.ts +4 -1
  70. package/core/shape-comment-right.js +2 -2
  71. package/core/shape-database.d.ts +4 -1
  72. package/core/shape-database.js +2 -2
  73. package/core/shape-delay.d.ts +4 -1
  74. package/core/shape-delay.js +2 -2
  75. package/core/shape-display.d.ts +4 -1
  76. package/core/shape-display.js +2 -2
  77. package/core/shape-document-symbol.d.ts +4 -1
  78. package/core/shape-document-symbol.js +2 -2
  79. package/core/shape-hard-disk.d.ts +4 -1
  80. package/core/shape-hard-disk.js +2 -2
  81. package/core/shape-internal-storage.d.ts +4 -1
  82. package/core/shape-internal-storage.js +2 -2
  83. package/core/shape-manual-input.d.ts +4 -1
  84. package/core/shape-manual-input.js +2 -2
  85. package/core/shape-manual-operation-symbol.d.ts +4 -1
  86. package/core/shape-manual-operation-symbol.js +2 -2
  87. package/core/shape-mindmap.d.ts +4 -1
  88. package/core/shape-mindmap.js +2 -2
  89. package/core/shape-multiple-documents.d.ts +4 -1
  90. package/core/shape-multiple-documents.js +2 -2
  91. package/core/shape-off-page.d.ts +4 -1
  92. package/core/shape-off-page.js +2 -2
  93. package/core/shape-predefined-process.d.ts +4 -1
  94. package/core/shape-predefined-process.js +2 -2
  95. package/core/shape-preparation-symbol.d.ts +4 -1
  96. package/core/shape-preparation-symbol.js +2 -2
  97. package/core/shape-start-end.d.ts +4 -1
  98. package/core/shape-start-end.js +2 -2
  99. package/core/shape-stored-data.d.ts +4 -1
  100. package/core/shape-stored-data.js +2 -2
  101. package/core/shape-summing-junction-cross.d.ts +4 -1
  102. package/core/shape-summing-junction-cross.js +2 -2
  103. package/core/shape-summing-junction-plus.d.ts +4 -1
  104. package/core/shape-summing-junction-plus.js +2 -2
  105. package/core/space.d.ts +4 -1
  106. package/core/text-adjust-length.d.ts +13 -0
  107. package/core/text-adjust-length.js +28 -0
  108. package/dist/cjs/deprecated-core.js +64 -1
  109. package/dist/cjs/metadata-core.js +496 -61
  110. package/dist/es2019/deprecated-core.js +64 -1
  111. package/dist/es2019/metadata-core.js +496 -61
  112. package/dist/esm/deprecated-core.js +64 -1
  113. package/dist/esm/metadata-core.js +496 -61
  114. package/dist/types/deprecated-core.d.ts +1 -1
  115. package/dist/types/metadata-core.d.ts +1 -1
  116. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  117. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  118. package/package.json +4 -4
  119. package/svgs/core/diagram-symbol-action.svg +1 -0
  120. package/svgs/core/diagram-symbol-alternate-process.svg +1 -0
  121. package/svgs/core/diagram-symbol-collate.svg +1 -0
  122. package/svgs/core/diagram-symbol-comment-left.svg +1 -0
  123. package/svgs/core/diagram-symbol-comment-right.svg +1 -0
  124. package/svgs/core/diagram-symbol-connector-off-page.svg +1 -0
  125. package/svgs/core/diagram-symbol-connector-on-page.svg +1 -0
  126. package/svgs/core/diagram-symbol-database.svg +1 -0
  127. package/svgs/core/diagram-symbol-decision.svg +1 -0
  128. package/svgs/core/diagram-symbol-delay.svg +1 -0
  129. package/svgs/core/diagram-symbol-display.svg +1 -0
  130. package/svgs/core/diagram-symbol-document.svg +1 -0
  131. package/svgs/core/diagram-symbol-documents.svg +1 -0
  132. package/svgs/core/diagram-symbol-hard-disk.svg +1 -0
  133. package/svgs/core/diagram-symbol-input-output.svg +1 -0
  134. package/svgs/core/diagram-symbol-internal-storage.svg +1 -0
  135. package/svgs/core/diagram-symbol-loop-limit.svg +1 -0
  136. package/svgs/core/diagram-symbol-manual-input.svg +1 -0
  137. package/svgs/core/diagram-symbol-manual-operation.svg +1 -0
  138. package/svgs/core/diagram-symbol-merge.svg +1 -0
  139. package/svgs/core/diagram-symbol-mind-map.svg +1 -0
  140. package/svgs/core/diagram-symbol-or.svg +1 -0
  141. package/svgs/core/diagram-symbol-predefined-process.svg +1 -0
  142. package/svgs/core/diagram-symbol-preparation.svg +1 -0
  143. package/svgs/core/diagram-symbol-sort.svg +1 -0
  144. package/svgs/core/diagram-symbol-stored-data.svg +1 -0
  145. package/svgs/core/diagram-symbol-summing-junction.svg +1 -0
  146. package/svgs/core/diagram-symbol-terminator.svg +1 -0
  147. package/svgs/core/hand-closed.svg +1 -0
  148. package/svgs/core/hand-open.svg +1 -0
  149. package/svgs/core/hand-raised.svg +1 -0
  150. package/svgs/core/randomize.svg +1 -0
  151. package/svgs/core/text-adjust-length.svg +1 -0
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::13d8d5d341e8b5579ace5c95aae400d6>>
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: "DiagramSymbolSummingJunction".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for summing junction diagram symbol.
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 DiagramSymbolSummingJunctionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M13.5 8a5.47 5.47 0 0 0-1.118-3.322L9.06 8l3.32 3.321A5.47 5.47 0 0 0 13.5 8m-8.822 4.382A5.47 5.47 0 0 0 8 13.5a5.47 5.47 0 0 0 3.321-1.118L8 9.06zM8 2.5c-1.248 0-2.4.416-3.322 1.117L8 6.94l3.321-3.322A5.48 5.48 0 0 0 8 2.5M2.5 8c0 1.248.417 2.398 1.117 3.321L6.94 8 3.617 4.678A5.48 5.48 0 0 0 2.5 8M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DiagramSymbolSummingJunctionIcon.displayName = 'DiagramSymbolSummingJunctionIcon';
28
+ var _default = exports.default = DiagramSymbolSummingJunctionIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f9eb9dffed6a2da3d5322b0990f5bd7a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DiagramSymbolTerminatorIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DiagramSymbolTerminatorIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::63b8c7aba6e2feac9a056638d371b00f>>
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: "DiagramSymbolTerminator".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for terminator (start or end point) diagram symbol.
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 DiagramSymbolTerminatorIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M14.5 8A4.5 4.5 0 0 0 10 3.5H6a4.5 4.5 0 0 0 0 9h4A4.5 4.5 0 0 0 14.5 8M16 8a6 6 0 0 1-6 6H6A6 6 0 0 1 6 2h4a6 6 0 0 1 6 6"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DiagramSymbolTerminatorIcon.displayName = 'DiagramSymbolTerminatorIcon';
28
+ var _default = exports.default = DiagramSymbolTerminatorIcon;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::c4c0c5025440d0e95b92b83fd09089e1>>
3
+ * @codegen <<SignedSource::8d45a895b094e5b3aeda10d459693eda>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "hand-clenched" is deprecated in favour of "hand-closed" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const HandClenchedIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4069983a1900ca967fa7194ad4e09d46>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const HandClosedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default HandClosedIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8f4694869b893c0a7a59fad1181ada1a>>
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: "HandClosed".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Hand tool in Whiteboards when actively moving objects.
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 HandClosedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.25 5a.75.75 0 0 0-.75.75v3.714l-1.196-.599a.834.834 0 0 0-1.17.497l-.024.1a.83.83 0 0 0 .149.643l1.97 2.674A3 3 0 0 0 7.644 14H10a3 3 0 0 0 3-3V6a.75.75 0 0 0-1.496-.077L11.5 6v1H10V5a.75.75 0 0 0-1.5 0v2H7V5.75A.75.75 0 0 0 6.25 5m0-1.5c.401 0 .777.107 1.103.291a2.247 2.247 0 0 1 3.902.193A2.25 2.25 0 0 1 14.5 6v5a4.5 4.5 0 0 1-4.5 4.5H7.644a4.5 4.5 0 0 1-3.622-1.831l-1.97-2.674-.132-.2a2.33 2.33 0 0 1-.285-1.602l.029-.141A2.336 2.336 0 0 1 4 7.277V5.75A2.25 2.25 0 0 1 6.25 3.5"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ HandClosedIcon.displayName = 'HandClosedIcon';
28
+ var _default = exports.default = HandClosedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bf773e01cb97e143516211a606eacd6b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const HandOpenIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default HandOpenIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2750f7e12de2de771899752ffa23915c>>
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: "HandOpen".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Known uses: Hand tool in Whiteboards for moving objects.
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 HandOpenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.25 2.5a.75.75 0 0 0-.75.75v6.392l-1.13-.668-.709-.417a.787.787 0 0 0-1.093.304l-.037.08a.79.79 0 0 0 .12.788l2.556 3.159A3 3 0 0 0 7.539 14H10a3 3 0 0 0 3-3V3.75a.75.75 0 0 0-1.496-.077l-.004.077V7H10V2.25a.75.75 0 1 0-1.5 0V7H7V3.25a.75.75 0 0 0-.75-.75m0-1.5c.357 0 .694.086.994.234a2.247 2.247 0 0 1 4.174.427A2.25 2.25 0 0 1 14.5 3.75V11a4.5 4.5 0 0 1-4.5 4.5H7.539a4.5 4.5 0 0 1-3.498-1.669l-2.557-3.158-.093-.124a2.29 2.29 0 0 1-.252-2.164l.109-.236A2.29 2.29 0 0 1 4 7.071V3.25A2.25 2.25 0 0 1 6.25 1"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ HandOpenIcon.displayName = 'HandOpenIcon';
28
+ var _default = exports.default = HandOpenIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8e7dde4d7c362cf511ff89358d4d461f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const HandRaisedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default HandRaisedIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6d7b22c937afdd1b044e06c28427aa70>>
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: "HandRaised".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Used for farewell feed in Atlassian Home.
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 HandRaisedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M9.75 2.5a.75.75 0 0 1 .75.75v5.148L9.27 9.424l.96 1.152 1.5-1.25.756-.587.067-.046a.656.656 0 0 1 .91.247l.034.073a.66.66 0 0 1-.048.584l-.05.072-2.606 3.219A3 3 0 0 1 8.461 14h-2.46a3 3 0 0 1-3-3V3.75a.75.75 0 0 1 1.495-.077l.004.077V7H6V2.25a.75.75 0 1 1 1.5 0V7H9V3.25a.75.75 0 0 1 .75-.75m0-1.5c-.357 0-.694.086-.994.234a2.247 2.247 0 0 0-4.174.427A2.25 2.25 0 0 0 1.5 3.75V11A4.5 4.5 0 0 0 6 15.5h2.461a4.5 4.5 0 0 0 3.498-1.669l2.606-3.218.088-.117c.417-.593.509-1.36.237-2.04l-.053-.122A2.16 2.16 0 0 0 12 7.291V3.25A2.25 2.25 0 0 0 9.75 1"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ HandRaisedIcon.displayName = 'HandRaisedIcon';
28
+ var _default = exports.default = HandRaisedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d900ce777c95d817cbe55013ef58e185>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const RandomizeIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default RandomizeIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7c2aab3549813ce6a9f50e7b4ae8139c>>
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: "Randomize".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for randomizing or shuffling functionality.
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 RandomizeIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M15.78 11.22a.75.75 0 0 1 .052 1.004l-.052.056-2.5 2.5-1.06-1.06 1.22-1.22h-2.845a2 2 0 0 1-1.552-.74l-1.124-1.382.967-1.189 1.321 1.626a.5.5 0 0 0 .388.185h2.845l-1.22-1.22 1.06-1.06z"/><path fill="currentcolor" d="m15.78 3.72.05.06a.75.75 0 0 1-.05 1l-2.5 2.5-1.06-1.06L13.44 5H10.6a.5.5 0 0 0-.39.19l-5.75 7.08a2 2 0 0 1-1.55.73H0v-1.5h2.91a.5.5 0 0 0 .39-.18l5.75-7.08a2 2 0 0 1 1.55-.74h2.85l-1.22-1.22 1.06-1.06zM2.91 3a2 2 0 0 1 1.55.74l1.53 1.88-.97 1.19-1.73-2.13a.5.5 0 0 0-.39-.18H0V3z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ RandomizeIcon.displayName = 'RandomizeIcon';
28
+ var _default = exports.default = RandomizeIcon;
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::bc70e7503cd347f9358a66fe330c3848>>
3
+ * @codegen <<SignedSource::030acfda1a14fb508f78945cd6349ec9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-comment-left" is deprecated in favour of "diagram-symbol-comment-left" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeCommentLeftIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::3ff5a93d969e8c349f89ce607e57566b>>
3
+ * @codegen <<SignedSource::46590c9a6bb01ecdfbbb09c3dfa117f1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeCommentLeft".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for commenting (left)
19
+ * Usage guidance: Reserved for comment left diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b6f938f1c3b89a0b56a08bae3e1fb2ba>>
3
+ * @codegen <<SignedSource::84813b1fcde3d4c29ccf679bd23ebe40>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-comment-right" is deprecated in favour of "diagram-symbol-comment-right" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeCommentRightIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::c714895738dc5c83a90d3913fa0131c3>>
3
+ * @codegen <<SignedSource::4212341d35913986af8e195ae30b35fe>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeCommentRight".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for commenting (right)
19
+ * Usage guidance: Reserved for comment right diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::10f8290385f8bb636100d4372aedcaaa>>
3
+ * @codegen <<SignedSource::29d18c771c0eedbd753cc8173a64e58b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-database" is deprecated in favour of "diagram-symbol-database" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeDatabaseIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::f0fdddf262b27206f33da73df849308f>>
3
+ * @codegen <<SignedSource::d43311eafcb072d949c8baaf8cb0bea5>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeDatabase".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for databases in whiteboards
19
+ * Usage guidance: Reserved for database diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5199efb658414f7e01bbc72d00123854>>
3
+ * @codegen <<SignedSource::2cd8323ffdc41ecec6d611eca68dfaf9>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-delay" is deprecated in favour of "diagram-symbol-delay" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeDelayIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::ef6fe12d9d46c28d7ea9be4091e4872e>>
3
+ * @codegen <<SignedSource::c4ad9d2be4f3f71063ed622b97c0bef4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeDelay".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for a delay in Whiteboards.
19
+ * Usage guidance: Reserved for delay diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::df2180080e5dbcfeb343d48bebda4d24>>
3
+ * @codegen <<SignedSource::41c3227efb88c48e380d8f4c7a002678>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-display" is deprecated in favour of "diagram-symbol-display" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeDisplayIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::cb5b12c42b58437baf9b8179c34fb204>>
3
+ * @codegen <<SignedSource::de918650fdce27a1fb7aca2ade3c538c>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeDisplay".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for display in whiteboards
19
+ * Usage guidance: Reserved for display diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5f3445a6888508854d790d7e35c407bb>>
3
+ * @codegen <<SignedSource::1c73df580c985cd972bf22fb50f0a3f3>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-document-symbol" is deprecated in favour of "diagram-symbol-document" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeDocumentSymbolIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::c91634f86ef7c50ba6f12085b3db23fb>>
3
+ * @codegen <<SignedSource::69e86b890e4d2d62660b1c1fe24d4a3b>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeDocumentSymbol".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a document shape in Whiteboards
19
+ * Usage guidance: Reserved for single document diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::4a8104904a4ca3da5a992b689337a58a>>
3
+ * @codegen <<SignedSource::29c1e4fda312d08673889565916dc46a>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-hard-disk" is deprecated in favour of "diagram-symbol-hard-disk" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeHardDiskIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::77441c18c4072aec2aa709b37c8bb0a9>>
3
+ * @codegen <<SignedSource::ce037fd773afbc713db77d7bd6cee49f>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeHardDisk".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for a hard disk in Whiteboards
19
+ * Usage guidance: Reserved for hard disk diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::985be51eb38106adb4a5fc6ed33e6a79>>
3
+ * @codegen <<SignedSource::e700d7cd67d69991a5b75116accb2290>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-internal-storage" is deprecated in favour of "diagram-symbol-internal-storage" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeInternalStorageIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::35ab3c1432bb68878c1cef3d5bb1a926>>
3
+ * @codegen <<SignedSource::5a2e53b2ee621f766bff46878c4505f4>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeInternalStorage".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for internal storage in Whiteboards
19
+ * Usage guidance: Reserved for internal storage diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::471edf6a1a0d4b891f27580f2bf2e4c8>>
3
+ * @codegen <<SignedSource::6ba0c899b6d2518baa136042755aa88e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-manual-input" is deprecated in favour of "diagram-symbol-manual-input" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeManualInputIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::fca7bb33eeb841251ab788dbefc44007>>
3
+ * @codegen <<SignedSource::89b43bb3d5aaaaecd0cecd8b533fb004>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeManualInput".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for manual input in whiteboards
19
+ * Usage guidance: Reserved for manual input diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d879ec820a63599519fd9a5a34751e81>>
3
+ * @codegen <<SignedSource::9babd88429dbd604183e3c7fb5151de8>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-manual-operation-symbol" is deprecated in favour of "diagram-symbol-manual-operation" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeManualOperationSymbolIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;
@@ -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::3f9aff686f4650ef4f169a04c4e2c7fc>>
3
+ * @codegen <<SignedSource::82f1c8f61b10e0697d4add78dfbd168e>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -16,7 +16,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
16
16
  * Icon: "ShapeManualOperationSymbol".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for manual operation in Whiteboards
19
+ * Usage guidance: Reserved for manual operation diagram symbol.
20
20
  * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
@@ -1,11 +1,14 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::764a16754c7bcf0457d591ba6834f7ea>>
3
+ * @codegen <<SignedSource::92b5e2d3c30fd8f58294c52640156583>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
 
7
7
  import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
8
 
9
+ /**
10
+ * @deprecated The icon "shape-mindmap" is deprecated in favour of "diagram-symbol-mind-map" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeMindmapIcon: {
10
13
  (props: NewCoreIconProps): JSX.Element;
11
14
  displayName: string;