@atlaskit/icon-lab 4.2.1 → 4.4.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 (135) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/core/arrows-diagonal-up-right-down-left.d.ts +13 -0
  3. package/core/arrows-diagonal-up-right-down-left.js +28 -0
  4. package/core/assets-graph.d.ts +13 -0
  5. package/core/assets-graph.js +28 -0
  6. package/core/colour-none.d.ts +13 -0
  7. package/core/colour-none.js +28 -0
  8. package/core/distribute-spacing-horizontal.d.ts +13 -0
  9. package/core/distribute-spacing-horizontal.js +28 -0
  10. package/core/distribute-spacing-vertical.d.ts +13 -0
  11. package/core/distribute-spacing-vertical.js +28 -0
  12. package/core/image-alt-text.d.ts +13 -0
  13. package/core/image-alt-text.js +28 -0
  14. package/core/image-crop.d.ts +13 -0
  15. package/core/image-crop.js +28 -0
  16. package/core/jira-add.d.ts +13 -0
  17. package/core/jira-add.js +28 -0
  18. package/core/jira-upload.d.ts +13 -0
  19. package/core/jira-upload.js +28 -0
  20. package/core/layout-five-columns.d.ts +13 -0
  21. package/core/layout-five-columns.js +28 -0
  22. package/core/layout-four-columns.d.ts +13 -0
  23. package/core/layout-four-columns.js +28 -0
  24. package/core/node-parallel-bottom-left.d.ts +13 -0
  25. package/core/node-parallel-bottom-left.js +28 -0
  26. package/core/node-parallel-bottom-right.d.ts +13 -0
  27. package/core/node-parallel-bottom-right.js +28 -0
  28. package/core/node-parallel-top-left.d.ts +13 -0
  29. package/core/node-parallel-top-left.js +28 -0
  30. package/core/node-parallel-top-right.d.ts +13 -0
  31. package/core/node-parallel-top-right.js +28 -0
  32. package/core/node-single-left.d.ts +13 -0
  33. package/core/node-single-left.js +28 -0
  34. package/core/node-single-right.d.ts +13 -0
  35. package/core/node-single-right.js +28 -0
  36. package/core/notepad.d.ts +13 -0
  37. package/core/notepad.js +28 -0
  38. package/core/panel.d.ts +13 -0
  39. package/core/panel.js +28 -0
  40. package/core/recur.d.ts +13 -0
  41. package/core/recur.js +28 -0
  42. package/core/suggested-edit.d.ts +13 -0
  43. package/core/suggested-edit.js +28 -0
  44. package/core/talent.d.ts +13 -0
  45. package/core/talent.js +28 -0
  46. package/core/text-bold-italic-strikethrough.d.ts +13 -0
  47. package/core/text-bold-italic-strikethrough.js +28 -0
  48. package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
  49. package/core/text-bold-italic-underline-strikethrough.js +28 -0
  50. package/core/text-bold-italic-underline.d.ts +13 -0
  51. package/core/text-bold-italic-underline.js +28 -0
  52. package/core/text-bold-italic.d.ts +13 -0
  53. package/core/text-bold-italic.js +28 -0
  54. package/core/text-bold-strikethrough.d.ts +13 -0
  55. package/core/text-bold-strikethrough.js +28 -0
  56. package/core/text-bold-underline-strikethrough.d.ts +13 -0
  57. package/core/text-bold-underline-strikethrough.js +28 -0
  58. package/core/text-bold-underline.d.ts +13 -0
  59. package/core/text-bold-underline.js +28 -0
  60. package/core/text-conclusion-add.d.ts +13 -0
  61. package/core/text-conclusion-add.js +28 -0
  62. package/core/text-introduction-add.d.ts +13 -0
  63. package/core/text-introduction-add.js +28 -0
  64. package/core/text-italic-strikethrough.d.ts +13 -0
  65. package/core/text-italic-strikethrough.js +28 -0
  66. package/core/text-italic-underline-strikethrough.d.ts +13 -0
  67. package/core/text-italic-underline-strikethrough.js +28 -0
  68. package/core/text-italic-underline.d.ts +13 -0
  69. package/core/text-italic-underline.js +28 -0
  70. package/core/text-lengthen.d.ts +13 -0
  71. package/core/text-lengthen.js +28 -0
  72. package/core/text-paragraph.d.ts +13 -0
  73. package/core/text-paragraph.js +28 -0
  74. package/core/text-rephrase.d.ts +13 -0
  75. package/core/text-rephrase.js +28 -0
  76. package/core/text-underline-strikethrough.d.ts +13 -0
  77. package/core/text-underline-strikethrough.js +28 -0
  78. package/core/tidy.js +2 -2
  79. package/core/video-hd-filled.d.ts +13 -0
  80. package/core/video-hd-filled.js +28 -0
  81. package/core/video-hd.d.ts +13 -0
  82. package/core/video-hd.js +28 -0
  83. package/core/warning-outline.d.ts +13 -0
  84. package/core/warning-outline.js +28 -0
  85. package/core/work-item-add.d.ts +13 -0
  86. package/core/work-item-add.js +28 -0
  87. package/dist/cjs/metadata-core.js +388 -8
  88. package/dist/es2019/metadata-core.js +388 -8
  89. package/dist/esm/metadata-core.js +388 -8
  90. package/dist/types/metadata-core.d.ts +1 -1
  91. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  92. package/package.json +4 -4
  93. package/svgs/core/arrows-diagonal-up-right-down-left.svg +1 -0
  94. package/svgs/core/assets-graph.svg +1 -0
  95. package/svgs/core/colour-none.svg +1 -0
  96. package/svgs/core/distribute-spacing-horizontal.svg +1 -0
  97. package/svgs/core/distribute-spacing-vertical.svg +1 -0
  98. package/svgs/core/image-alt-text.svg +1 -0
  99. package/svgs/core/image-crop.svg +1 -0
  100. package/svgs/core/jira-add.svg +1 -0
  101. package/svgs/core/jira-upload.svg +1 -0
  102. package/svgs/core/layout-five-columns.svg +1 -0
  103. package/svgs/core/layout-four-columns.svg +1 -0
  104. package/svgs/core/node-parallel-bottom-left.svg +1 -0
  105. package/svgs/core/node-parallel-bottom-right.svg +1 -0
  106. package/svgs/core/node-parallel-top-left.svg +1 -0
  107. package/svgs/core/node-parallel-top-right.svg +1 -0
  108. package/svgs/core/node-single-left.svg +1 -0
  109. package/svgs/core/node-single-right.svg +1 -0
  110. package/svgs/core/notepad.svg +1 -0
  111. package/svgs/core/panel.svg +1 -0
  112. package/svgs/core/recur.svg +1 -0
  113. package/svgs/core/suggested-edit.svg +1 -0
  114. package/svgs/core/talent.svg +1 -0
  115. package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
  116. package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
  117. package/svgs/core/text-bold-italic-underline.svg +1 -0
  118. package/svgs/core/text-bold-italic.svg +1 -0
  119. package/svgs/core/text-bold-strikethrough.svg +1 -0
  120. package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
  121. package/svgs/core/text-bold-underline.svg +1 -0
  122. package/svgs/core/text-conclusion-add.svg +1 -0
  123. package/svgs/core/text-introduction-add.svg +1 -0
  124. package/svgs/core/text-italic-strikethrough.svg +1 -0
  125. package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
  126. package/svgs/core/text-italic-underline.svg +1 -0
  127. package/svgs/core/text-lengthen.svg +1 -0
  128. package/svgs/core/text-paragraph.svg +1 -0
  129. package/svgs/core/text-rephrase.svg +1 -0
  130. package/svgs/core/text-underline-strikethrough.svg +1 -0
  131. package/svgs/core/tidy.svg +1 -1
  132. package/svgs/core/video-hd-filled.svg +1 -0
  133. package/svgs/core/video-hd.svg +1 -0
  134. package/svgs/core/warning-outline.svg +1 -0
  135. package/svgs/core/work-item-add.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @atlaskit/icon-lab
