@atlaskit/icon-lab 4.17.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 (150) hide show
  1. package/CHANGELOG.md +71 -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/text-adjust-length.d.ts +13 -0
  106. package/core/text-adjust-length.js +28 -0
  107. package/dist/cjs/deprecated-core.js +61 -1
  108. package/dist/cjs/metadata-core.js +489 -59
  109. package/dist/es2019/deprecated-core.js +61 -1
  110. package/dist/es2019/metadata-core.js +489 -59
  111. package/dist/esm/deprecated-core.js +61 -1
  112. package/dist/esm/metadata-core.js +489 -59
  113. package/dist/types/deprecated-core.d.ts +1 -1
  114. package/dist/types/metadata-core.d.ts +1 -1
  115. package/dist/types-ts4.5/deprecated-core.d.ts +1 -1
  116. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  117. package/package.json +3 -3
  118. package/svgs/core/diagram-symbol-action.svg +1 -0
  119. package/svgs/core/diagram-symbol-alternate-process.svg +1 -0
  120. package/svgs/core/diagram-symbol-collate.svg +1 -0
  121. package/svgs/core/diagram-symbol-comment-left.svg +1 -0
  122. package/svgs/core/diagram-symbol-comment-right.svg +1 -0
  123. package/svgs/core/diagram-symbol-connector-off-page.svg +1 -0
  124. package/svgs/core/diagram-symbol-connector-on-page.svg +1 -0
  125. package/svgs/core/diagram-symbol-database.svg +1 -0
  126. package/svgs/core/diagram-symbol-decision.svg +1 -0
  127. package/svgs/core/diagram-symbol-delay.svg +1 -0
  128. package/svgs/core/diagram-symbol-display.svg +1 -0
  129. package/svgs/core/diagram-symbol-document.svg +1 -0
  130. package/svgs/core/diagram-symbol-documents.svg +1 -0
  131. package/svgs/core/diagram-symbol-hard-disk.svg +1 -0
  132. package/svgs/core/diagram-symbol-input-output.svg +1 -0
  133. package/svgs/core/diagram-symbol-internal-storage.svg +1 -0
  134. package/svgs/core/diagram-symbol-loop-limit.svg +1 -0
  135. package/svgs/core/diagram-symbol-manual-input.svg +1 -0
  136. package/svgs/core/diagram-symbol-manual-operation.svg +1 -0
  137. package/svgs/core/diagram-symbol-merge.svg +1 -0
  138. package/svgs/core/diagram-symbol-mind-map.svg +1 -0
  139. package/svgs/core/diagram-symbol-or.svg +1 -0
  140. package/svgs/core/diagram-symbol-predefined-process.svg +1 -0
  141. package/svgs/core/diagram-symbol-preparation.svg +1 -0
  142. package/svgs/core/diagram-symbol-sort.svg +1 -0
  143. package/svgs/core/diagram-symbol-stored-data.svg +1 -0
  144. package/svgs/core/diagram-symbol-summing-junction.svg +1 -0
  145. package/svgs/core/diagram-symbol-terminator.svg +1 -0
  146. package/svgs/core/hand-closed.svg +1 -0
  147. package/svgs/core/hand-open.svg +1 -0
  148. package/svgs/core/hand-raised.svg +1 -0
  149. package/svgs/core/randomize.svg +1 -0
  150. package/svgs/core/text-adjust-length.svg +1 -0
