@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
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::2e67ea109fa2ed71033c652fc78f5d93>>
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: "TextBoldStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold strikethrough text
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 TextBoldStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4.125 1C3.504 1 3 1.504 3 2.125V7.25H1v1.5h14v-1.5h-2.634A3.96 3.96 0 0 0 13 5.063C13 2.626 11.004 1 8.75 1zm6.625 4.063c0 1.014-.802 1.812-2 1.812h-3.5V3.25h3.5c1.198 0 2 .798 2 1.813" clip-rule="evenodd"/><path fill="currentcolor" d="M13.945 10.25h-2.329q.133.319.134.688c0 1.014-.802 1.812-2 1.812h-4.5v-2.5H3v3.625C3 14.496 3.504 15 4.125 15H9.75c2.254 0 4.25-1.626 4.25-4.062a4 4 0 0 0-.055-.688"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldStrikethroughIcon.displayName = 'TextBoldStrikethroughIcon';
28
+ var _default = exports.default = TextBoldStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fe574ef6583c7a5995e5c45ec033c052>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::199e37b7f4bd95472d2aca8c559ca5f8>>
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: "TextBoldUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold text with underline and strikethrough
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 TextBoldUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5 1a1 1 0 0 0-1 1v3.5H1V7h14V5.5h-3.192A3.375 3.375 0 0 0 8.625 1zm1 4.5h3.416a1.375 1.375 0 0 0-.79-2.5H5.999z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.94 8.5h-2.09a1.38 1.38 0 0 1-1.23 2H6v-2H4v3a1 1 0 0 0 1 1h4.63a3.38 3.38 0 0 0 3.32-4M0 16h16v-1.5H0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldUnderlineStrikethroughIcon.displayName = 'TextBoldUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextBoldUnderlineStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4f98c069ab6f86c67a6b438b5deb761f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextBoldUnderlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextBoldUnderlineIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::64b317f1c154190adad38b9aff159982>>
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: "TextBoldUnderline".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for bold text with underline
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 TextBoldUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M4 6.75a1 1 0 0 1 1-1h4.625a3.375 3.375 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h3.625a1.375 1.375 0 1 0 0-2.75z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 2a1 1 0 0 1 1-1h3.63a3.38 3.38 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h2.63a1.38 1.38 0 0 0 0-2.75zm10 13H0v-1.5h16z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextBoldUnderlineIcon.displayName = 'TextBoldUnderlineIcon';
28
+ var _default = exports.default = TextBoldUnderlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8733d54531f0531c0561c1863e8430b8>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextConclusionAddIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextConclusionAddIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::d63ca31b758327203174915ec4fdd417>>
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: "TextConclusionAdd".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Confluence Editor AI action for generating a conclusion
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 TextConclusionAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 6.5H1V5h14zm0-4H1V1h14z" clip-rule="evenodd"/><path fill="currentcolor" d="M1.75 11a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 4a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.88-4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M4.88 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.87-4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M8 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.88-4.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m2.37.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextConclusionAddIcon.displayName = 'TextConclusionAddIcon';
28
+ var _default = exports.default = TextConclusionAddIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::796b439d86ec4296cf3dc855edc118fc>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextIntroductionAddIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextIntroductionAddIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c0f629b8a9775fb58cae489ff4e22f86>>
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: "TextIntroductionAdd".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Confluence Editor AI action for generating an introduction
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 TextIntroductionAddIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 9.5H1V11h14zm-7 4H1V15h7z" clip-rule="evenodd"/><path fill="currentcolor" d="M1.75 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m0-4a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.88 4.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M4.88 1a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m3.87 4.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M8 1a.75.75 0 1 1 0 1.5A.75.75 0 0 1 8 1m3.88 4.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M11.13 1a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5M15 5.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0M14.25 1a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextIntroductionAddIcon.displayName = 'TextIntroductionAddIcon';
28
+ var _default = exports.default = TextIntroductionAddIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3e6a561e849f517d6318e6dc9a449386>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8d4e905519b87e431c6a5b1d18131e07>>
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: "TextItalicStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for italic text with strikethrough
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 TextItalicStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M12.5 1H6v1.5h2.55L7.41 7.25H1v1.5h14v-1.5H8.95l1.14-4.75h2.41zm-4.27 9.25H6.69l-.78 3.25H3.5V15H10v-1.5H7.45z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicStrikethroughIcon.displayName = 'TextItalicStrikethroughIcon';
28
+ var _default = exports.default = TextItalicStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7e75e8672742da2145ff596dd3daf083>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6004f4f25241da38e240f101914ee4ef>>
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: "TextItalicUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for italic text with underline and strikethrough
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 TextItalicUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M6.44 1h5.07v1.5H9.76l-.72 3H15V7H1V5.5h6.5l.72-3H6.44zm.34 7.5-.54 2.25H4.49v1.5h5.07v-1.5H7.78l.54-2.25zM0 16h16v-1.5H0z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicUnderlineStrikethroughIcon.displayName = 'TextItalicUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextItalicUnderlineStrikethroughIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::c6405b5645e1ebcd8c961e4ea5963036>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextItalicUnderlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextItalicUnderlineIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::78c86cfad58ffba4d95cb500e4a4fd22>>
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: "TextItalicUnderline".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for italic text with underline
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 TextItalicUnderlineIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M16 16H0v-1.5h16zM5.75 1h6v1.5H9.62L7.92 11H10v1.5H4.25V11h2.13l1.7-8.5H5.75z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextItalicUnderlineIcon.displayName = 'TextItalicUnderlineIcon';
28
+ var _default = exports.default = TextItalicUnderlineIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::40fc53462c5d843fa84137c4244620c0>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextLengthenIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextLengthenIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::be5a9e57f50f71339ab26d7d3e52c971>>
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: "TextLengthen".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Lengthening text content with Atlassian Intelligence
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 TextLengthenIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M15 2.5H1V1h14zm0 4.167H1v-1.5h14zm0 4.166H1v-1.5h14zM8 15H1v-1.5h7z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextLengthenIcon.displayName = 'TextLengthenIcon';
28
+ var _default = exports.default = TextLengthenIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9fdb4eab85ef831dd86bd1063e9cf40f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextParagraphIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextParagraphIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4292144daec9b86e93ab1dd93419846d>>
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: "TextParagraph".
17
+ * Category: multi-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Confluence Editor AI action for reformatting paragraphs into multiple shorter paragraphs
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 TextParagraphIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M5.25 2.5a2.75 2.75 0 0 0 0 5.5H7.5V2.5zM9 2.5V15H7.5V9.5H5.25a4.25 4.25 0 0 1 0-8.5H15v1.5h-2V15h-1.5V2.5z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextParagraphIcon.displayName = 'TextParagraphIcon';
28
+ var _default = exports.default = TextParagraphIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5553da66e55ab5f38af55e3c8d835f3f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextRephraseIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextRephraseIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9d4581a6b69a42ad90b9e45f1247dab9>>
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: "TextRephrase".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Confluence Editor AI action for rephrasing text
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 TextRephraseIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 1h14v1.5H1zm0 4.17h14v1.5H1zm0 4.17h7v1.5H1zm0 4.16h5V15H1zm11.34-4.9a2 2 0 0 1 2.83 0l.23.23a2 2 0 0 1 0 2.83l-3.35 3.35a2 2 0 0 1-1.02.55l-2.13.43a.75.75 0 0 1-.88-.88l.43-2.13A2 2 0 0 1 9 11.96zm1.77 1.06a.5.5 0 0 0-.71 0l-3.35 3.35a.5.5 0 0 0-.14.26l-.2 1.03 1.03-.2a.5.5 0 0 0 .26-.14l3.35-3.35a.5.5 0 0 0 0-.71z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextRephraseIcon.displayName = 'TextRephraseIcon';
28
+ var _default = exports.default = TextRephraseIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::56191e23e52e76448ded77114a3788f2>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const TextUnderlineStrikethroughIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default TextUnderlineStrikethroughIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::6576e0a99745db83c3d7454efc70aa4b>>
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: "TextUnderlineStrikethrough".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Reserved for underline text with a strikethrough
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 TextUnderlineStrikethroughIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M3.53 8.5a4.5 4.5 0 0 0 8.95 0h-1.51a3 3 0 0 1-5.92 0zM15 7V5.5h-2.5V1H11v4.5H5V1H3.5v4.5H1V7zM0 16v-1.5h16V16z"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ TextUnderlineStrikethroughIcon.displayName = 'TextUnderlineStrikethroughIcon';
28
+ var _default = exports.default = TextUnderlineStrikethroughIcon;
package/core/tidy.js CHANGED
@@ -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::ed462dedbc6a1a823ea8adc173776464>>
3
+ * @codegen <<SignedSource::beab340dd2bb1bb076cdac8d80bcd5f1>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -21,7 +21,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
21
21
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
22
22
  */