2
2
 
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#131966](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131966)
8
+ [`bb527c6817e2b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bb527c6817e2b) -
9
+ This release adds icons in `@atlaskit/icon-lab`.
10
+
11
+ ### Added:
12
+
13
+ **`@atlaskit/icon-lab/core`**
14
+
15
+ - `arrows-diagonal-up-right-down-left`
16
+ - `assets-graph`
17
+ - `image-alt-text`
18
+ - `image-crop`
19
+ - `layout-five-columns`
20
+ - `layout-four-columns`
21
+ - `notepad`
22
+ - `panel`
23
+ - `recur`
24
+ - `suggested-edit`
25
+ - `talent`
26
+ - `text-conclusion-add`
27
+ - `text-introduction-add`
28
+ - `text-lengthen`
29
+ - `text-paragraph`
30
+ - `text-rephrase`
31
+ - `video-hd-filled`
32
+ - `video-hd`
33
+ - `warning-outline`
34
+ - `work-item-add`
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+
40
+ ## 4.3.0
41
+
42
+ ### Minor Changes
43
+
44
+ - [#129602](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129602)
45
+ [`eab9a7d9a3b61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/eab9a7d9a3b61) -
46
+ This release adds and updates icons in `@atlaskit/icon-lab`.
47
+
48
+ ### Added:
49
+
50
+ **`@atlaskit/icon-lab/core`**
51
+
52
+ - `colour-none`
53
+ - `distribute-spacing-horizontal`
54
+ - `distribute-spacing-vertical`
55
+ - `jira-add`
56
+ - `jira-upload`
57
+ - `node-parallel-bottom-left`
58
+ - `node-parallel-bottom-right`
59
+ - `node-parallel-top-left`
60
+ - `node-parallel-top-right`
61
+ - `node-single-left`
62
+ - `node-single-right`
63
+ - `text-bold-italic-strikethrough`
64
+ - `text-bold-italic-underline-strikethrough`
65
+ - `text-bold-italic-underline`
66
+ - `text-bold-italic`
67
+ - `text-bold-strikethrough`
68
+ - `text-bold-underline-strikethrough`
69
+ - `text-bold-underline`
70
+ - `text-italic-strikethrough`
71
+ - `text-italic-underline-strikethrough`
72
+ - `text-italic-underline`
73
+ - `text-underline-strikethrough`
74
+
75
+ ### Updated:
76
+
77
+ **`@atlaskit/icon-lab/core`**
78
+
79
+ - `tidy`
80
+
3
81
  ## 4.2.1