@@ -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::1185c41f2a2c94a851874f96d49f16b3>>
3
+ * @codegen <<SignedSource::cf98dc80fc5b94548cc274be50299bac>>
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-off-page" is deprecated in favour of "diagram-symbol-connector-off-page" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeOffPageIcon: {
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::c22e044b5a4ec9043753cee1538f6af2>>
3
+ * @codegen <<SignedSource::c1c103b38cad60d369807d1e0d225304>>
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: "ShapeOffPage".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for off page in Whiteboards
19
+ * Usage guidance: Reserved for off-page connector 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::b9b4090290b186ea9bed1d0bbb2e8b88>>
3
+ * @codegen <<SignedSource::953d169d9dee25ccc3a084d5ff813d02>>
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-predefined-process" is deprecated in favour of "diagram-symbol-predefined-process" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapePredefinedProcessIcon: {
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::4c3f731e3252b6df5cd69025bec91d0f>>
3
+ * @codegen <<SignedSource::39092a8dcd1835c105400387d8176b2d>>
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: "ShapePredefinedProcess".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for predefined process in whiteboards
19
+ * Usage guidance: Reserved for predefined process 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::c94fc0edf9167d770e2f5ef30074d72b>>
3
+ * @codegen <<SignedSource::5364940d0df1c2b43826f74b6e360dda>>
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-preparation-symbol" is deprecated in favour of "diagram-symbol-preparation" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapePreparationSymbolIcon: {
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::3ce33b61d7e9b46d269824869480e5d6>>
3
+ * @codegen <<SignedSource::c5ec86d6ea5b9e508ce1bb88711fa0d6>>
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: "ShapePreparationSymbol".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for preparing in whiteboards
19
+ * Usage guidance: Reserved for preparation 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::c4d934963e068ae7563ae8e168d699ab>>
3
+ * @codegen <<SignedSource::08e745de276e267eeeab1ffeb71d56e3>>
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-start-end" is deprecated in favour of "diagram-symbol-terminator" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeStartEndIcon: {
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::0e61f8d58faabb4aa5ea7b69d50d5419>>
3
+ * @codegen <<SignedSource::68f1a4d3ae64e56fc8c10d02065ad027>>
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: "ShapeStartEnd".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for start end in Whiteboards
19
+ * Usage guidance: Reserved for terminator (start or end point) 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::b64d5017afedd77eb3967148c8bb64b4>>
3
+ * @codegen <<SignedSource::365254946c7e379be747937473dd3ba5>>
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-stored-data" is deprecated in favour of "diagram-symbol-stored-data" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeStoredDataIcon: {
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::762d5d4982bfe30c244ba748c8a774eb>>
3
+ * @codegen <<SignedSource::dce3fdc754235a5bb75ee6b4ebad2c07>>
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: "ShapeStoredData".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for stored data in whiteboards
19
+ * Usage guidance: Reserved for stored data 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::e932bfbee1e254da6d62a73193a1d549>>
3
+ * @codegen <<SignedSource::2fe385011c4891a851cfc73c55253459>>
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-summing-junction-cross" is deprecated in favour of "diagram-symbol-summing-junction" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeSummingJunctionCrossIcon: {
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::29c1d71157a2a369df8464b8f2ccb1a0>>
3
+ * @codegen <<SignedSource::378fa5379ef15e87699bb6052f95376e>>
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: "ShapeSummingJunctionCross".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for summing junction plus in whiteboards
19
+ * Usage guidance: Reserved for summing junction 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::35e0764ce5cad397b81c1f5bb4dcd6b4>>
3
+ * @codegen <<SignedSource::c7484ab9c7da1e5282cf625894dadd9b>>
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-summing-junction-plus" is deprecated in favour of "diagram-symbol-or" from “@atlaskit/icon-lab/core”
11
+ */
9
12
  declare const ShapeSummingJunctionPlusIcon: {
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::27b4f6684f5c4c4bc0b52a0a4b9d1402>>
3
+ * @codegen <<SignedSource::e539775a6b75f783b829ea9d4d35408c>>
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: "ShapeSummingJunctionPlus".
17
17
  * Category: single-purpose
18
18
  * Location: @atlaskit/icon-lab
19
- * Usage guidance: Creating a shape for summing junction plus in whiteboards
19
+ * Usage guidance: Reserved for or 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
  */
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::19a1cf7aa8a9fdde6198e23c12670d76>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextAdjustLengthIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextAdjustLengthIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4a1d909664196762dc1e17a5527cbc43>>
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: "TextAdjustLength".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for accessing text length generative AI actions.
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 TextAdjustLengthIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M3.25 1c.199 0 .39.08.53.22l2.5 2.5-1.06 1.06L4 3.56v8.88l1.22-1.22 1.06 1.06-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5 1.06-1.06 1.22 1.22V3.56L1.28 4.78.22 3.72l2.5-2.5.114-.094A.75.75 0 0 1 3.25 1M13 11.5V13H8v-1.5zm3-4.25v1.5H8v-1.5zM16 3v1.5H8V3z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextAdjustLengthIcon.displayName = 'TextAdjustLengthIcon';
28
+ var _default = exports.default = TextAdjustLengthIcon;
@@ -9,13 +9,73 @@ exports.default = void 0;
9
9
  *
10
10
  * To change the format of this file, modify `createDeprecatedIconDocs` in icon-build-process/src/create-deprecated-icon-docs.tsx.
11
11
  *
12
- * @codegen <<SignedSource::bd8c289c57d33ac97b81665d8467326e>>
12
+ * @codegen <<SignedSource::d01aafb179a71b77a8de873135768b69>>
13
13
  * @codegenCommand yarn build:icon-glyphs
14
14
  */
15
15
  var deprecatedIcons = {
16
+ '@atlaskit/icon-lab/core/hand-clenched': {
17
+ message: 'The icon "hand-clenched" is deprecated in favour of "hand-closed" from “@atlaskit/icon-lab/core”'
18
+ },
16
19
  '@atlaskit/icon-lab/core/recur': {
17
20
  message: 'The icon "recur" is deprecated in favour of "repeat" from “@atlaskit/icon-lab/core”'
18
21
  },
22
+ '@atlaskit/icon-lab/core/shape-comment-left': {
23
+ message: 'The icon "shape-comment-left" is deprecated in favour of "diagram-symbol-comment-left" from “@atlaskit/icon-lab/core”'
24
+ },
25
+ '@atlaskit/icon-lab/core/shape-comment-right': {
26
+ message: 'The icon "shape-comment-right" is deprecated in favour of "diagram-symbol-comment-right" from “@atlaskit/icon-lab/core”'
27
+ },
28
+ '@atlaskit/icon-lab/core/shape-database': {
29
+ message: 'The icon "shape-database" is deprecated in favour of "diagram-symbol-database" from “@atlaskit/icon-lab/core”'
30
+ },
31
+ '@atlaskit/icon-lab/core/shape-delay': {
32
+ message: 'The icon "shape-delay" is deprecated in favour of "diagram-symbol-delay" from “@atlaskit/icon-lab/core”'
33
+ },
34
+ '@atlaskit/icon-lab/core/shape-display': {
35
+ message: 'The icon "shape-display" is deprecated in favour of "diagram-symbol-display" from “@atlaskit/icon-lab/core”'
36
+ },
37
+ '@atlaskit/icon-lab/core/shape-document-symbol': {
38
+ message: 'The icon "shape-document-symbol" is deprecated in favour of "diagram-symbol-document" from “@atlaskit/icon-lab/core”'
39
+ },
40
+ '@atlaskit/icon-lab/core/shape-hard-disk': {
41
+ message: 'The icon "shape-hard-disk" is deprecated in favour of "diagram-symbol-hard-disk" from “@atlaskit/icon-lab/core”'
42
+ },
43
+ '@atlaskit/icon-lab/core/shape-internal-storage': {
44
+ message: 'The icon "shape-internal-storage" is deprecated in favour of "diagram-symbol-internal-storage" from “@atlaskit/icon-lab/core”'
45
+ },
46
+ '@atlaskit/icon-lab/core/shape-manual-input': {
47
+ message: 'The icon "shape-manual-input" is deprecated in favour of "diagram-symbol-manual-input" from “@atlaskit/icon-lab/core”'
48
+ },
49
+ '@atlaskit/icon-lab/core/shape-manual-operation-symbol': {
50
+ message: 'The icon "shape-manual-operation-symbol" is deprecated in favour of "diagram-symbol-manual-operation" from “@atlaskit/icon-lab/core”'
51
+ },
52
+ '@atlaskit/icon-lab/core/shape-mindmap': {
53
+ message: 'The icon "shape-mindmap" is deprecated in favour of "diagram-symbol-mind-map" from “@atlaskit/icon-lab/core”'
54
+ },
55
+ '@atlaskit/icon-lab/core/shape-multiple-documents': {
56
+ message: 'The icon "shape-multiple-documents" is deprecated in favour of "diagram-symbol-documents" from “@atlaskit/icon-lab/core”'
57
+ },
58
+ '@atlaskit/icon-lab/core/shape-off-page': {
59
+ message: 'The icon "shape-off-page" is deprecated in favour of "diagram-symbol-connector-off-page" from “@atlaskit/icon-lab/core”'
60
+ },
61
+ '@atlaskit/icon-lab/core/shape-predefined-process': {
62
+ message: 'The icon "shape-predefined-process" is deprecated in favour of "diagram-symbol-predefined-process" from “@atlaskit/icon-lab/core”'
63
+ },
64
+ '@atlaskit/icon-lab/core/shape-preparation-symbol': {
65
+ message: 'The icon "shape-preparation-symbol" is deprecated in favour of "diagram-symbol-preparation" from “@atlaskit/icon-lab/core”'
66
+ },
67
+ '@atlaskit/icon-lab/core/shape-start-end': {
68
+ message: 'The icon "shape-start-end" is deprecated in favour of "diagram-symbol-terminator" from “@atlaskit/icon-lab/core”'
69
+ },
70
+ '@atlaskit/icon-lab/core/shape-stored-data': {
71
+ message: 'The icon "shape-stored-data" is deprecated in favour of "diagram-symbol-stored-data" from “@atlaskit/icon-lab/core”'
72
+ },
73
+ '@atlaskit/icon-lab/core/shape-summing-junction-cross': {
74
+ message: 'The icon "shape-summing-junction-cross" is deprecated in favour of "diagram-symbol-summing-junction" from “@atlaskit/icon-lab/core”'
75
+ },
76
+ '@atlaskit/icon-lab/core/shape-summing-junction-plus': {
77
+ message: 'The icon "shape-summing-junction-plus" is deprecated in favour of "diagram-symbol-or" from “@atlaskit/icon-lab/core”'
78
+ },
19
79
  '@atlaskit/icon-lab/core/space': {
20
80
  message: 'The icon "space" is deprecated in favour of "spaces" from “@atlaskit/icon-lab/core”'
21
81
  },