@atlaskit/icon-lab 2.4.0 → 2.6.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 (155) hide show
  1. package/CHANGELOG.md +76 -0
  2. package/build/index.tsx +1 -1
  3. package/core/align-content-bottom.d.ts +13 -0
  4. package/core/align-content-bottom.js +31 -0
  5. package/core/align-content-center-horizontal.d.ts +13 -0
  6. package/core/align-content-center-horizontal.js +31 -0
  7. package/core/align-content-center-vertical.d.ts +13 -0
  8. package/core/align-content-center-vertical.js +31 -0
  9. package/core/align-content-left.d.ts +13 -0
  10. package/core/align-content-left.js +31 -0
  11. package/core/align-content-right.d.ts +13 -0
  12. package/core/align-content-right.js +31 -0
  13. package/core/align-content-top.d.ts +13 -0
  14. package/core/align-content-top.js +31 -0
  15. package/core/align-position-bottom.d.ts +13 -0
  16. package/core/align-position-bottom.js +31 -0
  17. package/core/align-position-center-vertical.d.ts +13 -0
  18. package/core/align-position-center-vertical.js +31 -0
  19. package/core/align-position-top.d.ts +13 -0
  20. package/core/align-position-top.js +31 -0
  21. package/core/cursor-strikethrough.d.ts +13 -0
  22. package/core/cursor-strikethrough.js +31 -0
  23. package/core/cursor.d.ts +13 -0
  24. package/core/cursor.js +31 -0
  25. package/core/drop-shadow.d.ts +13 -0
  26. package/core/drop-shadow.js +31 -0
  27. package/core/group-selection.d.ts +13 -0
  28. package/core/group-selection.js +31 -0
  29. package/core/group-ungroup-selection.d.ts +13 -0
  30. package/core/group-ungroup-selection.js +31 -0
  31. package/core/hand.d.ts +13 -0
  32. package/core/hand.js +31 -0
  33. package/core/incognito.d.ts +13 -0
  34. package/core/incognito.js +31 -0
  35. package/core/jira.d.ts +13 -0
  36. package/core/jira.js +31 -0
  37. package/core/section.d.ts +13 -0
  38. package/core/section.js +31 -0
  39. package/core/shape-diamond.d.ts +13 -0
  40. package/core/shape-diamond.js +31 -0
  41. package/core/shape-ellipse.d.ts +13 -0
  42. package/core/shape-ellipse.js +31 -0
  43. package/core/shape-parallelogram-skew-left.d.ts +13 -0
  44. package/core/shape-parallelogram-skew-left.js +31 -0
  45. package/core/shape-parallelogram-skew-right.d.ts +13 -0
  46. package/core/shape-parallelogram-skew-right.js +31 -0
  47. package/core/shape-rectangle-rounded.d.ts +13 -0
  48. package/core/shape-rectangle-rounded.js +31 -0
  49. package/core/shape-rectangle.d.ts +13 -0
  50. package/core/shape-rectangle.js +31 -0
  51. package/core/shape-triangle-inverted.d.ts +13 -0
  52. package/core/shape-triangle-inverted.js +31 -0
  53. package/core/shape-triangle.d.ts +13 -0
  54. package/core/shape-triangle.js +31 -0
  55. package/core/signature.d.ts +13 -0
  56. package/core/signature.js +31 -0
  57. package/core/stamp.d.ts +13 -0
  58. package/core/stamp.js +31 -0
  59. package/core/sticker.d.ts +13 -0
  60. package/core/sticker.js +31 -0
  61. package/core/stroke-curvature-curved.d.ts +13 -0
  62. package/core/stroke-curvature-curved.js +31 -0
  63. package/core/stroke-curvature-dynamic.d.ts +13 -0
  64. package/core/stroke-curvature-dynamic.js +31 -0
  65. package/core/stroke-curvature-straight.d.ts +13 -0
  66. package/core/stroke-curvature-straight.js +31 -0
  67. package/core/stroke-properties.d.ts +13 -0
  68. package/core/stroke-properties.js +31 -0
  69. package/core/stroke-style-dashed.d.ts +13 -0
  70. package/core/stroke-style-dashed.js +31 -0
  71. package/core/stroke-style-dotted.d.ts +13 -0
  72. package/core/stroke-style-dotted.js +31 -0
  73. package/core/stroke-style-solid.d.ts +13 -0
  74. package/core/stroke-style-solid.js +31 -0
  75. package/core/swap.d.ts +13 -0
  76. package/core/swap.js +31 -0
  77. package/core/template.d.ts +13 -0
  78. package/core/template.js +31 -0
  79. package/core/tidy.d.ts +13 -0
  80. package/core/tidy.js +31 -0
  81. package/dist/cjs/metadata-core.js +352 -1
  82. package/dist/es2019/metadata-core.js +352 -1
  83. package/dist/esm/metadata-core.js +352 -1
  84. package/dist/types/metadata-core.d.ts +1 -1
  85. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  86. package/package.json +3 -3
  87. package/svgs/core/align-content-bottom.svg +1 -0
  88. package/svgs/core/align-content-center-horizontal.svg +1 -0
  89. package/svgs/core/align-content-center-vertical.svg +1 -0
  90. package/svgs/core/align-content-left.svg +1 -0
  91. package/svgs/core/align-content-right.svg +1 -0
  92. package/svgs/core/align-content-top.svg +1 -0
  93. package/svgs/core/align-position-bottom.svg +1 -0
  94. package/svgs/core/align-position-center-vertical.svg +1 -0
  95. package/svgs/core/align-position-top.svg +1 -0
  96. package/svgs/core/assets-data-manager.svg +1 -0
  97. package/svgs/core/assets-schema.svg +1 -0
  98. package/svgs/core/book-open.svg +1 -0
  99. package/svgs/core/cloud-offline.svg +1 -0
  100. package/svgs/core/cloud-saved.svg +1 -0
  101. package/svgs/core/coins.svg +1 -0
  102. package/svgs/core/cross-octagon.svg +1 -0
  103. package/svgs/core/cursor-strikethrough.svg +1 -0
  104. package/svgs/core/cursor.svg +1 -0
  105. package/svgs/core/database-storage-cache.svg +1 -0
  106. package/svgs/core/database-storage.svg +1 -0
  107. package/svgs/core/drop-shadow.svg +1 -0
  108. package/svgs/core/duplicate.svg +1 -0
  109. package/svgs/core/editions.svg +1 -0
  110. package/svgs/core/field-text.svg +1 -0
  111. package/svgs/core/group-selection.svg +1 -0
  112. package/svgs/core/group-ungroup-selection.svg +1 -0
  113. package/svgs/core/hand.svg +1 -0
  114. package/svgs/core/incognito.svg +1 -0
  115. package/svgs/core/initiative.svg +1 -0
  116. package/svgs/core/jira.svg +1 -0
  117. package/svgs/core/lozenge.svg +1 -0
  118. package/svgs/core/page-live-doc.svg +1 -0
  119. package/svgs/core/paint-brush.svg +1 -0
  120. package/svgs/core/paint-roller.svg +1 -0
  121. package/svgs/core/qr-code.svg +1 -0
  122. package/svgs/core/roadmaps-plan.svg +1 -0
  123. package/svgs/core/roadmaps-service.svg +1 -0
  124. package/svgs/core/section.svg +1 -0
  125. package/svgs/core/shape-diamond.svg +1 -0
  126. package/svgs/core/shape-ellipse.svg +1 -0
  127. package/svgs/core/shape-parallelogram-skew-left.svg +1 -0
  128. package/svgs/core/shape-parallelogram-skew-right.svg +1 -0
  129. package/svgs/core/shape-rectangle-rounded.svg +1 -0
  130. package/svgs/core/shape-rectangle.svg +1 -0
  131. package/svgs/core/shape-triangle-inverted.svg +1 -0
  132. package/svgs/core/shape-triangle.svg +1 -0
  133. package/svgs/core/signature.svg +1 -0
  134. package/svgs/core/speedometer.svg +1 -0
  135. package/svgs/core/stamp.svg +1 -0
  136. package/svgs/core/sticker.svg +1 -0
  137. package/svgs/core/stroke-curvature-curved.svg +1 -0
  138. package/svgs/core/stroke-curvature-dynamic.svg +1 -0
  139. package/svgs/core/stroke-curvature-straight.svg +1 -0
  140. package/svgs/core/stroke-properties.svg +1 -0
  141. package/svgs/core/stroke-style-dashed.svg +1 -0
  142. package/svgs/core/stroke-style-dotted.svg +1 -0
  143. package/svgs/core/stroke-style-solid.svg +1 -0
  144. package/svgs/core/sunset.svg +1 -0
  145. package/svgs/core/swap.svg +1 -0
  146. package/svgs/core/sync.svg +1 -0
  147. package/svgs/core/takeout-container.svg +1 -0
  148. package/svgs/core/template.svg +1 -0
  149. package/svgs/core/ticket.svg +1 -0
  150. package/svgs/core/tidy.svg +1 -0
  151. package/svgs/core/vehicle-train.svg +1 -0
  152. package/svgs/core/vulnerability.svg +1 -0
  153. package/svgs/core/wallet.svg +1 -0
  154. package/svgs/core/welcome-feed.svg +1 -0
  155. package/svgs/core/wrench.svg +1 -0
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ec5505a20f3bcf0ca0bd3617bb9a5e89>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "DropShadow".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Toggle drop shadow on and off
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const DropShadowIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 4c0-.69.56-1.25 1.25-1.25h9c.69 0 1.25.56 1.25 1.25v6c0 .69-.56 1.25-1.25 1.25H2c-.69 0-1.25-.56-1.25-1.25z"/><path fill="currentcolor" d="M4 14.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ DropShadowIcon.displayName = 'DropShadowIcon';
31
+ var _default = exports.default = DropShadowIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6142f1a6493eea6e1e7518d8585ed84d>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const GroupSelectionIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default GroupSelectionIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::396d4d6b14ad78be61e460bf441572fa>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "GroupSelection".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Grouping selected objects in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const GroupSelectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 1.75h7c.69 0 1.25.56 1.25 1.25v7c0 .69-.56 1.25-1.25 1.25H6c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25Z"/><path fill="currentcolor" d="M7 4.5h1.5V6H7zm3 0h1.5V6H10zm0 3h1.5V9H10z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.464 4.75H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-1.464"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ GroupSelectionIcon.displayName = 'GroupSelectionIcon';
31
+ var _default = exports.default = GroupSelectionIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::21e9eab645b97fe4af8b8c223e7ec3e2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const GroupUngroupSelectionIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default GroupUngroupSelectionIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::20d6d363670781f56904445d977e27a7>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "GroupUngroupSelection".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Ungrouping selected objects in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const GroupUngroupSelectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.5 1.75H13c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H8.5c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25ZM8.75 11v2c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25V8.5c0-.69.56-1.25 1.25-1.25h2M4.25 0v3M0 4.25h3m13 7.5h-3M11.75 16v-3"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ GroupUngroupSelectionIcon.displayName = 'GroupUngroupSelectionIcon';
31
+ var _default = exports.default = GroupUngroupSelectionIcon;
package/core/hand.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::744e35581d27bb01d52cca7392fd9e0c>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const HandIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default HandIcon;
package/core/hand.js ADDED
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0df9bf030d12acecf490eb2e5d463f1a>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "Hand".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Used for move/hand tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const HandIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 2.25H6.625c-1.036 0-1.875.84-1.875 1.875v5.203m3-7.078a1.5 1.5 0 0 1 3 0v.5m-3-.5V7.5m3-4.75h1.125c1.036 0 1.875.84 1.875 1.875V11.5A3.75 3.75 0 0 1 10 15.25H7.527a3.75 3.75 0 0 1-2.902-1.375l-2.838-3.468a1.25 1.25 0 0 1-.125-1.399l.114-.205a1.25 1.25 0 0 1 1.881-.363l1.093.888m6-6.578V8M6.5 10.75 4.75 9.328"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ HandIcon.displayName = 'HandIcon';
31
+ var _default = exports.default = HandIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::86c682e74b40c84c481b270978ae6e80>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const IncognitoIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default IncognitoIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::58a96192dc4e24b2a2d26541ec3996c1>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "Incognito".
20
+ * Category: single-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Toggle Whiteboards private mode on and off.
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const IncognitoIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2.75 6.958.965-4.215a1.25 1.25 0 0 1 1.522-.934l2.46.615c.199.05.407.05.606 0l2.46-.615a1.25 1.25 0 0 1 1.522.934l.965 4.215m-13 .792c6.25-1.375 9.25-1.375 15.5 0"/><circle cx="11.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.582 11.25A2.74 2.74 0 0 0 8 10.75a2.74 2.74 0 0 0-1.582.5"/><circle cx="4.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ IncognitoIcon.displayName = 'IncognitoIcon';
31
+ var _default = exports.default = IncognitoIcon;
package/core/jira.d.ts ADDED
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::0e0d6849241b872d0eabcd3eaa9a9c99>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const JiraIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default JiraIcon;
package/core/jira.js ADDED
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::28bcc16fff77d7f280de94aa7d77d99f>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "Jira".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Representing JIRA
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const JiraIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.25 4.75v1.625c0 1.036.84 1.875 1.875 1.875h1.625v-7h-7v1.625c0 1.036.84 1.875 1.875 1.875zm0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H7.75m3.5-3.5v7H9.625A1.875 1.875 0 0 1 7.75 9.875V8.25m0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H4.25v1.625c0 1.036.84 1.875 1.875 1.875H7.75z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ JiraIcon.displayName = 'JiraIcon';
31
+ var _default = exports.default = JiraIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fa20888d533cbb1b9e40214a9a71c945>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const SectionIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default SectionIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d86949a7b4351df1a9dd2134762e7eaa>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "Section".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Used for section tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const SectionIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M1 1.75h8m-6 12.5h10c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25Z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ SectionIcon.displayName = 'SectionIcon';
31
+ var _default = exports.default = SectionIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::001fa812ffbd38f9f6517861697ac76e>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeDiamondIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeDiamondIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::50c496d4e0693081b47ed221868e2414>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeDiamond".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Diamond shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeDiamondIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="10.253" height="10.253" x="8" y=".75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(45 8 .75)"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeDiamondIcon.displayName = 'ShapeDiamondIcon';
31
+ var _default = exports.default = ShapeDiamondIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a730c5d58ac26fe9fc026b6e553b1985>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeEllipseIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeEllipseIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ae5f0c18622c33b0941e7cc01345d65c>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeEllipse".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Ellipse shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeEllipseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<circle cx="8" cy="8" r="6.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeEllipseIcon.displayName = 'ShapeEllipseIcon';
31
+ var _default = exports.default = ShapeEllipseIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::37e285863c839ce48327a311786fd646>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeParallelogramSkewLeftIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeParallelogramSkewLeftIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bd477e7756c9bc508191985e7f340833>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeParallelogramSkewLeft".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Left parallelogram shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeParallelogramSkewLeftIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.155 2.647a.625.625 0 0 0-.582-.397H1.416a.625.625 0 0 0-.582.853l4.01 10.25c.094.24.325.397.583.397h9.157c.44 0 .743-.443.582-.853z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeParallelogramSkewLeftIcon.displayName = 'ShapeParallelogramSkewLeftIcon';
31
+ var _default = exports.default = ShapeParallelogramSkewLeftIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f54bbb827a299f70bb65dd02870d8753>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeParallelogramSkewRightIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeParallelogramSkewRightIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::58f1f92c2a53755cdc572d4ab7b24ebd>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeParallelogramSkewRight".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Right parallelogram shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeParallelogramSkewRightIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.845 2.647a.625.625 0 0 1 .582-.397h9.157c.44 0 .743.443.582.853l-4.01 10.25a.625.625 0 0 1-.583.397H1.416a.625.625 0 0 1-.582-.853z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeParallelogramSkewRightIcon.displayName = 'ShapeParallelogramSkewRightIcon';
31
+ var _default = exports.default = ShapeParallelogramSkewRightIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f5e8118c9cf2a60725953a3591dc4e36>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeRectangleRoundedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeRectangleRoundedIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9dc6e194dec0011758260c18d6ea3ac6>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeRectangleRounded".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Rounded rectangle shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeRectangleRoundedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx="2.5"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeRectangleRoundedIcon.displayName = 'ShapeRectangleRoundedIcon';
31
+ var _default = exports.default = ShapeRectangleRoundedIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9c23c80f171687f8c31a868fb247a97a>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeRectangleIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeRectangleIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c0649b2123a7d4fb3e90573744c3f453>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeRectangle".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Rectangle shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeRectangleIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<rect width="11.5" height="11.5" x="2.25" y="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeRectangleIcon.displayName = 'ShapeRectangleIcon';
31
+ var _default = exports.default = ShapeRectangleIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::cf902bac34165ce455b03e2c64318208>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const ShapeTriangleInvertedIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default ShapeTriangleInvertedIcon;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f522db121c0eba433cbf2641508a49d5>>
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
+ * ⚠️ EXPERIMENTAL ⚠️ - New icons are in alpha - and subject to change or removal in future minor or patch releases.
17
+ * Please reach out in #icon-contributions before using these in production.
18
+ *
19
+ * Icon: "ShapeTriangleInverted".
20
+ * Category: multi-purpose
21
+ * Location: @atlaskit/icon-lab
22
+ * Usage guidance: Upside down triangle shape tool in Whiteboards
23
+ * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon)
24
+ * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
+ */
26
+ const ShapeTriangleInvertedIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.455 13.776a.625.625 0 0 0 1.09 0L14.48 3.18a.625.625 0 0 0-.545-.93H2.066a.625.625 0 0 0-.545.93z"/>`
28
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
+ }, props));
30
+ ShapeTriangleInvertedIcon.displayName = 'ShapeTriangleInvertedIcon';
31
+ var _default = exports.default = ShapeTriangleInvertedIcon;