4
82
 
5
83
  ### Patch Changes
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a7fc6034d1a4168897988ca7ff5aa25c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ArrowsDiagonalUpRightDownLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ArrowsDiagonalUpRightDownLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::398607da20751a97774109d098b7c919>>
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: "ArrowsDiagonalUpRightDownLeft".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Used within Jira Pages to connect or switch to a Space or page.
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 ArrowsDiagonalUpRightDownLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4 1h5.25a.75.75 0 0 1 .75.75V7H8.5V3.56l-6.47 6.47L.97 8.97 7.44 2.5H4zm3.5 11.44 6.47-6.47 1.06 1.06-6.47 6.47H12V15H6.75a.75.75 0 0 1-.75-.75V9h1.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ArrowsDiagonalUpRightDownLeftIcon.displayName = 'ArrowsDiagonalUpRightDownLeftIcon';
28
+ var _default = exports.default = ArrowsDiagonalUpRightDownLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c25fee96dca5cd0803958eafda93d14b>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const AssetsGraphIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default AssetsGraphIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3ecb88d563448af87338c1287afbb1bf>>
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: "AssetsGraph".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for representing Assets graph
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 AssetsGraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06.75.75 0 0 0 1.06-1.06M1.16 1.159A2.25 2.25 0 0 1 4.781 3.72l1.695 1.695a3 3 0 0 1 3.048 0l1.695-1.695a2.251 2.251 0 1 1 1.06 1.06l-1.694 1.696a3 3 0 0 1 0 3.048l1.695 1.695a2.251 2.251 0 1 1-1.06 1.06l-1.696-1.694a3 3 0 0 1-3.048 0L4.78 12.28a2.251 2.251 0 1 1-1.06-1.06l1.694-1.696a3 3 0 0 1 0-3.048L3.72 4.78a2.25 2.25 0 0 1-2.56-3.621m12.621 1.06a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06M9.06 6.94a1.5 1.5 0 1 0-2.12 2.122A1.5 1.5 0 0 0 9.06 6.94m-5.78 5.78a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06m10.5 0a.75.75 0 1 0-1.06 1.061.75.75 0 0 0 1.06-1.06" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ AssetsGraphIcon.displayName = 'AssetsGraphIcon';
28
+ var _default = exports.default = AssetsGraphIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::51e1c074760da303375474d6e133e071>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ColourNoneIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ColourNoneIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::373a741fb2d707efd647b74490427723>>
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: "ColourNone".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Remove colours from Whiteboard's colour picker
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 ColourNoneIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="m12.781 13.842 1.689 1.688 1.06-1.06-1.688-1.689.002-.004-1.344-1.344v.006L4.56 3.5h.007L3.223 2.156l-.004.002L1.53.47.47 1.53l1.688 1.69A2 2 0 0 0 2 4v8a2 2 0 0 0 2 2h8c.277 0 .541-.056.781-.158M11.439 12.5 3.5 4.56V12a.5.5 0 0 0 .5.5zM14 4v6.812l-1.5-1.5V4a.5.5 0 0 0-.5-.5H6.688L5.188 2H12a2 2 0 0 1 2 2" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ColourNoneIcon.displayName = 'ColourNoneIcon';
28
+ var _default = exports.default = ColourNoneIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ca8e6f1630d6dacefa3deccf5abdbe3c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DistributeSpacingHorizontalIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DistributeSpacingHorizontalIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fbab53bc875a5ade57fe1ebfc1fa2443>>
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: "DistributeSpacingHorizontal".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Evenly distributing the horizontal space between multiple selected objects on Whiteboards
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 DistributeSpacingHorizontalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M7.25 12V4h1.5v8zM1 15V1h1.5v14zm12.5 0V1H15v14z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DistributeSpacingHorizontalIcon.displayName = 'DistributeSpacingHorizontalIcon';
28
+ var _default = exports.default = DistributeSpacingHorizontalIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::392ee7c644fa95499972a1b7f85acad8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const DistributeSpacingVerticalIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default DistributeSpacingVerticalIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c27453c7c38c5aa92864b77404f40b05>>
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: "DistributeSpacingVertical".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Evenly distributing the vertical space between multiple selected objects on Whiteboards
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 DistributeSpacingVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 15H1v-1.5h14zm-3-6.25H4v-1.5h8zm3-6.25H1V1h14z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ DistributeSpacingVerticalIcon.displayName = 'DistributeSpacingVerticalIcon';
28
+ var _default = exports.default = DistributeSpacingVerticalIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::952190595666cfd3a24de53774efe8d8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ImageAltTextIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ImageAltTextIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4907aa6b1c026b0993619157c9ad55e5>>
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: "ImageAltText".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for creating alt text for an image
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 ImageAltTextIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 8h-3.5V6.5H16zm0 3.5h-3.5V10H16zm0 3.5H5v-1.5h11zM0 3a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.206 5.001a.75.75 0 0 1 .55.196l3 2.75-1.013 1.106-2.43-2.228-4.245 4.915-1.136-.98 4.75-5.5A.75.75 0 0 1 7.206 5" clip-rule="evenodd"/><path fill="currentcolor" d="M5 4.875a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ImageAltTextIcon.displayName = 'ImageAltTextIcon';
28
+ var _default = exports.default = ImageAltTextIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::b6f96eac8599e42eb27b2556b9fbc893>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ImageCropIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ImageCropIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a8bca7f4922094532ab3d3a7d154b440>>
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: "ImageCrop".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for cropping images
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 ImageCropIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 3V0h1.5v3H11a2 2 0 0 1 2 2v6.5h3V13h-3v3h-1.5V5a.5.5 0 0 0-.5-.5H0V3zm0 8V6h1.5v5a.5.5 0 0 0 .5.5h5V13H5a2 2 0 0 1-2-2" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ ImageCropIcon.displayName = 'ImageCropIcon';
28
+ var _default = exports.default = ImageCropIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0c613e5eb23cb7d55d231c53846bb2d2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const JiraAddIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default JiraAddIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7aa44e36824c1f18c3bf17b77e2dce8f>>
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: "JiraAdd".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for adding Jira work items
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 JiraAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.25 4.75V10h1.5v2.25H16v1.5h-2.25V16h-1.5v-2.25H10v-1.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ JiraAddIcon.displayName = 'JiraAddIcon';
28
+ var _default = exports.default = JiraAddIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c255f212f4ddd070fd6523817e058827>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const JiraUploadIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default JiraUploadIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5c7336117c3f87bab0d2dc2744c7a30a>>
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: "JiraUpload".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for importing Jira work items
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 JiraUploadIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.47 2.72a.75.75 0 0 1 1.06 0l2.375 2.375-1.06 1.06-1.095-1.094V16h-1.5v-3.44l-1.095 1.095-1.06-1.06z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ JiraUploadIcon.displayName = 'JiraUploadIcon';
28
+ var _default = exports.default = JiraUploadIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::81a88fac8aea7d7ed5e921a929803e1d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const LayoutFiveColumnsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default LayoutFiveColumnsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5c9d836555b044a6bd1617590cc2298e>>
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: "LayoutFiveColumns".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 5 column layout option in Confluence Editor.
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 LayoutFiveColumnsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 1.75A.75.75 0 0 1 .75 1h.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75zm3.5 0A.75.75 0 0 1 4.25 1h.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75zm3.5 0A.75.75 0 0 1 7.75 1h.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75zm3.5 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75zm3.5 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ LayoutFiveColumnsIcon.displayName = 'LayoutFiveColumnsIcon';
28
+ var _default = exports.default = LayoutFiveColumnsIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5346e4b2b243b745c63d0b83052dfcfa>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const LayoutFourColumnsIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default LayoutFourColumnsIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::37c71393201ddf59fe325b70d86ae526>>
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: "LayoutFourColumns".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for 4 columns layout option in Confluence Editor.
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 LayoutFourColumnsIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 1.75A.75.75 0 0 1 .75 1h1.375a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1-.75-.75zm4.375 0a.75.75 0 0 1 .75-.75H6.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75H5.125a.75.75 0 0 1-.75-.75zm4.375 0A.75.75 0 0 1 9.5 1h1.375a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75H9.5a.75.75 0 0 1-.75-.75zm4.375 0a.75.75 0 0 1 .75-.75h1.375a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-1.375a.75.75 0 0 1-.75-.75z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ LayoutFourColumnsIcon.displayName = 'LayoutFourColumnsIcon';
28
+ var _default = exports.default = LayoutFourColumnsIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3af4216c26ee100fce3ed044bccb37a7>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeParallelBottomLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeParallelBottomLeftIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0e80ab5dab1ec98f52addd207582d82b>>
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: "NodeParallelBottomLeft".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for whiteboard’s node parallel-bottom-left
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 NodeParallelBottomLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 3.5h11V5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M10.75 4.25v6.25a2 2 0 0 1-2 2H4V11h4.75a.5.5 0 0 0 .5-.5V4.25z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ NodeParallelBottomLeftIcon.displayName = 'NodeParallelBottomLeftIcon';
28
+ var _default = exports.default = NodeParallelBottomLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::28c4ace4c9423491542cf43fda924303>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const NodeParallelBottomRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default NodeParallelBottomRightIcon;