23
23
  const TidyIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
- dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v2.167h2.667V2.5zm3.667 0v2.667h2.666V2.5zm4.166 0v2.667H13.5V3a.5.5 0 0 0-.5-.5zM13.5 6.667h-2.667v2.666H13.5zm0 4.166h-2.667V13.5H13a.5.5 0 0 0 .5-.5zM9.333 13.5v-2.667H6.667V13.5zm-4.166 0v-2.667H2.5V13a.5.5 0 0 0 .5.5zM2.5 9.333h2.667V6.667H2.5zm4.167-2.666v2.666h2.666V6.667zM1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" clip-rule="evenodd"/>`
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8zm0 3.25H4v-1.5h8zM12 12H4v-1.5h8z" clip-rule="evenodd"/>`
25
25
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
26
  }, props));
27
27
  TidyIcon.displayName = 'TidyIcon';
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3afb3a376e9c307e73f7ee24a4c2d084>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const VideoHdFilledIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default VideoHdFilledIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f88e42987d85e82dbc4591352136384b>>
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: "VideoHdFilled".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Single purpose - Reserved to show that high definition is enabled for videos
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 VideoHdFilledIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" d="M10.25 9.5v-3h1a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25z"/><path fill="currentcolor" fill-rule="evenodd" d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2.75 3v2.25H6V5h1.5v6H6V8.75H4.75V11h-1.5V5zm6.5 0h-2.5v6h2.5A1.75 1.75 0 0 0 13 9.25v-2.5A1.75 1.75 0 0 0 11.25 5" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ VideoHdFilledIcon.displayName = 'VideoHdFilledIcon';
28
+ var _default = exports.default = VideoHdFilledIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::802a9bf2b755eb9f3a2ea71161ed8f44>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const VideoHdIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default VideoHdIcon;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fffd6491302c6769fb4d3b3ef483bcb7>>
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: "VideoHd".
17
+ * Category: single-purpose
18
+ * Location: @atlaskit/icon-lab
19
+ * Usage guidance: Single purpose - Reserved for enabling high definition videos
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 VideoHdIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
24
+ dangerouslySetGlyph: `<path fill="currentcolor" fill-rule="evenodd" d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8.75 5h2.5c.97 0 1.75.78 1.75 1.75v2.5A1.75 1.75 0 0 1 11.25 11h-2.5zm1.5 1.5v3h1a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25zm-5.5.75V5h-1.5v6h1.5V8.75H6V11h1.5V5H6v2.25z" clip-rule="evenodd"/>`
25
+ // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
26
+ }, props));
27
+ VideoHdIcon.displayName = 'VideoHdIcon';
28
+ var _default = exports.default = VideoHdIcon;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::65a54928df9c1235931dbab0d9dcdd5f>>
4
+ * @codegenCommand yarn build:icon-glyphs
5
+ */
6
+
7
+ import type { NewCoreIconProps } from '@atlaskit/icon/base-new';
8
+
9
+ declare const WarningOutlineIcon: {
10
+ (props: NewCoreIconProps): JSX.Element;
11
+ displayName: string;
12
+ };
13
+ export default WarningOutlineIcon;